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 }}
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
ceval_macros.h
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2024
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
markshannon
authored
8f5a017
View commit details
Copy full SHA for 8f5a017
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-107674: Improve performance of `sys.settrace` (GH-117133)
Show description for 9c14ed0
gaogaotiantian
authored
9c14ed0
View commit details
Copy full SHA for 9c14ed0
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Show description for 4a1cf66
DinoV
authored
4a1cf66
View commit details
Copy full SHA for 4a1cf66
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279)
markshannon
authored
3e06c7f
View commit details
Copy full SHA for 3e06c7f
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
markshannon
authored
f180b31
View commit details
Copy full SHA for f180b31
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 Mar 28, 2024
GH-117121: Add pystats to JIT builds (GH-117346)
mdboom
authored
26d328b
View commit details
Copy full SHA for 26d328b
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
GH-116422: Tier2 hot/cold splitting (GH-116813)
Show description for bf82f77
markshannon
authored
bf82f77
View commit details
Copy full SHA for bf82f77
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-114986)" (GH-116178)
Show description for 7895a61
gaogaotiantian
authored
7895a61
View commit details
Copy full SHA for 7895a61
View code at this point
Browse repository at this point
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 29, 2024
GH-115802: JIT "small" code for Windows (GH-115964)
brandtbucher
authored
f0df35e
View commit details
Copy full SHA for f0df35e
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
gh-107674: Improve performance of `sys.settrace` (GH-114986)
gaogaotiantian
authored
0a61e23
View commit details
Copy full SHA for 0a61e23
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
gh-115778: Add `tierN` annotation for instruction definitions (#115815)
Show description for e4561e0
Eclips4
and
AlexWaygood
authored
e4561e0
View commit details
Copy full SHA for e4561e0
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Show description for 0749244
swtaarrs
authored
0749244
View commit details
Copy full SHA for 0749244
View code at this point
Browse repository at this point
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
markshannon
authored
7b21403
View commit details
Copy full SHA for 7b21403
View code at this point
Browse repository at this point
Commits on Feb 16, 2024
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Show description for 5903190
colesbury
authored
5903190
View commit details
Copy full SHA for 5903190
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Delete unused macro (GH-114238)
markshannon
authored
2ff072f
View commit details
Copy full SHA for 2ff072f
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
markshannon
authored
6873555
View commit details
Copy full SHA for 6873555
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
gh-113010: Don't decrement deferred in pystats (#113032)
Show description for dfaa9e0
mdboom
authored
dfaa9e0
View commit details
Copy full SHA for dfaa9e0
View code at this point
Browse repository at this point
A smattering of cleanups in uop debug output and lltrace (#112980)
Show description for 5b86644
gvanrossum
authored
5b86644
View commit details
Copy full SHA for 5b86644
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Show description for 8deb8bc
gvanrossum
authored
8deb8bc
View commit details
Copy full SHA for 8deb8bc
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Show description for 7e135a4
gvanrossum
authored
7e135a4
View commit details
Copy full SHA for 7e135a4
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
GH-111485: Increment `next_instr` consistently at the start of the instruction. (GH-111486)
markshannon
authored
d27acd4
View commit details
Copy full SHA for d27acd4
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
iritkatriel
authored
67a91f7
View commit details
Copy full SHA for 67a91f7
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-110755)
markshannon
authored
19b7ead
View commit details
Copy full SHA for 19b7ead
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
markshannon
authored
bf4bc36
View commit details
Copy full SHA for bf4bc36
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 7, 2023
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
markshannon
authored
0858328
View commit details
Copy full SHA for 0858328
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 31, 2023
GH-108614: Remove non-debug uses of `#if TIER_ONE` and `#if TIER_TWO` from `_POP_FRAME` op. (GH-108685)
markshannon
authored
059bd4d
View commit details
Copy full SHA for 059bd4d
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
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for performance. (GH-108036)
markshannon
authored
006e44f
View commit details
Copy full SHA for 006e44f
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Show description for dc8fdf5
gvanrossum
authored
dc8fdf5
View commit details
Copy full SHA for dc8fdf5
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
brandtbucher
authored
8f4de57
View commit details
Copy full SHA for 8f4de57
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
Previous
Next
You can’t perform that action at this time.