Commit 44438303 authored by Guido van Rossum's avatar Guido van Rossum

Added _PyTuple_Resize to list of exported symbols. Don't know how it

could hide so long...
parent 1b344249
...@@ -373,6 +373,7 @@ EXPORTS ...@@ -373,6 +373,7 @@ EXPORTS
_PyObject_New _PyObject_New
_PyObject_NewVar _PyObject_NewVar
_PyString_Resize _PyString_Resize
_PyTuple_Resize
_Py_c_diff _Py_c_diff
_Py_c_neg _Py_c_neg
_Py_c_pow _Py_c_pow
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment