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
.
openSUSE-Python
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
on
test_IPPROTO_UDPLITE
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 25, 2026
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
sobolevn
authored
85d3bcd
View commit details
Copy full SHA for 85d3bcd
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
gh-113956: Make intern_common thread-safe in free-threaded build (gh-148886)
Show description for 4629c22
colesbury
authored
4629c22
View commit details
Copy full SHA for 4629c22
View code at this point
Browse repository at this point
gh-148907: fix performance regression in `PyType_GetModuleByDef` on free-threading (#148908)
kumaraditya303
authored
29917d5
View commit details
Copy full SHA for 29917d5
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
gh-148207: add additional keywords to `typing.TypeVarTuple` (#148212)
KotlinIsland
authored
04fd103
View commit details
Copy full SHA for 04fd103
View code at this point
Browse repository at this point
gh-142186: Allow all PEP-669 events to be per-code object and disableable (GH-146182)
Show description for 858e69e
P403n1x87
authored
858e69e
View commit details
Copy full SHA for 858e69e
View code at this point
Browse repository at this point
Commits on Apr 18, 2026
gh-148659: Export a few more functions required for external JITs (#148704)
Show description for d81599e
DinoV
authored
d81599e
View commit details
Copy full SHA for d81599e
View code at this point
Browse repository at this point
gh-148222: Fix NULL dereference bugs in genericaliasobject.c (#148226)
prakashsellathurai
authored
634568d
View commit details
Copy full SHA for 634568d
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
gh-148659: Export some internal functions for the JIT (PEP-523) (#148634)
Show description for 2a07ff9
DinoV
authored
2a07ff9
View commit details
Copy full SHA for 2a07ff9
View code at this point
Browse repository at this point
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4db
markshannon
authored
600f4db
View commit details
Copy full SHA for 600f4db
View code at this point
Browse repository at this point
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
eendebakpt
authored
1f6a09f
View commit details
Copy full SHA for 1f6a09f
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
gh-148390: fix undefined behavior of `memoryview(...).cast("?")` (#148454)
picnixz
authored
69e0a78
View commit details
Copy full SHA for 69e0a78
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
gh-146261: JIT: protect against function version changes (#146300)
Show description for 6f7bb29
Fidget-Spinner
and
kumaraditya303
authored
6f7bb29
View commit details
Copy full SHA for 6f7bb29
View code at this point
Browse repository at this point
gh-148393: Use atomic ops on _ma_watcher_tag in free threading build (gh-148397)
Show description for 3ab94d6
colesbury
authored
3ab94d6
View commit details
Copy full SHA for 3ab94d6
View code at this point
Browse repository at this point
gh-148208: Fix recursion depth leak in `PyObject_Print` (GH-148209)
Wulian233
authored
e2fa10e
View commit details
Copy full SHA for e2fa10e
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
gh-148037: remove critical section from `PyCode_Addr2Line` (#148103)
kumaraditya303
authored
d3b7b93
View commit details
Copy full SHA for d3b7b93
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
gh-148274: properly handle result from `PyObject_VisitManagedDict` (#148275)
maxbachmann
authored
ee2775c
View commit details
Copy full SHA for ee2775c
View code at this point
Browse repository at this point
gh-131798: fold super method lookups in JIT (#148231)
kumaraditya303
authored
458aca9
View commit details
Copy full SHA for 458aca9
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4
3 people
authored
8923ca4
View commit details
Copy full SHA for 8923ca4
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
gh-148119: Refactor `get_type_attr_as_size` to improve error handling in `structseq.c` (#148120)
Wulian233
authored
69f5162
View commit details
Copy full SHA for 69f5162
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
gh-144319: Fix huge page leak in datastack chunk allocator (#147963)
Show description for 77fc2f5
pablogsal
authored
77fc2f5
View commit details
Copy full SHA for 77fc2f5
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
gh-148074: Fix `typeobject.c` missing error return (#148075)
Wulian233
authored
c398490
View commit details
Copy full SHA for c398490
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
GH-147985: Use lock-free lookup in `PySet_Contains` (#147986)
Show description for 9d087d6
nascheme
and
kumaraditya303
authored
9d087d6
View commit details
Copy full SHA for 9d087d6
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
gh-147988: Initialize digits in long_alloc() in debug mode (#147989)
Show description for c1a4112
vstinner
and
serhiy-storchaka
authored
c1a4112
View commit details
Copy full SHA for c1a4112
View code at this point
Browse repository at this point
gh-146636: Py_mod_abi mandatory for modules created from slots array (GH-146855)
encukou
authored
a86963b
View commit details
Copy full SHA for a86963b
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
gh-143050: Add helper _PyLong_InitTag() (#147956)
Show description for b456cb2
skirpichev
and
vstinner
authored
b456cb2
View commit details
Copy full SHA for b456cb2
View code at this point
Browse repository at this point
gh-147944: Increase range of bytes_per_sep (GH-147946)
Show description for 473d2a3
serhiy-storchaka
authored
473d2a3
View commit details
Copy full SHA for 473d2a3
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
gh-147856: Allow the 'count' argument of `bytes.replace()` to be a keyword (#147943)
StanFromIreland
authored
62a6e89
View commit details
Copy full SHA for 62a6e89
View code at this point
Browse repository at this point
gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901)
Show description for db5936c
skirpichev
and
vstinner
authored
db5936c
View commit details
Copy full SHA for db5936c
View code at this point
Browse repository at this point
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
sunmy2019
authored
bbf7fb2
View commit details
Copy full SHA for bbf7fb2
View code at this point
Browse repository at this point
gh-146615: Fix crash in __get__() for METH_METHOD descriptors with invalid type argument (GH-146634)
sunmy2019
authored
72d29ea
View commit details
Copy full SHA for 72d29ea
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
gh-145056: Fix merging of collections.OrderedDict and frozendict (GH-146466)
serhiy-storchaka
authored
7278904
View commit details
Copy full SHA for 7278904
View code at this point
Browse repository at this point
gh-146558: JIT optimize dict access for objects with known hash (#146559)
kumaraditya303
authored
8e9d21c
View commit details
Copy full SHA for 8e9d21c
View code at this point
Browse repository at this point
gh-126835: Fix _PY_IS_SMALL_INT() macro (#146631)
vstinner
authored
adf2c47
View commit details
Copy full SHA for adf2c47
View code at this point
Browse repository at this point
gh-146587: fix type slot assignment incase of multiple slots for same name (#146593)
kumaraditya303
authored
8e10bd7
View commit details
Copy full SHA for 8e10bd7
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call (GH-146472)
Show description for 6932c3e
serhiy-storchaka
authored
6932c3e
View commit details
Copy full SHA for 6932c3e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.