mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
tabbify
This commit is contained in:
parent
bed26a3ce3
commit
8246968b12
3 changed files with 131 additions and 9 deletions
|
@ -194,7 +194,7 @@ initpwd(void)
|
|||
Py_INCREF((PyObject *) &StructPwdType);
|
||||
PyModule_AddObject(m, "struct_passwd", (PyObject *) &StructPwdType);
|
||||
/* And for b/w compatibility (this was defined by mistake): */
|
||||
Py_INCREF((PyObject *) &StructPwdType);
|
||||
Py_INCREF((PyObject *) &StructPwdType);
|
||||
PyModule_AddObject(m, "struct_pwent", (PyObject *) &StructPwdType);
|
||||
initialized = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue