Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py/objdeque: Fix deque type flags based on option settings.
This fixes a minor issue in the changes made by 7dff38f: the type flags for deque were meant to be conditionalized based on MICROPY_PY_COLLECTIONS_DEQUE_ITER, but the computed conditionalized value wasn't used. Signed-off-by: Dan Halbert <[email protected]>
- Loading branch information