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 7ca6858 commit 68aa010Copy full SHA for 68aa010
Modules/pwdmodule.c
@@ -9,7 +9,6 @@
9
10
#include "Python.h"
11
#include "posixmodule.h"
12
-#include "listobject.h" // PyList_Size/PyList_GetItem
13
14
#include <errno.h> // ERANGE
15
#include <pwd.h> // getpwuid()
0 commit comments