We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c1e48 commit d6e352dCopy full SHA for d6e352d
1 file changed
doc/changelog.rst
@@ -1,11 +1,25 @@
1
ChangeLog
2
=========
3
4
-2024-05-28: Version 0.15.2
+
5
+2024-10-28: Version 0.16.0
6
--------------------------
7
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
19
Bugfixes:
20
21
+- Properly handle TryEnd with no matching TryBegin in stack size computation on
22
+ the CFG PR #149
23
- Ensure that empty or small (one-instruction) try blocks are handled without
24
problems when compiling and de-compiling abstract code for CPython 3.11 and
25
later. PR #145
0 commit comments