cpython/Python
Irit Katriel 93a9535d54
[3.11] gh-101517: fix line number propagation in code generated for except* (#103550) (#103816)
Manual backport of https://github.com/python/cpython/pull/103550.



<!-- gh-issue-number: gh-101517 -->
* Issue: gh-101517
<!-- /gh-issue-number -->

---------

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2023-04-25 18:08:54 +01: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
adaptive.md
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:25:48 -08:00
bootstrap_hash.c
ceval.c [3.11] gh-101975: Fixed a potential SegFault on garbage collection (GH-102803) (GH-102807) 2023-03-20 14:42:15 +00:00
ceval_gil.h
codecs.c
compile.c [3.11] gh-101517: fix line number propagation in code generated for except* (#103550) (#103816) 2023-04-25 18:08:54 +01: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:50:43 -08:00
emscripten_signal.c
errors.c
fileutils.c [3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040) 2023-03-25 16:35:00 -07: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-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368) 2022-12-28 02:10:06 +01: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
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-95778: add doc missing in some places (GH-100627) 2022-12-30 13:51:06 -08: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 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-102126: fix deadlock at shutdown when clearing thread state… (#102234) 2023-02-25 21:00:05 +05:30
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
Python-tokenize.c
pythonrun.c
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-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 [3.11] Correct CVE-2020-10735 documentation (GH-100306). (#100476) 2022-12-23 18:07:50 -08:00
thread.c
thread_nt.h
thread_pthread.h
thread_pthread_stubs.h
traceback.c [3.11] gh-99103: Normalize specialized traceback anchors against the current line (#99423) 2022-11-21 22:16:12 +00:00

Miscellaneous source files for the main Python shared library