cpython/Python
Mark Shannon 5274b682bc
bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780)
* Make sure that return/break/continue are only traced once when exiting via a finally block.

* Add test for return in try-finally.

* Update importlib
2020-12-16 13:07:01 +00:00
..
clinic bpo-41435: Add sys._current_exceptions() function (GH-21689) 2020-11-02 16:16:25 +02:00
_warnings.c bpo-1635741: Port _warnings to the multi-phase init (GH-23379) 2020-11-19 00:19:06 +01:00
asdl.c
ast.c
ast_opt.c bpo-42282: Fold constants inside named expressions (GH-23190) 2020-11-07 22:35:17 +10:00
ast_unparse.c
bltinmodule.c bpo-42536: GC track recycled tuples (GH-23623) 2020-12-04 19:45:57 -08:00
bootstrap_hash.c bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) 2020-11-08 10:05:27 +01:00
ceval.c bpo-42500: Fix recursion in or after except (GH-23568) 2020-12-02 13:30:55 +00:00
ceval_gil.h
codecs.c bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) 2020-10-26 19:19:36 +01:00
compile.c bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) 2020-12-16 13:07:01 +00:00
condvar.h
context.c bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) 2020-11-04 16:33:55 +01:00
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c bpo-32381: Rewrite PyErr_ProgramText() (GH-23700) 2020-12-08 23:51:26 +01:00
fileutils.c bpo-32381: Remove unused _Py_fopen() function (GH-23711) 2020-12-09 20:54:31 +01:00
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 2020-12-01 09:56:42 +01:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c bpo-1635741: Convert _imp to multi-phase init (GH-23378) 2020-11-18 23:18:29 +01:00
importdl.c bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151) 2020-11-04 17:33:06 +01:00
importdl.h
importlib.h bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) 2020-12-16 13:07:01 +00:00
importlib_external.h bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743) 2020-12-15 11:07:50 +00:00
importlib_zipimport.h bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743) 2020-12-15 11:07:50 +00:00
initconfig.c bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) 2020-12-02 17:56:17 +00:00
makeopcodetargets.py
marshal.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 2020-12-01 09:56:42 +01:00
modsupport.c bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) 2020-11-04 13:59:15 +01:00
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) 2020-11-10 21:10:22 +01:00
preconfig.c bpo-42236: Enhance init and encoding documentation (GH-23109) 2020-11-02 16:49:54 +01:00
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c bpo-42639: Move atexit state to PyInterpreterState (GH-23763) 2020-12-15 14:34:19 +01:00
pymath.c
pystate.c bpo-42639: Move atexit state to PyInterpreterState (GH-23763) 2020-12-15 14:34:19 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 2020-12-01 09:56:42 +01:00
Python-ast.c bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) 2020-11-04 16:37:07 +01:00
pythonrun.c bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) 2020-12-09 22:37:27 +01:00
pytime.c bpo-37205: time.time() cannot fail with fatal error (GH-23314) 2020-11-16 16:08:05 +01:00
README
structmember.c
symtable.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 2020-12-01 10:37:39 +01:00
sysmodule.c bpo-42500: Fix recursion in or after except (GH-23568) 2020-12-02 13:30:55 +00:00
thread.c
thread_nt.h
thread_pthread.h bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) 2020-12-09 22:47:28 +01:00
traceback.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 2020-12-01 09:56:42 +01:00
wordcode_helpers.h

Miscellaneous source files for the main Python shared library