mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Added a little comment
This commit is contained in:
		
							parent
							
								
									7e3090cf08
								
							
						
					
					
						commit
						1242f1da67
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -1,6 +1,10 @@ | ||||||
| # Python script to parse cstubs file for gl and generate C stubs. | # Python script to parse cstubs file for gl and generate C stubs. | ||||||
| # usage: python cgen.py <cstubs >glmodule.c | # usage: python cgen.py <cstubs >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 BUG return arrays generate wrong code | ||||||
| # XXX need to change error returns into gotos to free mallocked arrays | # XXX need to change error returns into gotos to free mallocked arrays | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum