Skip to content

Commit

Permalink
micropython/py/gc: Ensure gc_alloc calls MICROPY_GC_HOOK_LOOP at leas…
Browse files Browse the repository at this point in the history
…t once.

Partially fixes pybricks/support#1668
  • Loading branch information
laurensvalk committed Oct 2, 2024
1 parent db2ecc9 commit ed3632f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
from `3.6.0b1` to `3.5.0` and back to `3.6.0b1` ([support#1846]).
- Fixed controls stopping if `use_gyro` is called again with the same
argument as already active ([support#1858]).
- Fixed lockup and reboot with f-strings in tight loops ([support#1668]).
- Fixed lockup and reboot with f-strings and slice allocations in tight
loops ([support#1668]).

[support#1623]: https://github.com/pybricks/support/issues/1623
[support#1668]: https://github.com/pybricks/support/issues/1668
Expand Down
2 changes: 1 addition & 1 deletion micropython
Submodule micropython updated 1 files
+1 −1 py/gc.c

0 comments on commit ed3632f

Please sign in to comment.