cpython/Lib/test/support
Victor Stinner 99ba73d118
bpo-31009: Move fd_count() to test.support (#7308)
* Move fd_count() from test.libregrtest.refleak to test.support
* Fix support.fd_count() on Windows: Call CrtSetReportMode() to not
  kill the process on invalid file descriptor if Python is compiled
  in debug mode.
2018-06-01 13:47:24 +02:00
..
__init__.py bpo-31009: Move fd_count() to test.support (#7308) 2018-06-01 13:47:24 +02:00
script_helper.py [3.6] Improves the ability to build in CI (GH-5730) 2018-02-17 20:35:03 -08:00