Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module ↵ | Miss Islington (bot) | 2023-07-27 | 1 | -0/+17 |
| | | | | | | | | (gh-105258) (gh-107303) The _xxsubinterpreters module was meant to only use public API. Some internal C-API usage snuck in over the last few years (e.g. gh-28969). This fixes that. (cherry picked from commit e6373c0d8b59512aa7f0dea7f3fb162b6ed10fa4) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> | ||||
* | bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969) | Victor Stinner | 2021-10-15 | 1 | -17/+0 |
| | | | | Move the interpreteridobject.h header file from Include/ to Include/internal/. It only provides private functions. | ||||
* | bpo-45434: Remove useless space in includes (GH-28963) | Victor Stinner | 2021-10-14 | 1 | -1/+1 |
| | | | Micro-optimize spaces! | ||||
* | bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as ↵ | Eric Snow | 2019-03-15 | 1 | -0/+17 |
| | | | | necessary). (gh-12359) | ||||
* | Revert: bpo-33608: Factor out a private, per-interpreter ↵ | Victor Stinner | 2019-03-04 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | | | _Py_AddPendingCall(). (GH-11617) (GH-12159) * Revert "bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)" This reverts commit bcfa450f210074e16feb761ae5b3e966a2532fcf. * Revert "bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062)" This reverts commit bda918bf65a88560ec453aaba0758a9c0d49b449. * Revert "bpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpreterData_Release(). (gh-12024)" This reverts commit b05b711a2cef6c6c381e01069dedac372e0b9fb2. * Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617)" This reverts commit ef4ac967e2f3a9a18330cc6abe14adb4bc3d0465. | ||||
* | bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as ↵ | Eric Snow | 2019-03-01 | 1 | -0/+17 |
necessary). (#12003) |