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 paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-10-03.20:12:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443903154.6.0.449743126386.issue25305@psf.upfronthosting.co.za>
In-reply-to
Content
It is a direct duplicate of multiple issues.

The assertion is coming from the CRT, because their definition of "undefined behaviour" includes displaying an assert dialog in debug mode, and last time we tried disabling them completely we upset people. (I'm not 100% clear how you get from "closing an already-closed fd" to "undefined behaviour", but I assume it's an interpretation of invalid parameters.)

I'll get the patch for issue 23919 together, based on what Zach described in issue 25001.
History
Date User Action Args
2015-10-03 20:12:34steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware
2015-10-03 20:12:34steve.dowersetmessageid: <1443903154.6.0.449743126386.issue25305@psf.upfronthosting.co.za>
2015-10-03 20:12:34steve.dowerlinkissue25305 messages
2015-10-03 20:12:34steve.dowercreate