]> granicus.if.org Git - python/commit
Issue #7385: Fix a crash in `MemoryView_FromObject` when
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 2 Feb 2010 22:36:17 +0000 (22:36 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 2 Feb 2010 22:36:17 +0000 (22:36 +0000)
commit526e421b12654368443926b83fb0ca1e7ff027b4
treec37bf012a0a5e1b5679983dc45dbc2b3994b39dc
parent1b93fc1077d0b99518035ffc7f63e568b8389e35
Issue #7385: Fix a crash in `MemoryView_FromObject` when
`PyObject_GetBuffer` fails.  Patch by Florent Xicluna.
Misc/NEWS
Modules/_testcapimodule.c
Objects/memoryobject.c