PyO3 v0.16.5 Release Notes

Release Date: 2022-05-15 // almost 2 years ago
  • โž• Added

    • โž• Add an experimental generate-import-lib feature to support auto-generating non-abi3 python import libraries for Windows targets. #2364
    • โž• Add FFI definition Py_ExitStatusException. #2374

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Deprecate experimental generate-abi3-import-lib feature in favor of the new generate-import-lib feature. #2364

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Added missing warn_default_encoding field to PyConfig on 3.10+. The previously missing field could result in incorrect behavior or crashes. #2370
    • โš  Fixed order of pathconfig_warnings and program_name fields of PyConfig on 3.10+. Previously, the order of the fields was swapped and this could lead to incorrect behavior or crashes. #2370