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
Objects
on
refactor-wait_for
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 16, 2022
bpo-46841: Don't scan backwards in bytecode (GH-31901)
markshannon
authored
49e1e1e
View commit details
Copy full SHA for 49e1e1e
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
bpo-46993: Speed up bytearray creation from list and tuple (GH-31834)
kumaraditya303
authored
6dfe09f
View commit details
Copy full SHA for 6dfe09f
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
iritkatriel
authored
e3d348a
View commit details
Copy full SHA for e3d348a
View code at this point
Browse repository at this point
bpo-46920: Remove disabled debug code added decades ago and likely unnecessary (GH-31812)
arhadthedev
authored
a52f82b
View commit details
Copy full SHA for a52f82b
View code at this point
Browse repository at this point
bpo-46920: Remove code that has no explainer why it was disabled (GH-31814)
arhadthedev
authored
e885ac3
View commit details
Copy full SHA for e885ac3
View code at this point
Browse repository at this point
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
thatbirdguythatuknownot
authored
2153daf
View commit details
Copy full SHA for 2153daf
View code at this point
Browse repository at this point
Commits on Mar 12, 2022
bpo-43224: Implement PEP 646 changes to genericaliasobject.c (GH-31019)
Show description for af2277e
4 people
authored
af2277e
View commit details
Copy full SHA for af2277e
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-46944: use FASTCALL calling convention in generator.throw (GH-31723)
kumaraditya303
authored
304197b
View commit details
Copy full SHA for 304197b
View code at this point
Browse repository at this point
bpo-46881: Fix refleak from GH-31616 (GH-31805)
JelleZijlstra
authored
54ab9ad
View commit details
Copy full SHA for 54ab9ad
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 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 6, 2022
bpo-46921: Vectorcall support for `super()` (GH-31687)
Show description for 602024e
Fidget-Spinner
and
corona10
authored
602024e
View commit details
Copy full SHA for 602024e
View code at this point
Browse repository at this point
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 5, 2022
bpo-46927: Include the type's name in the error message for subscripting non-generic types (GH-31694)
serhiy-storchaka
authored
ab9301a
View commit details
Copy full SHA for ab9301a
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
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-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
markshannon
authored
751c9ed
View commit details
Copy full SHA for 751c9ed
View code at this point
Browse repository at this point
dict: Fix refleak (GH-31650)
methane
authored
3241cba
View commit details
Copy full SHA for 3241cba
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
dict: Internal cleanup (GH-31641)
Show description for 03642df
methane
authored
03642df
View commit details
Copy full SHA for 03642df
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-46311: Clean up PyLong_FromLong and PyLong_FromLongLong (GH-30496)
mdickinson
authored
c60e6b6
View commit details
Copy full SHA for c60e6b6
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
Commits on Feb 26, 2022
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
Show description for ad56919
vstinner
authored
ad56919
View commit details
Copy full SHA for ad56919
View code at this point
Browse repository at this point
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-46852: Remove the float.__set_format__() method (GH-31585)
Show description for 5ab745f
vstinner
authored
5ab745f
View commit details
Copy full SHA for 5ab745f
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 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-1635741: Fix winreg reference leaks (GH-31560)
Show description for 4657bf7
vstinner
authored
4657bf7
View commit details
Copy full SHA for 4657bf7
View code at this point
Browse repository at this point
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
Show description for 7d03c8b
vstinner
authored
7d03c8b
View commit details
Copy full SHA for 7d03c8b
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-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
Previous
Next
You can’t perform that action at this time.