Message1717

Author cgroves
Recipients
Date 2007-07-15.07:13:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
muhngole yohoho $ jy2.3 
Jython 2.3a0 on java1.5.0_07
Type "copyright", "credits" or "license" for more information.
>>> nbase = long("deadbeeffeedface", 16)
>>> nbase += nbase << 1000000
>>> nbase

causes jython to peg the cpu for quite a while on my system.  Lib/test/pickletester.py uses that value to dump and load to test really big longs, and cpickle and pickle both use str to dump it which causes the pickle tests to take ages(I actually haven't seen them complete).
History
Date User Action Args
2008-02-20 17:17:53adminlinkissue1754225 messages
2008-02-20 17:17:53admincreate