[NumPy-Tickets] [NumPy] #1032: Crash on fastputmask on win32
NumPy Trac
numpy-tickets@scipy....
Fri Mar 25 06:16:17 CDT 2011
#1032: Crash on fastputmask on win32
---------------------+------------------------------------------------------
Reporter: cdavid | Owner: cdavid
Type: defect | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: Other | Version: none
Resolution: | Keywords:
---------------------+------------------------------------------------------
Comment(by pv):
'S' dtype is still bytes also on Py3. But the real source of the "buffer
interface" errors is that `zip` returns a generator on Py3 -- should be
replaced with `list(zip(...))`.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1032#comment:15>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list