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 mark.dickinson
Recipients lkcl, mark.dickinson
Date 2009-01-08.15:46:22
SpamBayes Score 0.27396572
Marked as misclassified No
Message-id <1231429585.08.0.0887871601872.issue4880@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting.  How many of those casts are actually necessary to make 
things work?  Have you figured out more precisely why this is failing?
E.g., is it somehow that LONG_MIN ends up being an unsigned constant?

It seems to me that a better fix would be to fix LONG_MIN and LONG_MAX 
somewhere in the configuration files;  there are bound to be more uses of 
LONG_MIN and LONG_MAX in the source that are going to cause problems.

P.S.  Looking at your python-dev messages, does len([1, 2]) really return 
1L?  Not 2L?
History
Date User Action Args
2009-01-08 15:46:25mark.dickinsonsetrecipients: + mark.dickinson, lkcl
2009-01-08 15:46:25mark.dickinsonsetmessageid: <1231429585.08.0.0887871601872.issue4880@psf.upfronthosting.co.za>
2009-01-08 15:46:22mark.dickinsonlinkissue4880 messages
2009-01-08 15:46:22mark.dickinsoncreate