Skip to content
Branch: master
Find file History

Latest commit

Robmaister bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
I can add another commit with the new test case I wrote to verify that the warning was being printed before my change, stopped printing after my change, and that the function does not return null after my change.

Automerge-Triggered-By: @brettcannon
Latest commit f40bd46 May 1, 2020

Files

Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) Feb 3, 2020
Python-ast.c bpo-40268: Remove unused structmember.h includes (GH-19530) Apr 15, 2020
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c bpo-40421: Add PyFrame_GetBack() function (GH-19765) Apr 29, 2020
asdl.c replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
ast.c bpo-39943: Add the const qualifier to pointers on non-mutable PyUnico… Apr 11, 2020
ast_opt.c bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) Apr 22, 2020
ast_unparse.c Add spaces around the ":=" operator in ast_unparse.c (GH-19568) Apr 18, 2020
bltinmodule.c bpo-40334: Support type comments (GH-19780) Apr 30, 2020
bootstrap_hash.c Fix typos in comments, docs and test names (#15018) Jul 30, 2019
ceval.c bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) Apr 28, 2020
ceval_gil.h bpo-40082: trip_signal() uses the main interpreter (GH-19441) Apr 8, 2020
codecs.c bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) Apr 14, 2020
compile.c bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671) Apr 23, 2020
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) Oct 11, 2019
context.c bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) Apr 29, 2020
dtoa.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
dup2.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
dynamic_annotations.c bpo-32241: Add the const qualifire to declarations of umodifiable str… Dec 12, 2017
dynload_aix.c bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) Sep 10, 2019
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_hpux.c bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) Apr 13, 2020
dynload_shlib.c bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) Apr 14, 2020
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. May 4, 2012
dynload_win.c bpo-39553: Delete HAVE_SXS protected code (GH-18356) Feb 5, 2020
errors.c bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) Apr 29, 2020
fileutils.c bpo-40268: Remove unused osdefs.h includes (GH-19532) Apr 15, 2020
formatter_unicode.c bpo-39943: Add the const qualifier to pointers on non-mutable PyUnico… Apr 11, 2020
frozen.c bpo-36540: PEP 570 -- Implementation (GH-12701) Apr 29, 2019
frozenmain.c bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) Apr 14, 2020
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh… Sep 24, 2018
getargs.c bpo-39943: Add the const qualifier to pointers on non-mutable PyUnico… Apr 11, 2020
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with… Oct 6, 2017
getcopyright.c Bring Python into the next decade. (GH-17801) Jan 3, 2020
getopt.c Delete stale comment in Python/getopt.c. (GH-14719) Aug 20, 2019
getplatform.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
getversion.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
graminit.c bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) Mar 3, 2020
hamt.c bpo-40268: Remove unused structmember.h includes (GH-19530) Apr 15, 2020
import.c bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) May 1, 2020
importdl.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) Mar 4, 2020
importdl.h PEP 489: Multi-phase extension module initialization May 23, 2015
importlib.h bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) Apr 22, 2020
importlib_external.h bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) Apr 22, 2020
importlib_zipimport.h bpo-39987: Simplify setting lineno in the compiler. (GH-19037) Mar 17, 2020
initconfig.c bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) May 1, 2020
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py Mar 26, 2016
marshal.c bpo-39943: Clean up marshal.c. (GH-19236) Mar 31, 2020
modsupport.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) Apr 8, 2020
mysnprintf.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) Mar 25, 2020
mystrtoul.c bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) Sep 10, 2019
opcode_targets.h bpo-39320: Handle unpacking of **values in compiler (GH-18141) Jan 27, 2020
pathconfig.c bpo-40268: Remove unused osdefs.h includes (GH-19532) Apr 15, 2020
peephole.c bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the … Mar 9, 2020
preconfig.c bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) Apr 15, 2020
pyarena.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
pyctype.c Include files missed in r72044. Apr 27, 2009
pyfpe.c bpo-29137: Remove fpectl module (#4789) Jan 6, 2018
pyhash.c closes bpo-40184: Only define pysiphash if the hash algorithm is SIPH… Apr 4, 2020
pylifecycle.c bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) May 1, 2020
pymath.c bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) Jan 16, 2020
pystate.c bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) Apr 29, 2020
pystrcmp.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
pystrhex.c bpo-40313: speed up bytes.hex() (GH-19594) Apr 21, 2020
pystrtod.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) Feb 12, 2020
pythonrun.c bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) Apr 27, 2020
pytime.c bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the … Mar 9, 2020
strdup.c bpo-36623: Clean parser headers and include files (GH-12253) Apr 13, 2019
structmember.c bpo-40268: Remove unused structmember.h includes (GH-19530) Apr 15, 2020
symtable.c bpo-40268: Remove unused structmember.h includes (GH-19530) Apr 15, 2020
sysmodule.c bpo-40421: Add PyFrame_GetBack() function (GH-19765) Apr 29, 2020
thread.c bpo-40268: Remove explicit pythread.h includes (#19529) Apr 15, 2020
thread_nt.h bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) Apr 14, 2020
thread_pthread.h bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) Apr 14, 2020
traceback.c bpo-40421: Add PyFrame_GetBack() function (GH-19765) Apr 29, 2020
wordcode_helpers.h bpo-31338 (#3374) Sep 15, 2017

README

Miscellaneous source files for the main Python shared library
You can’t perform that action at this time.