]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44131: Test Py_FrozenMain() (GH-26126)
authorVictor Stinner <vstinner@python.org>
Mon, 17 May 2021 21:48:35 +0000 (23:48 +0200)
committerGitHub <noreply@github.com>
Mon, 17 May 2021 21:48:35 +0000 (23:48 +0200)
commiteaede0ded72e67cee4a91c086847d54cb64ca74c
tree3c9bf4c33572db77fc79ae6a701628614c94f3a6
parentf32c7950e0077b6d9a8e217c2796fc582f18ca08
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
.gitattributes
Lib/test/test_embed.py
Makefile.pre.in
Misc/NEWS.d/next/Tests/2021-05-14-14-13-44.bpo-44131.YPizoC.rst [new file with mode: 0644]
Programs/_testembed.c
Programs/freeze_test_frozenmain.py [new file with mode: 0644]
Programs/test_frozenmain.h [new file with mode: 0644]
Programs/test_frozenmain.py [new file with mode: 0644]
Python/frozenmain.c
Tools/freeze/makefreeze.py