This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix the broken links in CPythonVmInternals wiki page
Type: enhancement Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: docs@python Nosy List: berker.peksag, docs@python, shako
Priority: normal Keywords:

Created on 2018-08-06 07:59 by shako, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg323182 - (view) Author: Shahriyar Rzayev (shako) Date: 2018-08-06 07:59
Please see:
https://wiki.python.org/moin/CPythonVmInternals

There are some links under "Particularly useful pieces of documentation: " which are broken and should be updated respectively as follows:

[Execution Model] -> https://docs.python.org/3/reference/executionmodel.html

[GIL] -> https://docs.python.org/3/c-api/init.html#thread-state-and-the-global-interpreter-lock or this one https://wiki.python.org/moin/GlobalInterpreterLock

[Bytecodes] -> Which is now can be found in https://docs.python.org/3/library/dis.html

[Disassembler] -> same here https://docs.python.org/3/library/dis.html
msg323185 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2018-08-06 08:32
Thanks for the report. wiki.python.org is maintained by the Python community, not by Python core developers. You can fix those broken links by creating an account and requesting edit access by emailing to pydotorg-www@python.org. See https://wiki.python.org/moin/FrontPage#Editing_pages for details.
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78523
2018-08-06 08:32:46berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg323185

resolution: third party
stage: resolved
2018-08-06 07:59:21shakocreate