Skip to content

Fix reference leak of subscription callbacks between Python and Java

Philip Elson requested to merge pelson/pyjapc:reference_tidy into master

Originally this MR:

Subsequently:

  • Fix implemented. It depends on improved reference counting in JPype 0.7 compared to 0.6. Fundamentally the issue identified in https://github.com/jpype-project/jpype/pull/581 has to be worked around manually as per this merge request.
Edited by Philip Elson

Merge request reports