summaryrefslogtreecommitdiff
path: root/PC/python3.def
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-02-05 20:35:29 +0000
committerMartin v. Löwis <martin@v.loewis.de>2011-02-05 20:35:29 +0000
commit738236dbd62aab5f0cf27f9ba0f2de3cb65802d2 (patch)
treeb531bab8d3e4272e931f74297c988f9b26f71f9e /PC/python3.def
parent9b142aaae8581cc436c5a822bfac57e1687f6743 (diff)
downloadcpython-git-738236dbd62aab5f0cf27f9ba0f2de3cb65802d2.tar.gz
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
Diffstat (limited to 'PC/python3.def')
-rw-r--r--PC/python3.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def
index b8f483ce3c..d02c5856b2 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -513,6 +513,7 @@ EXPORTS
PyType_FromSpec=python32.PyType_FromSpec
PyType_GenericAlloc=python32.PyType_GenericAlloc
PyType_GenericNew=python32.PyType_GenericNew
+ PyType_GetFlags=python32.PyType_GetFlags
PyType_IsSubtype=python32.PyType_IsSubtype
PyType_Modified=python32.PyType_Modified
PyType_Ready=python32.PyType_Ready