mirror of
https://github.com/zeromq/libzmq.git
synced 2025-06-14 17:59:54 +02: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);
|
assert (rc == 0);
|
||||||
|
|
||||||
PyObject *module = Py_InitModule3 ("libpyzmq", module_methods,
|
PyObject *module = Py_InitModule3 ("libpyzmq", module_methods,
|
||||||
libpyzmq_doc);
|
(char*) libpyzmq_doc);
|
||||||
if (!module)
|
if (!module)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user