Skip to content

Python: Fix garbage collection policy for FunkyMiniBus::Endpoint

Tom Williams requested to merge fix-python-endpoint-double-deletion into master

Python garbage collector was deleting FunkyMiniBus::Endpoint instances, since it was not aware that they're stored by shared_ptrs, leading to 'double deletion' type errors at the end of the butler's funky... subcommands

Merge request reports