# CPython nogil 구현체를 업스트림에 머지하기로 결정

> Clean Markdown view of GeekNews topic #10059. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10059](https://news.hada.io/topic?id=10059)
- GeekNews Markdown: [https://news.hada.io/topic/10059.md](https://news.hada.io/topic/10059.md)
- Type: news
- Author: [corona10](https://news.hada.io/@corona10)
- Published: 2023-07-29T13:11:52+09:00
- Updated: 2023-07-29T13:11:52+09:00
- Original source: [discuss.python.org](https://discuss.python.org/t/a-steering-council-notice-about-pep-703-making-the-global-interpreter-lock-optional-in-cpython)
- Points: 17
- Comments: 3

## Topic Body

수 많은 논쟁과 파이썬 코어팀 내부의 투표 결과 끝에 CPython의 Steering Council은 PEP 703을 받아들이기로 결정.  
단기적으로는 실험적 빌드 플래그로 nogil을 사용할 수 있게 하고   
중기적으로는 nogil 구현이 커뮤니티와 생태계 레벨에서 문제가 없는지 확인한 이후  
장기적(5년 이후)로는 CPython에서는 더 이상 GIL을 사용하지 않는 것을 목표로 함.

## Comments



### Comment 17782

- Author: click
- Created: 2023-07-31T08:35:56+09:00
- Points: 1

GIL 없이 출시되면 Python 4.0으로 출시해도 무방할 듯 합니다.

### Comment 17807

- Author: vwjdalsgkv
- Created: 2023-07-31T17:03:06+09:00
- Points: 2
- Parent comment: 17782
- Depth: 1

GIL이 Python의 언어로써 스펙이 아닌 CPython 구현체의 스펙이다보니 Python의 메이저 버전 자체를 올릴만한 변경사항으로는 조금 어색할 수 있을 것 같습니다.

### Comment 17755

- Author: xguru
- Created: 2023-07-29T14:22:34+09:00
- Points: 1

[2022 파이썬 언어 써밋 : Python without the GIL](https://news.hada.io/topic?id=6541)  
[PEP 703이 억셉트 되면, Meta는 no-GIL CPython에 3년간 엔지니어를 투입할 예정](https://news.hada.io/topic?id=9693)
