Extension modules, Threading, and the GIL

The following message is a courtesy copy of an article that has been posted to comp.lang.python as well. David Abrahams <dave@boost-consulting.com> writes:
This is the continuation of a thread originated on python-dev; I was asked to re-raise it here on python-list until the issue is better understood. The original posting was here: http://aspn.activestate.com/ASPN/Mail/Message/python-dev/1482879 The he essence of the problem is that there's no way to write code that uses the Python 'C' API and which has no knowledge of whether it is running on Python's main thread when it is entered. The two respondents were left with some questions; you can read those, and my responses, in the thread at the bottom of the page referenced above. Thanks for your attention, Dave -- David Abrahams dave@boost-consulting.com * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution
participants (1)
-
David Abrahams