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 }}
wrongnull
/
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
Include
on
refactor-wait_for
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 15, 2022
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
markshannon
authored
099f756
View commit details
Copy full SHA for 099f756
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
corona10
authored
bb1c543
View commit details
Copy full SHA for bb1c543
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 11, 2022
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Show description for 882d809
vstinner
authored
882d809
View commit details
Copy full SHA for 882d809
View code at this point
Browse repository at this point
bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)
Show description for b6a5d85
serhiy-storchaka
authored
b6a5d85
View commit details
Copy full SHA for b6a5d85
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
kumaraditya303
authored
8714b6f
View commit details
Copy full SHA for 8714b6f
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
Post 3.11.0a6
pablogsal
committed
c7c4f8e
View commit details
Copy full SHA for c7c4f8e
View code at this point
Browse repository at this point
Python 3.11.0a6
pablogsal
committed
3ddfa55
View commit details
Copy full SHA for 3ddfa55
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
bpo-46864: Deprecate PyBytesObject.ob_shash. (GH-31598)
methane
authored
2d8b764
View commit details
Copy full SHA for 2d8b764
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
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-45459: Use type names in the internal C API (GH-31669)
Show description for 32f0c82
vstinner
authored
32f0c82
View commit details
Copy full SHA for 32f0c82
View code at this point
Browse repository at this point
bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)
Show description for 0b63215
vstinner
authored
0b63215
View commit details
Copy full SHA for 0b63215
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Show description for b6b711a
vstinner
authored
b6b711a
View commit details
Copy full SHA for b6b711a
View code at this point
Browse repository at this point
bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Show description for 6ddb09f
sweeneyde
authored
6ddb09f
View commit details
Copy full SHA for 6ddb09f
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
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-45316: Move private PyDict functions to internal C API (GH-31577)
Show description for 8ddbdd9
vstinner
authored
8ddbdd9
View commit details
Copy full SHA for 8ddbdd9
View code at this point
Browse repository at this point
bpo-45316: Move private PyCode C API to internal C API (GH-31576)
Show description for 4a0c7a1
vstinner
authored
4a0c7a1
View commit details
Copy full SHA for 4a0c7a1
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-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Show description for 18b5dd6
vstinner
authored
18b5dd6
View commit details
Copy full SHA for 18b5dd6
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
Previous
Next
You can’t perform that action at this time.