]> granicus.if.org Git - python/commit
Issue #25698: Prevent possible replacing imported module with the empty one
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Feb 2016 08:31:43 +0000 (10:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 10 Feb 2016 08:31:43 +0000 (10:31 +0200)
commit5b613dd810b6cd0c44478cf9024db41675f7e02a
tree4fd36714617f207d4afbd9e9a816e3c11bc6bc48
parent288ed038aa28b9037e862026d743d4010a615f4e
parent48a583b1d83d9c44c9dd9facb9331737518d6618
Issue #25698: Prevent possible replacing imported module with the empty one
if the stack is too deep.
Python/import.c