summaryrefslogtreecommitdiffstats
path: root/Doc/data
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-02 21:58:54 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-02 21:58:54 (GMT)
commitf19b95112669db32556c157c04f064d319c11f09 (patch)
tree589701aa5c823659b0dde7df9651d2ee9e384b2f /Doc/data
parent968a3e570dd24594be28c31640517c0e4b0c8860 (diff)
downloadcpython-f19b95112669db32556c157c04f064d319c11f09.zip
cpython-f19b95112669db32556c157c04f064d319c11f09.tar.gz
cpython-f19b95112669db32556c157c04f064d319c11f09.tar.bz2
Add documentation for PySys_* functions.
Written by Charlie Shepherd for GHOP. Also fixes #1245.
Diffstat (limited to 'Doc/data')
-rw-r--r--Doc/data/refcounts.dat22
1 files changed, 22 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
index 7288117..4d889bd 100644
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -1251,10 +1251,32 @@ PyString_AsEncodedString:PyObject*:str::
PyString_AsEncodedString:const char*:encoding::
PyString_AsEncodedString:const char*:errors::
+PySys_AddWarnOption:void:::
+PySys_AddWarnOption:char*:s::
+
+PySys_GetFile:FILE*:::
+PySys_GetFile:char*:name::
+PySys_GetFile:FILE*:def::
+
+PySys_GetObject:PyObject*::0:
+PySys_GetObject:char*:name::
+
PySys_SetArgv:int:::
PySys_SetArgv:int:argc::
PySys_SetArgv:char**:argv::
+PySys_SetObject:int:::
+PySys_SetObject:char*:name::
+PySys_SetObject:PyObject*:v:+1:
+
+PySys_ResetWarnOptions:void:::
+
+PySys_WriteStdout:void:::
+PySys_WriteStdout:char*:format::
+
+PySys_WriteStderr:void:::
+PySys_WriteStderr:char*:format::
+
PyThreadState_Clear:void:::
PyThreadState_Clear:PyThreadState*:tstate::