What's Changed
- Fix iterating over split dict items for Python 3.11+ by @maxim-krikun in #11
- Support printing large content by @maxim-krikun in #12
- Do not call ReadBuffer when there is nothing to read by @maxim-krikun in #13
- Represent bool stored in long as True/False by @maxim-krikun in #14
- Support Python 3.12 by @maxim-krikun in #15
- Support Python 3.13 in pystack by @maxim-krikun in #16
- Support Python 3.13 and make tests for older versions green by @maxim-krikun in #17
- Fix regress with
tp_flags
in Python 2 by @maxim-krikun in #18
New Contributors
- @maxim-krikun made their first contribution in #11
Full Changelog: PyExt-v0.1.60...PyExt-v0.1.90