This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author braaannigan
Recipients braaannigan
Date 2017-08-01.13:23:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501593786.72.0.0101517996884.issue31097@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2017-08-01 13:23:06braaannigansetrecipients: + braaannigan
2017-08-01 13:23:06braaannigansetmessageid: <1501593786.72.0.0101517996884.issue31097@psf.upfronthosting.co.za>
2017-08-01 13:23:06braaanniganlinkissue31097 messages
2017-08-01 13:23:06braaannigancreate