A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2007-September/062247.html below:

[Python-checkins] r57989 - peps/trunk/pep-3121.txt

[Python-checkins] r57989 - peps/trunk/pep-3121.txt [Python-checkins] r57989 - peps/trunk/pep-3121.txtmartin.v.loewis python-checkins at python.org
Wed Sep 5 12:49:12 CEST 2007
Author: martin.v.loewis
Date: Wed Sep  5 12:49:12 2007
New Revision: 57989

Modified:
   peps/trunk/pep-3121.txt
Log:
Rename PyModule_GetData to PyModule_GetState.


Modified: peps/trunk/pep-3121.txt
==============================================================================
--- peps/trunk/pep-3121.txt	(original)
+++ peps/trunk/pep-3121.txt	Wed Sep  5 12:49:12 2007
@@ -104,7 +104,7 @@
 as the first parameter. To access the module data,
 a function::
 
-  void* PyModule_GetData(PyObject*);
+  void* PyModule_GetState(PyObject*);
 
 will be provided. In addition, to lookup a module
 more efficiently than going through sys.modules,
More information about the Python-checkins mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4