Staging
v0.5.1
Revision d3b4e068077dd26927ae7485bd0303e09d962c02 authored by Alexey Izbyshev on 01 November 2020, 05:33:08 UTC, committed by GitHub on 01 November 2020, 05:33:08 UTC
* bpo-42146: Unify cleanup in subprocess_fork_exec()

Also ignore errors from _enable_gc():
* They are always suppressed by the current code due to a bug.
* _enable_gc() is only used if `preexec_fn != None`, which is unsafe.
* We don't have a good way to handle errors in case we successfully
  created a child process.

Co-authored-by: Gregory P. Smith <greg@krypto.org>
1 parent 3bf0d02
History
File Mode Size
problem-matchers
workflows
CODEOWNERS -rw-r--r-- 4.2 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
FUNDING.yml -rw-r--r-- 74 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
codecov.yml -rw-r--r-- 485 bytes
dependabot.yml -rw-r--r-- 172 bytes

back to top