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 }}
python
/
pythoncapi-compat
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
40
Star
111
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 24, 2026
docs: Add the watchdog project to users (#182)
BoboTiG
authored
ba68139
View commit details
Copy full SHA for ba68139
Browse repository at this point
Add Pillow to users (#181)
vstinner
authored
24704e7
View commit details
Copy full SHA for 24704e7
Browse repository at this point
Commits on Sep 23, 2026
Add further support for PyPy3.12 v8.0.0 (#180)
Show description for b4cf220
vstinner
and
hugovk
authored
b4cf220
View commit details
Copy full SHA for b4cf220
Browse repository at this point
Commits on Sep 22, 2026
Bump GitHub Actions and fix PyPy issue link (#176)
hugovk
authored
2b39be8
View commit details
Copy full SHA for 2b39be8
Browse repository at this point
Add initial support for PyPy3.12 v8.0.0 (#177)
hugovk
authored
d88668c
View commit details
Copy full SHA for d88668c
Browse repository at this point
setup.py: add DEBUG variable to help debugging with gdb (#178)
vstinner
authored
c509434
View commit details
Copy full SHA for c509434
Browse repository at this point
Test 3.15t on Ubuntu, 3.15+3.15t on Windows/macOS (#175)
hugovk
authored
0d1adf7
View commit details
Copy full SHA for 0d1adf7
Browse repository at this point
Commits on Sep 7, 2026
Elaborate on how Python 3.6 and 3.7 are tested in GitHub Actions (#172)
vstinner
authored
4fb8135
View commit details
Copy full SHA for 4fb8135
Browse repository at this point
Remove Python 2.7 and 3.5 support (#171)
Show description for 11954c2
vstinner
authored
11954c2
View commit details
Copy full SHA for 11954c2
Browse repository at this point
Commits on Mar 19, 2026
PyUnicodeWriter_WriteRepr(NULL) now writes "<NULL>" (#170)
vstinner
authored
75a7967
View commit details
Copy full SHA for 75a7967
Browse repository at this point
Commits on Feb 12, 2026
Build C and C++ extensions with /W4 on Windows (#168)
Show description for f6121eb
vstinner
authored
f6121eb
View commit details
Copy full SHA for f6121eb
Browse repository at this point
Tests C11, C++17 and C++20 (#167)
vstinner
authored
6290c7b
View commit details
Copy full SHA for 6290c7b
Browse repository at this point
Fix tests on python3.14t (#166)
Show description for 5fc6653
vstinner
authored
5fc6653
View commit details
Copy full SHA for 5fc6653
Browse repository at this point
Run tests on Python 3.14 and 3.15 (#165)
vstinner
authored
442b482
View commit details
Copy full SHA for 442b482
Browse repository at this point
Add PyUnstable_SetImmortal() (#164)
Show description for 8636bcc
kumaraditya303
and
vstinner
authored
8636bcc
View commit details
Copy full SHA for 8636bcc
Browse repository at this point
Commits on Nov 8, 2025
Don't include structmember.h in pythoncapi_compat.h (#161)
Show description for 11cb80f
colesbury
authored
11cb80f
View commit details
Copy full SHA for 11cb80f
Browse repository at this point
Commits on Nov 7, 2025
Avoid "most vexing parse" warning in certain versions of NVCC (#162)
colesbury
authored
e3efede
View commit details
Copy full SHA for e3efede
Browse repository at this point
Commits on Nov 5, 2025
Remove trailing whitespace (#160)
colesbury
authored
44c8e14
View commit details
Copy full SHA for 44c8e14
Browse repository at this point
Add PyUnstable_TryIncref() and PyUnstable_EnableTryIncRef() (#159)
Show description for c44469c
colesbury
and
vstinner
authored
c44469c
View commit details
Copy full SHA for c44469c
Browse repository at this point
Commits on Oct 15, 2025
Make PyUnstable_Unicode_GET_CACHED_HASH return -1 on PyPy (#157)
Show description for e510a7b
encukou
and
vstinner
authored
e510a7b
View commit details
Copy full SHA for e510a7b
Browse repository at this point
Commits on Oct 14, 2025
PyConfig_Get() is also available on Python 3.8 (#156)
vstinner
authored
6c77b6b
View commit details
Copy full SHA for 6c77b6b
Browse repository at this point
Add PyUnstable_Unicode_GET_CACHED_HASH() function (#155)
vstinner
authored
a49e0fb
View commit details
Copy full SHA for a49e0fb
Browse repository at this point
Add PyTuple_FromArray() function (#154)
vstinner
authored
89e023e
View commit details
Copy full SHA for 89e023e
Browse repository at this point
Commits on Oct 3, 2025
Fix varargs indicator for PyBytesWriter_Format (#153)
amolenaar
authored
22811c3
View commit details
Copy full SHA for 22811c3
Browse repository at this point
Fix compiler warnings for PyBytesWriter_Format (#152)
amolenaar
authored
97f1582
View commit details
Copy full SHA for 97f1582
Browse repository at this point
Commits on Oct 2, 2025
Add meson.build file (#151)
Show description for c3c63ee
amolenaar
authored
c3c63ee
View commit details
Copy full SHA for c3c63ee
Browse repository at this point
Commits on Sep 18, 2025
PEP 782: Add PyBytesWriter C API (#139)
vstinner
authored
ab72af8
View commit details
Copy full SHA for ab72af8
Browse repository at this point
Commits on Sep 1, 2025
Add PyUnstable_Object_IsUniquelyReferenced (#149)
ngoldbaum
authored
90c06a4
View commit details
Copy full SHA for 90c06a4
Browse repository at this point
Add CI builds for free-threaded Python versions (#150)
Show description for 718e12e
ngoldbaum
authored
718e12e
View commit details
Copy full SHA for 718e12e
Browse repository at this point
Commits on Aug 9, 2025
Updated readthedocs to latest version of Python (#147)
Show description for 5e31710
radarhere
authored
5e31710
View commit details
Copy full SHA for 5e31710
Browse repository at this point
Fixed typo (#148)
radarhere
authored
879f85d
View commit details
Copy full SHA for 879f85d
Browse repository at this point
Commits on Jun 24, 2025
Avoid %T format in error message (#146)
Show description for b541b98
vstinner
authored
b541b98
View commit details
Copy full SHA for b541b98
Browse repository at this point
Commits on Jun 9, 2025
Add PyUnicodeWriter_WriteASCII() (#145)
vstinner
authored
ffae0ff
View commit details
Copy full SHA for ffae0ff
Browse repository at this point
Commits on Jun 3, 2025
Add PySys_GetAttr() function (#143)
vstinner
authored
fde4d34
View commit details
Copy full SHA for fde4d34
Browse repository at this point
GHA: Get rid of Ubuntu 20.04 (#144)
Show description for ecf3cd4
vstinner
authored
ecf3cd4
View commit details
Copy full SHA for ecf3cd4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.