0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 13:28:21 +01:00
cpython/Programs
Miss Islington (bot) 4255a9fbc3
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
Issue: GH-98872
(cherry picked from commit 4e5f2db6f2)

Co-authored-by: SQLPATCH <95843853+SQLPATCH@users.noreply.github.com>
Automerge-Triggered-By: GH:kumaraditya303
2022-11-24 01:45:40 -08:00
..
_bootstrap_python.c gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) 2022-05-06 01:34:11 +02:00
_freeze_module.c gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047) 2022-11-24 01:45:40 -08:00
_freeze_module.py bpo-45949: Pure Python freeze module for cross builds (GH-29899) 2021-12-13 20:48:46 +01:00
_testembed.c [3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874) 2022-10-31 09:15:12 +10:00
freeze_test_frozenmain.py
python.c bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) 2020-04-15 04:01:58 +02:00
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
test_frozenmain.h [3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (GH-94552) (GH-94562) 2022-07-05 16:01:24 +02:00
test_frozenmain.py bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201) 2021-05-20 12:08:05 +02:00

Source files for binary executables (as opposed to shared modules)