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 df0f992 commit eaa2d13Copy full SHA for eaa2d13
1 file changed
Doc/whatsnew/3.13.rst
@@ -168,6 +168,13 @@ copy
168
any user classes which define the :meth:`!__replace__` method.
169
(Contributed by Serhiy Storchaka in :gh:`108751`.)
170
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
178
dbm
179
---
180
0 commit comments