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 vstinner
Recipients vstinner
Date 2017-06-26.12:17:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498479429.85.0.905289080128.issue30764@psf.upfronthosting.co.za>
In-reply-to
Content
The be able to debug bpo-30280 using my bisection script:
https://github.com/haypo/misc/blob/205fea00d509ddd1cffa30c5c6f2da012f3ec54e/python/bisect_test.py

I would like to be able to mark tests which alter the environment as failed, using an explicit option.

It would be nice to be able to enable this option by default, or even remove the option and just make the behaviour as the default, but it would require to fix some issues first (like bpo-30280).
History
Date User Action Args
2017-06-26 12:17:09vstinnersetrecipients: + vstinner
2017-06-26 12:17:09vstinnersetmessageid: <1498479429.85.0.905289080128.issue30764@psf.upfronthosting.co.za>
2017-06-26 12:17:09vstinnerlinkissue30764 messages
2017-06-26 12:17:09vstinnercreate