From: Antoine Pitrou Date: Tue, 2 Feb 2010 22:41:41 +0000 (+0000) Subject: Blocked revisions 77916 via svnmerge X-Git-Tag: v2.6.5rc1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f544ce0bf0780953da1de989f32d5031cd5ed76;p=python Blocked revisions 77916 via svnmerge ........ r77916 | antoine.pitrou | 2010-02-02 23:36:17 +0100 (mar., 02 févr. 2010) | 4 lines Issue #7385: Fix a crash in `MemoryView_FromObject` when `PyObject_GetBuffer` fails. Patch by Florent Xicluna. ........ ---