
[Python] 멀티 쓰레드의 확장(Python 3.13, CPython, no-GIL 설정)
·
Python
Python 3.132024년 10월 7일 파이썬 3.13 버전이 공개되었다. 이번 버전에서는 새로운 JIT 컴파일러, 모바일 호환성 강화 등 다양한 업데이트가 있었지만 그중에 주목할 부분은 ‘Free-threaded CPython’ 이라고 생각한다. What’s New In Python 3.13 What’s New In Python 3.13Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...docs.p..