py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN.
This commit is contained in:
parent
707cae7494
commit
a1b442bc07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue