Ban FILE* functions.

This commit is contained in:
Martin v. Löwis 2009-05-22 19:44:13 +00:00
parent f48b3d72df
commit 51b7df09e2
1 changed files with 4 additions and 0 deletions

View File

@ -214,6 +214,10 @@ of the ABI:
- token.h
- traceback.h
In addition, functions expecting ``FILE*`` are not part of
the ABI, to avoid depending on a specific version of the
Microsoft C runtime DLL on Windows.
Global Variables
----------------