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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Doc
c-api
on
android-ctypes-pythonapi
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 14, 2025
Python 3.15.0a1
hugovk
committed
aeff92d
View commit details
Copy full SHA for aeff92d
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (#140032)
efimov-mikhail
authored
52996aa
View commit details
Copy full SHA for 52996aa
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)
Show description for ff7bb56
DinoV
authored
ff7bb56
View commit details
Copy full SHA for ff7bb56
View code at this point
Browse repository at this point
gh-129813: Fix PyBytesWriter tests (#139892)
vstinner
authored
d0b18b1
View commit details
Copy full SHA for d0b18b1
View code at this point
Browse repository at this point
gh-111489: Add PyTuple_FromArray() function (#139691)
vstinner
authored
e31c22d
View commit details
Copy full SHA for e31c22d
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyGILState_STATE` (#139572)
StanFromIreland
authored
d2deb8f
View commit details
Copy full SHA for d2deb8f
View code at this point
Browse repository at this point
Commits on Oct 1, 2025
Document that `PyInterpreterState_GetDict` returns a borrowed reference (#139451)
encukou
authored
80cdf3e
View commit details
Copy full SHA for 80cdf3e
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
picnixz
authored
a5e0562
View commit details
Copy full SHA for a5e0562
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117)
Show description for 89ff88b
ZeroIntensity
authored
89ff88b
View commit details
Copy full SHA for 89ff88b
View code at this point
Browse repository at this point
Remove unmatched closing parenthesis (GH-139082)
rffontenelle
authored
d22b250
View commit details
Copy full SHA for d22b250
View code at this point
Browse repository at this point
Commits on Sep 17, 2025
gh-129368: In PyRun C API docs, clarify what a "start token" is (#129935)
iamrajhans
authored
e1eca8b
View commit details
Copy full SHA for e1eca8b
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
gh-129813, PEP 782: Add doc reference link (#138986)
vstinner
authored
9a8bc6d
View commit details
Copy full SHA for 9a8bc6d
View code at this point
Browse repository at this point
gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964)
Show description for d61dda5
vstinner
authored
d61dda5
View commit details
Copy full SHA for d61dda5
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
pablogsal
authored
f01181b
View commit details
Copy full SHA for f01181b
View code at this point
Browse repository at this point
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
authored
baf7470
View commit details
Copy full SHA for baf7470
View code at this point
Browse repository at this point
Commits on Sep 14, 2025
gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)
Show description for 1c984ba
3 people
authored
1c984ba
View commit details
Copy full SHA for 1c984ba
View code at this point
Browse repository at this point
Commits on Sep 12, 2025
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
Show description for c3fca5d
vstinner
authored
c3fca5d
View commit details
Copy full SHA for c3fca5d
View code at this point
Browse repository at this point
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
vstinner
authored
adb4140
View commit details
Copy full SHA for adb4140
View code at this point
Browse repository at this point
Commits on Sep 9, 2025
Add impl-detail block for PyLong_FromLong docs (#126422)
Show description for fd2e3d1
skirpichev
and
brianschubert
authored
fd2e3d1
View commit details
Copy full SHA for fd2e3d1
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (#138651)
Show description for 4f0c267
sobolevn
and
ZeroIntensity
authored
4f0c267
View commit details
Copy full SHA for 4f0c267
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Show description for 0c74fc8
encukou
and
zooba
authored
0c74fc8
View commit details
Copy full SHA for 0c74fc8
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
enhance docs for critical sections (#137334)
kumaraditya303
authored
5ae8b97
View commit details
Copy full SHA for 5ae8b97
View code at this point
Browse repository at this point
Commits on Aug 25, 2025
gh-138098: Clarify strong references in `PyDict_Next` docs on the free-threaded build (GH-138106)
PrinceNaroliya
authored
9ee0214
View commit details
Copy full SHA for 9ee0214
View code at this point
Browse repository at this point
gh-95245: Document Py_TPFLAGS_PREHEADER (GH-135861)
Show description for 5baa7a0
sergey-miryanov
and
ZeroIntensity
authored
5baa7a0
View commit details
Copy full SHA for 5baa7a0
View code at this point
Browse repository at this point
Commits on Aug 19, 2025
gh-120037: Disable user site packages when a ._pth file is used (GH-137428)
zooba
authored
7d06a0a
View commit details
Copy full SHA for 7d06a0a
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
gh-128813: cleanup C-API docs for PyComplexObject (GH-137579)
Show description for bc4996c
skirpichev
authored
bc4996c
View commit details
Copy full SHA for bc4996c
View code at this point
Browse repository at this point
Fix documentation of hash in PyHash_FuncDef (#137595)
Show description for 70218b4
da-woods
authored
70218b4
View commit details
Copy full SHA for 70218b4
View code at this point
Browse repository at this point
Commits on Aug 8, 2025
gh-128813: deprecate cval field of the PyComplexObject struct (#137271)
Show description for 9743d06
3 people
authored
9743d06
View commit details
Copy full SHA for 9743d06
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369)
skirpichev
authored
4dd85b3
View commit details
Copy full SHA for 4dd85b3
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
gh-137341: Remove more word duplications (GH-137342)
serhiy-storchaka
authored
1612dcb
View commit details
Copy full SHA for 1612dcb
View code at this point
Browse repository at this point
Commits on Aug 1, 2025
gh-128813: soft-deprecate _Py_c_*() functions (GH-137261)
skirpichev
authored
9ced5c4
View commit details
Copy full SHA for 9ced5c4
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
gh-133296: Fix versionadded for C API functions that were backported (#137024)
ngoldbaum
authored
b13a5df
View commit details
Copy full SHA for b13a5df
View code at this point
Browse repository at this point
gh-136459: Add perf trampoline support for macOS (#136461)
canova
authored
a667800
View commit details
Copy full SHA for a667800
View code at this point
Browse repository at this point
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
serhiy-storchaka
authored
3a89dfe
View commit details
Copy full SHA for 3a89dfe
View code at this point
Browse repository at this point
Commits on Jul 21, 2025
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
Show description for 89c220b
ngoldbaum
authored
89c220b
View commit details
Copy full SHA for 89c220b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.