paulgazz / kmax

A collection of analysis tools for Kconfig and Kbuild constraints.
42 stars 21 forks source link

open mode "rU" throws an error in python 3.11; changed to "r" #244

Closed paulgazz closed 7 months ago

paulgazz commented 7 months ago
/kmax/alg.py", line 1099, in extract
    makefile = open(makefile, "rU")
               ^^^^^^^^^^^^^^^^^^^^
ValueError: invalid mode: 'rU'