Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

WSGI is just the protocol for web request handling (like CGI, fast CGI), some implementations utilized subinterpreter support through the C API (which existed in its basic form since Python 1.5 according to PEP 554 or since 2.2 according to the current docs)

but before 3.12 the isolation was not great (and still there are basic process-level things that cannot be non-shared per interpreter)

https://docs.python.org/3/library/concurrent.interpreters.ht...





Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: