summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-09-13-03-59-43.bpo-34658.ykZ-ia.rst
blob: 35375a088300ccc43f2699b5f47fef2ced91f644 (plain)
1
2
3
Fix a rare interpreter unhandled exception state SystemError only seen when
using subprocess with a preexec_fn while an after_parent handler has been
registered with os.register_at_fork and the fork system call fails.