summaryrefslogtreecommitdiffstats
path: root/Include/rename2.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-06-17 17:05:38 (GMT)
committerGuido van Rossum <guido@python.org>1996-06-17 17:05:38 (GMT)
commit04527a22c839137a7ca682c22df27fdd89853c39 (patch)
treec411919775f4f321376c1ff0782493294dbe7c5e /Include/rename2.h
parent4ee68d91c361e783de29249582b67e6bccd116bd (diff)
downloadcpython-04527a22c839137a7ca682c22df27fdd89853c39.zip
cpython-04527a22c839137a7ca682c22df27fdd89853c39.tar.gz
cpython-04527a22c839137a7ca682c22df27fdd89853c39.tar.bz2
frozen_modules is now officially part of the API, remove _ from new name.
Diffstat (limited to 'Include/rename2.h')
-rw-r--r--Include/rename2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/rename2.h b/Include/rename2.h
index bcdab39..7ee5ea5 100644
--- a/Include/rename2.h
+++ b/Include/rename2.h
@@ -338,6 +338,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define init_frozen PyImport_ImportFrozenModule
#define initimport PyImport_Init
#define reload_module PyImport_ReloadModule
+#define frozen_modules PyImport_FrozenModules
#define coerce PyNumber_Coerce
#define getbuiltin PyBuiltin_GetObject
#define initbuiltin PyBuiltin_Init
@@ -427,7 +428,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* Misc. Internals */
#define askyesno _Py_AskYesNo
-#define frozen_modules _PyImport_FrozenModules
#define import_filetab _PyImport_Filetab
#define import_maxsuffixsize _PyImport_MaxSuffixSize
#define load_dynamic_module _PyImport_LoadDynamicModule