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
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
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
compile.c
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Sep 28, 2024
gh-124442: make `__static_attributes__` deterministic by sorting (#124492)
Show description for 04c837d
3 people
authored
04c837d
View commit details
Copy full SHA for 04c837d
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
gh-123969: refactor _PyErr_RaiseSyntaxError and _PyErr_EmitSyntaxWarning out of compiler (#123972)
iritkatriel
authored
aba42c0
View commit details
Copy full SHA for aba42c0
View code at this point
Browse repository at this point
gh-124058: remove _PyCompile_IsNestedScope, roll it into _PyCompile_IsInteractive (#124061)
iritkatriel
authored
9aa1f60
View commit details
Copy full SHA for 9aa1f60
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
gh-124022: Fix bug where class docstring is removed in interactive mode (#124023)
Show description for a9594a3
iritkatriel
and
JelleZijlstra
authored
a9594a3
View commit details
Copy full SHA for a9594a3
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
gh-124013: remove _PyCompile_IsTopLevelAwait (#124014)
iritkatriel
authored
8145ebe
View commit details
Copy full SHA for 8145ebe
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
gh-123881: make compiler add the .generic_base base class without constructing AST nodes (#123883)
iritkatriel
authored
a2d0818
View commit details
Copy full SHA for a2d0818
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
gh-121404: split compile.c into compile.c and codegen.c (#123651)
iritkatriel
authored
1a9d891
View commit details
Copy full SHA for 1a9d891
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
gh-121404: enforce that codegen doesn't access compiler, and compiler doesn't use codegen macros (#123575)
iritkatriel
authored
fbb26f0
View commit details
Copy full SHA for fbb26f0
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
gh-123553: Fix compile warning in `compile.c` (#123578)
sobolevn
authored
91b7f2e
View commit details
Copy full SHA for 91b7f2e
View code at this point
Browse repository at this point
gh-123553: Fix compiler warning in `Python/compile.c` (#123554)
Eclips4
authored
084e0f3
View commit details
Copy full SHA for 084e0f3
View code at this point
Browse repository at this point
Commits on Aug 30, 2024
gh-121404: rearrange code in compile.c so that codegen functions come first and compiler functions second (#123510)
iritkatriel
authored
6bfbfc6
View commit details
Copy full SHA for 6bfbfc6
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)
iritkatriel
authored
61bef62
View commit details
Copy full SHA for 61bef62
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
gh-121404: split compiler_nameop into a codegen part and a compiler part (#123398)
iritkatriel
authored
d24d1c9
View commit details
Copy full SHA for d24d1c9
View code at this point
Browse repository at this point
gh-121404: compiler_visit_* --> codegen_visit_* (#123382)
iritkatriel
authored
da43026
View commit details
Copy full SHA for da43026
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
gh-121404: more compiler_* -> codegen_*, class_body and comprehensions (#123262)
iritkatriel
authored
bf1b5d3
View commit details
Copy full SHA for bf1b5d3
View code at this point
Browse repository at this point
gh-121404: compiler_annassign --> codegen_annassign (#123245)
iritkatriel
authored
5fce482
View commit details
Copy full SHA for 5fce482
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
gh-121404: remove redundant c_nestlevel. more compiler abstractions. more macro usage consistency (#123225)
iritkatriel
authored
4abc1c1
View commit details
Copy full SHA for 4abc1c1
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (#123173)
iritkatriel
authored
ec89620
View commit details
Copy full SHA for ec89620
View code at this point
Browse repository at this point
gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)
iritkatriel
authored
4b7c488
View commit details
Copy full SHA for 4b7c488
View code at this point
Browse repository at this point
Commits on Aug 20, 2024
gh-123048: Fix missing source location in pattern matching code (#123167)
iritkatriel
authored
bffed80
View commit details
Copy full SHA for bffed80
View code at this point
Browse repository at this point
Commits on Aug 19, 2024
gh-121404: rename functions to use codegen_* prefix. Use macros more consistently. (#123139)
iritkatriel
authored
b6d0a40
View commit details
Copy full SHA for b6d0a40
View code at this point
Browse repository at this point
gh-121404: pass metadata to compiler_enter_scope (optionally) so that codegen functions don't need to set it on the code unit (#123078)
iritkatriel
authored
e077b20
View commit details
Copy full SHA for e077b20
View code at this point
Browse repository at this point
Commits on Aug 16, 2024
gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usages by the macros (#123043)
iritkatriel
authored
e2f2dc7
View commit details
Copy full SHA for e2f2dc7
View code at this point
Browse repository at this point
Commits on Aug 15, 2024
gh-121404: split compiler's push/pop_inlined_comprehension_state into codegen and compiler parts (#123021)
iritkatriel
authored
b6cb435
View commit details
Copy full SHA for b6cb435
View code at this point
Browse repository at this point
Commits on Aug 14, 2024
gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)
iritkatriel
authored
05fc4d7
View commit details
Copy full SHA for 05fc4d7
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
GH-122821: Simplify compilation of while statements to ensure consistency of offsets for sys.monitoring (GH-122934)
markshannon
authored
fe23f8e
View commit details
Copy full SHA for fe23f8e
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
gh-122595: Add more error checks in the compiler (GH-122596)
serhiy-storchaka
authored
e74680b
View commit details
Copy full SHA for e74680b
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
gh-122445: populate only modified fields in __static_attributes__ (#122446)
iritkatriel
authored
498376d
View commit details
Copy full SHA for 498376d
View code at this point
Browse repository at this point
Commits on Jul 27, 2024
gh-119180: Add evaluate functions for type params and type aliases (#122212)
JelleZijlstra
authored
ae19226
View commit details
Copy full SHA for ae19226
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#122246)
iritkatriel
authored
bc94cf7
View commit details
Copy full SHA for bc94cf7
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
markshannon
authored
2e14a52
View commit details
Copy full SHA for 2e14a52
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
gh-121404: extract compiler_lookup_arg out of compiler_make_closure (#122181)
iritkatriel
authored
9ac6060
View commit details
Copy full SHA for 9ac6060
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Show description for 2762c6c
JelleZijlstra
and
picnixz
authored
2762c6c
View commit details
Copy full SHA for 2762c6c
View code at this point
Browse repository at this point
gh-121404: move calculation of module start location from compiler_body up to compiler_codegen (#122127)
iritkatriel
authored
d5a12b4
View commit details
Copy full SHA for d5a12b4
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
gh-121657: Display correct error message for yield from outside of a function (GH-121680)
Show description for 178e44d
3 people
authored
178e44d
View commit details
Copy full SHA for 178e44d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.