mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -540,7 +540,7 @@ time_strptime(PyObject *self, PyObject *args)
|
|||
{
|
||||
PyObject *strptime_module = PyImport_ImportModuleNoBlock("_strptime");
|
||||
PyObject *strptime_result;
|
||||
_Py_identifier(_strptime_time);
|
||||
_Py_IDENTIFIER(_strptime_time);
|
||||
|
||||
if (!strptime_module)
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue