[issue37088] Add a way to schedule a function to be called from the main thread

STINNER Victor report at bugs.python.org
Wed May 29 18:28:18 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I dislike pending calls. It is a weird beast which complicates ceval.c. I
would prefer to remove it. It is no longer needed to handle signals!

At least, it sounds like a bad idea to me to expose it in Python in a
public API.

If you really need it, hide it better ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37088>
_______________________________________


More information about the Python-bugs-list mailing list