Makefile: invoke python with -bb
Fail on python code calling str(bytes_instance) or str(bytearray_instance), or comparing bytes/bytearray with str. Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
f3b0b0837f
commit
37257e241d
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ AWK ?= gawk
|
||||||
GREP ?= egrep
|
GREP ?= egrep
|
||||||
INSTALL ?= install
|
INSTALL ?= install
|
||||||
M4 ?= m4 -E -E
|
M4 ?= m4 -E -E
|
||||||
PYTHON ?= python3 -t -t -E -W error
|
PYTHON ?= python3 -bb -t -t -E -W error
|
||||||
SED ?= sed
|
SED ?= sed
|
||||||
SORT ?= LC_ALL=C sort
|
SORT ?= LC_ALL=C sort
|
||||||
UMASK ?= umask
|
UMASK ?= umask
|
||||||
|
|
Loading…
Reference in New Issue