From a1b442bc07798afb774acaaef391443d76104543 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 22 Jul 2016 00:46:24 +0300 Subject: [PATCH] py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN. --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/mpconfig.h b/py/mpconfig.h index 2ba5f1acf2..edf6e71d0e 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -590,7 +590,7 @@ typedef double mp_float_t; #define MICROPY_PY_ASYNC_AWAIT (1) #endif -// Support for async/await/async for/async with +// Issue a warning when comparing str and bytes objects #ifndef MICROPY_PY_STR_BYTES_CMP_WARN #define MICROPY_PY_STR_BYTES_CMP_WARN (0) #endif