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

release: 0.16.5 #2375

Merged
merged 16 commits into from May 15, 2022
Merged

release: 0.16.5 #2375

merged 16 commits into from May 15, 2022

Commits on May 15, 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 authored and davidhewitt committed May 15, 2022
    Configuration menu
    Copy the full SHA
    3727ae0 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 authored and davidhewitt committed May 15, 2022
    Configuration menu
    Copy the full SHA
    adbaa09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6369b1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efe22bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcecbac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a025e8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29b8731 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7104a0c View commit details
    Browse the repository at this point in the history
  9. Change default python lib name for Windows when cross compiling

    Stop treating `gnu` abi as mingw by default.
    messense authored and davidhewitt committed May 15, 2022
    Configuration menu
    Copy the full SHA
    02e4f19 View commit details
    Browse the repository at this point in the history
  10. Update changelog for #2364

    messense authored and davidhewitt committed May 15, 2022
    Configuration menu
    Copy the full SHA
    f60d24b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f05cc91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1149dcf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11b97d3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c4414f3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    da74187 View commit details
    Browse the repository at this point in the history
  16. release: 0.16.5

    davidhewitt committed May 15, 2022
    Configuration menu
    Copy the full SHA
    456a96d View commit details
    Browse the repository at this point in the history