Antoine Pitrou <[email protected]> added the comment:
The right way to do this is not to pass a timeout parameter but to check for GIL interrupts as done in the main bytecode evaluation loop. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34128> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
