Skip to content

🐛 Add more ungiled

Guillaume Riou requested to merge feat/add-more-ungiled into develop

This is the result of this investigation : #230 (closed)

I reviewed every C++ file in the python wrapper and added ungiled calls around every call that may trigger a callback.

This will probably help with deadlocks.

It also explains the punchline of the famous @JOKE comment.

Merge request reports