Alan Conway created DISPATCH-72:
-----------------------------------

             Summary: Dispatch is not locking the python GIL in non-python 
threads.
                 Key: DISPATCH-72
                 URL: https://issues.apache.org/jira/browse/DISPATCH-72
             Project: Qpid Dispatch
          Issue Type: Bug
          Components: Routing Engine
    Affects Versions: 0.2
            Reporter: Alan Conway
            Assignee: Alan Conway


The python C API documentation 
https://docs.python.org/2/c-api/init.html#non-python-created-threads states 
that threads not started by pyton must lock the Global Interpreter Lock before 
using any python APIs. 

Currently dispatch does not do this, it locks a separate mutex.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to