mirror of
https://github.com/python/cpython.git
synced 2024-12-05 07:43:50 +08:00
db72e58ea5
This supercedes https://github.com/python/cpython/pull/3437 and fuzzes the method we recommend for unsafe inputs, `ast.literal_eval`. This should exercise the tokenizer and parser.
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
fuzz_builtin_float
|
|
fuzz_builtin_int
|
|
fuzz_builtin_unicode
|
|
fuzz_json_loads
|
|
fuzz_sre_compile
|
|
fuzz_sre_match
|
|
fuzz_csv_reader
|
|
fuzz_struct_unpack
|
|
fuzz_ast_literal_eval
|