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 gregory.p.smith
Recipients boya, gregory.p.smith, loewis, vstinner
Date 2009-12-23.10:45:50
SpamBayes Score 1.415523e-06
Marked as misclassified No
Message-id <1261565153.33.0.289985309636.issue6873@psf.upfronthosting.co.za>
In-reply-to
Content
I applied the same fix that was applied to chown in trunk r77007 for 
lchown and fchown.  Could you test it on a platform where it previously 
failed?

The existing code might still have issues if there are platforms where 
uid_t and gid_t are unsigned but not the same size as a long as at the 
moment it merely casts and does not test to see that the values are the 
same as the patch you have supplied here.
History
Date User Action Args
2009-12-23 10:45:53gregory.p.smithsetrecipients: + gregory.p.smith, loewis, vstinner, boya
2009-12-23 10:45:53gregory.p.smithsetmessageid: <1261565153.33.0.289985309636.issue6873@psf.upfronthosting.co.za>
2009-12-23 10:45:51gregory.p.smithlinkissue6873 messages
2009-12-23 10:45:50gregory.p.smithcreate