PyO3 0.14.5
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.