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 vstinner
Recipients vstinner
Date 2019-03-08.10:12:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552039946.81.0.426305889882.issue36234@roundup.psfhosted.org>
In-reply-to
Content
The Fedora package of python contains a downstream patch to add more tests for invalid uid types:
https://src.fedoraproject.org/rpms/python2/blob/master/f/00157-uid-gid-overflows.patch

I propose to make this patch upstream. More tests never hurts :-)

uid/gid overflow has been fixed bpo-4591.

The patch comes from:
https://bugzilla.redhat.com/show_bug.cgi?id=697470

Attached PRs add more tests.
History
Date User Action Args
2019-03-08 10:12:26vstinnersetrecipients: + vstinner
2019-03-08 10:12:26vstinnersetmessageid: <1552039946.81.0.426305889882.issue36234@roundup.psfhosted.org>
2019-03-08 10:12:26vstinnerlinkissue36234 messages
2019-03-08 10:12:26vstinnercreate