Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork855
Description
This is a follow-up of#984:
There are a few broken links that I haven't touched yet:
(developer-workflow/grammar: line 40) brokenhttps://github.com/python/cpython/blob/main/Include/Python-ast.h
(developer-workflow/grammar: line 33) brokenhttps://github.com/python/cpython/blob/main/Include/token.h
(internals/compiler: line 516) brokenhttps://github.com/python/cpython/blob/main/Include/code.h
(internals/compiler: line 488) brokenhttps://github.com/python/cpython/blob/main/Python/peephole.c
Include/Python-ast.h
was removed by@vstinnerInclude/token.h
was removed by@vstinnerInclude/code.h
was removed by@vstinnerPython/peephole.c
was removed by@markshannonThe respective sections in
developer-workflow/grammar.rst
andinternals/compiler.rst
might need to be revisited.
@vstinner and@markshannon: can you advise on whether these are quick fixes that we can include in this PR or if they should be handled separately?
I found another file mentioned in the devguide that was deleted:
Python/wordcode_helpers.h
was removed by@brandtbucher