Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Python/bytecodes.c - bbayles/cpython · GitHub
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
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 }}
bbayles
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
6
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 12, 2024
GH-118093: Handle some polymorphism before requiring progress in tier two (GH-122843)
brandtbucher
authored
9621a7d
View commit details
Copy full SHA for 9621a7d
View code at this point
Browse repository at this point
gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)
Show description for ab094d1
colesbury
and
Fidget-Spinner
authored
ab094d1
View commit details
Copy full SHA for ab094d1
View code at this point
Browse repository at this point
gh-117139: Fix a few `_PyStackRef` related bugs (#122831)
Show description for 736fe4d
colesbury
and
Fidget-Spinner
authored
736fe4d
View commit details
Copy full SHA for 736fe4d
View code at this point
Browse repository at this point
Commits on Aug 7, 2024
gh-118926: Spill deferred references to stack in cases generator (#122748)
Show description for 3e753c6
colesbury
and
Fidget-Spinner
authored
3e753c6
View commit details
Copy full SHA for 3e753c6
View code at this point
Browse repository at this point
gh-122759: Remove `assert` from `RERAISE` error handling (#122760)
sobolevn
authored
61a8bf2
View commit details
Copy full SHA for 61a8bf2
View code at this point
Browse repository at this point
gh-117139: Fix an incorrect borrow in bytecodes.c (#122318)
Show description for 674a50e
colesbury
authored
674a50e
View commit details
Copy full SHA for 674a50e
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
GH-120024: Move three more escaping calls out of conditional statements (GH-122734)
markshannon
authored
4c31791
View commit details
Copy full SHA for 4c31791
View code at this point
Browse repository at this point
GH-120024: Refactor code a bit so that escaping calls can be wrapped in spill code in code generator (GH-122693)
markshannon
authored
a8be8fc
View commit details
Copy full SHA for a8be8fc
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
GH-122616: Simplify LOAD_ATTR_WITH_HINT and STORE_ATTR_WITH_HINT (GH-122620)
markshannon
authored
5bd7291
View commit details
Copy full SHA for 5bd7291
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
GH-117224: Move the body of a few large-ish micro-ops into helper functions (GH-122601)
markshannon
authored
7aca84e
View commit details
Copy full SHA for 7aca84e
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
markshannon
authored
df13a18
View commit details
Copy full SHA for df13a18
View code at this point
Browse repository at this point
GH-122155: Track local variables between pops and pushes in cases generator (GH-122286)
markshannon
authored
a9d56e3
View commit details
Copy full SHA for a9d56e3
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)
brandtbucher
authored
15d4cd0
View commit details
Copy full SHA for 15d4cd0
View code at this point
Browse repository at this point
Commits on Jul 26, 2024
GH-122294: Burn in the addresses of side exits (GH-122295)
brandtbucher
authored
64857d8
View commit details
Copy full SHA for 64857d8
View code at this point
Browse repository at this point
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is consistent with CALL (GH-122177)
markshannon
authored
95a7391
View commit details
Copy full SHA for 95a7391
View code at this point
Browse repository at this point
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Show description for afb0aa6
markshannon
authored
afb0aa6
View commit details
Copy full SHA for afb0aa6
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
GH-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE (GH-122253)
brandtbucher
authored
d9efa45
View commit details
Copy full SHA for d9efa45
View code at this point
Browse repository at this point
GH-118093: Add tier two support for LOAD_ATTR_PROPERTY (GH-122283)
brandtbucher
authored
5f60011
View commit details
Copy full SHA for 5f60011
View code at this point
Browse repository at this point
GH-122034: Add StackRef variants of type checks to reduce the number of PyStackRef_AsPyObjectBorrow calls (GH-122037)
markshannon
authored
5e686ff
View commit details
Copy full SHA for 5e686ff
View code at this point
Browse repository at this point
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
markshannon
authored
2e14a52
View commit details
Copy full SHA for 2e14a52
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
GH-118093: Remove invalidated executors from side exits (GH-121885)
brandtbucher
authored
794546f
View commit details
Copy full SHA for 794546f
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
GH-118093: Add tier two support to several instructions (GH-121884)
brandtbucher
authored
7b36b67
View commit details
Copy full SHA for 7b36b67
View code at this point
Browse repository at this point
GH-121784: Generate an error during code gen if a variable is marked `unused`, but is used and thus cached in a prior uop. (#121788)
Show description for 3eacfc1
markshannon
authored
3eacfc1
View commit details
Copy full SHA for 3eacfc1
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH-121483)
markshannon
authored
8ad6067
View commit details
Copy full SHA for 8ad6067
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Show description for 8e8d202
colesbury
authored
8e8d202
View commit details
Copy full SHA for 8e8d202
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
GH-116017: Get rid of _COLD_EXITs (GH-120960)
brandtbucher
authored
33903c5
View commit details
Copy full SHA for 33903c5
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
gh-117139: Fix a few wrong steals in bytecodes.c (GH-121127)
Show description for e6543da
Fidget-Spinner
authored
e6543da
View commit details
Copy full SHA for e6543da
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ec
vstinner
and
sobolevn
authored
12af8ec
View commit details
Copy full SHA for 12af8ec
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-117139: Convert the evaluation stack to stack refs (#118450)
Show description for 22b0de2
Fidget-Spinner
and
markshannon
authored
22b0de2
View commit details
Copy full SHA for 22b0de2
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)
brandtbucher
authored
a47abdb
View commit details
Copy full SHA for a47abdb
View code at this point
Browse repository at this point
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
iritkatriel
authored
65a12c5
View commit details
Copy full SHA for 65a12c5
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Show description for 9cefcc0
markshannon
authored
9cefcc0
View commit details
Copy full SHA for 9cefcc0
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Show description for 274f844
markshannon
authored
274f844
View commit details
Copy full SHA for 274f844
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-119180: PEP 649 compiler changes (#119361)
JelleZijlstra
authored
9b8611e
View commit details
Copy full SHA for 9b8611e
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
gh-74929: PEP 667 C API documentation (gh-119379)
Show description for 3859e09
ncoghlan
authored
3859e09
View commit details
Copy full SHA for 3859e09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.