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 serhiy.storchaka
Recipients ezio.melotti, r.david.murray, serhiy.storchaka, ttcooper
Date 2012-11-18.20:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353269892.54.0.185254750073.issue16498@psf.upfronthosting.co.za>
In-reply-to
Content
>	dBasis = shelve.open('cFract2.tmp','n')
>	i,testVal,dBasis,oldTime = 0,1,{},int(time.clock())	# Initialize

As I understand, you don't use shelve object at all (except creating an empty base).  Such a lot of code has no relation to the bugs in Python.  Ask on the Python mailing list or on forums and may be someone help you.
History
Date User Action Args
2012-11-18 20:18:12serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, r.david.murray, ttcooper
2012-11-18 20:18:12serhiy.storchakasetmessageid: <1353269892.54.0.185254750073.issue16498@psf.upfronthosting.co.za>
2012-11-18 20:18:12serhiy.storchakalinkissue16498 messages
2012-11-18 20:18:12serhiy.storchakacreate