BewareMyPower commented on issue #11823: URL: https://github.com/apache/pulsar/issues/11823#issuecomment-907571524
I cannot reproduce this bug in my local env (macOS Big Sur 11.2, Boost-python 1.74). Here's my output: ``` async returning bar returned: bar ``` I also noticed `PyErr_Print` is only called when exceptions are caught. Does removing the call of `PyErr_Print` really work? ---- BTW, I found https://github.com/apache/pulsar/pull/10981 might fix this issue because the Python client I used was compiled from latest master. Could you also try it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
