[Python-Dev] Issue #8863 adds a new PYTHONNOFAULTHANDLER environment variable

Victor Stinner vstinner at edenwall.com
Mon Dec 20 18:34:19 CET 2010


Le lundi 20 décembre 2010 12:08:35, Stefan Krah a écrit :
> Another test is hanging indefinitely (Ubuntu 64-bit):
> 
> $ ./python Lib/test/crashers/nasty_eq_vs_dict.py
> [hanging with no output]

Oh, I understood. I always test with Python compiled using --with-pydebug. 
With pydebug, a segfault occurs. Without pydebug, there is an unlimited loop.

The patch is not related to the lack of segfault :-) (Retry without the patch)

Victor


More information about the Python-Dev mailing list