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 brett.cannon
Recipients brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-04.20:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441399617.05.0.891415993838.issue25001@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure how feasible this is, but when running tests under Windows it's very nice to run with --nowindows on, else you get barraged with a ton of debugging warnings. The problem is that if you use -j the use of --nowindows gets turned off. It would be nice if using --nowindows worked with -j to speed up test execution on Windows while also being less noisy.
History
Date User Action Args
2015-09-04 20:46:57brett.cannonsetrecipients: + brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower
2015-09-04 20:46:57brett.cannonsetmessageid: <1441399617.05.0.891415993838.issue25001@psf.upfronthosting.co.za>
2015-09-04 20:46:56brett.cannonlinkissue25001 messages
2015-09-04 20:46:56brett.cannoncreate