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 kilowu, python-dev, vstinner
Date 2015-04-06.21:34:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428356077.7.0.12156928298.issue23566@psf.upfronthosting.co.za>
In-reply-to
Content
> However I think the fd tests on windows is just fine to be skipped. So what's the next plan? Shall we continue to work on it or just resolve this issue?

issue23566_fd_tests_v2.patch makes test_faulthandler.py a little more complex. It's maybe better to just skip tests on Windows, the code is already well tested on other platforms, and faulthandler.c doesn't contain code specific to Windows when handling file descriptors.

I close the issue, thanks for your patches Wei Wu!
History
Date User Action Args
2015-04-06 21:34:37vstinnersetrecipients: + vstinner, python-dev, kilowu
2015-04-06 21:34:37vstinnersetmessageid: <1428356077.7.0.12156928298.issue23566@psf.upfronthosting.co.za>
2015-04-06 21:34:37vstinnerlinkissue23566 messages
2015-04-06 21:34:37vstinnercreate