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 stutzbach
Recipients pitrou, rpetrov, stutzbach
Date 2010-04-30.15:00:05
SpamBayes Score 0.07169044
Marked as misclassified No
Message-id <1272639609.49.0.268627512085.issue5553@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch.  

The diff to configure is just what autoconf produces as a result of the diff to configure.in.

With the patch, pyconfig.h will:
- do nothing if the compiler supports the "inline" keyword
- #define inline to __inline or __inline__ if that's the compiler supports
- #define inline to nothing if the compiler doesn't support inlining

The patch also updates pyport.h and _sre.c appropriately.
History
Date User Action Args
2010-04-30 15:00:09stutzbachsetrecipients: + stutzbach, pitrou, rpetrov
2010-04-30 15:00:09stutzbachsetmessageid: <1272639609.49.0.268627512085.issue5553@psf.upfronthosting.co.za>
2010-04-30 15:00:07stutzbachlinkissue5553 messages
2010-04-30 15:00:07stutzbachcreate