cpython/Python
Miss Islington (bot) f12502b2b3
[3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220)
(cherry picked from commit ee26ca13a1)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2023-06-05 18:06:43 +02:00
..
clinic [3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100842) 2023-01-08 01:23:34 -08:00
_warnings.c
asdl.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) 2023-03-05 03:20:41 -08:00
bootstrap_hash.c
ceval.c gh-101967: add a missing error check (GH-101968) 2023-02-17 17:13:33 -08:00
ceval_gil.h
codecs.c
compile.c [3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101448) 2023-01-31 23:42:22 +09:00
condvar.h
context.c
dtoa.c
dup2.c
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:48:42 -08:00
errors.c
fileutils.c
formatter_unicode.c
frozen.c
frozen_hello.h
frozenmain.c
future.c
getargs.c [3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100386) 2022-12-21 15:33:21 +05:30
getcompiler.c
getcopyright.c [3.10] Update copyright years to 2023. (gh-100850) 2023-01-08 17:00:24 -06:00
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:44:56 -08:00
importdl.c
importdl.h
importlib.h [3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96974) 2022-09-20 15:26:56 -07:00
importlib_external.h [3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96974) 2022-09-20 15:26:56 -07:00
importlib_zipimport.h [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) (#99817) 2023-03-28 14:13:37 +02:00
initconfig.c gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) 2022-09-26 08:46:04 -07:00
makeopcodetargets.py
marshal.c [3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220) 2023-06-05 18:06:43 +02:00
modsupport.c
mysnprintf.c Add a warning message about PyOS_snprintf (GH-95993) 2022-10-07 13:36:21 -07:00
mystrtoul.c
opcode_targets.h
pathconfig.c
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:10:36 -07:00
pymath.c
pystate.c [3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#102235) 2023-03-03 18:44:30 +05:30
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
pythonrun.c
pytime.c [3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150) 2023-02-26 12:34:21 +00:00
README
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
sysmodule.c [3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477) 2022-12-23 18:08:27 -08:00
thread.c
thread_nt.h
thread_pthread.h
traceback.c
wordcode_helpers.h

Miscellaneous source files for the main Python shared library