[NumPy-Tickets] [NumPy] #2081: String gets truncated in asarray() in Python 3.2
NumPy Trac
numpy-tickets@scipy....
Fri Mar 16 01:02:46 CDT 2012
#2081: String gets truncated in asarray() in Python 3.2
-----------------------+----------------------------------------------------
Reporter: taldcroft | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
-----------------------+----------------------------------------------------
Comment(by charris):
Hmm, I suspect it's either the compiler or a ucs2/ucs4 problem, most
likely the latter. Can you check the PY_UNICODE_TYPE?
{{{
$charris@f16 ~$ grep -in Py_UNICODE_SIZE
/usr/include/python3.2mu/pyconfig-64.h
984:#define Py_UNICODE_SIZE 4
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2081#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list