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 e601c0f commit e2b4f09Copy full SHA for e2b4f09
1 file changed
Modules/python.exp
@@ -23,22 +23,10 @@
23
* =========================================================
24
*
25
PyAST_Type
26
-PyArg_GetChar
27
-PyArg_GetDoubleArray
28
-PyArg_GetFloat
29
-PyArg_GetFloatArray
30
-PyArg_GetLong
31
-PyArg_GetLongArray
32
-PyArg_GetLongArraySize
33
-PyArg_GetObject
34
-PyArg_GetShort
35
-PyArg_GetShortArray
36
-PyArg_GetShortArraySize
37
-PyArg_GetString
38
PyArg_Parse
39
PyArg_ParseTuple
40
PyArg_ParseTupleAndKeywords
41
-PyArgs_VaParse
+PyArg_VaParse
42
PyBuiltin_GetDict
43
PyBuiltin_GetModule
44
PyBuiltin_Init
@@ -434,6 +422,6 @@ initsignal
434
422
initsocket
435
423
initstrop
436
424
initstruct
437
-inittab
425
+_PyImport_Inittab
438
426
inittime
439
427
main
0 commit comments