cpython/Python
Victor Stinner efc28bbbee
Add a comment to _Py_RestoreSignals() (GH-18792)
subprocess _posix_spawn() should stay in sync with _Py_RestoreSignals().
2020-03-05 18:13:56 +01:00
..
clinic
_warnings.c bpo-39831: Remove outdated comment. (GH-18764) 2020-03-03 19:43:29 +02:00
asdl.c
ast.c bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) 2020-03-04 16:16:46 +00:00
ast_opt.c bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) 2020-03-04 16:16:46 +00:00
ast_unparse.c bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) 2020-03-01 20:07:22 +00:00
bltinmodule.c
bootstrap_hash.c
ceval.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 2020-03-04 14:15:20 +01:00
ceval_gil.h
codecs.c
compile.c bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) 2020-03-04 16:16:46 +00:00
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 2020-03-04 14:15:20 +01:00
fileutils.c
formatter_unicode.c closes bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter. (GH-18709) 2020-03-01 13:26:43 -08:00
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) 2020-03-03 14:25:44 -08:00
hamt.c bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) 2020-02-17 11:09:15 +01:00
import.c
importdl.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 2020-03-04 14:15:20 +01:00
importdl.h
importlib.h bpo-38091: Import deadlock detection causes deadlock (GH-17518) 2020-03-02 17:37:25 -08:00
importlib_external.h Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) 2020-02-19 14:23:47 +01:00
importlib_zipimport.h
initconfig.c
makeopcodetargets.py
marshal.c
modsupport.c bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656) 2020-03-02 08:42:39 +02:00
mysnprintf.c
mystrtoul.c
opcode_targets.h
pathconfig.c
peephole.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c Add a comment to _Py_RestoreSignals() (GH-18792) 2020-03-05 18:13:56 +01:00
pymath.c
pystate.c bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) 2020-03-02 21:22:36 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) 2020-03-04 16:16:46 +00:00
pythonrun.c
pytime.c
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
strdup.c
structmember.c
symtable.c bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) 2020-03-04 16:16:46 +00:00
sysmodule.c
thread.c
thread_nt.h
thread_pthread.h
traceback.c
wordcode_helpers.h

Miscellaneous source files for the main Python shared library