diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-08 20:43:50 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-08 20:43:50 (GMT) |
commit | 02d9f5e5b2ee2662cb6776ebdafa2f3169452e41 (patch) | |
tree | b5f50062b0813e8d9f6df7c63067bc21201b21e3 /Misc | |
parent | c7cc9850d49354e9e93601d649a3c2bf60f72df8 (diff) | |
download | cpython-02d9f5e5b2ee2662cb6776ebdafa2f3169452e41.zip cpython-02d9f5e5b2ee2662cb6776ebdafa2f3169452e41.tar.gz cpython-02d9f5e5b2ee2662cb6776ebdafa2f3169452e41.tar.bz2 |
Issue #26881: The modulefinder module now supports extended opcode arguments.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -116,6 +116,8 @@ Core and Builtins Library ------- +- Issue #26881: The modulefinder module now supports extended opcode arguments. + - Issue #23815: Fixed crashes related to directly created instances of types in _tkinter and curses.panel modules. @@ -125,6 +127,8 @@ Library - Issue #26873: xmlrpc now raises ResponseError on unsupported type tags instead of silently return incorrect result. +- Issue #26881: modulefinder now works with bytecode with extended args. + - Issue #26711: Fixed the comparison of plistlib.Data with other types. - Issue #24114: Fix an uninitialized variable in `ctypes.util`. |