Skip to content
Branch: master
Find file History
shihai1991 bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-…
…18254)

Moving repetitive `_Py_IDENTIFIER` instances to a global location helps identify them more easily in regards to sub-interpreter support.
Latest commit 46874c2 Jan 31, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic Document CodeType.replace (GH-17776) Jan 1, 2020
stringlib bpo-36051: Drop GIL during large bytes.join() (GH-17757) Jan 29, 2020
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
abstract.c bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) Nov 4, 2019
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) Nov 1, 2018
boolobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
bytearrayobject.c bpo-37840: Fix handling of negative indices in bytearray_getitem() (G… Sep 9, 2019
bytes_methods.c bpo-38383: Fix possible integer overflow in startswith() of bytes and… Oct 6, 2019
bytesobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
call.c bpo-38644: Add _PyEval_EvalCode() (GH-17183) Nov 16, 2019
capsule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
cellobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
classobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeL… Nov 20, 2019
codeobject.c bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215) Jan 27, 2020
complexobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject… Jan 22, 2020
descrobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) Apr 20, 2018
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c bpo-38588: Fix possible crashes in dict and list when calling PyObjec… Dec 31, 2019
enumobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
exceptions.c bpo-37757: Disallow PEP 572 cases that expose implementation details (G… Aug 25, 2019
fileobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
floatobject.c bpo-39434: Improve float __floordiv__ performance and error message (G… Jan 30, 2020
frameobject.c bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099) Jan 21, 2020
funcobject.c bpo-19072: Make @classmethod support chained decorators (GH-8405) Aug 24, 2019
genobject.c bpo-39386: Prevent double awaiting of async iterator (GH-18081) Jan 20, 2020
interpreteridobject.c bpo-38005: Remove support of string argument in InterpreterID(). (GH-… Sep 25, 2019
iterobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
listobject.c bpo-39453: Add testcase for bpo-39453 (GH-18202) Jan 27, 2020
listsort.txt Fix typos mostly in comments, docs and test names (GH-15209) Aug 30, 2019
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) Sep 28, 2019
longobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject… Jan 22, 2020
memoryobject.c bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214) Jan 27, 2020
methodobject.c bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeL… Nov 20, 2019
moduleobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
namespaceobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
object.c bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH… Jan 30, 2020
obmalloc.c closes bpo-30364: Replace deprecated no_address_safety_analysis attri… Dec 27, 2019
odictobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) May 26, 2019
rangeobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
setobject.c bpo-38631: Add _Py_NO_RETURN to functions calling Py_FatalError() (GH… Jan 30, 2020
sliceobject.c Make PyXXX_Fini() functions private (GH-15531) Aug 26, 2019
structseq.c bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005) Nov 16, 2019
tupleobject.c Correct overflow check in PyTuple_New() (GH-14838) Sep 9, 2019
typeobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-… Jan 30, 2020
typeslots.inc add Py_tp_finalize slot (closes #24345) Jun 1, 2015
typeslots.py Issue #26662: Set PYTHON_FOR_GEN in configure Jul 26, 2016
unicodectype.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.c bpo-38631: Avoid Py_FatalError() in unicodeobject.c (GH-18281) Jan 30, 2020
unicodetype_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) May 9, 2019
weakrefobject.c bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) Oct 8, 2019

README

Source files for various builtin objects
You can’t perform that action at this time.