Kaydet (Commit) 5f1563cd authored tarafından Guido van Rossum's avatar Guido van Rossum

rename more symbols

üst 652f108f
...@@ -418,6 +418,19 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -418,6 +418,19 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define ref_total _Py_RefTotal #define ref_total _Py_RefTotal
#define sigcheck PyErr_CheckSignals #define sigcheck PyErr_CheckSignals
/* Misc. stuff */
#define getcompiler Py_GetCompiler
#define getcopyright Py_GetCopyright
#define getplatform Py_GetPlatform
#define getversion Py_GetVersion
/* 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
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment