]> granicus.if.org Git - python/commit
The migration to importlib eliminated this crasher
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 5 Nov 2012 10:40:25 +0000 (20:40 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 5 Nov 2012 10:40:25 +0000 (20:40 +1000)
commit32dd36bdceb32d72b5c4e19f9fab9953a7d041ef
treeb50c653441e0742a15282e24d3965321f5c9ec40
parent9d95cbeaf97887beca3bbee36cb5466268bdf8e1
The migration to importlib eliminated this crasher

If anyone finds another recursive C path that bypasses the recursion
limiting, they can add a new crasher example.
Lib/test/crashers/recursion_limit_too_high.py [deleted file]