This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients koobs, lukasz.langa, pablogsal, pitrou, scotchka, vstinner
Date 2019-03-04.12:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551701099.25.0.719099478692.issue36114@roundup.psfhosted.org>
In-reply-to
Content
Currently guilty:

commit ef4ac967e2f3a9a18330cc6abe14adb4bc3d0465
Author: Eric Snow <ericsnowcurrently@gmail.com>
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.
History
Date User Action Args
2019-03-04 12:04:59vstinnersetrecipients: + vstinner, pitrou, lukasz.langa, koobs, pablogsal, scotchka
2019-03-04 12:04:59vstinnersetmessageid: <1551701099.25.0.719099478692.issue36114@roundup.psfhosted.org>
2019-03-04 12:04:59vstinnerlinkissue36114 messages
2019-03-04 12:04:59vstinnercreate