Skip to content

[3.6] bpo-31009: Move fd_count() to test.support#7308

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:fdcount36
Jun 1, 2018
Merged

[3.6] bpo-31009: Move fd_count() to test.support#7308
vstinner merged 1 commit into
python:3.6from
vstinner:fdcount36

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 1, 2018

  • 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.

https://bugs.python.org/issue31009

* 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.
@bedevere-bot
Copy link
Copy Markdown

@vstinner: Please replace # with GH- in the commit message next time. Thanks!

@vstinner vstinner deleted the fdcount36 branch June 1, 2018 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants