mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -908,7 +908,7 @@ get_decompress_func(void)
|
|||
static int importing_zlib = 0;
|
||||
PyObject *zlib;
|
||||
PyObject *decompress;
|
||||
_Py_identifier(decompress);
|
||||
_Py_IDENTIFIER(decompress);
|
||||
|
||||
if (importing_zlib != 0)
|
||||
/* Someone has a zlib.py[co] in their Zip file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue