Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 701878 | Differences between
and this patch

Collapse All | Expand All

(-)a/pycparser/_build_tables.py (+3 lines)
Lines 30-35 c_parser.CParser( Link Here
30
    yacc_debug=False,
30
    yacc_debug=False,
31
    yacc_optimize=True)
31
    yacc_optimize=True)
32
32
33
for x in ("modules", "meta_path", "path", "path_hooks", "path_importer_cache"):
34
    print(f"{x} = {getattr(sys, x)}")
35
33
# Load to compile into .pyc
36
# Load to compile into .pyc
34
#
37
#
35
import lextab
38
import lextab

Return to bug 701878