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 serhiy.storchaka
Recipients ajaksu2, brian.curtin, christian.heimes, ezio.melotti, hynek, larry, loewis, ned.deily, petri.lehtinen, pitrou, r.david.murray, ronaldoussoren, sandro.tosi, serhiy.storchaka, sjoerd, tim.golden, tzimmo, vstinner
Date 2012-11-12.15:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352735217.27.0.0917217571653.issue2005@psf.upfronthosting.co.za>
In-reply-to
Content
> I think the patch will break on Unix systems that don't have uid_t or gid_t types.

I think defines to int will be used on such systems.  As I understand the configure script.

> A smal nit with the patch: it uses "long long" as a type instead of PY_LONG_LONG"

Thank you.  Fixed.
History
Date User Action Args
2012-11-12 15:46:57serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, sjoerd, ronaldoussoren, pitrou, vstinner, larry, christian.heimes, ajaksu2, tim.golden, ned.deily, ezio.melotti, r.david.murray, brian.curtin, sandro.tosi, petri.lehtinen, hynek, tzimmo
2012-11-12 15:46:57serhiy.storchakasetmessageid: <1352735217.27.0.0917217571653.issue2005@psf.upfronthosting.co.za>
2012-11-12 15:46:57serhiy.storchakalinkissue2005 messages
2012-11-12 15:46:57serhiy.storchakacreate