Let's Remove the Global Interpreter Lock
morepypy.blogspot.com
Let's Remove the Global Interpreter Lock
1–10 of 326 posts
Re: Let's Remove the Global Interpreter Lock
#2Re: Let's Remove the Global Interpreter Lock
#3Re: Let's Remove the Global Interpreter Lock
#4Just curious: if they solve it in Python, would it be possible to solve it in Ruby too ?
Re: Let's Remove the Global Interpreter Lock
#5Excellent! Where's the Donate button or call to action for businesses who want to support this? There's a small link in the sidebar to "Donation page", but that doesn't seem to have a place to donate for the remove-the-GIL effort.
Re: Let's Remove the Global Interpreter Lock
#6Excellent! Where's the Donate button or call to action for businesses who want to support this? There's a small link in the sidebar to "Donation page", but that doesn't seem to have a place to donate for the remove-the-GIL effort.
Re: Let's Remove the Global Interpreter Lock
#7Re: Let's Remove the Global Interpreter Lock
#8Just curious: if they solve it in Python, would it be possible to solve it in Ruby too ?
If I understand correctly the issue in Ruby is the existing C extensions that have been written to assume the lock exists...
Re: Let's Remove the Global Interpreter Lock
#9Would this work with cpython extensions that were ported to PyPy?
Re: Let's Remove the Global Interpreter Lock
#10I didn't donate to that pot but that does seem like a judicious and reasonable step to take given the assessment of STM.