commit | 5ff5edfef63b3dbc1abb004b3fa4b3db87e79ff9 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Tue May 26 02:57:09 2020 -0600 |
committer | GitHub <noreply@github.com> | Tue May 26 11:57:09 2020 +0300 |
tree | 03e4559429d73720b0340d36a7b5452fc0198684 | |
parent | c2a177adf3575d4eb81030fba851f78d7a8e3f51 [diff] |
[3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) struct.error is now raised if there is a null character in a struct format string. (cherry picked from commit 3f59b55316f4c6ab451997902579aa69020b537c)