# Bug report ### Bug description: ```python import asyncio def a(): raise StopIteration try: await asyncio.to_thread(a) except: print(3.12.0) ``` other cases: https://github.com/agronholm/anyio/pull/477 ### CPython versions tested on: 3.11, 3.12 ### Operating systems tested on: Windows <!-- gh-linked-prs --> ### Linked PRs * gh-113220 * gh-123033 <!-- /gh-linked-prs -->
Bug report
Bug description:
other cases: agronholm/anyio#477
CPython versions tested on:
3.11, 3.12
Operating systems tested on:
Windows
Linked PRs