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 benjamin.peterson
Recipients benjamin.peterson, nikratio, skrah
Date 2018-12-25.04:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545712602.09.0.712150888896.issue35561@roundup.psfhosted.org>
In-reply-to
Content
I suspect Valgrind is being too conservative. union epoll_data is 64 bits wide but the file descriptor only occupies the first 32 bits. The last 32 bits don't need to be initialized by the application.
History
Date User Action Args
2018-12-25 04:36:43benjamin.petersonsetrecipients: + benjamin.peterson, nikratio, skrah
2018-12-25 04:36:42benjamin.petersonsetmessageid: <1545712602.09.0.712150888896.issue35561@roundup.psfhosted.org>
2018-12-25 04:36:42benjamin.petersonlinkissue35561 messages
2018-12-25 04:36:42benjamin.petersoncreate