mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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
|
@ -769,7 +769,7 @@ get_time(void)
|
|||
{
|
||||
double result = 0;
|
||||
if (tmod != NULL) {
|
||||
_Py_identifier(time);
|
||||
_Py_IDENTIFIER(time);
|
||||
|
||||
PyObject *f = _PyObject_CallMethodId(tmod, &PyId_time, NULL);
|
||||
if (f == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue