]> granicus.if.org Git - python/commit
Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Oct 2013 18:57:52 +0000 (19:57 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Oct 2013 18:57:52 +0000 (19:57 +0100)
commit7613542a27a03b7ade40e298aed6b3115dcad0df
treeb4b4366dd77f7599fc3f12ba7168fa47a8bb580b
parentf0a7bac20174f602280cf4edb70bb8fe7480e2b0
Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error

The bug was introduced with the select.epoll module! So it's 5 years old :-)
Modules/selectmodule.c