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
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 14, 2018
Merge pull request #4 from DinoV/pythoncapi
Show description for ef02b63
vstinner
authored
ef02b63
View commit details
Copy full SHA for ef02b63
Browse repository at this point
Merge branch 'pythoncapi' of https://github.com/pythoncapi/cpython into pythoncapi
Dino Viehland
committed
7a9d0cb
View commit details
Copy full SHA for 7a9d0cb
Browse repository at this point
Remove PyModule_GetDict from new C API
Dino Viehland
committed
52590bc
View commit details
Copy full SHA for 52590bc
Browse repository at this point
Commits on Sep 13, 2018
Merge pull request #3 from DinoV/pythoncapi
Show description for d57cc7b
vstinner
authored
d57cc7b
View commit details
Copy full SHA for d57cc7b
Browse repository at this point
Merge branch 'pythoncapi' of https://github.com/pythoncapi/cpython into pythoncapi
Dino Viehland
committed
bbb76e5
View commit details
Copy full SHA for bbb76e5
Browse repository at this point
Updates for PyDict_GetItemRefString
Dino Viehland
committed
80b0a08
View commit details
Copy full SHA for 80b0a08
Browse repository at this point
Commits on Sep 12, 2018
Merge pull request #2 from DinoV/pythoncapi
Show description for 63527d3
vstinner
authored
63527d3
View commit details
Copy full SHA for 63527d3
Browse repository at this point
Commits on Sep 11, 2018
Add PyDict_GetItemRef
Dino Viehland
committed
f80dea2
View commit details
Copy full SHA for f80dea2
Browse repository at this point
README: document C defines
vstinner
committed
05f670c
View commit details
Copy full SHA for 05f670c
Browse repository at this point
Commits on Sep 5, 2018
TODO
vstinner
committed
096e7fb
View commit details
Copy full SHA for 096e7fb
Browse repository at this point
Use Py_GetType() and %T format
vstinner
committed
790f968
View commit details
Copy full SHA for 790f968
Browse repository at this point
Add Py_GetType(), remove Py_TYPE() from Py_NEWCAPI
vstinner
committed
e8c499a
View commit details
Copy full SHA for e8c499a
Browse repository at this point
PyUnicode_FromFormat(): add %T format
vstinner
committed
2ca0f52
View commit details
Copy full SHA for 2ca0f52
Browse repository at this point
Commits on Sep 4, 2018
TODO: Py_TYPE()
vstinner
committed
64f77f8
View commit details
Copy full SHA for 64f77f8
Browse repository at this point
Fix _testbuffer.c
vstinner
committed
8b2676a
View commit details
Copy full SHA for 8b2676a
Browse repository at this point
fix test_buffer
vstinner
committed
4401d0d
View commit details
Copy full SHA for 4401d0d
Browse repository at this point
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
Browse repository at this point
Fix PyTuple_SetItemRef(NULL)
vstinner
committed
48c30fd
View commit details
Copy full SHA for 48c30fd
Browse repository at this point
Use _Py_TYPE()
vstinner
committed
c74582b
View commit details
Copy full SHA for c74582b
Browse repository at this point
PyEval_CallFunction() & PyEval_CallMethod() removed from Py_NEWCAPI
vstinner
committed
f2d1101
View commit details
Copy full SHA for f2d1101
Browse repository at this point
TODO
vstinner
committed
868609f
View commit details
Copy full SHA for 868609f
Browse repository at this point
update TODO
vstinner
committed
c6a467a
View commit details
Copy full SHA for c6a467a
Browse repository at this point
setup.py: compile extensions with Py_NEWCAPI_NO_STRUCT
vstinner
committed
9f9f263
View commit details
Copy full SHA for 9f9f263
Browse repository at this point
Add _Py_SET_TYPE() and _Py_SET_SIZE()
Show description for b8d81ec
vstinner
committed
b8d81ec
View commit details
Copy full SHA for b8d81ec
Browse repository at this point
Remove Py_TYPE() from Py_NEWCAPI
vstinner
committed
0efc477
View commit details
Copy full SHA for 0efc477
Browse repository at this point
Refine defines
vstinner
committed
d87dcac
View commit details
Copy full SHA for d87dcac
Browse repository at this point
Py_XINCREF/Py_XDECREF as func calls
Show description for 159f85e
vstinner
committed
159f85e
View commit details
Copy full SHA for 159f85e
Browse repository at this point
Commits on Sep 3, 2018
Convert Py_REFCNT, Py_TYPE, Py_SIZE to function calls
Show description for 87066c0
vstinner
committed
87066c0
View commit details
Copy full SHA for 87066c0
Browse repository at this point
detect reference leaks
vstinner
committed
8e6eee8
View commit details
Copy full SHA for 8e6eee8
Browse repository at this point
Replace Py_INCREF/DECREF macros with function calls
vstinner
committed
03d1556
View commit details
Copy full SHA for 03d1556
Browse repository at this point
test Py_INCREF()
vstinner
committed
26d79d3
View commit details
Copy full SHA for 26d79d3
Browse repository at this point
Fix free_tuple()
vstinner
committed
525c2dd
View commit details
Copy full SHA for 525c2dd
Browse repository at this point
Commits on Aug 31, 2018
add TODO.rst
vstinner
committed
8142989
View commit details
Copy full SHA for 8142989
Browse repository at this point
Add PyTuple_SetItemRef()
vstinner
committed
04fdf50
View commit details
Copy full SHA for 04fdf50
Browse repository at this point
coding style
vstinner
committed
3f94c13
View commit details
Copy full SHA for 3f94c13
Browse repository at this point
Previous
Next
You can’t perform that action at this time.