]> granicus.if.org Git - python/commit
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 5 Feb 2011 20:35:29 +0000 (20:35 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 5 Feb 2011 20:35:29 +0000 (20:35 +0000)
commit738236dbd62aab5f0cf27f9ba0f2de3cb65802d2
treeb531bab8d3e4272e931f74297c988f9b26f71f9e
parent9b142aaae8581cc436c5a822bfac57e1687f6743
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
Doc/c-api/type.rst
Include/object.h
Misc/NEWS
Modules/xxlimited.c
Objects/typeobject.c
PC/python3.def
PC/python32stub.def