Releases: Azureblade3808/py-deferrer
Releases · Azureblade3808/py-deferrer
v1.0.0
v0.2.9
What's New
- Added support for instructions with very large argument values ("EXTENDED_ARG").
v0.2.7
What's New
- Added support for Python 3.13.
v0.2.6
What's New
- Fixed logics when dealing with unbound variables.
v0.2.5
What's New
- Fixed a bug caused by using
defer and ...
in a function which contains local cell variables.
v0.2.4
What's New
- Fixed a bug which causes segmentation faults when an exception occurs during the deferred phase of a generator function.
v0.2.3
What's New
- Fixed a bug that causes segment faults when dealing with cell variables.
v0.2.1
What's New
- Add support for Python 3.11
v0.2.0
v0.1.7
What's New
- Added
defer_scope
.