Although, now looking at the link, it looks like it might be better pointing it 
to here:


https://docs.python.org/3.7/library/threading.html?highlight=threads


What do you think?


________________________________
From: Gordon Macrae <macraegor...@hotmail.com>
Sent: 05 February 2017 07:56
To: pydotorg-www@python.org
Subject: Request to edit the wiki.python.org wiki


My account name is SnowCone.


There is a broken link at the top of this page: 
https://wiki.python.org/moin/GlobalInterpreterLock for GlobalInterpreterLock at 
the top of this page


<http://cython.readthedocs.io/en/latest/src/userguide/external_C_code.html#acquiring-and-releasing-the-gil>

Interfacing with External C Code — Cython 0.25.2 
documentation<http://cython.readthedocs.io/en/latest/src/userguide/external_C_code.html#acquiring-and-releasing-the-gil>
cython.readthedocs.io
Interfacing with External C Code¶ One of the main uses of Cython is wrapping 
existing libraries of C code. This is achieved by using external declarations 
to declare ...



I was planning linking it to this page: 
http://cython.readthedocs.io/en/latest/src/userguide/external_C_code.html#acquiring-and-releasing-the-gil


GlobalInterpreterLock - Python 
Wiki<https://wiki.python.org/moin/GlobalInterpreterLock>
wiki.python.org
In CPython, the global interpreter lock, or GIL, is a mutex that prevents 
multiple native threads from executing Python bytecodes at once. This lock is 
necessary ...




Thanks very much!
Gordon
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to