From: Guido van Rossum Date: Sat, 22 Nov 1997 21:55:18 +0000 (+0000) Subject: Add PyImport_Inittab and PyOS_AfterFork X-Git-Tag: v1.5b1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5578e44499659cb0e29572a2f2c5d34d8fc4fe7;p=python Add PyImport_Inittab and PyOS_AfterFork --- diff --git a/PC/python_nt.def b/PC/python_nt.def index 2216891843..f6fe5b5bfe 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -12,6 +12,7 @@ EXPORTS _PyParser_Grammar DATA _PyThread_Started DATA _PyParser_TokenNames DATA + PyImport_Inittab DATA Py_VerboseFlag DATA PyExc_Exception DATA PyExc_StandardError DATA @@ -263,6 +264,7 @@ EXPORTS PyErr_NewException PyOS_InitInterrupts PyOS_InterruptOccurred + PyOS_AfterFork PyOS_GetLastModificationTime PyOS_Readline PyErr_CheckSignals