Latest commit bf623ae Apr 20, 2017 3 @serhiy-storchaka serhiy-storchaka committed on GitHub bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (
#1096)

raised an error.

Replace them with using concrete types API that never fails if appropriate.
Permalink
..
Failed to load latest commit information.
clinic bpo-20185: Convert the marshal module to Argument Clinic. (#541) Mar 12, 2017
Python-ast.c bpo-29622: Make AST constructor to accept less than enough number of … Feb 23, 2017
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c bpo-29878: Add global instances of int for 0 and 1. (#852) Mar 30, 2017
asdl.c replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
ast.c bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete… Mar 21, 2017
bltinmodule.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
ceval.c bpo-29935: Fixed error messages in the index() method of tuple, list … Mar 30, 2017
ceval_gil.h replace Py_(u)intptr_t with the c99 standard types Sep 6, 2016
codecs.c Issue #28858: Remove _PyObject_CallArg1() macro Dec 5, 2016
compile.c bpo-29878: Add global instances of int for 0 and 1. (#852) Mar 30, 2017
condvar.h replace PY_LONG_LONG with long long Sep 6, 2016
dtoa.c dtoa.c: remove code for platforms with 64-bit integers (#17884) Sep 6, 2016
dup2.c Merged revisions 85236 via svnmerge from Oct 5, 2010
dynamic_annotations.c Make (most of) Python's tests pass under Thread Sanitizer. May 3, 2010
dynload_aix.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_hpux.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_next.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_shlib.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. May 4, 2012
dynload_win.c Issue #25923: Added more const qualifiers to signatures of static and… Dec 25, 2015
errors.c Issue #25677: Merge SyntaxError caret positioning from 3.6 Dec 19, 2016
fileutils.c bpo-29619: Convert st_ino using unsigned integer (#557) Mar 9, 2017
formatter_unicode.c merge 3.5 (#28119) Sep 14, 2016
frozen.c Issue #26647: Python interpreter now uses 16-bit wordcode instead of … May 24, 2016
frozenmain.c Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure Nov 30, 2015
future.c bpo-29463: Add docstring field to some AST nodes. (#46) Feb 22, 2017
getargs.c bpo-29951: Include function name for some error messages in `PyArg_Pa… Apr 9, 2017
getcompiler.c The GCC version is loooooooooong; put it on a new line. Sep 5, 2000
getcopyright.c ring in 2017 for Python Jan 2, 2017
getopt.c #16306: report only the first unknown option and add more tests. Patc… Nov 23, 2012
getplatform.c REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
getversion.c Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmer… Aug 1, 2010
graminit.c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. Sep 9, 2016
import.c bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
importdl.c Issue #28748: Private variable _Py_PackageContext is now of type "con… Nov 21, 2016
importdl.h PEP 489: Multi-phase extension module initialization May 23, 2015
importlib.h bpo-29463: Add docstring field to some AST nodes. (#46) Feb 22, 2017
importlib_external.h bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py Mar 26, 2016
marshal.c bpo-20185: Convert the marshal module to Argument Clinic. (#541) Mar 12, 2017
modsupport.c bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) Mar 30, 2017
mysnprintf.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
mystrtoul.c Issue #25923: Added the const qualifier to static constant arrays. Dec 25, 2015
opcode_targets.h Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. Dec 14, 2016
peephole.c Issue #28517: Fixed of-by-one error in the peephole optimizer that ca… Oct 25, 2016
pyarena.c Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena … Jul 7, 2013
pyctype.c Include files missed in r72044. Apr 27, 2009
pyfpe.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
pyhash.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
pylifecycle.c bpo-29770: remove outdated PYO related info (GH-590) Mar 11, 2017
pymath.c Issue 24366: Indent code (thanks to li4ick for reporting). Jun 2, 2015
pystate.c bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
pystrcmp.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
pystrhex.c Silence a gcc "may be used uninitialized" compiler warning. Not true. Apr 26, 2015
pystrtod.c Issue #26331: Implement the parsing part of PEP 515. Sep 9, 2016
pythonrun.c bpo-29556: Remove unused #include <langinfo.h> (#98) Feb 15, 2017
pytime.c Issue #28148: Stop using localtime() and gmtime() in the time module. Sep 28, 2016
random.c Issue #29157: Prefer getrandom() over getentropy() Jan 6, 2017
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
strdup.c Issue #18722: Remove uses of the "register" keyword in C code. Aug 13, 2013
structmember.c Added the const qualifier to char* variables that refer to readonly i… Nov 20, 2016
symtable.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicod… Nov 16, 2016
sysmodule.c bpo-27593: Get SCM build info from git instead of hg. (#446) Mar 4, 2017
thread.c bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
thread_foobar.h bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
thread_nt.h bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
thread_pthread.h bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
traceback.c bpo-6532: Make the thread id an unsigned integer. (#781) Mar 23, 2017
wordcode_helpers.h Issue #27129: Replaced wordcode related magic constants with macros. Sep 11, 2016

README

Miscellaneous source files for the main Python shared library