24 May
2012
24 May
'12
4:28 p.m.
On Fri, May 25, 2012 at 6:23 AM, Daniel Farina <daniel@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@gmail.com | Brisbane, Australia