[Python-Dev] An infinite loop in dictobject.c

Nick Coghlan ncoghlan at gmail.com
Thu May 24 23:28:12 CEST 2012


On Fri, May 25, 2012 at 6:23 AM, Daniel Farina <daniel at heroku.com> wrote:
>> Furthermore, if this is a hand-compiled Python, you could reconfigure
>> it --with-pydebug, so as to enable more assertions in the interpreter
>> core (this will make it quite a bit slower too :-)).
>
> Yes, this is my next step, although I am going to do a bit more
> whacking of the interpreter as to pause rather than crash when it
> encounters this problem.

You may also want to give Victor's faulthandler module a try:
http://pypi.python.org/pypi/faulthandler/

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list