[New-bugs-announce] [issue34342] Fix the broken links in CPythonVmInternals wiki page

Shahriyar Rzayev report at bugs.python.org
Mon Aug 6 03:59:21 EDT 2018


New submission from Shahriyar Rzayev <rzayev.sehriyar at 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-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

----------
assignee: docs at python
components: Documentation
messages: 323182
nosy: docs at python, shako
priority: normal
severity: normal
status: open
title: Fix the broken links in CPythonVmInternals wiki page
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34342>
_______________________________________


More information about the New-bugs-announce mailing list