# micropython v1.22.1 — Patch release for rp2 atomic mutex - Product: micropython (https://whatsnew.fyi/product/micropython) - Vendor: micropython - Date: 2024-01-05 - Version: v1.22.1 - Original notes: https://github.com/micropython/micropython/releases/tag/v1.22.1 - Permalink: https://whatsnew.fyi/product/micropython/releases/v1.22.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Race condition and potential deadlock in the rp2 port's mp_thread_begin_atomic_section() function when the second core is in use This is a patch release to fix a race condition and potential deadlock in the rp2 port's `mp_thread_begin_atomic_section()` function, when the second core is in use.