Skip to content

v2.0.5

Latest
Compare
Choose a tag to compare
@blueloveTH blueloveTH released this 13 Jan 05:02
· 79 commits to main since this release
8024f46

What's Changed

  • use cpython % and // impl
  • add colorcvt module
  • add py_importlib_reload and importlib module
  • add py_interrupt and set single handler for REPL
  • add PK_LOW_MEMORY_MODE
  • reduce type's memory cost
  • allow customize malloc, realloc and free
  • make C99 compilers work
  • fix win32 clang build by @trim21 in #317
  • avoid undefined behavior signed int overflow by @trim21 in #318
  • fix pybind11 implementation for error_already_set by @KevinEady in #321

New Contributors

Full Changelog: v2.0.4...v2.0.5