Home
last modified time | relevance | path

Searched refs:_fuzzmodule (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
D_xxtestfuzz.c32 static struct PyModuleDef _fuzzmodule = { variable
49 if ((m = PyModule_Create(&_fuzzmodule)) == NULL) { in PyInit__xxtestfuzz()