Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
68b9c20a98887bf0a92698f8df9f28b9440970dc
/
Objects
/
interpreteridobject.c
32c5a17
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
by Victor Stinner
· 4 years, 7 months ago
1a1bd2e
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
by Victor Stinner
· 6 years ago
e5014be
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
by Victor Stinner
· 6 years ago
4a3fe08
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
by Victor Stinner
· 6 years ago
a15e260
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
by Victor Stinner
· 6 years ago
58ac700
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
by Victor Stinner
· 6 years ago
543a395
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
by Serhiy Storchaka
· 6 years ago
bf16991
bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652)
by Serhiy Storchaka
· 6 years ago
530f506
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
by Jeroen Demeyer
· 7 years ago
c11183c
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359)
by Eric Snow
· 7 years ago
4d61e6e
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
by Victor Stinner
· 7 years ago
bcfa450
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003)
by Eric Snow
· 7 years ago