mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Corrected format string in api_version_warning.
This commit is contained in:
parent
b89f32e869
commit
996e6dc959
@ -44,7 +44,7 @@ typedef double va_double;
|
||||
|
||||
static char api_version_warning[] =
|
||||
"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 *
|
||||
initmodule4(name, methods, doc, passthrough, module_api_version)
|
||||
|
Loading…
Reference in New Issue
Block a user