Message393836
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | vstinner |
|---|---|
| Recipients | corona10, petr.viktorin, vstinner |
| Date | 2021-05-17.21:58:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1621288722.93.0.495725502828.issue44131@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
commit eaede0ded72e67cee4a91c086847d54cb64ca74c Author: Victor Stinner <vstinner@python.org> Date: Mon May 17 23:48:35 2021 +0200 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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-17 21:58:42 | vstinner | set | recipients: + vstinner, petr.viktorin, corona10 |
| 2021-05-17 21:58:42 | vstinner | set | messageid: <1621288722.93.0.495725502828.issue44131@roundup.psfhosted.org> |
| 2021-05-17 21:58:42 | vstinner | link | issue44131 messages |
| 2021-05-17 21:58:42 | vstinner | create | |