| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM (with your own suggested changes applied)
Sorry, something went wrong.
# Conflicts: # Tools/c-analyzer/cpython/_parser.py
|
Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
…r.py`` (pythonGH-137622) (cherry picked from commit 2212ae5) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
|
GH-139718 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is an attempt to avoid some of the problems we've seen with embedded tabs by changing the global variables within c-analyzer/cpython/_parser.py to use more structured data.
The output is identical, save for INCL_DIRS, where the fourth line (* ./Include/internal/mimalloc) currently uses spaces instead of tabs, showing that the current format is quite hard to properly keep up to date. The errant line was added in #109914.
What do you think @ericsnowcurrently?
See also: