[issue34342] Fix the broken links in CPythonVmInternals wiki page
New submission from Shahriyar Rzayev <rzayev.sehriyar@gmail.com>: 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-interp... 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 ---------- assignee: docs@python components: Documentation messages: 323182 nosy: docs@python, shako priority: normal severity: normal status: open title: Fix the broken links in CPythonVmInternals wiki page type: enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34342> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: 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. ---------- nosy: +berker.peksag resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34342> _______________________________________
participants (2)
-
Berker Peksag
-
Shahriyar Rzayev