mirror of
https://github.com/python/cpython.git
synced 2025-10-04 14:15:45 +00:00
bpo-29537: Also cover 3.5.2 in NEWS entry
This commit is contained in:
parent
312f7dfb7c
commit
0410bee6e6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Core and Builtins
|
|||
-----------------
|
||||
|
||||
- Issue #29537: Restore runtime compatibility with bytecode files generated by
|
||||
CPython 3.5.0 and 3.5.1, and adjust the eval loop to avoid the problems that
|
||||
CPython 3.5.0 to 3.5.2, and adjust the eval loop to avoid the problems that
|
||||
could be caused by the malformed variant of the BUILD_MAP_UNPACK_WITH_CALL
|
||||
opcode that they may contain. Patch by Petr Viktorin, Serhiy Storchaka,
|
||||
and Nick Coghlan.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue