COMMITS
/ Programs/_testembed.c December 10, 2025
M
[3.13] gh-139927: Fix test_embed on OpenIndiana (GH-142514) (#142521)
Miss Islington (bot) committed
November 29, 2025
October 24, 2025
M
[3.13] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094) (GH-140524) (#140527)
Miss Islington (bot) committed
September 29, 2025
M
[3.13] gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (GH-139147) (#139414)
Miss Islington (bot) committed
October 8, 2024
A
[3.13] bpo-34206: Improve docs and test coverage for pre-init functions (GH-8023) (#125092)
Alyssa Coghlan committed
September 23, 2024
M
[3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164) (#124250)
Miss Islington (bot) committed
August 17, 2024
M
[3.13] gh-123022: Fix crash with `Py_Initialize` in background thread (GH-123052) (#123114)
Miss Islington (bot) committed
July 29, 2024
E
[3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)
Eric Snow committed
April 18, 2024
V
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner committed
December 12, 2023
S
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross committed
October 10, 2023
D
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na committed
October 5, 2023
V
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
August 16, 2023
V
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)
Victor Stinner committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 13, 2023
November 9, 2022
K
GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)
Kumar Aditya committed
October 30, 2022
N
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Nick Coghlan committed
October 26, 2022
E
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
September 22, 2022
B
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher committed
September 13, 2022
M
gh-96678: Avoid undefined behaviour in test (#96672)
Matthias Görgens committed
July 31, 2022
P
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (#94745)
Pablo Galindo Salgado committed
July 13, 2022
N
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
neonene committed
June 16, 2022
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
February 8, 2022
January 21, 2022
V
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
December 28, 2021
D
bpo-45189: Drop the "list_frozen" command from _test_embed. (GH-30273)
Dong-hee Na committed
December 2, 2021
V
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner committed
November 1, 2021
N
bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341)
Nikita Sobolev committed
October 31, 2021
N
bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307)
Nikita Sobolev committed
October 28, 2021
E
October 25, 2021
E
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Eric Snow committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
P
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
Pablo Galindo Salgado committed
September 20, 2021
V
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
Victor Stinner committed
July 7, 2021
A
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar committed
June 29, 2021
V
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
Victor Stinner committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner committed
May 17, 2021
V
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner committed
May 12, 2021
V
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Victor Stinner committed
March 10, 2021
V
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Victor Stinner committed
January 12, 2021
V
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
Victor Stinner committed
November 10, 2020
V
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
July 3, 2020
K
June 11, 2020
P
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Pablo Galindo committed