mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
Fix incorrect sharing of current task with the forked child process by clearing thread state's current task and current loop in `PyOS_AfterFork_Child`.