mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00

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.
9 lines
162 B
Text
9 lines
162 B
Text
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
|