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
.
Python-Repository-Hub
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
4
Star
42
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
shared-testcase
User selector
All users
All time
Commit history
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
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Show description for 591f675
hukkin
authored
591f675
View commit details
Copy full SHA for 591f675
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
bpo-46940: Don't override existing AttributeError suggestion information (GH-31710)
Show description for 3b3be05
pablogsal
authored
3b3be05
View commit details
Copy full SHA for 3b3be05
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-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
brandtbucher
authored
586b24d
View commit details
Copy full SHA for 586b24d
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
bpo-46831: Update __build_class__ comment (#31522)
Show description for 81d968b
hauntsaninja
and
JelleZijlstra
authored
81d968b
View commit details
Copy full SHA for 81d968b
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
methane
authored
9833bb9
View commit details
Copy full SHA for 9833bb9
View code at this point
Browse repository at this point
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
compiler: Merge except_table and cnotab (GH-31614)
methane
authored
df9f759
View commit details
Copy full SHA for df9f759
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Show description for 08deed1
ericsnowcurrently
authored
08deed1
View commit details
Copy full SHA for 08deed1
View code at this point
Browse repository at this point
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Show description for 7496f95
vstinner
authored
7496f95
View commit details
Copy full SHA for 7496f95
View code at this point
Browse repository at this point
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 26, 2022
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
kumaraditya303
authored
0d9b565
View commit details
Copy full SHA for 0d9b565
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
Show description for 4060111
arhadthedev
authored
4060111
View commit details
Copy full SHA for 4060111
View code at this point
Browse repository at this point
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12b
vstinner
authored
87af12b
View commit details
Copy full SHA for 87af12b
View code at this point
Browse repository at this point
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Show description for f780d96
vstinner
authored
f780d96
View commit details
Copy full SHA for f780d96
View code at this point
Browse repository at this point
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-46808: remove NEXT_BLOCK() from compile.c (GH-31448)
iritkatriel
authored
c579243
View commit details
Copy full SHA for c579243
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
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Show description for 2c228a7
encukou
authored
2c228a7
View commit details
Copy full SHA for 2c228a7
View code at this point
Browse repository at this point
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Show description for 1b2611e
vstinner
authored
1b2611e
View commit details
Copy full SHA for 1b2611e
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-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
kumaraditya303
authored
4dc7463
View commit details
Copy full SHA for 4dc7463
View code at this point
Browse repository at this point
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31d
vstinner
authored
042f31d
View commit details
Copy full SHA for 042f31d
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-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2
vstinner
authored
9bbdde2
View commit details
Copy full SHA for 9bbdde2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.