mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
Clears the control registers and aborts the closed channel upon a call to `.close()` and `.__del__()` (GC collect). Fixes issue #18446. Signed-off-by: Dryw Wade <dryw.wade@sparkfun.com>