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 }}
ZeroIntensity
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
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
propagate-iter-errors
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 1, 2024
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Show description for 8477951
skirpichev
and
AA-Turner
authored
8477951
View commit details
Copy full SHA for 8477951
View code at this point
Browse repository at this point
Commits on Oct 31, 2024
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Show description for 8c22eba
skirpichev
authored
8c22eba
View commit details
Copy full SHA for 8c22eba
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
xuantengh
authored
35df4eb
View commit details
Copy full SHA for 35df4eb
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (#125421)
Show description for 5527c40
Prometheus3375
and
AA-Turner
authored
5527c40
View commit details
Copy full SHA for 5527c40
View code at this point
Browse repository at this point
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Show description for faa3272
markshannon
authored
faa3272
View commit details
Copy full SHA for faa3272
View code at this point
Browse repository at this point
Commits on Oct 27, 2024
gh-126012: Add `__class_getitem__` to `memoryview` (#126013)
Show description for dc76a4a
3 people
authored
dc76a4a
View commit details
Copy full SHA for dc76a4a
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
gh-121654: Add PyType_Freeze() function (#122457)
Show description for db96327
vstinner
and
encukou
authored
db96327
View commit details
Copy full SHA for db96327
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Show description for 332356b
colesbury
authored
332356b
View commit details
Copy full SHA for 332356b
View code at this point
Browse repository at this point
gh-123930: Better error for "from imports" when script shadows module (#123929)
hauntsaninja
authored
500f533
View commit details
Copy full SHA for 500f533
View code at this point
Browse repository at this point
gh-124218: Avoid refcount contention on builtins module (GH-125847)
Show description for 3c4a7fa
colesbury
authored
3c4a7fa
View commit details
Copy full SHA for 3c4a7fa
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Show description for 6f26d49
ericsnowcurrently
and
encukou
authored
6f26d49
View commit details
Copy full SHA for 6f26d49
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
fix grammar in comment in dictobject.c (#125822)
arjunsingh404
authored
03f9264
View commit details
Copy full SHA for 03f9264
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Show description for 9b0bfba
colesbury
authored
9b0bfba
View commit details
Copy full SHA for 9b0bfba
View code at this point
Browse repository at this point
gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#125616)
gaogaotiantian
authored
5b7a872
View commit details
Copy full SHA for 5b7a872
View code at this point
Browse repository at this point
gh-125608: Trigger dictionary watchers when inline values change (#125611)
Show description for 5989eb7
colesbury
authored
5989eb7
View commit details
Copy full SHA for 5989eb7
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Show description for 6d93690
ericsnowcurrently
authored
6d93690
View commit details
Copy full SHA for 6d93690
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
gh-125017: Fix refleak from GH-125636 (GH-125664)
zware
authored
c3164ae
View commit details
Copy full SHA for c3164ae
View code at this point
Browse repository at this point
gh-125017: Fix crash on premature access to classmethod/staticmethod annotations (#125636)
JelleZijlstra
authored
f203d1c
View commit details
Copy full SHA for f203d1c
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
gh-124218: Use per-thread refcounts for code objects (#125216)
Show description for 3ea488a
colesbury
authored
3ea488a
View commit details
Copy full SHA for 3ea488a
View code at this point
Browse repository at this point
Commits on Oct 14, 2024
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes PyStackRefs. (GH-125439)
markshannon
authored
06ca330
View commit details
Copy full SHA for 06ca330
View code at this point
Browse repository at this point
Commits on Oct 11, 2024
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
Show description for 2115d76
sobolevn
and
JelleZijlstra
authored
2115d76
View commit details
Copy full SHA for 2115d76
View code at this point
Browse repository at this point
gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)
colesbury
authored
b12e992
View commit details
Copy full SHA for b12e992
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)
vstinner
authored
bb594e8
View commit details
Copy full SHA for bb594e8
View code at this point
Browse repository at this point
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
markshannon
authored
c901437
View commit details
Copy full SHA for c901437
View code at this point
Browse repository at this point
gh-124153: Simplify PyType_GetBaseByToken (GH-124488)
neonene
authored
120b891
View commit details
Copy full SHA for 120b891
View code at this point
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242)
vstinner
authored
82dfdc3
View commit details
Copy full SHA for 82dfdc3
View code at this point
Browse repository at this point
gh-125196: Add a free list to PyUnicodeWriter (#125227)
vstinner
authored
1639d93
View commit details
Copy full SHA for 1639d93
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
vstinner
authored
1b2a548
View commit details
Copy full SHA for 1b2a548
View code at this point
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(structseq) (#125219)
Show description for 1877543
vstinner
authored
1877543
View commit details
Copy full SHA for 1877543
View code at this point
Browse repository at this point
gh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr() (#125214)
Show description for ee3167b
vstinner
authored
ee3167b
View commit details
Copy full SHA for ee3167b
View code at this point
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(list) (#125202)
Show description for 52f70da
vstinner
authored
52f70da
View commit details
Copy full SHA for 52f70da
View code at this point
Browse repository at this point
gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)
Show description for f2cb399
ericsnowcurrently
authored
f2cb399
View commit details
Copy full SHA for f2cb399
View code at this point
Browse repository at this point
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Show description for b9a8ca0
vstinner
authored
b9a8ca0
View commit details
Copy full SHA for b9a8ca0
View code at this point
Browse repository at this point
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Show description for 6a39e96
vstinner
authored
6a39e96
View commit details
Copy full SHA for 6a39e96
View code at this point
Browse repository at this point
gh-111178: Fix function signatures in codeobject.c (#125180)
vstinner
authored
3ee474f
View commit details
Copy full SHA for 3ee474f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.