Skip to content

Releases: Azureblade3808/py-deferrer

v1.0.0

13 Jan 08:03
Compare
Choose a tag to compare

This is the first stable release for this project.

This release includes some code style changes and document improvements, along with a breaking change that Defer (class of defer) is no longer exported (you won't need it in most cases), since last release (v0.2.9).

v0.2.9

18 Oct 06:59
Compare
Choose a tag to compare

What's New

  • Added support for instructions with very large argument values ("EXTENDED_ARG").

v0.2.7

09 Oct 10:05
76c7b73
Compare
Choose a tag to compare

What's New

  • Added support for Python 3.13.

v0.2.6

30 Sep 07:35
Compare
Choose a tag to compare

What's New

  • Fixed logics when dealing with unbound variables.

v0.2.5

30 Sep 03:29
8252e02
Compare
Choose a tag to compare

What's New

  • Fixed a bug caused by using defer and ... in a function which contains local cell variables.

v0.2.4

29 Sep 11:22
Compare
Choose a tag to compare

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

27 Sep 13:22
Compare
Choose a tag to compare

What's New

  • Fixed a bug that causes segment faults when dealing with cell variables.

v0.2.1

12 Sep 09:10
d330df1
Compare
Choose a tag to compare

What's New

  • Add support for Python 3.11

v0.2.0

06 Sep 11:03
e7ae42e
Compare
Choose a tag to compare

v0.1.7

28 Aug 09:35
61c9d06
Compare
Choose a tag to compare

What's New

  • Added defer_scope.