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 }}
wrongnull
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
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
patch-4
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 23, 2024
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)
Show description for acd6f41
serhiy-storchaka
and
ambv
authored
acd6f41
View commit details
Copy full SHA for acd6f41
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#115379)
iritkatriel
authored
3a9e67a
View commit details
Copy full SHA for 3a9e67a
View code at this point
Browse repository at this point
gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)
iritkatriel
authored
732faf1
View commit details
Copy full SHA for 732faf1
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Show description for ef3ceab
colesbury
and
erlend-aasland
authored
ef3ceab
View commit details
Copy full SHA for ef3ceab
View code at this point
Browse repository at this point
Commits on Jan 29, 2024
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (#114587)
erlend-aasland
authored
8612230
View commit details
Copy full SHA for 8612230
View code at this point
Browse repository at this point
Commits on Jan 24, 2024
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Show description for 981d172
markshannon
authored
981d172
View commit details
Copy full SHA for 981d172
View code at this point
Browse repository at this point
Commits on Jan 6, 2024
gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721)
iritkatriel
authored
d36a365
View commit details
Copy full SHA for d36a365
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
GH-111485: Generate instruction and uop metadata (GH-113287)
markshannon
authored
e96f260
View commit details
Copy full SHA for e96f260
View code at this point
Browse repository at this point
Commits on Nov 26, 2023
gh-99606: Make code generated for an empty f-string identical to that of a normal empty string (#112407)
iritkatriel
authored
fb202af
View commit details
Copy full SHA for fb202af
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
gh-107149: make new opcode util functions private rather than public and unstable (#112042)
iritkatriel
authored
36aab34
View commit details
Copy full SHA for 36aab34
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
iritkatriel
authored
d49aba5
View commit details
Copy full SHA for d49aba5
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
iritkatriel
authored
52cc4af
View commit details
Copy full SHA for 52cc4af
View code at this point
Browse repository at this point
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Show description for 970e719
serhiy-storchaka
and
vstinner
authored
970e719
View commit details
Copy full SHA for 970e719
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
gh-111354: define names for RESUME oparg values (#111365)
iritkatriel
authored
a0c414c
View commit details
Copy full SHA for a0c414c
View code at this point
Browse repository at this point
Commits on Sep 14, 2023
gh-105658: fix excess trace events for except block ending with a conditional block (#109384)
iritkatriel
authored
4a54074
View commit details
Copy full SHA for 4a54074
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
brandtbucher
authored
22e65ee
View commit details
Copy full SHA for 22e65ee
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
carljm
authored
ceeb417
View commit details
Copy full SHA for ceeb417
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Show description for 6765938
vstinner
authored
6765938
View commit details
Copy full SHA for 6765938
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
gh-108654: restore comprehension locals before handling exception (#108659)
Show description for d52c448
carljm
and
corona10
authored
d52c448
View commit details
Copy full SHA for d52c448
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
iritkatriel
authored
72119d1
View commit details
Copy full SHA for 72119d1
View code at this point
Browse repository at this point
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Show description for f5559f3
vstinner
authored
f5559f3
View commit details
Copy full SHA for f5559f3
View code at this point
Browse repository at this point
gh-108113: Make it possible to optimize an AST (#108282)
iritkatriel
authored
2dfbd4f
View commit details
Copy full SHA for 2dfbd4f
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-105724: Add location information to `assert` errors (GH-105935)
sobolevn
authored
bdd8ddf
View commit details
Copy full SHA for bdd8ddf
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as opaque types in compile.c (#107639)
iritkatriel
authored
bafedfb
View commit details
Copy full SHA for bafedfb
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
brandtbucher
authored
a9caf9c
View commit details
Copy full SHA for a9caf9c
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-106149: fix comment on stackdepth of generators (#107321)
iritkatriel
authored
507d8bc
View commit details
Copy full SHA for 507d8bc
View code at this point
Browse repository at this point
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
iritkatriel
authored
b0202a4
View commit details
Copy full SHA for b0202a4
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Show description for 2e07449
vstinner
authored
2e07449
View commit details
Copy full SHA for 2e07449
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
gh-106320: Move private _PySet API to the internal API (#107041)
Show description for 5e4af2a
vstinner
authored
5e4af2a
View commit details
Copy full SHA for 5e4af2a
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
Show description for 85ed1d2
Eclips4
and
serhiy-storchaka
authored
85ed1d2
View commit details
Copy full SHA for 85ed1d2
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
iritkatriel
authored
40f3f11
View commit details
Copy full SHA for 40f3f11
View code at this point
Browse repository at this point
gh-106843: fix memleak in _PyCompile_CleanDoc (#106846)
methane
authored
ece3b9d
View commit details
Copy full SHA for ece3b9d
View code at this point
Browse repository at this point
Commits on Jul 15, 2023
gh-81283: compiler: remove indent from docstring (#106411)
Show description for 2566b74
methane
and
merwok
authored
2566b74
View commit details
Copy full SHA for 2566b74
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
gh-105481: expose opcode metadata via the _opcode module (#106688)
iritkatriel
authored
6a70edf
View commit details
Copy full SHA for 6a70edf
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_metadata.h (#106673)
iritkatriel
authored
2ca008e
View commit details
Copy full SHA for 2ca008e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.