Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()... | Eric Snow | 2019-04-12 | 1 | -13/+5 |
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12... | Eric Snow | 2019-04-12 | 1 | -5/+13 |
* | bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246) | Eric Snow | 2019-03-15 | 1 | -0/+3 |
* | bpo-33608: Minor cleanup related to pending calls. (gh-12247) | Eric Snow | 2019-03-09 | 1 | -1/+0 |
* | Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | Victor Stinner | 2019-03-04 | 1 | -13/+5 |
* | bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11... | Eric Snow | 2019-02-24 | 1 | -5/+13 |
* | bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) | Eric Snow | 2019-01-11 | 1 | -0/+2 |
* | bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) | Victor Stinner | 2018-11-09 | 1 | -0/+4 |
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -0/+52 |