honey_pot

PEP 703 : Python의 GIL 제거 본문

기타

PEP 703 : Python의 GIL 제거

_tera_ 2023. 7. 11. 15:11
  • PEP 703 : Making the Global Interpreter Lock Optional in CPython

 

"A fast, free threading Python"

  • PEP 703이 억셉트 되면, Meta가 3년간 자신들의 CPython 내부 경험이 있는 엔지니어를 지원(PEP 703 억셉트부터 2025년 말까지의 기간)

Python Multithreading without GIL

https://docs.google.com/document/d/18CXhDb1ygxg-YXNBJNzfzZsDFosB5e6BfnXLlejd9l0/edit+

 

https://discuss.python.org/t/a-fast-free-threading-python/27903/99

해커 뉴스 반응

https://news.ycombinator.com/item?id=36643670 

 

If PEP 703 is accepted, Meta can commit three engineer-years to no-GIL CPython | Hacker News

 

news.ycombinator.com

 

+

3.13 버전부터 GIL을 옵셔널하게 변경

After several debates, a project was launched in 2023 to propose making the GIL optional from version 3.13 of Python,which is scheduled for release in October 2024.

 

'기타' 카테고리의 다른 글

rhel9 python3.11 test  (0) 2023.10.16
tensorflow retracing warning 없애기  (0) 2023.08.09
LLM 기반 챗봇 애플리케이션 구조  (0) 2023.06.21
Streamlit 신기하다  (0) 2023.06.20
M1 Ventura + Wacom PTH-651 타블렛 연결  (0) 2023.04.13
Comments