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 larry, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-02-27.15:58:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425052681.98.0.0441399990377.issue23524@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand the issue, can you please elaborate?

Can you please give an example of code which raise the bug, explain the behaviour on VS < 2015 and the behaviour on VS > 2015?

I don't understand why changes are restricted to posixmodule.c. Much more code manipulates file descriptors.

If Microsoft chose to kill a process when you pass an invalid file descriptor, why should Python behave differently? Is it only for Python unit test? If the problem only occurs with unit tests, why not only changing the behaviour with test.support.SuppressCrashReporter?
History
Date User Action Args
2015-02-27 15:58:02vstinnersetrecipients: + vstinner, larry, tim.golden, zach.ware, serhiy.storchaka, steve.dower
2015-02-27 15:58:01vstinnersetmessageid: <1425052681.98.0.0441399990377.issue23524@psf.upfronthosting.co.za>
2015-02-27 15:58:01vstinnerlinkissue23524 messages
2015-02-27 15:58:01vstinnercreate