You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <ji...@apache.org> on 2014/10/23 01:22:33 UTC

[jira] [Created] (DISPATCH-72) Dispatch is not locking the python GIL in non-python threads.

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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org