mirror of
https://github.com/python/cpython.git
synced 2025-09-10 10:47:34 +00:00
Patches by William Lewis for Nextstep descendants.
This commit is contained in:
parent
b5cebfe164
commit
54ecc3d24f
13 changed files with 688 additions and 327 deletions
|
@ -38,8 +38,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
const char *
|
||||
Py_GetVersion()
|
||||
{
|
||||
static char version[80];
|
||||
sprintf(version, "%.10s (%.30s) %.30s", PY_VERSION,
|
||||
static char version[100];
|
||||
sprintf(version, "%.10s (%.40s) %.40s", PY_VERSION,
|
||||
Py_GetBuildInfo(), Py_GetCompiler());
|
||||
return version;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue