mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51: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
|
|
@ -122,7 +122,7 @@ static FNFCIGETTEMPFILE(cb_gettempfile)
|
|||
static FNFCISTATUS(cb_status)
|
||||
{
|
||||
if (pv) {
|
||||
_Py_identifier(status);
|
||||
_Py_IDENTIFIER(status);
|
||||
|
||||
PyObject *result = _PyObject_CallMethodId(pv, &PyId_status, "iii", typeStatus, cb1, cb2);
|
||||
if (result == NULL)
|
||||
|
|
@ -135,7 +135,7 @@ static FNFCISTATUS(cb_status)
|
|||
static FNFCIGETNEXTCABINET(cb_getnextcabinet)
|
||||
{
|
||||
if (pv) {
|
||||
_Py_identifier(getnextcabinet);
|
||||
_Py_IDENTIFIER(getnextcabinet);
|
||||
|
||||
PyObject *result = _PyObject_CallMethodId(pv, &PyId_getnextcabinet, "i", pccab->iCab);
|
||||
if (result == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue