]> granicus.if.org Git - python/commit
Issue #10293: Remove obsolete field in the PyMemoryView structure,
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Nov 2010 20:30:33 +0000 (20:30 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Nov 2010 20:30:33 +0000 (20:30 +0000)
commitaeb6ceead796af4746f5b2f816b23654816033b7
tree9836b77eb1f4868f39bc499d3c6d8abe3f13bbca
parent8f2e07b7d0510a008bcf63640ebe66d397e0bf52
Issue #10293: Remove obsolete field in the PyMemoryView structure,
unused undocumented value PyBUF_SHADOW, and strangely-looking code in
PyMemoryView_GetContiguous.
Include/memoryobject.h
Include/object.h
Lib/test/test_sys.py
Misc/NEWS
Objects/memoryobject.c