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
specialize.c
on
enum-fix_auto
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 2, 2022
GH-98686: Quicken everything (GH-98687)
brandtbucher
authored
276d777
View commit details
Copy full SHA for 276d777
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Show description for 22863df
markshannon
authored
22863df
View commit details
Copy full SHA for 22863df
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
Show description for a41ed97
3 people
authored
a41ed97
View commit details
Copy full SHA for a41ed97
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
GH-90230: Fix warnings and failures with --enable-pystats (GH-96622)
brandtbucher
authored
b4954b1
View commit details
Copy full SHA for b4954b1
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
GH-93911: Fix `LOAD_ATTR_PROPERTY` caches (GH-96519)
brandtbucher
authored
cd0ff9b
View commit details
Copy full SHA for cd0ff9b
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
iritkatriel
authored
4c72517
View commit details
Copy full SHA for 4c72517
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH-95948)
matthiasgoergens
authored
4a6fa89
View commit details
Copy full SHA for 4a6fa89
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Fidget-Spinner
authored
7276ca2
View commit details
Copy full SHA for 7276ca2
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
markshannon
authored
de388c0
View commit details
Copy full SHA for de388c0
View code at this point
Browse repository at this point
Commits on Jul 22, 2022
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
brandtbucher
authored
e402b26
View commit details
Copy full SHA for e402b26
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
GH-94822: Don't specialize when metaclasses are involved (GH-94892)
brandtbucher
authored
daf68ba
View commit details
Copy full SHA for daf68ba
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
markshannon
authored
c0453a4
View commit details
Copy full SHA for c0453a4
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime. (GH-93843)
markshannon
authored
6f8875e
View commit details
Copy full SHA for 6f8875e
View code at this point
Browse repository at this point
GH-91432: Specialize FOR_ITER (GH-91713)
Show description for 5fcfdd8
sweeneyde
authored
5fcfdd8
View commit details
Copy full SHA for 5fcfdd8
View code at this point
Browse repository at this point
gh-94021: Address unreachable code warning in specialize code (GH-94022)
tiran
authored
77c839c
View commit details
Copy full SHA for 77c839c
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Fidget-Spinner
authored
a51742a
View commit details
Copy full SHA for a51742a
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
Fix BINARY_SUBSCR_GETITEM stats (GH-93903)
Fidget-Spinner
authored
ab45c1d
View commit details
Copy full SHA for ab45c1d
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)
markshannon
authored
6b33000
View commit details
Copy full SHA for 6b33000
View code at this point
Browse repository at this point
Remove LOAD_METHOD stats. (GH-93807)
markshannon
authored
ef6e44d
View commit details
Copy full SHA for ef6e44d
View code at this point
Browse repository at this point
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Fidget-Spinner
authored
b083450
View commit details
Copy full SHA for b083450
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
Add more FOR_ITER specialization stats (GH-32151)
sweeneyde
authored
c5d0517
View commit details
Copy full SHA for c5d0517
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
markshannon
authored
f012df7
View commit details
Copy full SHA for f012df7
View code at this point
Browse repository at this point
Commits on May 31, 2022
GH-93354: Use exponential backoff to avoid excessive specialization attempts. (GH-93355)
markshannon
authored
eb618d5
View commit details
Copy full SHA for eb618d5
View code at this point
Browse repository at this point
Commits on May 27, 2022
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
markshannon
authored
bbcf424
View commit details
Copy full SHA for bbcf424
View code at this point
Browse repository at this point
Commits on May 25, 2022
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Fidget-Spinner
authored
5e6e5b9
View commit details
Copy full SHA for 5e6e5b9
View code at this point
Browse repository at this point
Commits on May 19, 2022
GH-90690: Remove `PRECALL` instruction (GH-92925)
markshannon
authored
e48ac9c
View commit details
Copy full SHA for e48ac9c
View code at this point
Browse repository at this point
Commits on May 18, 2022
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
markshannon
authored
a4460f2
View commit details
Copy full SHA for a4460f2
View code at this point
Browse repository at this point
Commits on May 16, 2022
Improve object stats (#92845)
Show description for fa2b8b7
markshannon
authored
fa2b8b7
View commit details
Copy full SHA for fa2b8b7
View code at this point
Browse repository at this point
Commits on May 4, 2022
GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245)
markshannon
authored
f8a2fab
View commit details
Copy full SHA for f8a2fab
View code at this point
Browse repository at this point
Commits on May 3, 2022
Add more stats for freelist use and allocations. (GH-92211)
markshannon
authored
836b17c
View commit details
Copy full SHA for 836b17c
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
gh-91719: Add pycore_opcode.h internal header file (#91906)
Show description for 64a54e5
vstinner
authored
64a54e5
View commit details
Copy full SHA for 64a54e5
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
iritkatriel
authored
dd207a6
View commit details
Copy full SHA for dd207a6
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP (GH-32239)
sweeneyde
authored
6c6e040
View commit details
Copy full SHA for 6c6e040
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
iritkatriel
authored
a00518d
View commit details
Copy full SHA for a00518d
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
Merge deoptimization blocks in interpreter (GH-32155)
markshannon
authored
04acfa9
View commit details
Copy full SHA for 04acfa9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.