> >>How do I make certain that FILE* parameters are only passed to these > >>functions if it is certain that they were created by the same library > >> >>that the Python runtime is using? > > >On which platform? > > Windows. Link your application with MSVCRT.DLL. --Guido van Rossum (home page: http://www.python.org/~guido/)