[Biopython-dev] Re: bug 37 (fwd)
Iddo Friedberg
idoerg at cc.huji.ac.il
Wed Jul 11 05:16:57 EDT 2001
On Wed, 11 Jul 2001, Andrew Dalke wrote:
: That's can't be right, since there's no 'j':
Of course it's wrong! Silly me...
Here's the real thing:
>>> from Bio import Seq
>>> l=Seq.MutableSeq('ACDEFGHIKL')
>>> print l
MutableSeq('ACDEFG', Alphabet())
>>> l
(segfault)
Here's the summary (for now):
Problem appears on python2.0, 2.0.1
Linux RH 6.2, RH 7.0
Does not appear on python2.1, which I have just installed.
[Andrew]
: If I were to make a guess, what happens when you do
:
: >>> import array
: >>> a = array.array('c', 'ACDEFGHIKL')
: >>> a
: array('c', 'ACDEFGHIKL')
: >>>
This bit of code works fine on python2.0
Can anyone reproduce the segfault bug on python2.0?
Iddo
--
Iddo Friedberg | Tel: +972-2-6758647
Dept. of Molecular Genetics and Biotechnology | Fax: +972-2-6757308
The Hebrew University - Hadassah Medical School | email: idoerg at cc.huji.ac.il
POB 12272, Jerusalem 91120 |
Israel |
http://bioinfo.md.huji.ac.il/marg/people-home/iddo/
More information about the Biopython-dev
mailing list