mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
608c1f3083
Sometimes the child_handled event was missing because either the child quits before it gets a chance to handle the signal, or the parent asserts before the event notification is delivered via IPC. Synchronize explicitly to avoid this.