Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2db8e35489d63b976a463fb1d2a6c29f4f965c21
/
Modules
/
xxlimited.c
1cf15af
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264)
by Pablo Galindo
· 4 years, 5 months ago
1b55b65
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
by Dong-hee Na
· 4 years, 9 months ago
ada319b
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
by Antoine Pitrou
· 5 years ago
a24107b
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
by Serhiy Storchaka
· 6 years ago
19de8b3
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
by Serhiy Storchaka
· 6 years ago
2b3f4c1
merge 3.5 (#29398)
by Benjamin Peterson
· 8 years ago
ec977c3
gc types needs to be allocated as such (closes #29398)
by Benjamin Peterson
· 8 years ago
ef1585e
Issue #25923: Added more const qualifiers to signatures of static and private functions.
by Serhiy Storchaka
· 9 years ago
53f9502
Issue #24373: Eliminate PEP 489 test refleaks
by Nick Coghlan
· 9 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 9 years ago
009b811
Removed unintentional trailing spaces in non-external and non-generated C files.
by Serhiy Storchaka
· 10 years ago
ca7b046
Issue #17162: Add PyType_GetSlot.
by Martin v. Löwis
· 11 years ago
dfc80e3
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
by Brian Curtin
· 13 years ago
6916806
Issue #11135: Remove redundant doc field from PyType_Spec.
by Martin v. Löwis
· 14 years ago
738236d
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI
by Martin v. Löwis
· 14 years ago
4d0d471
Merge branches/pep-0384.
by Martin v. Löwis
· 14 years ago