Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ossf/fuzz-introspector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ossf/fuzz-introspector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: upgrade-pyyaml
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 1, 2025

  1. Upgrade pyyaml

    On Python 3.12, where there are no prebuilts available for version 6.0,
    I'm seeing a compilation error:
    
    ```
          File "<string>", line 204, in get_source_files
          File "/tmp/pip-build-env-em_api7q/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 131, in __getattr__
            raise AttributeError(attr)
          AttributeError: cython_sources
          [end of output]
    ```
    oliverchang committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    df36132 View commit details
    Browse the repository at this point in the history
Loading