Re: [Pytables-users] `__iter__` state and `itertools.islice` when

2013-07-09 Thread Tony Yu
On Tue, Jul 9, 2013 at 1:58 PM, Anthony Scopatz wrote: > > > > On Tue, Jul 9, 2013 at 8:57 AM, Tony Yu wrote: > >> >> >> >> On Tue, Jul 9, 2013 at 12:58 AM, Antonio Valentino < >> antonio.valent...@tiscali.it> wrote: >> >> >> Yes, this is a bug IMO. >>> Thank you for reporting and thank you for

Re: [Pytables-users] `__iter__` state and `itertools.islice` when

2013-07-09 Thread Anthony Scopatz
On Tue, Jul 9, 2013 at 8:57 AM, Tony Yu wrote: > > > > On Tue, Jul 9, 2013 at 12:58 AM, Antonio Valentino < > antonio.valent...@tiscali.it> wrote: > > > Yes, this is a bug IMO. >> Thank you for reporting and thank you for the small demonstration script. >> >> Can you please file a bug report on

Re: [Pytables-users] `__iter__` state and `itertools.islice` when

2013-07-09 Thread Tony Yu
On Tue, Jul 9, 2013 at 12:58 AM, Antonio Valentino < antonio.valent...@tiscali.it> wrote: > Yes, this is a bug IMO. > Thank you for reporting and thank you for the small demonstration script. > > Can you please file a bug report on github [1]? > Please also add info about the PyTables version you

Re: [Pytables-users] `__iter__` state and `itertools.islice` when

2013-07-08 Thread Antonio Valentino
Hi Tony, Il giorno 09/lug/2013, alle ore 06:38, Tony Yu ha scritto: > Hi, > > I ran into a subtle, unexpected issue while using `itertools.islice`. I > wanted to pass slices of an array for processing without actually reading the > entire array, and I wanted that processing function to know