]> granicus.if.org Git - python/commit
Switch mmap from old Py_FindMethod to new PyObject_GenericGetAttr attribute access.
authorGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 14:50:05 +0000 (14:50 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Jan 2008 14:50:05 +0000 (14:50 +0000)
commitef92802f7336370e591d6e142735eb1a630030a6
treec0be13627b7d0ddb5e5f0fcbc51d28cd1068db3d
parent6f7e2d0a30ff60122516ecb5120444f87642985c
Switch mmap from old Py_FindMethod to new PyObject_GenericGetAttr attribute access.
Fixes #1087735.
Modules/mmapmodule.c