[Python-checkins] python/dist/src/Modules main.c,1.81,1.82

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Mon Mar 1 10:44:08 EST 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28338/Modules

Modified Files:
	main.c 
Log Message:
Add pystack definition to Misc/gdbinit with some explanation of its behavior
and add flag comments to ceval.c and main.c alerting people to the coupling
between pystack and the layout of those files.


Index: main.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/main.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** main.c	19 Nov 2003 15:24:46 -0000	1.81
--- main.c	1 Mar 2004 15:44:05 -0000	1.82
***************
*** 453,456 ****
--- 453,459 ----
  }
  
+ /* this is gonna seem *real weird*, but if you put some other code between
+    Py_Main() and Py_GetArgcArgv() you will need to adjust the test in the
+    while statement in Misc/gdbinit:ppystack */
  
  /* Make the *original* argc/argv available to other modules.




More information about the Python-checkins mailing list