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 }}
orsenthil
/
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.c
on
fix_buildbot_for_https_test
User selector
All users
All time
Commit history
Commits on Apr 24, 2023
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Show description for 0dc8b50
carljm
authored
0dc8b50
View commit details
Copy full SHA for 0dc8b50
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001
eduardo-elizondo
authored
ea2c001
View commit details
Copy full SHA for ea2c001
View code at this point
Browse repository at this point
Commits on Apr 18, 2023
GH-100530: Change the error message for non-class class patterns (GH-103576)
sobolevn
authored
07804ce
View commit details
Copy full SHA for 07804ce
View code at this point
Browse repository at this point
Commits on Apr 13, 2023
GH-103488: Use return-offset, not yield-offset. (GH-103502)
Show description for efb8a25
markshannon
authored
efb8a25
View commit details
Copy full SHA for efb8a25
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 Mar 13, 2023
GH-100987: Don't cache references to the names and consts array in `_PyEval_EvalFrameDefault`. (#102640)
Show description for 2d370da
markshannon
authored
2d370da
View commit details
Copy full SHA for 2d370da
View code at this point
Browse repository at this point
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102631)
iritkatriel
authored
ca01cae
View commit details
Copy full SHA for ca01cae
View code at this point
Browse repository at this point
Commits on Feb 28, 2023
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Python/) (#102193)
iritkatriel
authored
4c87537
View commit details
Copy full SHA for 4c87537
View code at this point
Browse repository at this point
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
encukou
authored
6b2d7c0
View commit details
Copy full SHA for 6b2d7c0
View code at this point
Browse repository at this point
Commits on Feb 23, 2023
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
markshannon
authored
22b8d77
View commit details
Copy full SHA for 22b8d77
View code at this point
Browse repository at this point
Commits on Feb 21, 2023
gh-101903: Remove obsolete undefs for previously removed macros Py_EnterRecursiveCall and Py_LeaveRecursiveCall (#101923)
OTheDev
authored
7346a38
View commit details
Copy full SHA for 7346a38
View code at this point
Browse repository at this point
Commits on Feb 20, 2023
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Show description for a99eb5c
zooba
authored
a99eb5c
View commit details
Copy full SHA for a99eb5c
View code at this point
Browse repository at this point
Commits on Feb 18, 2023
gh-101967: add a missing error check (#101968)
Eclips4
authored
89413bb
View commit details
Copy full SHA for 89413bb
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
gh-101758: Clean Up Uses of Import State (gh-101919)
Show description for b2fc549
ericsnowcurrently
authored
b2fc549
View commit details
Copy full SHA for b2fc549
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
gh-98831: Modernize CALL and family (#101508)
Show description for 616aec1
gvanrossum
authored
616aec1
View commit details
Copy full SHA for 616aec1
View code at this point
Browse repository at this point
GH-101578: Normalize the current exception (GH-101607)
Show description for feec49c
markshannon
authored
feec49c
View commit details
Copy full SHA for feec49c
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
Show description for ae62bdd
MatthieuDartiailh
and
ambv
authored
ae62bdd
View commit details
Copy full SHA for ae62bdd
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
Fix some comments in ceval.c and fix lltrace output (#101297)
Show description for 498598e
gvanrossum
authored
498598e
View commit details
Copy full SHA for 498598e
View code at this point
Browse repository at this point
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#101269)
iritkatriel
authored
8c183cd
View commit details
Copy full SHA for 8c183cd
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
gvanrossum
authored
1f0d0a4
View commit details
Copy full SHA for 1f0d0a4
View code at this point
Browse repository at this point
Commits on Jan 15, 2023
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
kumaraditya303
authored
f6307d4
View commit details
Copy full SHA for f6307d4
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
GH-100126: Skip incomplete frames in more places (GH-100613)
brandtbucher
authored
61762b9
View commit details
Copy full SHA for 61762b9
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
gh-100758: Refactor initialisation of frame headers into a single function (_PyFrame_Initialize) (GH-100759)
iritkatriel
authored
15c4478
View commit details
Copy full SHA for 15c4478
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Show description for 2818714
markshannon
authored
2818714
View commit details
Copy full SHA for 2818714
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
markshannon
authored
15aecf8
View commit details
Copy full SHA for 15aecf8
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 6, 2022
GH-99729: Unlink frames before clearing them (GH-100030)
brandtbucher
authored
b72014c
View commit details
Copy full SHA for b72014c
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if computed gotos aren't enabled (GH-98265)
Show description for d4cf192
smontanaro
and
eryksun
authored
d4cf192
View commit details
Copy full SHA for d4cf192
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Add a macro for "inlining" new frames (GH-99490)
brandtbucher
authored
6f8b0e7
View commit details
Copy full SHA for 6f8b0e7
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Show description for 1e197e6
markshannon
authored
1e197e6
View commit details
Copy full SHA for 1e197e6
View code at this point
Browse repository at this point
gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
Show description for 2e343fc
vstinner
authored
2e343fc
View commit details
Copy full SHA for 2e343fc
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
brandtbucher
authored
c7f5708
View commit details
Copy full SHA for c7f5708
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
gvanrossum
authored
f1a6546
View commit details
Copy full SHA for f1a6546
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
markshannon
authored
4a1c58d
View commit details
Copy full SHA for 4a1c58d
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
GH-98686: Fix compiler warning for HAS_ARG (GH-99106)
brandtbucher
authored
6a8d3c5
View commit details
Copy full SHA for 6a8d3c5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.