mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
87bbefe113
loop in debug mode. Raise a RuntimeError if the event loop of the current thread is different. The check should help to debug thread-safetly issue. Patch written by David Foster.