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
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 }}
devdanzin
/
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
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2024
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-98442: fix locations of with statement's cleanup instructions (#120763)
Show description for 55596ae
iritkatriel
authored
55596ae
View commit details
Copy full SHA for 55596ae
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
gh-120733: rename internal compiler functions according to naming convention (#120734)
iritkatriel
authored
eaaf699
View commit details
Copy full SHA for eaaf699
View code at this point
Browse repository at this point
gh-120722: Set position on RETURN_VALUE in lambda (#120724)
JelleZijlstra
authored
d8f27cb
View commit details
Copy full SHA for d8f27cb
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
View commit details
Copy full SHA for 9cefcc0
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-93691: fix too broad source locations of for statement iterators (#120330)
iritkatriel
authored
97b69db
View commit details
Copy full SHA for 97b69db
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-119180: PEP 649 compiler changes (#119361)
JelleZijlstra
authored
9b8611e
View commit details
Copy full SHA for 9b8611e
View code at this point
Browse repository at this point
Commits on Jun 7, 2024
gh-93691: fix too broad source locations of with-statement instructions (#120125)
iritkatriel
authored
eca3f77
View commit details
Copy full SHA for eca3f77
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-119744: move a few functions from compile.c to flowgraph.c (#119745)
iritkatriel
authored
13a5fdc
View commit details
Copy full SHA for 13a5fdc
View code at this point
Browse repository at this point
Commits on May 29, 2024
gh-119689: generate stack effect metadata for pseudo instructions (#119691)
iritkatriel
authored
c1e9647
View commit details
Copy full SHA for c1e9647
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-119676: remove several pseudo instructions which are use only in codegen (#119677)
iritkatriel
authored
ae9140f
View commit details
Copy full SHA for ae9140f
View code at this point
Browse repository at this point
gh-119311: Fix name mangling with PEP 695 generic classes (#119464)
Show description for a9a74da
JelleZijlstra
authored
a9a74da
View commit details
Copy full SHA for a9a74da
View code at this point
Browse repository at this point
Commits on May 22, 2024
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Show description for 98e855f
JelleZijlstra
and
iritkatriel
authored
98e855f
View commit details
Copy full SHA for 98e855f
View code at this point
Browse repository at this point
Commits on May 6, 2024
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Show description for 153b3f7
serhiy-storchaka
authored
153b3f7
View commit details
Copy full SHA for 153b3f7
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-118513: Fix sibling comprehensions with a name bound in one and global in the other (#118526)
Show description for c8deb1e
3 people
authored
c8deb1e
View commit details
Copy full SHA for c8deb1e
View code at this point
Browse repository at this point
gh-116126: Implement PEP 696 (#116129)
Show description for ca269e5
4 people
authored
ca269e5
View commit details
Copy full SHA for ca269e5
View code at this point
Browse repository at this point
Commits on May 2, 2024
gh-118216: Don't consider dotted `__future__` imports (#118267)
thatbirdguythatuknownot
authored
7c97dc8
View commit details
Copy full SHA for 7c97dc8
View code at this point
Browse repository at this point
Commits on May 1, 2024
gh-116767: fix crash on 'async with' with many context managers (GH-118348)
Show description for c1bf487
iritkatriel
authored
c1bf487
View commit details
Copy full SHA for c1bf487
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
gh-117901: Add option for compiler's codegen to save nested instruction sequences for introspection (#118007)
iritkatriel
authored
0aa0fc3
View commit details
Copy full SHA for 0aa0fc3
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
iritkatriel
authored
c179c0e
View commit details
Copy full SHA for c179c0e
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
gh-117494: extract the Instruction Sequence data structure into a separate file (#117496)
iritkatriel
authored
04697bc
View commit details
Copy full SHA for 04697bc
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
iritkatriel
authored
1d5479b
View commit details
Copy full SHA for 1d5479b
View code at this point
Browse repository at this point
Commits on Mar 27, 2024
gh-117288: Allocate fewer label IDs in _PyCfg_ToInstructionSequence (#117290)
iritkatriel
authored
262fb91
View commit details
Copy full SHA for 262fb91
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
iritkatriel
authored
79be757
View commit details
Copy full SHA for 79be757
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
wrongnull
authored
a8e93d3
View commit details
Copy full SHA for a8e93d3
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.