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

ffi: add new 3.11 fields to PyConfig #2371

Merged
merged 2 commits into from May 15, 2022
Merged

Commits on May 14, 2022

  1. ffi: add PyConfig::warn_default_encoding to 3.10+

    This field was added in 3.10 but we missed it. This was causing
    offsets of subsequent fields to be wrong. This could lead to
    unexpected behavior or even crashes.
    indygreg committed May 14, 2022
    Configuration menu
    Copy the full SHA
    03cb561 View commit details
    Browse the repository at this point in the history
  2. ffi: add new 3.11 fields to PyConfig

    These are the new fields in 3.11 so far. 3.11 is supposedly feature
    frozen, so hopefully we don't need to revisit this struct before 3.11
    final.
    indygreg committed May 14, 2022
    Configuration menu
    Copy the full SHA
    f1c477b View commit details
    Browse the repository at this point in the history