cpython/Python
Miss Islington (bot) 17a335dd02
[3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524) (GH-109551)
(cherry picked from commit c829975428)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2023-09-18 21:24:41 +03:00
..
clinic
deepfreeze
frozen_modules
_warnings.c
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
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
ceval.c [3.11] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109134) 2023-09-08 11:10: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
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
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
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c
importdl.c
importdl.h
initconfig.c
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
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
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
README
specialize.c
stdlib_module_names.h
structmember.c
suggestions.c
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
thread_nt.h
thread_pthread.h
thread_pthread_stubs.h
traceback.c [3.11] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109148) 2023-09-08 16:56:10 +00:00

Miscellaneous source files for the main Python shared library