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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
mCodingLLC
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
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
master
User selector
All users
Datepicker
All time
Commit history
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
Commits on Mar 27, 2022
bpo-47127: Specialize calls for fastcall c methods with keywords (GH-32125)
Show description for 58448cb
kumaraditya303
authored
58448cb
View commit details
Copy full SHA for 58448cb
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
bpo-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (GH-31318)
Show description for cca43b7
sweeneyde
authored
cca43b7
View commit details
Copy full SHA for cca43b7
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
bpo-46841: Quicken code in-place (GH-31888)
Show description for 2bde682
brandtbucher
authored
2bde682
View commit details
Copy full SHA for 2bde682
View code at this point
Browse repository at this point
Commits on Mar 12, 2022
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
brandtbucher
authored
a89c29f
View commit details
Copy full SHA for a89c29f
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
brandtbucher
authored
5498a61
View commit details
Copy full SHA for 5498a61
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
bpo-46841: Use inline caching for calls (GH-31709)
brandtbucher
authored
f193631
View commit details
Copy full SHA for f193631
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
Remove trailing spaces (GH-31695)
serhiy-storchaka
authored
6927632
View commit details
Copy full SHA for 6927632
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
brandtbucher
authored
c4d2d57
View commit details
Copy full SHA for c4d2d57
View code at this point
Browse repository at this point
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
markshannon
authored
03c2a36
View commit details
Copy full SHA for 03c2a36
View code at this point
Browse repository at this point
Commits on Mar 3, 2022
bpo-46841: Use inline caching for attribute accesses (GH-31640)
brandtbucher
authored
05a8bc1
View commit details
Copy full SHA for 05a8bc1
View code at this point
Browse repository at this point
bpo-46841: Improve the failure stats for COMPARE_OP (GH-31663)
brandtbucher
authored
127797f
View commit details
Copy full SHA for 127797f
View code at this point
Browse repository at this point
Move check for str-only keys in LOAD_GLOBAL specializations to specialization time. (GH-31659)
markshannon
authored
b356035
View commit details
Copy full SHA for b356035
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
markshannon
authored
3b0f1c5
View commit details
Copy full SHA for 3b0f1c5
View code at this point
Browse repository at this point
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
brandtbucher
authored
7820a58
View commit details
Copy full SHA for 7820a58
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
markshannon
authored
4558af5
View commit details
Copy full SHA for 4558af5
View code at this point
Browse repository at this point
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
brandtbucher
authored
424ecab
View commit details
Copy full SHA for 424ecab
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-45316: Move private functions to internal C API (GH-31579)
Show description for 8f2a337
vstinner
authored
8f2a337
View commit details
Copy full SHA for 8f2a337
View code at this point
Browse repository at this point
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
brandtbucher
authored
0f41aac
View commit details
Copy full SHA for 0f41aac
View code at this point
Browse repository at this point
Commits on Feb 24, 2022
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
markshannon
authored
2a6ece5
View commit details
Copy full SHA for 2a6ece5
View code at this point
Browse repository at this point
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
sweeneyde
authored
a52d252
View commit details
Copy full SHA for a52d252
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
brandtbucher
authored
281ea9c
View commit details
Copy full SHA for 281ea9c
View code at this point
Browse repository at this point
bpo-45885: Don't un-adapt `COMPARE_OP` when collecting stats (GH-31516)
brandtbucher
authored
375a56b
View commit details
Copy full SHA for 375a56b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.