commit | d07564274a120030275ea17859458838c1513694 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Oct 13 11:02:23 2018 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 13 11:02:23 2018 -0700 |
tree | 832abf58c92a60ecd7927607f6a340e3b41b30fa | |
parent | 22381394ad1541db0b652eed802601f62510d22f [diff] |
Add new tests for bytes and bytearray constructors. (GH-9843) Covered all special cases: bytes, tuple, list, differend kinds of iterables and iterators. (cherry picked from commit 1a997eb291fdc5f5606c898fffbde61d899ed762) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>