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
Include
internal
pycore_code.h
on
patch-3
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 6, 2024
gh-116381: Specialize CONTAINS_OP (GH-116385)
Show description for 7114cf2
Fidget-Spinner
and
blurb-it[bot]
authored
7114cf2
View commit details
Copy full SHA for 7114cf2
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013)
Show description for 339c8e1
swtaarrs
authored
339c8e1
View commit details
Copy full SHA for 339c8e1
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Show description for 514b1c9
ericsnowcurrently
authored
514b1c9
View commit details
Copy full SHA for 514b1c9
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
gh-114312: Collect stats for unlikely events (GH-114493)
mdboom
authored
ea3cd04
View commit details
Copy full SHA for ea3cd04
View code at this point
Browse repository at this point
Commits on Dec 4, 2023
gh-106550: Fix sign conversion in pycore_code.h (#112613)
Show description for a74902a
vstinner
authored
a74902a
View commit details
Copy full SHA for a74902a
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
gh-111652: Fix --enable-pystats build (GH-111653)
mdboom
authored
2bc01cc
View commit details
Copy full SHA for 2bc01cc
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
gh-109329: Count tier2 opcode misses (#110561)
Show description for 84b4533
mdboom
authored
84b4533
View commit details
Copy full SHA for 84b4533
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
GH-109329: Add tier 2 stats (GH-109913)
mdboom
authored
e561e98
View commit details
Copy full SHA for e561e98
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 8, 2023
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
markshannon
authored
15d4c9f
View commit details
Copy full SHA for 15d4c9f
View code at this point
Browse repository at this point
Commits on Sep 7, 2023
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
corona10
authored
3bfa24e
View commit details
Copy full SHA for 3bfa24e
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
gh-108753: Enhance pystats (#108754)
Show description for a0773b8
vstinner
and
mdboom
authored
a0773b8
View commit details
Copy full SHA for a0773b8
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Show description for 21c0844
vstinner
authored
21c0844
View commit details
Copy full SHA for 21c0844
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
Add some GC stats to Py_STATS (GH-107581)
markshannon
authored
2ba7c7f
View commit details
Copy full SHA for 2ba7c7f
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)
iritkatriel
authored
6ef8f8c
View commit details
Copy full SHA for 6ef8f8c
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-107211: No longer export internal functions (4) (#107217)
Show description for c5b13d6
vstinner
authored
c5b13d6
View commit details
Copy full SHA for c5b13d6
View code at this point
Browse repository at this point
gh-107211: No longer export internal functions (1) (#107213)
Show description for 11306a9
vstinner
authored
11306a9
View commit details
Copy full SHA for 11306a9
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)
markshannon
authored
b03755a
View commit details
Copy full SHA for b03755a
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
GH-106008: Make implicit boolean conversions explicit (GH-106003)
brandtbucher
authored
7b2d94d
View commit details
Copy full SHA for 7b2d94d
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
GH-100987: Allow objects other than code objects as the "executable" of an internal frame. (GH-105727)
Show description for 7199584
markshannon
authored
7199584
View commit details
Copy full SHA for 7199584
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
GH-104584: Plugin optimizer API (GH-105100)
markshannon
authored
4bfa01b
View commit details
Copy full SHA for 4bfa01b
View code at this point
Browse repository at this point
Commits on May 11, 2023
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
carljm
authored
7726245
View commit details
Copy full SHA for 7726245
View code at this point
Browse repository at this point
Commits on May 9, 2023
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Show description for c3b595e
3 people
authored
c3b595e
View commit details
Copy full SHA for c3b595e
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
gh-103978: avoid using 'class' as an identifier (#103979)
carljm
authored
ebf97c5
View commit details
Copy full SHA for ebf97c5
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
carljm
authored
ef25feb
View commit details
Copy full SHA for ef25feb
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Show description for 411b169
markshannon
authored
411b169
View commit details
Copy full SHA for 411b169
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
GH-88691: Shrink the CALL caches (GH-103230)
brandtbucher
authored
b4978ff
View commit details
Copy full SHA for b4978ff
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
brandtbucher
authored
121057a
View commit details
Copy full SHA for 121057a
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
brandtbucher
authored
0444ae2
View commit details
Copy full SHA for 0444ae2
View code at this point
Browse repository at this point
Commits on Mar 11, 2023
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
brandtbucher
authored
08b67fb
View commit details
Copy full SHA for 08b67fb
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)
markshannon
authored
160f2fe
View commit details
Copy full SHA for 160f2fe
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
markshannon
authored
7b14c2e
View commit details
Copy full SHA for 7b14c2e
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
markshannon
authored
6e4e14d
View commit details
Copy full SHA for 6e4e14d
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
markshannon
authored
6997e77
View commit details
Copy full SHA for 6997e77
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
GH-98522: Add version number to code objects. (GH-98525)
Show description for fb713b2
markshannon
authored
fb713b2
View commit details
Copy full SHA for fb713b2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.