STINNER Victor <[email protected]> added the comment:
Currently guilty: commit ef4ac967e2f3a9a18330cc6abe14adb4bc3d0465 Author: Eric Snow <[email protected]> Date: Sun Feb 24 15:40:47 2019 -0800 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) This involves moving the global "pending calls" state to PyInterpreterState. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue36114> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
