[Python-checkins] CVS: python/dist/src/Doc/api refcounts.dat,1.12,1.13

Fred L. Drake python-dev@python.org
Fri, 11 Aug 2000 20:39:49 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14824/api

Modified Files:
	refcounts.dat 
Log Message:

Added information for PyEval_EvalCode().
Fixed a couple of typos (new references are represented by "+1", not "1").


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** refcounts.dat	2000/07/13 23:58:16	1.12
--- refcounts.dat	2000/08/12 03:39:47	1.13
***************
*** 217,220 ****
--- 217,225 ----
  PyEval_SaveThread:PyThreadState*:::
  
+ PyEval_EvalCode:PyObject*::+1:
+ PyEval_EvalCode:PyCodeObject*:co:0:
+ PyEval_EvalCode:PyObject*:globals:0:
+ PyEval_EvalCode:PyObject*:locals:0:
+ 
  PyFile_AsFile:FILE*:::
  PyFile_AsFile:PyFileObject*:p:0:
***************
*** 650,654 ****
  PyRun_AnyFile:char*:filename::
  
! PyRun_File:PyObject*::1:??? -- same as eval_code2()
  PyRun_File:FILE*:fp::
  PyRun_File:char*:filename::
--- 655,659 ----
  PyRun_AnyFile:char*:filename::
  
! PyRun_File:PyObject*::+1:??? -- same as eval_code2()
  PyRun_File:FILE*:fp::
  PyRun_File:char*:filename::
***************
*** 672,676 ****
  PyRun_SimpleString:char*:command::
  
! PyRun_String:PyObject*::1:??? -- same as eval_code2()
  PyRun_String:char*:str::
  PyRun_String:int:start::
--- 677,681 ----
  PyRun_SimpleString:char*:command::
  
! PyRun_String:PyObject*::+1:??? -- same as eval_code2()
  PyRun_String:char*:str::
  PyRun_String:int:start::