This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ddvento@ucar.edu
Recipients ddvento@ucar.edu, ezio.melotti
Date 2014-05-09.19:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <536D312A.5050503@ucar.edu>
In-reply-to <53581CC1.8010705@ucar.edu>
Content
This bug is extremely hard to reproduce in a controlled manner.
I mean, if I run

EXTRATESTOPTS='-x test_gdb -uall -v' make testall

it appears 100% of the times (whereas the same command without the -v 
works just fine, as I initially mentioned).

But I do not want to run the whole thing, so I resorted to

EXTRATESTOPTS='-uall -v -f ctypes_and_zipimport' make testall

where the ctypes_and_zipimport file contains test_ctypes,
test_zipimport and a handful of other tests. For all the tries I did, 
this always succeeded.

So I can't debug this issue, sorry.
History
Date User Action Args
2014-05-09 19:48:52ddvento@ucar.edusetrecipients: + ddvento@ucar.edu, ezio.melotti
2014-05-09 19:48:52ddvento@ucar.edulinkissue21278 messages
2014-05-09 19:48:51ddvento@ucar.educreate