[Python-Dev] An infinite loop in dictobject.c (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Thu May 24 23:28:12 CEST 2012
- Previous message: [Python-Dev] An infinite loop in dictobject.c
- Next message: [Python-Dev] [Python-checkins] peps: Added examples.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] An infinite loop in dictobject.c
- Next message: [Python-Dev] [Python-checkins] peps: Added examples.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]