summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2023-05-17 15:59:45 (GMT)
committerGitHub <noreply@github.com>2023-05-17 15:59:45 (GMT)
commitc649df63e0d052044a4660101d5769ff46ae9234 (patch)
treefaeda7da1c52f711202b2f9c9a1f05e90c07bdce /Misc/NEWS.d/next/IDLE
parentf7df17394906f2af51afef3c8ccaaab3847b059c (diff)
downloadcpython-c649df63e0d052044a4660101d5769ff46ae9234.zip
cpython-c649df63e0d052044a4660101d5769ff46ae9234.tar.gz
cpython-c649df63e0d052044a4660101d5769ff46ae9234.tar.bz2
gh-104372: Cleanup _posixsubprocess `make_inheritable` for async signal safety and no GIL requirement (#104518)
Move all of the Python C API calls into the parent process up front instead of doing PyLong_AsLong and PyErr_Occurred and PyTuple_GET from the post-fork/vfork child process. Much of this was long overdue. We shouldn't have been using PyTuple and PyLong APIs within all of these low level functions anyways.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
0 files changed, 0 insertions, 0 deletions