[issue23566] RFE: faulthandler.register() should support file descriptors

STINNER Victor report at bugs.python.org
Mon Apr 6 23:34:37 CEST 2015


STINNER Victor added the comment:

> 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!

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23566>
_______________________________________


More information about the Python-bugs-list mailing list