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 }}
hakancelikdev
/
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
bytecodes.c
on
main
User selector
All users
All time
Commit history
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 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 Apr 1, 2023
gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcInfo (#103157)
iritkatriel
authored
848bdbe
View commit details
Copy full SHA for 848bdbe
View code at this point
Browse repository at this point
Commits on Mar 31, 2023
Add missing variables to `bytecodes.c` (GH-103153)
Show description for d97aef8
brettcannon
authored
d97aef8
View commit details
Copy full SHA for d97aef8
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 22, 2023
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
iritkatriel
authored
3468c76
View commit details
Copy full SHA for 3468c76
View code at this point
Browse repository at this point
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Show description for 7559f5f
markshannon
authored
7559f5f
View commit details
Copy full SHA for 7559f5f
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
gh-102598: Remove obsolete optimization from `FORMAT_VALUE` opcode (#102599)
sobolevn
authored
82eb946
View commit details
Copy full SHA for 82eb946
View code at this point
Browse repository at this point
Commits on Mar 19, 2023
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102816)
iritkatriel
authored
ad77b80
View commit details
Copy full SHA for ad77b80
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
gh-98831: Use DECREF_INPUTS() more (#102409)
gvanrossum
authored
392f2ad
View commit details
Copy full SHA for 392f2ad
View code at this point
Browse repository at this point
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-102300: Reuse objects with refcount == 1 in float specialized binary ops. (GH-102301)
markshannon
authored
233e32f
View commit details
Copy full SHA for 233e32f
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 Mar 9, 2023
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Show description for b45d14b
ericsnowcurrently
authored
b45d14b
View commit details
Copy full SHA for b45d14b
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
Commits on Feb 27, 2023
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
sweeneyde
authored
e3c3f9f
View commit details
Copy full SHA for e3c3f9f
View code at this point
Browse repository at this point
Commits on Feb 22, 2023
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrumentation. (GH-101985)
markshannon
authored
7c106a4
View commit details
Copy full SHA for 7c106a4
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 16, 2023
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4
authored
68bd8c5
View commit details
Copy full SHA for 68bd8c5
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
GH-87849: Fix refleak in SEND instruction. (GH-101908)
Show description for c776624
markshannon
authored
c776624
View commit details
Copy full SHA for c776624
View code at this point
Browse repository at this point
Commits on Feb 14, 2023
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
iritkatriel
authored
81e3aa8
View commit details
Copy full SHA for 81e3aa8
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 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
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Show description for a9f0144
gvanrossum
authored
a9f0144
View commit details
Copy full SHA for a9f0144
View code at this point
Browse repository at this point
gh-98831: Modernize FORMAT_VALUE (#101628)
Show description for b2b85b5
gvanrossum
authored
b2b85b5
View commit details
Copy full SHA for b2b85b5
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Show description for aacbdb0
gvanrossum
authored
aacbdb0
View commit details
Copy full SHA for aacbdb0
View code at this point
Browse repository at this point
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin-wwy
authored
753fc8a
View commit details
Copy full SHA for 753fc8a
View code at this point
Browse repository at this point
gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in the instruction definition DSL (#101641)
iritkatriel
authored
dec1ab0
View commit details
Copy full SHA for dec1ab0
View code at this point
Browse repository at this point
gh-98831: Modernize the FOR_ITER family of instructions (#101626)
Show description for d54b8d8
gvanrossum
and
iritkatriel
authored
d54b8d8
View commit details
Copy full SHA for d54b8d8
View code at this point
Browse repository at this point
Commits on Feb 6, 2023
gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)
iritkatriel
authored
3875276
View commit details
Copy full SHA for 3875276
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition DSL (#101529)
iritkatriel
authored
433fb3e
View commit details
Copy full SHA for 433fb3e
View code at this point
Browse repository at this point
gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruction definition DSL (#101516)
iritkatriel
authored
04e06e2
View commit details
Copy full SHA for 04e06e2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.