mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
webassembly: Remove MICROPY_PY_BOUND_METHOD_FULL_EQUALITY_CHECK.
With the parent commit implementing proper identities, this equality check option is no longer needed. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
|
||||
#define MICROPY_USE_INTERNAL_ERRNO (1)
|
||||
#define MICROPY_USE_INTERNAL_PRINTF (0)
|
||||
#define MICROPY_PY_BOUND_METHOD_FULL_EQUALITY_CHECK (1)
|
||||
|
||||
#define MICROPY_EPOCH_IS_1970 (1)
|
||||
#define MICROPY_PY_ASYNCIO_TASK_QUEUE_PUSH_CALLBACK (1)
|
||||
|
||||
Reference in New Issue
Block a user