CPython GIL 구조 분석을 통한 Compute-bound vs I/O-bound 전략 수립
How Python's GIL actually works (and when it bites you)
How Python's GIL actually works (and when it bites you)
Python's Data Model Is an API. Here Is How to Use It Properly
Stop Writing Raw Python - Let C Handle It
Why Python Told Me To Stop Writing My Own Code
CPython 팀이 트레이스 레코딩과 참조 카운트 제거로 JIT 성능을 macOS AArch64에서 11~12%, x86_64 Linux에서 5~6% 향상
CPython: 36 Years of Source Code