This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cstratak
Recipients cstratak
Date 2019-03-04.15:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551713826.41.0.114140422671.issue36186@roundup.psfhosted.org>
In-reply-to
Content
There are two places [0][1] in the code where NULL is returned but the fd handle is not closed.

[0] https://github.com/python/cpython/blob/2.7/Modules/linuxaudiodev.c#L129
[1] https://github.com/python/cpython/blob/2.7/Modules/linuxaudiodev.c#L133
History
Date User Action Args
2019-03-04 15:37:06cstrataksetrecipients: + cstratak
2019-03-04 15:37:06cstrataksetmessageid: <1551713826.41.0.114140422671.issue36186@roundup.psfhosted.org>
2019-03-04 15:37:06cstrataklinkissue36186 messages
2019-03-04 15:37:06cstratakcreate