mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-01 19:05:18 +08:00
python binding build with 2.4 version of python fixed
This commit is contained in:
parent
432fbd796b
commit
92d0147b20
@ -465,7 +465,7 @@ PyMODINIT_FUNC initlibpyzmq ()
|
||||
assert (rc == 0);
|
||||
|
||||
PyObject *module = Py_InitModule3 ("libpyzmq", module_methods,
|
||||
libpyzmq_doc);
|
||||
(char*) libpyzmq_doc);
|
||||
if (!module)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user