mirror of
https://github.com/python/cpython.git
synced 2025-11-28 06:06:26 +00:00
bpo-44131: Test Py_FrozenMain() (GH-26126)
* Add test_frozenmain to test_embed * Add Programs/test_frozenmain.py * Add Programs/freeze_test_frozenmain.py * Add Programs/test_frozenmain.h * Add make regen-test-frozenmain * Add test_frozenmain command to Programs/_testembed * _testembed.c: add error(msg) function
This commit is contained in:
parent
f32c7950e0
commit
eaede0ded7
10 changed files with 203 additions and 32 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Add test_frozenmain to test_embed to test the :c:func:`Py_FrozenMain` C
|
||||
function. Patch by Victor Stinner.
|
||||
Loading…
Add table
Add a link
Reference in a new issue