commit | 7f34d550231e047c88a1817b58bda03a33817490 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Oct 21 05:55:52 2018 -0700 |
committer | GitHub <noreply@github.com> | Sun Oct 21 05:55:52 2018 -0700 |
tree | 0b1f4145067a2fa34303a0ba29a17a8d4d2fbd66 | |
parent | 002aef3f66a9f8da635e20860622f2e539a0b611 [diff] |
bpo-34973: Fix crash in bytes constructor. (GH-9841) Constructing bytes from mutating list could cause a crash. (cherry picked from commit 914f9a078f997e58cfcfabcbb30fafdd1f277bef) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>