cpython/Python
Mark Shannon 8b795ab554
bpo-42500: Fix recursion in or after except (GH-23568) (#24501)
* Use counter, rather boolean state when handling soft overflows.

(cherry picked from commit 4e7a69bdb6)
2021-03-02 11:36:38 +01:00
..
clinic
_warnings.c [3.9] bpo-40998: Fix a refleak in create_filter() (GH-23365) (GH-23369) 2020-11-18 09:45:29 -08:00
asdl.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c bpo-42536: GC track recycled tuples (GH-23623) (GH-23651) 2020-12-07 20:07:48 +00:00
bootstrap_hash.c [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) 2020-11-22 11:18:40 +01:00
ceval.c bpo-42500: Fix recursion in or after except (GH-23568) (#24501) 2021-03-02 11:36:38 +01:00
ceval_gil.h
codecs.c
compile.c [3.9] bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395) (GH-23303) 2020-11-17 19:31:55 +00:00
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) 2020-10-14 19:25:45 -07:00
dynload_dl.c
dynload_hpux.c bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) 2020-10-14 19:25:45 -07:00
dynload_shlib.c bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) 2020-10-14 19:25:45 -07:00
dynload_stub.c
dynload_win.c
errors.c bpo-42500: Fix recursion in or after except (GH-23568) (#24501) 2021-03-02 11:36:38 +01:00
fileutils.c bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24278) 2021-01-21 11:46:35 +01:00
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c Bring Python into the new year. (GH-24036) 2021-01-01 09:27:48 -08:00
getopt.c
getplatform.c
getversion.c
graminit.c
hamt.c
hashtable.c
import.c
importdl.c
importdl.h
importlib.h
importlib_external.h
importlib_zipimport.h
initconfig.c bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) 2020-12-02 14:01:23 -08:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c
peephole.c bpo-42057: Fix peephole optimizer (GH-22802) 2020-10-22 11:06:07 +09:00
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c bpo-40998: Address compiler warnings found by ubsan (GH-20929) 2020-11-18 08:01:48 -08:00
pymath.c
pystate.c bpo-42500: Fix recursion in or after except (GH-23568) (#24501) 2021-03-02 11:36:38 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
pythonrun.c bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) 2020-12-08 16:16:05 +01:00
pytime.c [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295) 2020-11-22 11:18:40 +01:00
README
strdup.c
structmember.c
symtable.c
sysmodule.c bpo-42500: Fix recursion in or after except (GH-23568) (#24501) 2021-03-02 11:36:38 +01:00
thread.c
thread_nt.h
thread_pthread.h
traceback.c bpo-26564: fix obsolete comment in traceback.c (GH-23819) 2020-12-17 05:19:58 -08:00
wordcode_helpers.h

Miscellaneous source files for the main Python shared library