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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-10-03.19:17:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443899838.3.0.138123456513.issue25305@psf.upfronthosting.co.za>
In-reply-to
Content
I compiled Python 3.6 in debug mode on Windows, and I'm trying to run test_regrtest to try to reproduce a bug. The problem is that the test opens a million of popup. Clicking on Ignore is useless, the popup continues to reappear again and again. The stderr is also flooded with "Assertion error ..." with the MSCRT.

I don't understand the usage of this popup and this error message. Python already raises a nice OSError when a FD is invalid.

Can we please always turn these warnings off even in debug mode when calling a MSCRT function protected by _Py_BEGIN_SUPPRESS_IPH/_Py_END_SUPPRESS_IPH?

See also issue #25001 "Make --nowindows argument to regrtest propagate when running with -j".
History
Date User Action Args
2015-10-03 19:17:18vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2015-10-03 19:17:18vstinnersetmessageid: <1443899838.3.0.138123456513.issue25305@psf.upfronthosting.co.za>
2015-10-03 19:17:18vstinnerlinkissue25305 messages
2015-10-03 19:17:17vstinnercreate