[Python-ideas] adding an __exec__ method to context managers?
Sturla Molden
sturla at molden.no
Tue Oct 13 16:36:07 CEST 2009
Stefan Behnel skrev:
> I actually think that OpenMP support makes a lot more sense for Cython code
> (which can happily free the GIL at any granularity) than for Python code.
>
>
I am not talking about OpenMP support, I am talking about how we use
Python threads.
Another use case, BTW, which someone mailed me, is an improved sandbox
for restricted execution.
S.M.
More information about the Python-ideas
mailing list