Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.1k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-90110: Fix the c-analyzer Tool
- #102483
#102483
Merged
ericsnowcurrently
merged 16 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-c-analyzer
ericsnowcurrently/cpython:fix-c-analyzer
Copy head branch name to clipboard
Mar 7, 2023
Conversation
Commits
16
(16)
Checks
Files changed
Merged
gh-90110: Fix the c-analyzer Tool
#102483
ericsnowcurrently
merged 16 commits into
python:main
python/cpython:main
from
ericsnowcurrently:fix-c-analyzer
ericsnowcurrently/cpython:fix-c-analyzer
Copy head branch name to clipboard
Commits
Commits on Mar 6, 2023
Add Py_BUILD_CORE for some files.
ericsnowcurrently
committed
71d7bd7
View commit details
Copy full SHA for 71d7bd7
Browse repository at this point
Temporarily skip parser-failing files.
ericsnowcurrently
committed
cf93eb5
View commit details
Copy full SHA for cf93eb5
Browse repository at this point
Optionally log the parser depth.
ericsnowcurrently
committed
d50cb36
View commit details
Copy full SHA for d50cb36
Browse repository at this point
Fix the GCC directives regex.
ericsnowcurrently
committed
b94daf7
View commit details
Copy full SHA for b94daf7
Browse repository at this point
Un-skip some of the files.
ericsnowcurrently
committed
0bc1518
View commit details
Copy full SHA for 0bc1518
Browse repository at this point
Fix some ignored variables.
ericsnowcurrently
committed
5154513
View commit details
Copy full SHA for 5154513
Browse repository at this point
Add an ignored variable.
ericsnowcurrently
committed
5d16b2b
View commit details
Copy full SHA for 5d16b2b
Browse repository at this point
Mark some variables as const.
ericsnowcurrently
committed
37948f0
View commit details
Copy full SHA for 37948f0
Browse repository at this point
Move last_resort_memory_error to PyInterpreterState.
ericsnowcurrently
committed
0855962
View commit details
Copy full SHA for 0855962
Browse repository at this point
Ignore a few more globals.
ericsnowcurrently
committed
688443e
View commit details
Copy full SHA for 688443e
Browse repository at this point
Add a global to the to-fix list.
ericsnowcurrently
committed
95dddd9
View commit details
Copy full SHA for 95dddd9
Browse repository at this point
Ignore a global.
ericsnowcurrently
committed
9af4fe1
View commit details
Copy full SHA for 9af4fe1
Browse repository at this point
Ignore a bunch of test-only globals.
ericsnowcurrently
committed
7da3804
View commit details
Copy full SHA for 7da3804
Browse repository at this point
Ignore a global.
ericsnowcurrently
committed
57f8bb1
View commit details
Copy full SHA for 57f8bb1
Browse repository at this point
(gcc) __inline__ -> inline
ericsnowcurrently
committed
332f883
View commit details
Copy full SHA for 332f883
Browse repository at this point
Fix the hash-related modules.
ericsnowcurrently
committed
9f02087
View commit details
Copy full SHA for 9f02087
Browse repository at this point
You can’t perform that action at this time.