Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2b4f09

Browse files
committed
Track updates in rename2.h.
1 parent e601c0f commit e2b4f09

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

Modules/python.exp

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,10 @@
2323
* =========================================================
2424
*
2525
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
3826
PyArg_Parse
3927
PyArg_ParseTuple
4028
PyArg_ParseTupleAndKeywords
41-
PyArgs_VaParse
29+
PyArg_VaParse
4230
PyBuiltin_GetDict
4331
PyBuiltin_GetModule
4432
PyBuiltin_Init
@@ -434,6 +422,6 @@ initsignal
434422
initsocket
435423
initstrop
436424
initstruct
437-
inittab
425+
_PyImport_Inittab
438426
inittime
439427
main

0 commit comments

Comments
 (0)