PyO3 v0.12.1 Release Notes

Release Date: 2020-09-16 // over 3 years ago
  • ๐Ÿ›  This release contains a couple of bugfixes to resolve complation issues with 0.12.0 on specific targets. Thank you to @alex and @mtreinish for the bug reports and subsequent patches.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix building for a 32-bit Python on 64-bit Windows with a 64-bit Rust toolchain. #1179
    • ๐Ÿ›  Fix building on platforms where c_char is u8. #1182