mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +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
|
@ -150,7 +150,7 @@ PyObject* _pysqlite_get_converter(PyObject* key)
|
|||
{
|
||||
PyObject* upcase_key;
|
||||
PyObject* retval;
|
||||
_Py_identifier(upper);
|
||||
_Py_IDENTIFIER(upper);
|
||||
|
||||
upcase_key = _PyObject_CallMethodId(key, &PyId_upper, "");
|
||||
if (!upcase_key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue