]> granicus.if.org Git - python/commit
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpr...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 May 2013 18:46:19 +0000 (20:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 May 2013 18:46:19 +0000 (20:46 +0200)
commitdf6931dbbcf3d0a33f5469e63c9944577a7c7382
tree20dc1c75735e64dabfe13c3f9eedb22da1a921eb
parent609a56f788293585039e78a108f8c3aff8ac245d
parent957a23b0883c1d92f4d5c5de2459319615a8ed34
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
Misc/NEWS
Objects/typeobject.c
Python/pythonrun.c