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 steve.dower
Recipients steve.dower, tim.golden, vstinner, zach.ware
Date 2015-02-21.18:11:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424542267.82.0.579021692507.issue23314@psf.upfronthosting.co.za>
In-reply-to
Content
Having run some more tests, it may be that the only regular problem is in the test for inherited file descriptors.

I've attached a patch for tf_inherit_check.py that will prevent assert dialogs. It's not pretty, but it avoids touching the interpreter internals. I still prefer the environment variable option (and maybe add an underscore at the start/making it 'officially' undocumented?), as that will help avoid issues when new tests are added, but for now it looks like only this test needs fixing.
History
Date User Action Args
2015-02-21 18:11:07steve.dowersetrecipients: + steve.dower, vstinner, tim.golden, zach.ware
2015-02-21 18:11:07steve.dowersetmessageid: <1424542267.82.0.579021692507.issue23314@psf.upfronthosting.co.za>
2015-02-21 18:11:07steve.dowerlinkissue23314 messages
2015-02-21 18:11:07steve.dowercreate