[pygr-notify] Issue 26 in pygr: Test under Python 2.3-2.6

codesite-noreply at google.com codesite-noreply at google.com
Thu Apr 16 21:41:43 PDT 2009


Comment #8 on issue 26 by the.good.doctor.is.in: Test under Python 2.3-2.6
http://code.google.com/p/pygr/issues/detail?id=26

I've got the crash down to the following code:

from testlib import testutil
from pygr.cnestedlist import NLMSA
from pygr.annotation import AnnotationDB

class TestCrash(object):
     def test_crash(self):
         db1 = AnnotationDB({}, {})
         mymap = NLMSA('testfoo', 'memory')

x = TestCrash()
x.test_crash()


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the pygr-notify mailing list