]> granicus.if.org Git - python/commit
SF bug 684667: Modules/selectmodule.c returns NULL without exception set.
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Feb 2003 17:18:58 +0000 (17:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Feb 2003 17:18:58 +0000 (17:18 +0000)
commit5f322d3dfd1717acd77ba04693c6a6251e76475b
treef77d41ece48dde124ece3ea3b1a40583ca277210
parent9af48ff44ea5e096495d9652f6164b45a369144a
SF bug 684667: Modules/selectmodule.c returns NULL without exception set.
select_select() didn't set an exception in the SELECT_USES_HEAP case when
malloc() returned NULL.
Modules/selectmodule.c