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 ngie
Recipients ngie, rpetrov, theller
Date 2009-07-25.00:20:45
SpamBayes Score 2.0771838e-06
Marked as misclassified No
Message-id <1248481247.79.0.163741820043.issue6558@psf.upfronthosting.co.za>
In-reply-to
Content
__linux is legitimate too, so the patch looks ok, but...

1) It won't apply cleanly against 2.4.5, most likely.
2) Why __linux instead of __linux__ ?

gcooper@orangebox ~ $ echo "" | gcc --std=c89 -E -dM -c - | grep linux
#define __linux 1
#define __linux__ 1
#define __gnu_linux__ 1

__linux__ is the preferred nomenclature in the kernel.org sources, IIRC...
History
Date User Action Args
2009-07-25 00:20:48ngiesetrecipients: + ngie, theller, rpetrov
2009-07-25 00:20:47ngiesetmessageid: <1248481247.79.0.163741820043.issue6558@psf.upfronthosting.co.za>
2009-07-25 00:20:46ngielinkissue6558 messages
2009-07-25 00:20:45ngiecreate