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 andreas.schawo
Recipients andreas.schawo
Date 2009-03-09.21:17:17
SpamBayes Score 0.0008198579
Marked as misclassified No
Message-id <1236633440.53.0.769324137007.issue5463@psf.upfronthosting.co.za>
In-reply-to
Content
When compiling the newest 3.x trunk I've got a compiler warning that
get_ulong is defined but never used.

I moved the function near the only place where it is used (disabled code).

Now I have no more warnings.

I don't know if it's of any use.
History
Date User Action Args
2009-03-09 21:17:20andreas.schawosetrecipients: + andreas.schawo
2009-03-09 21:17:20andreas.schawosetmessageid: <1236633440.53.0.769324137007.issue5463@psf.upfronthosting.co.za>
2009-03-09 21:17:18andreas.schawolinkissue5463 messages
2009-03-09 21:17:18andreas.schawocreate