Staging
v0.5.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
Raw File
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
build_env.bat
@%comspec% /k env.bat %*
back to top