]> granicus.if.org Git - python/commit
Issue #25698: Importing module if the stack is too deep no longer replaces
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Feb 2016 08:28:06 +0000 (10:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Feb 2016 08:28:06 +0000 (10:28 +0200)
commit1c496178d2c863f135bd4a43e32e0f099480cd06
treed3db8cca9df26eb21cfcf6eabbc9cd67a64e35b2
parent53ae0ba6e308b383c63476177aa185a4b6f6e216
Issue #25698: Importing module if the stack is too deep no longer replaces
imported module with the empty one.
Include/dictobject.h
Misc/NEWS
Objects/dictobject.c
Python/import.c