GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_xxsubinterpretersmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind...
Alex Henrie
2020-01-08
1
-2
/
+4
*
bpo-36854: Clear the current thread later (GH-17279)
Victor Stinner
2019-11-20
1
-1
/
+0
*
bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-1...
Serhiy Storchaka
2019-09-13
1
-85
/
+65
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-30
1
-1
/
+1
*
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
1
-1
/
+1
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-334
/
+35
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
1
-35
/
+334
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
1
-334
/
+35
*
bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH-11845)
Alexey Izbyshev
2019-02-15
1
-0
/
+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-10
/
+10
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1
/
+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-11-01
1
-1
/
+1
*
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut
2018-09-10
1
-2
/
+2
*
bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863)
Alexey Izbyshev
2018-08-22
1
-1
/
+1
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-4
/
+3
*
Hide some symbols from _xxsubinterpreters. (GH-8151)
Benjamin Peterson
2018-07-06
1
-2
/
+2
*
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow
2018-06-13
1
-37
/
+45
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-01
1
-0
/
+1
*
bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh...
Eric Snow
2018-06-01
1
-32
/
+33
*
bpo-32604: Implement force-closing channels. (gh-6937)
Eric Snow
2018-05-17
1
-21
/
+136
*
bpo-32604: Improve subinterpreter tests. (#6914)
Eric Snow
2018-05-16
1
-73
/
+177
*
bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6...
Serhiy Storchaka
2018-05-16
1
-7
/
+3
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-10
/
+10
*
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow
2018-02-20
1
-8
/
+14
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-16
1
-21
/
+276
*
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow
2018-02-02
1
-268
/
+596
*
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
Eric Snow
2018-01-29
1
-1
/
+1
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-29
1
-0
/
+2061