CPyCppyy
CPyCppyy copied to clipboard
Correcly forward `control` flag to InstancePtrConverter
Closes https://github.com/wlav/cppyy/issues/221, if the change in memory policy was accidental.
This fixes the memory test in the synchronization PR: https://github.com/root-project/root/pull/14507
Hi @wlav, do you need any more information from my side before merging this? I have a reproducer for the problem in the associated issue
These and other PRs need tests. It's best practice to have tests but it's also in your own interest as it will pre-empt regressions.
You are right! I have opened a PR with a unit test that will pass once this is merged.
- https://github.com/wlav/cppyy/pull/244