Staging
v0.8.1
https://github.com/python/cpython
Revision 5221a10dde4a3853fe7ace316d95767648055109 authored by Miss Islington (bot) on 26 May 2020, 07:04:59 UTC, committed by GitHub on 26 May 2020, 07:04:59 UTC

struct.error is now raised if there is a null character in a struct
format string.
(cherry picked from commit 3f59b55316f4c6ab451997902579aa69020b537c)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent a729f4a
History
Tip revision: 5221a10dde4a3853fe7ace316d95767648055109 authored by Miss Islington (bot) on 26 May 2020, 07:04:59 UTC
bpo-35714: Reject null characters in struct format strings (GH-16928)
Tip revision: 5221a10
File Mode Size
Grammar -rw-r--r-- 9.6 KB
Tokens -rw-r--r-- 1.5 KB
python.gram -rw-r--r-- 31.1 KB

back to top