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
Objects
codeobject.c
on
stackref-not-null
User selector
All users
All time
Commit history
Commits on Aug 30, 2024
gh-122854: Add Py_HashBuffer() function (#122855)
vstinner
authored
d8e69b2
View commit details
Copy full SHA for d8e69b2
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 Aug 1, 2024
Replace PyObject_Del with PyObject_Free (#122453)
Show description for fda6bd8
vstinner
authored
fda6bd8
View commit details
Copy full SHA for fda6bd8
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
gh-121863: Immortalize names in code objects to avoid crash (GH-121903)
encukou
authored
cffad5c
View commit details
Copy full SHA for cffad5c
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
Fix typos in comments (#120821)
xyb
authored
0153fd0
View commit details
Copy full SHA for 0153fd0
View code at this point
Browse repository at this point
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 3, 2024
gh-117657: Fix race involving immortalizing objects (#119927)
Show description for 47fb432
colesbury
authored
47fb432
View commit details
Copy full SHA for 47fb432
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 21, 2024
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
vstinner
authored
f6da790
View commit details
Copy full SHA for f6da790
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 May 6, 2024
gh-118527: Intern code name and filename on default build (#118576)
Show description for 2ba2c14
colesbury
authored
2ba2c14
View commit details
Copy full SHA for 2ba2c14
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-118527: Intern filename, name, and qualname in code objects. (#118558)
Show description for 37c31be
colesbury
authored
37c31be
View commit details
Copy full SHA for 37c31be
View code at this point
Browse repository at this point
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
Show description for 37d0950
mpage
authored
37d0950
View commit details
Copy full SHA for 37d0950
View code at this point
Browse repository at this point
Commits on May 1, 2024
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
markshannon
authored
f6fab21
View commit details
Copy full SHA for f6fab21
View code at this point
Browse repository at this point
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Show description for 7d83f7b
gvanrossum
authored
7d83f7b
View commit details
Copy full SHA for 7d83f7b
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
gh-117376: Make code objects use deferred reference counting (#117823)
Show description for 241ed5f
colesbury
authored
241ed5f
View commit details
Copy full SHA for 241ed5f
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
serhiy-storchaka
authored
6e05537
View commit details
Copy full SHA for 6e05537
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)
Show description for 97ba910
gvanrossum
authored
97ba910
View commit details
Copy full SHA for 97ba910
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
gh-117045: Add code object to function version cache (#117028)
Show description for 570a82d
gvanrossum
authored
570a82d
View commit details
Copy full SHA for 570a82d
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
gh-116916: Remove separate next_func_version counter (#116918)
Show description for 7e1f38f
gvanrossum
authored
7e1f38f
View commit details
Copy full SHA for 7e1f38f
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
brandtbucher
authored
235cacf
View commit details
Copy full SHA for 235cacf
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
JelleZijlstra
authored
0b718e6
View commit details
Copy full SHA for 0b718e6
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 Sep 22, 2023
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (GH-109420)
gaogaotiantian
authored
d5611f2
View commit details
Copy full SHA for d5611f2
View code at this point
Browse repository at this point
Commits on Sep 9, 2023
gh-109052: Use the base opcode when comparing code objects (gh-109107)
gaogaotiantian
authored
057bc72
View commit details
Copy full SHA for 057bc72
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-108751: Add copy.replace() function (GH-108752)
Show description for 6f3c138
serhiy-storchaka
authored
6f3c138
View commit details
Copy full SHA for 6f3c138
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
Commits on Aug 21, 2023
gh-107265: Fix code_hash for ENTER_EXECUTOR case (#108188)
corona10
authored
e6db23f
View commit details
Copy full SHA for e6db23f
View code at this point
Browse repository at this point
gh-107265: Fix code_richcompare for ENTER_EXECUTOR case (gh-108165)
corona10
authored
4fdf3fd
View commit details
Copy full SHA for 4fdf3fd
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
gh-106581: Project through calls (#108067)
Show description for 61c7249
gvanrossum
authored
61c7249
View commit details
Copy full SHA for 61c7249
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
iritkatriel
authored
665a439
View commit details
Copy full SHA for 665a439
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.