mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
this statement isn't actually true
This commit is contained in:
parent
4f20a741eb
commit
95d78ec302
1 changed files with 1 additions and 3 deletions
|
@ -454,9 +454,7 @@ Changes to Python's build process and to the C API include:
|
||||||
for passing typing safety information and a less complicated signature
|
for passing typing safety information and a less complicated signature
|
||||||
for calling a destructor.
|
for calling a destructor.
|
||||||
|
|
||||||
The old type had a problematic API and is now deprecated. To ease
|
The old type had a problematic API and is now deprecated.
|
||||||
transitioning code, the new type was implemented as a subtype of
|
|
||||||
:ctype:`PyCObject` API.
|
|
||||||
|
|
||||||
(Contributed by Larry Hastings; :issue:`5630`.)
|
(Contributed by Larry Hastings; :issue:`5630`.)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue