Comment 1 for bug 1349934

Revision history for this message
Ekaterina Chernova (efedorova) wrote :

This file generates yaql module and there is no place, where this file get cleaned:

parser.py:

parser = yacc.yacc(debug=False, outputdir=tempfile.gettempdir(), tabmodule='parser_table')