[New-bugs-announce] [issue31097] itertools.islice not accepting np.int64
LB
report at bugs.python.org
Tue Aug 1 09:23:06 EDT 2017
New submission from LB:
The error arises when this code is used:
itertools.islice( [3, 4, 5], np.int64(2) )
but not with this
itertools.islice([3,4,5], 2)
----------
components: Library (Lib)
messages: 299617
nosy: braaannigan
priority: normal
severity: normal
status: open
title: itertools.islice not accepting np.int64
type: crash
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31097>
_______________________________________
More information about the New-bugs-announce
mailing list