[NumPy-Tickets] [NumPy] #1689: fromstring segfaults if reading from text and dtype=bool_
NumPy Trac
numpy-tickets@scipy....
Wed Dec 29 14:32:42 CST 2010
#1689: fromstring segfaults if reading from text and dtype=bool_
--------------------+-------------------------------------------------------
Reporter: gerrit | Owner: somebody
Type: defect | Status: needs_review
Priority: high | Milestone: 2.0.0
Component: Other | Version: devel
Keywords: |
--------------------+-------------------------------------------------------
Comment(by jpeel):
By the way, neither fromstring nor fromfile currently work with bool_ for
things like 'True False'. With this patch, fromstring will work for
integers and floats, but fromfile only works with integers at present.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1689#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list