mirror of
https://github.com/python/cpython.git
synced 2024-11-21 21:09:37 +01:00
b9a8ca0a6a
Replace PyUnicode_New(0, 0), PyUnicode_FromString("") and PyUnicode_FromStringAndSize("", 0) with Py_GetConstant(Py_CONSTANT_EMPTY_STR). |
||
---|---|---|
.. | ||
lexer | ||
tokenizer | ||
action_helpers.c | ||
asdl_c.py | ||
asdl.py | ||
myreadline.c | ||
parser.c | ||
peg_api.c | ||
pegen_errors.c | ||
pegen.c | ||
pegen.h | ||
Python.asdl | ||
string_parser.c | ||
string_parser.h | ||
token.c |