diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-02-05 20:35:29 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-02-05 20:35:29 (GMT) |
commit | 738236dbd62aab5f0cf27f9ba0f2de3cb65802d2 (patch) | |
tree | b531bab8d3e4272e931f74297c988f9b26f71f9e /PC/python32stub.def | |
parent | 9b142aaae8581cc436c5a822bfac57e1687f6743 (diff) | |
download | cpython-738236dbd62aab5f0cf27f9ba0f2de3cb65802d2.zip cpython-738236dbd62aab5f0cf27f9ba0f2de3cb65802d2.tar.gz cpython-738236dbd62aab5f0cf27f9ba0f2de3cb65802d2.tar.bz2 |
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
Diffstat (limited to 'PC/python32stub.def')
-rw-r--r-- | PC/python32stub.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python32stub.def b/PC/python32stub.def index e5850c0..f8ac099 100644 --- a/PC/python32stub.def +++ b/PC/python32stub.def @@ -513,6 +513,7 @@ PyType_ClearCache PyType_FromSpec
PyType_GenericAlloc
PyType_GenericNew
+PyType_GetFlags
PyType_IsSubtype
PyType_Modified
PyType_Ready
|