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 eric.snow
Recipients Arfrever, alex, asvetlov, benjamin.peterson, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, pitrou, refi64, rhettinger, scoder, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2015-05-21.02:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432177119.11.0.403806639459.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the segfault, the following does not fail:

  ./python -m test.regrtest --forever -m test_basic test_configparser

but this does:

  for i in `seq 1 20`; do ./python -m test.regrtest -m test_basic test_configparser ; done
History
Date User Action Args
2015-05-21 02:58:39eric.snowsetrecipients: + eric.snow, rhettinger, gregory.p.smith, pitrou, scoder, eric.smith, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81, introom
2015-05-21 02:58:39eric.snowsetmessageid: <1432177119.11.0.403806639459.issue16991@psf.upfronthosting.co.za>
2015-05-21 02:58:39eric.snowlinkissue16991 messages
2015-05-21 02:58:38eric.snowcreate