mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	|  b9a8ca0a6a Replace PyUnicode_New(0, 0), PyUnicode_FromString("")
and PyUnicode_FromStringAndSize("", 0)
with Py_GetConstant(Py_CONSTANT_EMPTY_STR). | ||
|---|---|---|
| .. | ||
| custom.c | ||
| custom2.c | ||
| custom3.c | ||
| custom4.c | ||
| pyproject.toml | ||
| setup.py | ||
| sublist.c | ||
| test.py | ||