[mod_python] mod_python and mod_wsgi

Roger Binns rogerb at rogerbinns.com
Sun Jul 29 02:22:19 EDT 2007


Graham Dumpleton wrote:
> These include things related to main interpreter simplified
> GIL state API use, .....  Although,
> the usefulness of this is limited if your application uses certain
> third party C extension modules which have not been written properly
> so as to be able to handle interpreters being recycled.

Can you document somewhere what extension authors are supposed to do?
Currently we all just follow the main CPython documentation.  Even
better would be to get the CPython implementation updated (so extension
authors don't have to change code) or at least updating the CPython
documentation.

Roger


More information about the Mod_python mailing list