Skip to content

Commit ed3632f

Browse files
committed
micropython/py/gc: Ensure gc_alloc calls MICROPY_GC_HOOK_LOOP at least once.
Partially fixes pybricks/support#1668
1 parent db2ecc9 commit ed3632f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
from `3.6.0b1` to `3.5.0` and back to `3.6.0b1` ([support#1846]).
1515
- Fixed controls stopping if `use_gyro` is called again with the same
1616
argument as already active ([support#1858]).
17-
- Fixed lockup and reboot with f-strings in tight loops ([support#1668]).
17+
- Fixed lockup and reboot with f-strings and slice allocations in tight
18+
loops ([support#1668]).
1819

1920
[support#1623]: https://github.com/pybricks/support/issues/1623
2021
[support#1668]: https://github.com/pybricks/support/issues/1668

micropython

Submodule micropython updated 1 file

0 commit comments

Comments
 (0)