Skip to content

Commit d6e352d

Browse files
release 0.16.0
1 parent a1c1e48 commit d6e352d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

doc/changelog.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
ChangeLog
22
=========
33

4-
2024-05-28: Version 0.15.2
4+
5+
2024-10-28: Version 0.16.0
56
--------------------------
67

8+
New features:
9+
10+
- Add support for Python 3.13 PR #146
11+
12+
Support for Python 3.13, comes with a number of changes reflecting changes in
13+
CPython bytecode itself:
14+
15+
- handle the ability of comparison to cast with new enum variants:
16+
LT_CAST, LE_CAST, etc
17+
- allow LOAD_FAST to access free and cell vars
18+
719
Bugfixes:
820

21+
- Properly handle TryEnd with no matching TryBegin in stack size computation on
22+
the CFG PR #149
923
- Ensure that empty or small (one-instruction) try blocks are handled without
1024
problems when compiling and de-compiling abstract code for CPython 3.11 and
1125
later. PR #145

0 commit comments

Comments
 (0)