mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Corrected format string in api_version_warning.
This commit is contained in:
parent
b89f32e869
commit
996e6dc959
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ typedef double va_double;
|
||||||
|
|
||||||
static char api_version_warning[] =
|
static char api_version_warning[] =
|
||||||
"WARNING: Python C API version mismatch for module %s:\n\
|
"WARNING: Python C API version mismatch for module %s:\n\
|
||||||
This Python has API version %d, module %s has version %s.\n";
|
This Python has API version %d, module %s has version %d.\n";
|
||||||
|
|
||||||
object *
|
object *
|
||||||
initmodule4(name, methods, doc, passthrough, module_api_version)
|
initmodule4(name, methods, doc, passthrough, module_api_version)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue