cpython/Python
Miss Islington (bot) 56aaef0ddb
bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884)
Directly executed pyc files were being kept open longer than necessary.
(cherry picked from commit ea737751b1)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2018-06-23 20:31:21 -07:00
..
clinic bpo-32436: Implement PEP 567 (#5027) 2018-01-22 19:11:18 -05:00
Python-ast.c bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) 2018-05-30 22:31:21 -07:00
README
_warnings.c bpo-33509: Fix _warnings for module_globals=None (GH-6833) 2018-05-15 13:56:28 -07:00
asdl.c
ast.c bpo-32911: Revert bpo-29463. (GH-7121) 2018-05-29 10:49:10 +03:00
ast_opt.c bpo-32911: Revert bpo-29463. (GH-7121) 2018-05-29 10:49:10 +03:00
ast_unparse.c [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) 2018-05-20 18:06:08 +03:00
bltinmodule.c bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5488) 2018-02-01 23:51:36 -05:00
bootstrap_hash.c [3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159) 2018-03-20 20:16:30 +01:00
ceval.c [3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399) 2018-04-06 18:14:29 -04:00
ceval_gil.h
codecs.c bpo-33231: Fix potential leak in normalizestring() (GH-6386) 2018-04-06 00:12:38 -07:00
compile.c bpo-32911: Revert bpo-29463. (GH-7121) 2018-05-29 10:49:10 +03:00
condvar.h
context.c Fix some warnings produced by different compilers. (GH-5593) (GH-5600) 2018-02-09 17:56:34 +02:00
dtoa.c
dup2.c
dynamic_annotations.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 2017-12-12 13:55:04 +02:00
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c Spelling fixes to docs, docstrings, and comments (GH-6374) 2018-04-20 14:00:41 -07:00
formatter_unicode.c bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) 2018-01-15 15:58:02 +01:00
frozen.c
frozenmain.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 2017-12-12 13:55:04 +02:00
future.c bpo-32911: Revert bpo-29463. (GH-7121) 2018-05-29 10:49:10 +03:00
getargs.c [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520) 2018-02-03 20:41:43 -05:00
getcompiler.c
getcopyright.c advance copyright years to 2018 (#5094) 2018-01-04 22:34:19 -08:00
getopt.c move pygetopt.h to internal (closes bpo-32264) (#4830) 2017-12-14 23:48:12 -08:00
getplatform.c
getversion.c
graminit.c
hamt.c bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505) 2018-06-07 20:44:09 -04:00
import.c bpo-33330: Improve error handling in PyImport_Cleanup(). (GH-6564) 2018-04-25 11:32:52 -07:00
importdl.c
importdl.h
importlib.h bpo-32911: Revert bpo-29463. (GH-7121) 2018-05-29 10:49:10 +03:00
importlib_external.h bpo-32911: Revert bpo-29463. (GH-7121) 2018-05-29 10:49:10 +03:00
makeopcodetargets.py
marshal.c bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) 2018-06-04 13:41:49 -07:00
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) 2018-01-29 16:41:04 -08:00
pathconfig.c bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6236) 2018-03-25 23:43:50 +10:00
peephole.c bpo-29469: peephole: Remove const_stack (GH-4879) 2017-12-18 15:52:54 +09:00
pyarena.c
pyctype.c
pyfpe.c bpo-29137: Remove fpectl module (#4789) 2018-01-05 23:15:34 -08:00
pyhash.c bpo-31849: Fix warning in pyhash.c (GH-6799) 2018-06-04 10:31:07 -07:00
pylifecycle.c bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) 2018-06-22 10:33:48 -07:00
pymath.c
pystate.c bpo-33612: Remove PyThreadState_Clear() assertion (GH-7069) (GH-7074) 2018-05-23 15:58:21 -04:00
pystrcmp.c
pystrhex.c
pystrtod.c
pythonrun.c bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) 2018-06-23 20:31:21 -07:00
pytime.c
strdup.c
structmember.c
symtable.c bpo-32836: Remove obsolete code from symtable pass (GH-5680) 2018-03-10 15:11:47 -08:00
sysmodule.c bpo-33042: Fix pre-initialization sys module configuration (GH-6157) 2018-03-25 04:27:57 -07:00
thread.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 2017-12-12 13:55:04 +02:00
thread_nt.h Fix typo in thread_nt.h code comment (GH-5211) 2018-01-17 15:21:01 -08:00
thread_pthread.h bpo-32593: Drop FreeBSD 9 and older support (#5232) 2018-01-22 18:32:50 +01:00
traceback.c bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793) 2018-01-07 23:30:18 +10:00
wordcode_helpers.h

README

Miscellaneous source files for the main Python shared library