From: Guido van Rossum Date: Sun, 20 Oct 1991 20:28:02 +0000 (+0000) Subject: Added a little comment X-Git-Tag: v0.9.8~781 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1242f1da6734c4660b3e557a4764d93783d85d51;p=thirdparty%2FPython%2Fcpython.git Added a little comment --- diff --git a/Modules/cgen.py b/Modules/cgen.py index f1e8b630b853..69ad154ab911 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py @@ -1,6 +1,10 @@ # Python script to parse cstubs file for gl and generate C stubs. # usage: python cgen.py glmodule.c # +# NOTE: You must first make a python binary without the "GL" option +# before you can run this, when building Python for the first time. +# See comments in the Makefile. +# # XXX BUG return arrays generate wrong code # XXX need to change error returns into gotos to free mallocked arrays