Message168815
Le mardi 21 août 2012 à 22:14 +0000, Graham Dumpleton a écrit :
> Any third party module then which uses the simplistic calling sequence
> of calling PyGILState_Release() on exiting Python code and thence
> within the same thread calling PyGILState_Ensure() when coming back
> into Python with a callback will work, as mod_wsgi has specified the
> interpreter context for that thread at that time.
Why would a module do that, instead of using
Py_{BEGIN,END}_ALLOW_THREADS? |
|
Date |
User |
Action |
Args |
2012-08-21 22:31:53 | pitrou | set | recipients:
+ pitrou, ncoghlan, grahamd |
2012-08-21 22:31:53 | pitrou | link | issue15751 messages |
2012-08-21 22:31:52 | pitrou | create | |
|