mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#
This commit is contained in:
parent
fa68a6188a
commit
7eeb5b5e50
7 changed files with 9 additions and 43 deletions
|
@ -1510,7 +1510,7 @@ _PySys_Init(void)
|
|||
PyLong_FromLong(PY_VERSION_HEX));
|
||||
svnversion_init();
|
||||
SET_SYS_FROM_STRING("subversion",
|
||||
Py_BuildValue("(UUU)", "CPython", branch,
|
||||
Py_BuildValue("(sss)", "CPython", branch,
|
||||
svn_revision));
|
||||
SET_SYS_FROM_STRING("dont_write_bytecode",
|
||||
PyBool_FromLong(Py_DontWriteBytecodeFlag));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue