Skip to content

Conversation

bpcreech
Copy link
Owner

We were passing the same callback function pointer from Python to C++ over and over.

This moves to just passing the callback function pointer once during Context initialization. This makes it a bit simpler and easier to understand (and document!) the object lifecycle requirements.

@bpcreech bpcreech force-pushed the feature/only-one-callback branch 2 times, most recently from f3dff84 to f574fb2 Compare April 14, 2024 03:04
@bpcreech bpcreech force-pushed the feature/only-one-callback branch from f574fb2 to 5e525f9 Compare April 14, 2024 03:04
@bpcreech bpcreech merged commit 758850b into main Apr 14, 2024
@bpcreech bpcreech deleted the feature/only-one-callback branch May 27, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant