]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758)
authorXiang Zhang <angwerzx@126.com>
Wed, 22 Mar 2017 04:46:14 +0000 (12:46 +0800)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2017 04:46:14 +0000 (12:46 +0800)
commite6a55dd8391651a7d3a97b6215e70e48e628d3d7
treef80d3fff57affb2f1ea4c2375b39e99e9331cbcb
parent827c78326aa850257ca40991b401b3db298c54fb
bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758)
Modules/selectmodule.c