[Python-checkins] cpython: Issue #15150: regenerate python3stub.def.

martin.v.loewis python-checkins at python.org
Sat Jun 23 19:57:19 CEST 2012


http://hg.python.org/cpython/rev/f3d28feef2ea
changeset:   77641:f3d28feef2ea
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Jun 23 19:56:19 2012 +0200
summary:
  Issue #15150: regenerate python3stub.def.

files:
  PC/python3.mak      |  2 +-
  PC/python33stub.def |  2 ++
  2 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/PC/python3.mak b/PC/python3.mak
--- a/PC/python3.mak
+++ b/PC/python3.mak
@@ -1,4 +1,4 @@
-$(OutDir)python3.dll:	python3.def $(OutDir)python32stub.lib
+$(OutDir)python3.dll:	python3.def $(OutDir)python33stub.lib
 	cl /LD /Fe$(OutDir)python3.dll python3dll.c python3.def $(OutDir)python33stub.lib
 
 $(OutDir)python33stub.lib:	python33stub.def
diff --git a/PC/python33stub.def b/PC/python33stub.def
--- a/PC/python33stub.def
+++ b/PC/python33stub.def
@@ -471,6 +471,8 @@
 PySlice_Type
 PySortWrapper_Type
 PyState_FindModule
+PyState_AddModule
+PyState_RemoveModule
 PyStructSequence_GetItem
 PyStructSequence_New
 PyStructSequence_NewType

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list