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 ronaldoussoren
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.14:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352732233.69.0.873315166648.issue2005@psf.upfronthosting.co.za>
In-reply-to
Content
The patch should work on OSX, although I haven't actually tested it yet. I've verified that sizeof(uid_t) and sizeof(gid_t) are the same for x86_64 and i386, which means SIZEOF_UID_T doesn't have to be added to pymacconfig.h.

A smal nit with the patch: it uses "long long" as a type instead of PY_LONG_LONG"
History
Date User Action Args
2012-11-12 14:57:13ronaldoussorensetrecipients: + ronaldoussoren, loewis, sjoerd, pitrou, vstinner, larry, christian.heimes, ajaksu2, tim.golden, ned.deily, ezio.melotti, r.david.murray, brian.curtin, sandro.tosi, petri.lehtinen, hynek, serhiy.storchaka, tzimmo
2012-11-12 14:57:13ronaldoussorensetmessageid: <1352732233.69.0.873315166648.issue2005@psf.upfronthosting.co.za>
2012-11-12 14:57:13ronaldoussorenlinkissue2005 messages
2012-11-12 14:57:13ronaldoussorencreate