mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Rename _Py_identifier to _Py_IDENTIFIER.
This commit is contained in:
parent
01277d166a
commit
bd928fef42
57 changed files with 262 additions and 262 deletions
|
@ -6102,7 +6102,7 @@ wait_helper(pid_t pid, int status, struct rusage *ru)
|
|||
{
|
||||
PyObject *result;
|
||||
static PyObject *struct_rusage;
|
||||
_Py_identifier(struct_rusage);
|
||||
_Py_IDENTIFIER(struct_rusage);
|
||||
|
||||
if (pid == -1)
|
||||
return posix_error();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue