mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Reflect changed file name in comments.
This commit is contained in:
parent
df62e44f38
commit
670690e2aa
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Python script to parse cstubs file for gl and generate C stubs.
|
||||
# usage: python cgen <cstubs >glmodule.c
|
||||
# usage: python cgen.py <cstubs >glmodule.c
|
||||
#
|
||||
# XXX BUG return arrays generate wrong code
|
||||
# XXX need to change error returns into gotos to free mallocked arrays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue