What's Changed
- use cpython
%
and//
impl - add
colorcvt
module - add
py_importlib_reload
andimportlib
module - add
py_interrupt
and set single handler for REPL - add
PK_LOW_MEMORY_MODE
- reduce type's memory cost
- allow customize
malloc
,realloc
andfree
- 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
- @trim21 made their first contribution in #317
- @KevinEady made their first contribution in #321
Full Changelog: v2.0.4...v2.0.5