File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ChangeLog
22=========
33
4+ unreleased: Version 0.17.0
5+ --------------------------
6+
7+ New features:
8+
9+ - Add support for Python 3.14 PR #166
10+
11+ Support for Python 3.14, comes with a number of changes reflecting changes in
12+ CPython bytecode itself:
13+
14+ - introduced an enum for BINARY_OP argument which now supports subscribe.
15+ When disassembling the enum is always used, when creating bytecode from
16+ scratch integer values are coerced into the right enum member.
17+ - support BUILD_TEMPLATE, BUILD_INTERPOLATION, LOAD_SMALL_INT, LOAD_FAST_BORROW
18+ and LOAD_FAST_BORROW_LOAD_FAST_BORROW
19+ - LOAD_COMMON_CONSTANT, LOAD_SPECIAL whose argument is described using dedicated
20+ enums CommonConstant, SpecialMethod
21+ - CONVERT_VALUE (FORMAT_VALUE in Python < 3.13) now use the FormatValue enum.
22+ When disassembling the enum is always used, when creating bytecode from
23+ scratch integer values are coerced into the right enum member.
24+
25+
4262025-04-14: Version 0.16.2
527--------------------------
628
You can’t perform that action at this time.
0 commit comments