cpython/Python
Serhiy Storchaka d4234937a1
[3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) (GH-113105)
It was raised in two cases:
* in the import statement when looking up __import__
* in pickling some builtin type when looking up built-ins iter, getattr, etc.

(cherry picked from commit 1161c14e8c)
2023-12-14 12:59:33 +00:00
..
clinic [3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100841) 2023-01-08 01:23:12 -08:00
deepfreeze
frozen_modules
_warnings.c [3.11] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#105660) 2023-06-11 19:46:02 +00:00
adaptive.md
asdl.c
ast.c [3.11] gh-109351: Fix crash when compiling AST with invalid NamedExpr (GH-109352) (#109380) 2023-09-13 16:32:08 +00:00
ast_opt.c [3.11] gh-104018: remove unused format "z" handling in string formatfloat() (GH-104107) (#104260) 2023-05-07 05:06:06 +00:00
ast_unparse.c
bltinmodule.c [3.11] gh-105375: Improve error handling in the builtins extension module (GH-105585) (#105650) 2023-06-11 11:13:45 +00:00
bootstrap_hash.c
ceval.c [3.11] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) (GH-113105) 2023-12-14 12:59:33 +00:00
ceval_gil.h [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272) 2023-09-11 19:33:08 +02:00
codecs.c
compile.c [3.11] gh-105375: Improve error handling in compiler_enter_scope() (#105494) (#105582) 2023-06-09 17:36:06 +00: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 gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615) 2023-02-08 06:50:43 -08:00
emscripten_signal.c
errors.c [3.11] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929) (GH-108206) 2023-08-21 11:53:05 +00:00
fileutils.c [3.11] gh-107913: Fix possible losses of OSError error codes (GH-107930) (GH-108524) 2023-08-27 12:18:58 +00:00
formatter_unicode.c
frame.c [3.11] GH-99729: Unlink frames before clearing them (#100047) 2022-12-06 17:02:19 +00:00
frozen.c
frozenmain.c
future.c
getargs.c [3.11] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112461) 2023-11-27 18:11:09 +00:00
getcompiler.c
getcopyright.c [3.11] Update copyright years to 2023. (gh-100848) (GH-100849) 2023-01-08 17:57:17 -08:00
getopt.c gh-90300: split --help output into separate options (GH-30331) 2022-06-14 12:15:42 -07:00
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c [3.11] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522) (GH-109781) 2023-10-07 16:05:13 +03:00
importdl.c
importdl.h
initconfig.c [3.11] Document PYTHONSAFEPATH along side -P (GH-106122) (#106353) 2023-07-05 13:21:45 +02:00
makeopcodetargets.py
marshal.c [3.11] gh-101006: Improve error handling when read marshal data (GH-101007) (GH-106227) 2023-06-29 13:47:30 +03:00
modsupport.c [3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863) 2023-07-19 09:40:38 +03:00
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 gh-98608: Fix Failure-handling in new_interpreter() (gh-102658) 2023-03-21 12:13:31 -07:00
pymath.c
pystate.c [3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#109272) 2023-09-11 19:33:08 +02:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c [3.11] GH-105588: Add missing error checks to some obj2ast_* converters (GH-105839) 2023-06-15 23:13:51 +00:00
Python-tokenize.c
pythonrun.c [3.11] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197) (#109283) 2023-09-12 09:57:28 +00:00
pytime.c [3.11] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102062) 2023-02-22 19:11:59 +00:00
README
specialize.c [3.11] GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105864) 2023-06-16 18:30:22 +00:00
stdlib_module_names.h
structmember.c
suggestions.c [3.11] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106… (GH-106039) 2023-06-23 21:13:07 +03:00
symtable.c [3.11] gh-109207: Fix SystemError when printing symtable entry object. (GH-109225) (GH-109228) 2023-09-10 16:50:22 +03:00
sysmodule.c [3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524) (GH-109551) 2023-09-18 21:24:41 +03: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] [3.12] gh-109181: Fix refleak in tb_get_lineno() (GH-111948) (#111951) 2023-11-10 13:32:02 +00:00

Miscellaneous source files for the main Python shared library