-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes #2814 * changes in ChainReader: * new `_read_frame` and `__iter__` are now properly connected (previously, they moved independently, which could lead to the ChainReader being in an inconsistent state) * remove `_chained_iterator`. * add `__next__` * add an extra attribute `__current_frame` to internally monitor absolute current frame * add tests * update CHANGELOG
- Loading branch information
1 parent
61e236d
commit e878e5d
Showing
3 changed files
with
38 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters