diff options
| author | Larry Hastings <larry@hastings.org> | 2014-02-10 14:40:04 -0800 |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2014-02-10 14:40:04 -0800 |
| commit | 71d4e44fd796bed7f534673dcd9b6087ab0ab19a (patch) | |
| tree | b7be4f33ecf3dd5f22206bd47a0d80641b7d04d6 /PC/python3.def | |
| parent | ad88d7a26bb0be55f2687ccf646f0af9f75913ba (diff) | |
| download | cpython-git-71d4e44fd796bed7f534673dcd9b6087ab0ab19a.tar.gz | |
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
Diffstat (limited to 'PC/python3.def')
| -rw-r--r-- | PC/python3.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def index 9e035379e8..37e454bd5d 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -519,6 +519,7 @@ EXPORTS PyType_GenericAlloc=python34.PyType_GenericAlloc PyType_GenericNew=python34.PyType_GenericNew PyType_GetFlags=python34.PyType_GetFlags + PyType_GetSlot=python34.PyType_GetSlot PyType_IsSubtype=python34.PyType_IsSubtype PyType_Modified=python34.PyType_Modified PyType_Ready=python34.PyType_Ready |
