Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pyconfig.h header parsing #1521

Merged
merged 2 commits into from
Mar 28, 2021
Merged

Commits on Mar 26, 2021

  1. Remove pyconfig.h header parsing

    The config header parsing code was supposed to be only invoked when
    cross-compiling for Windows, but in reality it fails to correctly parse
    the config header files shipped with the upstream Python for Windows.
    
    Given that there are now better options for reliable cross-compiling
    for Windows such as `PYO3_CROSS_PYTHON_VERSION` or the `abi3-py3*` features,
    it should be OK to remove this config for v0.14.
    
    Update the cross-compilation instructions section of the user guide.
    
    Fixes PyO3#1337
    ravenexp committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    80c747d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    eca20fe View commit details
    Browse the repository at this point in the history