mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Cruft removal:
* DL_IMPORT/DL_EXPORT * #if 0'd code * Py_PROTO which was obsolete, but still used in one place in addrinfo.h
This commit is contained in:
parent
545686b279
commit
f6657e67b3
6 changed files with 8 additions and 98 deletions
|
|
@ -2612,7 +2612,7 @@ static PyMethodDef _functions[] = {
|
|||
{NULL, NULL}
|
||||
};
|
||||
|
||||
DL_EXPORT(void)
|
||||
PyMODINIT_FUNC
|
||||
init_elementtree(void)
|
||||
{
|
||||
PyObject* m;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue