cpython/Python
Miss Islington (bot) 9dda9020ab
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Fix a reference bug in _imp.create_builtin() after the creation of
the first sub-interpreter for modules "builtins" and "sys".
(cherry picked from commit cb2ef8b2ac)

Co-authored-by: Victor Stinner <vstinner@python.org>
2022-11-21 03:43:23 -08:00
..
clinic [3.11] Fix typos in bltinmodule.c. (GH-97789) 2022-10-03 13:10:14 -07:00
deepfreeze
frozen_modules
_warnings.c
adaptive.md
asdl.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c [3.11] Fix typos in bltinmodule.c. (GH-97789) 2022-10-03 13:10:14 -07:00
bootstrap_hash.c
ceval.c [3.11] GH-99460: Emscripten trampolines on optimized METH_O and METH_NOARGS code paths (gh-99461) (#99514) 2022-11-16 08:09:34 -08:00
ceval_gil.h [3.11] gh-96017: Fix some compiler warnings (GH-96018) (#96106) 2022-10-05 15:05:27 -07:00
codecs.c
compile.c [3.11] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96973) 2022-09-20 14:56:38 -07:00
condvar.h
context.c
dtoa.c
dup2.c [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272) 2022-07-31 16:39:41 +01:00
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
errors.c
fileutils.c [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95272) 2022-07-31 16:39:41 +01:00
formatter_unicode.c
frame.c [3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002) 2022-10-06 17:36:39 -07:00
frozen.c
frozenmain.c
future.c
getargs.c [3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999) (GH-95353) 2022-07-28 09:51:45 +03:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c gh-99578: Fix refleak in _imp.create_builtin() (GH-99642) 2022-11-21 03:43:23 -08:00
importdl.c
importdl.h
initconfig.c gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) 2022-09-26 08:43:26 -07:00
makeopcodetargets.py
marshal.c [3.11] gh-98925: Lower marshal recursion depth for WASI (GH-98938) (GH-98979) 2022-11-01 16:18:55 -07:00
modsupport.c
mysnprintf.c Add a warning message about PyOS_snprintf (GH-95993) 2022-10-07 13:26:46 -07:00
mystrtoul.c
opcode_targets.h
pathconfig.c gh-98978: Fix Py_SetPythonHome(NULL) (GH-99066) 2022-11-03 11:09:15 -07:00
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c [3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638) 2022-11-21 11:22:10 +01:00
pymath.c
pystate.c GH-99205: Mark new interpreters and threads as non-static (GH-99268) 2022-11-09 14:19:15 -08:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-95208) 2022-07-26 12:19:22 +02:00
Python-tokenize.c
pythonrun.c
pytime.c
README
specialize.c [3.11] GH-99257: Check the owner's type when specializing slots (GH-99324) 2022-11-10 08:44:49 -08:00
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
sysmodule.c gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) 2022-11-15 13:10:27 -08:00
thread.c gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126) (#96128) 2022-08-21 17:37:15 +01:00
thread_nt.h
thread_pthread.h [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) 2022-08-01 15:37:45 +01:00
thread_pthread_stubs.h [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503) 2022-08-01 15:37:45 +01:00
traceback.c [3.11] gh-93883: elide traceback indicators when possible (GH-93994) (GH-94740) 2022-07-11 04:27:29 -07:00

Miscellaneous source files for the main Python shared library