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 }}
wrongnull
/
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
patch-2
User selector
All users
Datepicker
All time
Commit history
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
Commits on Feb 2, 2023
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL (#101511)
iritkatriel
authored
0675b8f
View commit details
Copy full SHA for 0675b8f
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
gh-98831: Modernize the LOAD_GLOBAL family (#101502)
gvanrossum
authored
ae9b38f
View commit details
Copy full SHA for ae9b38f
View code at this point
Browse repository at this point
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction definition DSL (#101481)
iritkatriel
authored
b91b42d
View commit details
Copy full SHA for b91b42d
View code at this point
Browse repository at this point
gh-98831: Modernize the LOAD_ATTR family (#101488)
gvanrossum
authored
7840ff3
View commit details
Copy full SHA for 7840ff3
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction definition DSL (#101458)
iritkatriel
authored
0062f53
View commit details
Copy full SHA for 0062f53
View code at this point
Browse repository at this point
gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in the instruction definition DSL (#101443)
iritkatriel
authored
29a858b
View commit details
Copy full SHA for 29a858b
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongValue struct. (GH-101292)
markshannon
authored
c1b1f51
View commit details
Copy full SHA for c1b1f51
View code at this point
Browse repository at this point
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
gvanrossum
authored
f5a3d91
View commit details
Copy full SHA for f5a3d91
View code at this point
Browse repository at this point
Commits on Jan 25, 2023
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
iritkatriel
authored
b400219
View commit details
Copy full SHA for b400219
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL (#101287)
iritkatriel
authored
1a9d8c7
View commit details
Copy full SHA for 1a9d8c7
View code at this point
Browse repository at this point
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-101013)
Show description for f02fa64
markshannon
authored
f02fa64
View commit details
Copy full SHA for f02fa64
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 19, 2023
gh-100712: make it possible to disable specialization (for debugging) (#100713)
iritkatriel
authored
e9ccfe4
View commit details
Copy full SHA for e9ccfe4
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 17, 2023
GH-98831: Implement array support in cases generator (#100912)
Show description for 80e3e34
gvanrossum
authored
80e3e34
View commit details
Copy full SHA for 80e3e34
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
markshannon
authored
7b14c2e
View commit details
Copy full SHA for 7b14c2e
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
markshannon
authored
6e4e14d
View commit details
Copy full SHA for 6e4e14d
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
GH-99005: More intrinsics (GH-100774)
Show description for 7806812
markshannon
authored
7806812
View commit details
Copy full SHA for 7806812
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.