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
Include
internal
pycore_code.h
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Sep 6, 2024
gh-123747: Avoid static_assert() in internal header files (#123779)
vstinner
authored
ef4b69d
View commit details
Copy full SHA for ef4b69d
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
GH-123197: Only count an instruction as deferred if it hasn't deopted first. (GH-123222)
Show description for a3d8c05
markshannon
authored
a3d8c05
View commit details
Copy full SHA for a3d8c05
View code at this point
Browse repository at this point
Commits on Aug 20, 2024
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Show description for bb1d303
markshannon
authored
bb1d303
View commit details
Copy full SHA for bb1d303
View code at this point
Browse repository at this point
Commits on Aug 16, 2024
GH-118093: Specialize `CALL_KW` (GH-123006)
markshannon
authored
c13e7d9
View commit details
Copy full SHA for c13e7d9
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
markshannon
authored
7a65439
View commit details
Copy full SHA for 7a65439
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
Show description for a2bec77
vstinner
authored
a2bec77
View commit details
Copy full SHA for a2bec77
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
GH-116017: Get rid of _COLD_EXITs (GH-120960)
brandtbucher
authored
33903c5
View commit details
Copy full SHA for 33903c5
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-117139: Convert the evaluation stack to stack refs (#118450)
Show description for 22b0de2
Fidget-Spinner
and
markshannon
authored
22b0de2
View commit details
Copy full SHA for 22b0de2
View code at this point
Browse repository at this point
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81f
vstinner
authored
9e4a81f
View commit details
Copy full SHA for 9e4a81f
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-118527: Intern code consts in free-threaded build (#118667)
Show description for 723d4d2
colesbury
authored
723d4d2
View commit details
Copy full SHA for 723d4d2
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Remove more remnants of deepfreeze (#118159)
gvanrossum
authored
4c7bfdf
View commit details
Copy full SHA for 4c7bfdf
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
JeffersGlass
authored
acf69e0
View commit details
Copy full SHA for acf69e0
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
gh-116968: Reimplement Tier 2 counters (#117144)
Show description for 060a96f
gvanrossum
authored
060a96f
View commit details
Copy full SHA for 060a96f
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
markshannon
authored
c32dc47
View commit details
Copy full SHA for c32dc47
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
mdboom
authored
50369e6
View commit details
Copy full SHA for 50369e6
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.