mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
add a replacement API for PyCObject, PyCapsule #5630
All stdlib modules with C-APIs now use this. Patch by Larry Hastings
This commit is contained in:
parent
c679fd8efc
commit
b173f7853e
37 changed files with 943 additions and 149 deletions
|
@ -846,6 +846,7 @@
|
|||
RelativePath="..\Include\pyarena.h"
|
||||
>
|
||||
</File>
|
||||
<File RelativePath="..\Include\pycapsule.h"></File>
|
||||
<File
|
||||
RelativePath="..\Include\pyctype.h"
|
||||
>
|
||||
|
@ -1374,6 +1375,10 @@
|
|||
RelativePath="..\Objects\bytesobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\capsule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Objects\cellobject.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue