zymap opened a new issue #8622: URL: https://github.com/apache/pulsar/issues/8622
**Motivation** [PIP-56](https://github.com/apache/pulsar/wiki/PIP-56:-Python3-Migration) proposal we should upgrade our python version in the Docker image, we did that in the PR #7963. But I still find some python2.7 usage in the pulsar repository: function module: https://github.com/apache/pulsar/blob/master/pulsar-functions/scripts/python/generate.sh cpp module: https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/CMakeLists.txt#L175 https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/python/CMakeLists.txt#L40https://github.com/apache/pulsar/blob/master/pulsar-client-cpp/python/pkg/osx/vagrant-build.sh#L38 Should we remove them as well? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
