Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acc2b2 commit 3129ef5Copy full SHA for 3129ef5
Doc/whatsnew/3.14.rst
@@ -1683,8 +1683,7 @@ Deprecated
1683
* :mod:`ctypes`:
1684
Calling :func:`ctypes.POINTER` on a string is deprecated.
1685
Use :ref:`ctypes-incomplete-types` for self-referential structures.
1686
- Also, ``ctypes._pointer_type_cache`` is deprecated as a courtesy to
1687
- existing users of this internal API.
+ Also, the internal ``ctypes._pointer_type_cache`` is deprecated.
1688
See :func:`ctypes.POINTER` for updated implementation details.
1689
(Contributed by Sergey Myrianov in :gh:`100926`.)
1690
0 commit comments