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 mbroughton, ned.deily, pitrou, ronaldoussoren
Date 2009-12-01.15:04:09
SpamBayes Score 8.1600765e-06
Marked as misclassified No
Message-id <1259679851.47.0.486417211528.issue7416@psf.upfronthosting.co.za>
In-reply-to
Content
I'm currently testing a patch that adds the required SIZEOF_ macros to 
pymacconfig.h, simular to how SIZEOF_LONG and SIZEOF_VOIDP are handled.

I expect to commit a fix later today to the 2.7 and 3.2 branches. The new 
SIZEOF_ macros are only needed for new functionality in selectmodule, and 
hence don't need to be backported to 2.6 or 3.1.
History
Date User Action Args
2009-12-01 15:04:11ronaldoussorensetrecipients: + ronaldoussoren, pitrou, ned.deily, mbroughton
2009-12-01 15:04:11ronaldoussorensetmessageid: <1259679851.47.0.486417211528.issue7416@psf.upfronthosting.co.za>
2009-12-01 15:04:09ronaldoussorenlinkissue7416 messages
2009-12-01 15:04:09ronaldoussorencreate