You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xy...@apache.org on 2022/09/22 13:48:02 UTC

[pulsar] branch master updated (3d47ee8ab6a -> a8b265da323)

This is an automated email from the ASF dual-hosted git repository.

xyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 3d47ee8ab6a [fix][broker] Extract additional servlets to the default directory by… (#17477)
     add a8b265da323 [fix] [python client] Better Python garbage collection management for C++-owned objects (#16535)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                  |  1 +
 pulsar-client-cpp/python/pulsar/__init__.py | 13 +++++-
 pulsar-client-cpp/python/pulsar_test.py     | 31 ++++++++++++++
 pulsar-client-cpp/python/src/config.cc      | 65 +++++++++--------------------
 pulsar-client-cpp/python/src/utils.h        | 20 +++++++++
 5 files changed, 82 insertions(+), 48 deletions(-)