If we remove the reload builtin(), do we really need PyImport_ReloadModule()?
This commit is contained in:
parent
3c3f1b7547
commit
49e97bd60d
|
@ -137,6 +137,8 @@ To be removed:
|
|||
PyString_AsEncodedString, PyString_AsDecodedString
|
||||
PyArg_NoArgs, PyArg_GetInt, intargfunc, intintargfunc
|
||||
|
||||
PyImport_ReloadModule ?
|
||||
|
||||
|
||||
Atomic Types
|
||||
============
|
||||
|
|
Loading…
Reference in New Issue