diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-23 20:47:50 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-23 20:47:50 (GMT) |
commit | fce60eaf150127ab7b5ab8ed2943f85706f5f67a (patch) | |
tree | 28c88a4aa396965feae992f2bbb76068f8f69032 /Misc | |
parent | 7744cf7d5e9335ade693631672be219a52137d61 (diff) | |
download | cpython-fce60eaf150127ab7b5ab8ed2943f85706f5f67a.zip cpython-fce60eaf150127ab7b5ab8ed2943f85706f5f67a.tar.gz cpython-fce60eaf150127ab7b5ab8ed2943f85706f5f67a.tar.bz2 |
Issue #22676: Make the pickling of global objects which don't have a __module__ attribute less slow.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -181,6 +181,9 @@ Core and Builtins Library ------- +- Issue #22676: Make the pickling of global objects which don't have a + __module__ attribute less slow. + - Issue #18853: Fixed ResourceWarning in shlex.__nain__. - Issue #9351: Defaults set with set_defaults on an argparse subparser |