[Python-Dev] GIL removal question

Brian Curtin brian.curtin at gmail.com
Wed Aug 10 18:19:12 CEST 2011


On Wed, Aug 10, 2011 at 11:14, Vlad Riscutia <riscutiavlad at gmail.com> wrote:

> Removing GIL is interesting work and probably multiple people are willing
> to contribute. Threading and synchronization is a deep topic and it might be
> that if just one person toys around with removing GIL he might not see
> performance improvement (not meaning to offend anyone who tried this,
> honestly) but what about forking a branch for this work, with some good
> benchmarks in place and have community contribute? Let's say first step
> would be just replacing GIL with some fine grained locks with expected
> performance degradation but afterwards we can try to incrementally improve
> on this.
>
> Thank you,
> Vlad
>

Feel free to start this: http://hg.python.org/cpython
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110810/f9d974ac/attachment.html>


More information about the Python-Dev mailing list