Skip to content

PyO3 0.14.5

Compare
Choose a tag to compare
@davidhewitt davidhewitt released this 05 Sep 14:02

This release fixes a compile regression of PyO3 0.14.4 where not all APIs related to PyStringData were conditionally disabled correctly on big-endian platforms.

In addition, a few public APIs have been added to the pyo3_build_config crate to support needs of the PyOxidizer project.

Thanks to @decathorpe and @indygreg for further reports, discussions, and resolution.