mirror of https://github.com/python/cpython
Backport from py3k: Implement the new buffer interface from pep3118
for ctypes instances. Closes issue #2404.
This commit is contained in:
parent
2e75c450d2
commit
59475e9739
|
@ -72,6 +72,8 @@ Extension Modules
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #2404: ctypes objects support the new pep3118 buffer interface
|
||||||
|
|
||||||
- Patch #2125: Add GetInteger and GetString methods for
|
- Patch #2125: Add GetInteger and GetString methods for
|
||||||
msilib.Record objects.
|
msilib.Record objects.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue