[Python-Dev] Bug Database (original) (raw)

Moshe Zadka Moshe Zadka moshez@math.huji.ac.il
Tue, 1 Aug 2000 21:30:48 +0300 (IDT)


I've just had a quick view over the database, and saw what we can prune at no cost:

110647 -- Segmentation fault in "%.1200d" % 1. Fixed for me... 110649 -- Core dumps on compiling big expressions ('['+'1,'*100000+'1]'). Fixed for me -- now throws a SyntaxError 110653 -- Complain about how class foo:

    def __init__(self):
        self.bar1 = bar

    def bar(self):
        pass
     Creates cycles. A notabug if I ever saw one.

110654 -- 1+0j tested false. The bug was fixed. 110679 -- math.log(0) dumps core. Gives OverflowError for me...(I'm using a different OS, but the same CPU family (intel)) 110710 -- range(10**n) gave segfault. Works for me -- either works, or throws MemoryError 110711 -- apply(foo, bar, {}) throws MemoryError. Works for me. (But might be an SGI problem) 110712 -- seems to be a duplicate of 110711 110715 -- urllib.urlretrieve() segfaults under kernel 2.2.12. Works for me with 2.2.15. 110740, 110741, 110743, 110745, 110746, 110747, 110749, 110750 -- dups of 11715

I've got to go to sleep now....

-- Moshe Zadka <moshez@math.huji.ac.il> There is no IGLU cabal. http://advogato.org/person/moshez