Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaa2d13

Browse files
committed
Add what's new entry
1 parent df0f992 commit eaa2d13

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/whatsnew/3.13.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ copy
168168
any user classes which define the :meth:`!__replace__` method.
169169
(Contributed by Serhiy Storchaka in :gh:`108751`.)
170170

171+
ctypes
172+
------
173+
174+
* :func:`ctypes.buffer_at` now exists to create a :class:`memoryview` object that refers to
175+
the supplied pointer and length. Works just like :func:`ctypes.string_at` except
176+
it avoids a buffer copy.
177+
171178
dbm
172179
---
173180

0 commit comments

Comments
 (0)