Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
01d618c5606a239b03ad1269541eddb6e724775d
/
Programs
/
_testembed.c
776407f
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
by Marcel Plch
· 7 years ago
b4d1e1f
bpo-20891: Fix PyGILState_Ensure() (#4650)
by Victor Stinner
· 7 years ago
4274609
bpo-32096: Ensure new embedding test can find the encodings module (GH-4566)
by Nick Coghlan
· 7 years ago
9e87e77
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
by Victor Stinner
· 7 years ago
13ad3b7
bpo-31462: Remove trailing whitespaces. (#3564)
by Serhiy Storchaka
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 7 years ago
d1c3c13
bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)
by Eric Snow
· 7 years ago
e377416
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
by Eric Snow
· 7 years ago
ea74f0c
Issue #24932: Use proper command line parsing in _testembed
by Steve Dower
· 8 years ago
939231b
Issue #27736: Improve the existing embedded interpreter init/fini test
by Ned Deily
· 8 years ago
8f26565
Fix spelling (inital), grammar (may translates) in documentation, comments
by Martin Panter
· 9 years ago
973fe0b
Issue #18093: Factor out the programs that embed the runtime
by Nick Coghlan
· 10 years ago
[Renamed from Modules/_testembed.c]
b2bef62
Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX
by Victor Stinner
· 11 years ago
7d270ee
Issue #16129: Add `Py_SetStandardStreamEncoding`
by Nick Coghlan
· 11 years ago
66299a4
Fix compilation of _testembed.c without threads
by Victor Stinner
· 14 years ago
8e60577
Issue #10914: Add a minimal embedding test to test_capi.
by Antoine Pitrou
· 14 years ago