Message 104641 - Python tracker (original) (raw)
Message104641
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:09 | stutzbach | set | recipients: + stutzbach, pitrou, rpetrov |
2010-04-30 15:00:09 | stutzbach | set | messageid: 1272639609.49.0.268627512085.issue5553@psf.upfronthosting.co.za |
2010-04-30 15:00:07 | stutzbach | link | issue5553 messages |
2010-04-30 15:00:07 | stutzbach | create |