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 izbyshev
Recipients gregory.p.smith, izbyshev, kulikjak
Date 2020-12-19.14:38:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608388700.55.0.947525296182.issue42655@roundup.psfhosted.org>
In-reply-to
Content
This bug would have been caught at compile time if `_Py_Gid_Converter()` used `gid_t *` instead of `void *`. I couldn't find any call sites where `void *` would be needed, so probably `_Py_Gid_Converter()` should be fixed too (in a separate PR/issue?). The same applies to `_Py_Uid_Converter()`.
History
Date User Action Args
2020-12-19 14:38:20izbyshevsetrecipients: + izbyshev, gregory.p.smith, kulikjak
2020-12-19 14:38:20izbyshevsetmessageid: <1608388700.55.0.947525296182.issue42655@roundup.psfhosted.org>
2020-12-19 14:38:20izbyshevlinkissue42655 messages
2020-12-19 14:38:20izbyshevcreate