# Bug report ### Bug description: Simple reproducer (real-world [bug report](https://github.com/apache/arrow/issues/35237) is a bit more complex): ```python import threading def use_cf(): import concurrent.futures.thread def main(): t = threading.Thread(target=use_cf) t.start() if __name__ == "__main__": main() ``` ### CPython versions tested on: 3.10, 3.11, 3.12, 3.13 ### Operating systems tested on: _No response_
Bug report
Bug description:
Simple reproducer (real-world bug report is a bit more complex):
CPython versions tested on:
3.10, 3.11, 3.12, 3.13
Operating systems tested on:
No response