Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python [nogil]
#1
Today I found this: https://github.com/colesbury/nogil

Quote:Overview

This is a proof-of-concept implementation of CPython that supports multithreading without the global interpreter lock (GIL). An overview of the design is described in the Python Multithreading without GIL Google doc.


I just used pyenv to install it:
pyenv install nogil-3.9.10-1
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
Python [nogil] - by DeaD_EyE - Jan-23-2023, 08:51 PM
RE: Python [nogil] - by Gribouillis - Jan-23-2023, 09:09 PM
RE: Python [nogil] - by DeaD_EyE - Jan-24-2023, 09:29 AM
RE: Python [nogil] - by noisefloor - Jan-25-2023, 06:51 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020