index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pystate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Miss Islington (bot)
2019-09-12
1
-8/+6
*
Fix typos mostly in comments, docs and test names (GH-15209)
Miss Islington (bot)
2019-08-30
1
-2/+2
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-41/+48
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
1
-38/+30
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
1
-30/+38
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
1
-48/+41
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
1
-4/+0
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-22/+19
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+28
*
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner
2019-05-22
1
-2/+8
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
1
-2/+2
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
1
-2/+0
*
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner
2019-05-10
1
-9/+7
*
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow
2019-05-10
1
-0/+4
*
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)
Victor Stinner
2019-04-26
1
-1/+1
*
bpo-36710: Add runtime variable in pystate.c (GH-12956)
Victor Stinner
2019-04-25
1
-142/+219
*
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner
2019-04-24
1
-2/+2
*
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner
2019-04-24
1
-3/+4
*
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner
2019-04-24
1
-33/+32
*
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner
2019-04-24
1
-64/+74
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
1
-32/+28
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
1
-28/+32
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
1
-8/+0
*
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner
2019-03-23
1
-0/+3
*
bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400)
Stéphane Wirtel
2019-03-19
1
-0/+5
*
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow
2019-03-15
1
-0/+14
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-2/+24
*
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow
2019-03-09
1
-1/+28
*
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
Eric Snow
2019-03-09
1
-35/+28
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
1
-85/+65
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
1
-2/+24
*
bpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpreterData_Release(). (gh...
Eric Snow
2019-03-01
1
-39/+42
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
1
-0/+1
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11...
Eric Snow
2019-02-24
1
-25/+20
*
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow
2019-02-23
1
-0/+11
*
bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852)
Stéphane Wirtel
2019-02-20
1
-2/+5
*
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in ...
Alexey Izbyshev
2019-02-12
1
-2/+6
*
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9...
Michael Felt
2019-01-11
1
-1/+1
*
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10...
Zackery Spytz
2018-12-05
1
-0/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-2/+2
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-9/+9
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-2/+2
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
1
-0/+1
*
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
Victor Stinner
2018-10-30
1
-23/+20
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
1
-0/+38
*
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...
Pablo Galindo
2018-08-31
1
-6/+10
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-4/+18
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-2/+4
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-02
1
-18/+37
*
bpo-33612: Remove PyThreadState_Clear() assertion (#7069)
Victor Stinner
2018-05-23
1
-1/+0
[next]