adamdebreceni commented on PR #1891:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1891#issuecomment-2464791409

   > why?
   
   PyException holds a reference to the python exception object, when it 
escapes the scope of GIL (into an outer catch block) its destruction crashes 
the application and the python library logs the reason as not holding the lock, 
this can occur when e.g. the describe function is malformed (declared with the 
incorrect number of positional arguments) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to