[Python-checkins] r86991 - python/branches/pep-0384/PC/python3.def

martin.v.loewis python-checkins at python.org
Fri Dec 3 20:31:20 CET 2010


Author: martin.v.loewis
Date: Fri Dec  3 20:31:20 2010
New Revision: 86991

Log:
Export structseq functions.


Modified:
   python/branches/pep-0384/PC/python3.def

Modified: python/branches/pep-0384/PC/python3.def
==============================================================================
--- python/branches/pep-0384/PC/python3.def	(original)
+++ python/branches/pep-0384/PC/python3.def	Fri Dec  3 20:31:20 2010
@@ -481,6 +481,10 @@
   PySlice_Type=python32.PySlice_Type DATA
   PySortWrapper_Type=python32.PySortWrapper_Type DATA
   PyState_FindModule=python32.PyState_FindModule
+  PyStructSequence_GetItem=python32.PyStructSequence_GetItem
+  PyStructSequence_New=python32.PyStructSequence_New
+  PyStructSequence_NewType=python32.PyStructSequence_NewType
+  PyStructSequence_SetItem=python32.PyStructSequence_SetItem
   PySuper_Type=python32.PySuper_Type DATA
   PySys_AddWarnOption=python32.PySys_AddWarnOption
   PySys_AddWarnOptionUnicode=python32.PySys_AddWarnOptionUnicode


More information about the Python-checkins mailing list