Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652f108 commit 5f1563cCopy full SHA for 5f1563c
1 file changed
Include/rename2.h
@@ -418,6 +418,19 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
418
#define ref_total _Py_RefTotal
419
#define sigcheck PyErr_CheckSignals
420
421
+/* Misc. stuff */
422
+#define getcompiler Py_GetCompiler
423
+#define getcopyright Py_GetCopyright
424
+#define getplatform Py_GetPlatform
425
+#define getversion Py_GetVersion
426
+
427
+/* Misc. Internals */
428
+#define askyesno _Py_AskYesNo
429
+#define frozen_modules _PyImport_FrozenModules
430
+#define import_filetab _PyImport_Filetab
431
+#define import_maxsuffixsize _PyImport_MaxSuffixSize
432
+#define load_dynamic_module _PyImport_LoadDynamicModule
433
434
#ifdef __cplusplus
435
}
436
#endif
0 commit comments