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/specialize.c - fedora-python/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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
fedora-python
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
specialize.c
on
fedora-3.14
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 8, 2025
[3.14] gh-139525: Don't specialize functions which have a modified vectorcall (GH-139524) (#139709)
Show description for 81dc8b1
DinoV
authored
81dc8b1
View commit details
Copy full SHA for 81dc8b1
View code at this point
Browse repository at this point
Commits on Oct 7, 2025
[3.14] gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240) (#137416)
Show description for 85dabb9
colesbury
authored
85dabb9
View commit details
Copy full SHA for 85dabb9
View code at this point
Browse repository at this point
Commits on Jun 17, 2025
[3.14] gh-132815: Add support for JUMP_BACKWARD in specialization stats (GH-135606) (#135612)
Show description for c1735c5
miss-islington
and
AndPuQing
authored
c1735c5
View commit details
Copy full SHA for c1735c5
View code at this point
Browse repository at this point
Commits on May 6, 2025
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
iritkatriel
authored
296cd12
View commit details
Copy full SHA for 296cd12
View code at this point
Browse repository at this point
Commits on May 5, 2025
GH-131798: Split CALL_LEN into several uops (GH-133180)
diegorusso
authored
9cc77aa
View commit details
Copy full SHA for 9cc77aa
View code at this point
Browse repository at this point
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
iritkatriel
authored
082dbf7
View commit details
Copy full SHA for 082dbf7
View code at this point
Browse repository at this point
Commits on May 1, 2025
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
iritkatriel
authored
5529213
View commit details
Copy full SHA for 5529213
View code at this point
Browse repository at this point
PyStats: Make sure that the `failure_kinds` array is big enough. (#133245)
markshannon
authored
3831752
View commit details
Copy full SHA for 3831752
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
GH-132554: Add stats for GET_ITER (GH-132592)
Show description for 622300b
markshannon
authored
622300b
View commit details
Copy full SHA for 622300b
View code at this point
Browse repository at this point
Commits on Apr 18, 2025
gh-132643: use atomic load for dict in specializer (#132653)
kumaraditya303
authored
f3d877a
View commit details
Copy full SHA for f3d877a
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
gh-132336: Mark a few "slow path" functions used by the interpreter loop as noinline (#132337)
Show description for 619edb8
mpage
authored
619edb8
View commit details
Copy full SHA for 619edb8
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)
iritkatriel
authored
8c9ef8f
View commit details
Copy full SHA for 8c9ef8f
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
gh-100239: fix bug in comparison (#132093)
iritkatriel
authored
68e72cf
View commit details
Copy full SHA for 68e72cf
View code at this point
Browse repository at this point
gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
iritkatriel
authored
df59226
View commit details
Copy full SHA for df59226
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
Show description for 2984ff9
DinoV
authored
2984ff9
View commit details
Copy full SHA for 2984ff9
View code at this point
Browse repository at this point
Commits on Mar 19, 2025
gh-130931: Add pycore_interpframe.h internal header (#131249)
Show description for 5c44d7d
vstinner
authored
5c44d7d
View commit details
Copy full SHA for 5c44d7d
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
gh-131281: Add include for pystats builds (#131369)
Show description for b2ed7a6
Fidget-Spinner
authored
b2ed7a6
View commit details
Copy full SHA for b2ed7a6
View code at this point
Browse repository at this point
GH-131238: More refactoring of core header files (GH-131351)
Show description for a45f253
markshannon
authored
a45f253
View commit details
Copy full SHA for a45f253
View code at this point
Browse repository at this point
Commits on Mar 12, 2025
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
Show description for de2f7da
Yhg1s
authored
de2f7da
View commit details
Copy full SHA for de2f7da
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
iritkatriel
authored
a1417b2
View commit details
Copy full SHA for a1417b2
View code at this point
Browse repository at this point
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
brandtbucher
authored
5fa7e1b
View commit details
Copy full SHA for 5fa7e1b
View code at this point
Browse repository at this point
Commits on Feb 2, 2025
GH-128842: Collect JIT memory stats (GH-128941)
diegorusso
authored
5673945
View commit details
Copy full SHA for 5673945
View code at this point
Browse repository at this point
GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)
Show description for e6c76b9
WolframAlph
and
Eclips4
authored
e6c76b9
View commit details
Copy full SHA for e6c76b9
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
gh-100239: specialize bitwise logical binary ops on ints (#128927)
iritkatriel
authored
4815131
View commit details
Copy full SHA for 4815131
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)" (GH-129202)
Show description for a10f993
colesbury
authored
a10f993
View commit details
Copy full SHA for a10f993
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)
markshannon
authored
ab61d3f
View commit details
Copy full SHA for ab61d3f
View code at this point
Browse repository at this point
Commits on Jan 19, 2025
gh-100239: Handle NaN and zero division in guards for `BINARY_OP_EXTEND` (#128963)
Show description for 6c52ada
3 people
authored
6c52ada
View commit details
Copy full SHA for 6c52ada
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
gh-100239: specialize long tail of binary operations (#128722)
iritkatriel
authored
3893a92
View commit details
Copy full SHA for 3893a92
View code at this point
Browse repository at this point
Commits on Jan 14, 2025
gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-threaded builds (#128164)
Show description for b5ee025
mpage
authored
b5ee025
View commit details
Copy full SHA for b5ee025
View code at this point
Browse repository at this point
Commits on Jan 13, 2025
GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MORTAL (GH-128708)
markshannon
authored
ddd9599
View commit details
Copy full SHA for ddd9599
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)
Show description for 8f93dd8
Yhg1s
and
corona10
authored
8f93dd8
View commit details
Copy full SHA for 8f93dd8
View code at this point
Browse repository at this point
Commits on Dec 31, 2024
gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)
Fidget-Spinner
authored
7ef4907
View commit details
Copy full SHA for 7ef4907
View code at this point
Browse repository at this point
Commits on Dec 30, 2024
gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `adaptive.md` (#128329)
Show description for fe4dd07
WolframAlph
and
ZeroIntensity
authored
fe4dd07
View commit details
Copy full SHA for fe4dd07
View code at this point
Browse repository at this point
Commits on Dec 19, 2024
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Show description for 1b15c89
nascheme
authored
1b15c89
View commit details
Copy full SHA for 1b15c89
View code at this point
Browse repository at this point
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
corona10
authored
48c70b8
View commit details
Copy full SHA for 48c70b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.