]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22676: Make the pickling of global objects which don't have a __module__ attri...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Oct 2014 20:47:50 +0000 (22:47 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Oct 2014 20:47:50 +0000 (22:47 +0200)
commitfce60eaf150127ab7b5ab8ed2943f85706f5f67a
tree28c88a4aa396965feae992f2bbb76068f8f69032
parent7744cf7d5e9335ade693631672be219a52137d61
Issue #22676: Make the pickling of global objects which don't have a __module__ attribute less slow.
Misc/NEWS
Modules/_pickle.c