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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-docs-tr
/
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
Datepicker
All time
Commit history
Commits on Nov 30, 2023
gh-112519: Make it possible to specify instruction flags for pseudo instructions in bytecodes.c (#112520)
iritkatriel
authored
07ebd46
View commit details
Copy full SHA for 07ebd46
View code at this point
Browse repository at this point
Commits on Nov 29, 2023
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Show description for e723700
gvanrossum
authored
e723700
View commit details
Copy full SHA for e723700
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
gh-106529: Make FOR_ITER a viable uop (#112134)
Show description for 1995955
gvanrossum
authored
1995955
View commit details
Copy full SHA for 1995955
View code at this point
Browse repository at this point
Commits on Nov 18, 2023
gh-110319: Assert type_version != 0 before using it (#112226)
Show description for eb3c94e
gvanrossum
authored
eb3c94e
View commit details
Copy full SHA for eb3c94e
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
gh-106529: Cleanups split off gh-112134 (#112214)
Show description for be0bd54
gvanrossum
authored
be0bd54
View commit details
Copy full SHA for be0bd54
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
markshannon
authored
a519b87
View commit details
Copy full SHA for a519b87
View code at this point
Browse repository at this point
gh-111789: Simplify bytecodes.c by using PyDict_GetItemRef() (GH-111978)
serhiy-storchaka
authored
b11c443
View commit details
Copy full SHA for b11c443
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
GH-111843: Tier 2 exponential backoff (GH-111850)
markshannon
authored
34a03e9
View commit details
Copy full SHA for 34a03e9
View code at this point
Browse repository at this point
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
markshannon
authored
25c4956
View commit details
Copy full SHA for 25c4956
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_IF instead of jumps. (GH-111849)
markshannon
authored
06efb60
View commit details
Copy full SHA for 06efb60
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111697)
markshannon
authored
931f443
View commit details
Copy full SHA for 931f443
View code at this point
Browse repository at this point
GH-111485: Make BEFORE_WITH a uop (GH-111812)
brandtbucher
authored
3e99c9c
View commit details
Copy full SHA for 3e99c9c
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and frame state (#111648)
iritkatriel
authored
d49aba5
View commit details
Copy full SHA for d49aba5
View code at this point
Browse repository at this point
gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)
aisk
authored
3a1b09e
View commit details
Copy full SHA for 3a1b09e
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
iritkatriel
authored
52cc4af
View commit details
Copy full SHA for 52cc4af
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)
gvanrossum
authored
e4b3783
View commit details
Copy full SHA for e4b3783
View code at this point
Browse repository at this point
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
GH-111537: Avoid using `this_instr` in asserts. (GH-111600)
markshannon
authored
5697fc2
View commit details
Copy full SHA for 5697fc2
View code at this point
Browse repository at this point
GH-111485: Use micro-ops to split specialization code from base action (GH-111561)
markshannon
authored
b14e882
View commit details
Copy full SHA for b14e882
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
GH-111485: Remove some special cases from the code generator and bytecodes.c (GH-111540)
markshannon
authored
2904d99
View commit details
Copy full SHA for 2904d99
View code at this point
Browse repository at this point
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 27, 2023
gh-111386: Fix `uint32_t` cast in `generated_cases.c.h` (#111387)
sobolevn
authored
524a701
View commit details
Copy full SHA for 524a701
View code at this point
Browse repository at this point
Commits on Oct 26, 2023
gh-111354: define names for RESUME oparg values (#111365)
iritkatriel
authored
a0c414c
View commit details
Copy full SHA for a0c414c
View code at this point
Browse repository at this point
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 24, 2023
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
brandtbucher
authored
e5168ff
View commit details
Copy full SHA for e5168ff
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)
iritkatriel
authored
7dd3c2b
View commit details
Copy full SHA for 7dd3c2b
View code at this point
Browse repository at this point
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-109329: Add tier 2 stats (GH-109913)
mdboom
authored
e561e98
View commit details
Copy full SHA for e561e98
View code at this point
Browse repository at this point
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
gh-104909: Split more LOAD_ATTR specializations (GH-110317)
Show description for 7c149a7
gvanrossum
authored
7c149a7
View commit details
Copy full SHA for 7c149a7
View code at this point
Browse repository at this point
Commits on Oct 3, 2023
gh-109979: Unify _GUARD_TYPE_VERSION{,_STORE} (#110301)
Show description for 625ecbe
gvanrossum
authored
625ecbe
View commit details
Copy full SHA for 625ecbe
View code at this point
Browse repository at this point
gh-109979: Auto-generate the target for DEOPT_IF() (#110193)
Show description for d67edcf
gvanrossum
authored
d67edcf
View commit details
Copy full SHA for d67edcf
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
gh-110020: Fix unused variable warnings in bytecodes.c (GH-110023)
sobolevn
authored
3814bc1
View commit details
Copy full SHA for 3814bc1
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
gh-104909: Split some more insts into ops (#109943)
Show description for 5bb6f0f
gvanrossum
authored
5bb6f0f
View commit details
Copy full SHA for 5bb6f0f
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
brandtbucher
authored
6c13e13
View commit details
Copy full SHA for 6c13e13
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.