Files
cpython/Lib/test/test_struct.py
Zackery Spytz 3f59b55316 bpo-35714: Reject null characters in struct format strings (GH-16928)
struct.error is now raised if there is a null character in a struct
format string.
2020-05-25 10:55:09 +03:00

35 KiB