cpython/Misc/NEWS.d/next/Library/2018-09-13-03-59-43.bpo-346...

4 lines
218 B
ReStructuredText

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.