- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 928
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) broken https://github.com/python/cpython/blob/main/Include/Python-ast.h
(developer-workflow/grammar: line 33) broken https://github.com/python/cpython/blob/main/Include/token.h
(internals/compiler: line 516) broken https://github.com/python/cpython/blob/main/Include/code.h
(internals/compiler: line 488) broken https://github.com/python/cpython/blob/main/Python/peephole.c
Include/Python-ast.hwas removed by @vstinner
Include/token.hwas removed by @vstinner
Include/code.hwas removed by @vstinner
Python/peephole.cwas removed by @markshannonThe respective sections in
developer-workflow/grammar.rstandinternals/compiler.rstmight 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.hwas removed by @brandtbucher