Donghee Na
banner
corona10.bsky.social
Donghee Na
@corona10.bsky.social
- ML Infrastructure SWE @ Karrot (당근)
- Python Steering Council and Core dev

Opinions are my own not my employer: https://github.com/corona10
얼마 전에 나온 파이썬 다큐맨터리에 한국어 자막이 추가가 되었습니다. 아직까지는 유일한 수동 번역된 비영어 자막입니다. 이 작업을 위해 노력해주신 @pycon.kr 분들께 감사를 드립니다!
www.youtube.com/watch?v=GfH4...
Very proud that official Korean subtitles is added to “Python: The Documentary” thanks to the amazing effort from
@pycon.kr

It’s the only non-English language with manually created subtitles, not auto-generated.
Python: The Documentary | An origin story
YouTube video by CultRepo
www.youtube.com
October 25, 2025 at 10:14 AM
www.youtube.com/watch?v=GfH4...
Very proud that official Korean subtitles is added to “Python: The Documentary” thanks to the amazing effort from
@pycon.kr

It’s the only non-English language with manually created subtitles, not auto-generated.
Python: The Documentary | An origin story
YouTube video by CultRepo
www.youtube.com
October 25, 2025 at 9:29 AM
Reposted by Donghee Na
Going to report a bug literally any Python project on GitHub to find @hugovk.dev already got there before you, reported it and fixed it. Every time.
October 24, 2025 at 4:58 AM
Most of my recent OSS contributions are connected to projects at my company, even if the contributions are small or simple. So I still believe the best way to start contributing to open source is by working on, or aligning with, your day-to-day projects :)
October 24, 2025 at 12:47 PM
Sometimes it is good to try to keep a distance from the topic that I am biased on
September 25, 2025 at 6:16 PM
During the CPython core sprint, I was glad to close the issue by fixing it so that the JIT can now pass unittests without any optimizations(no-opt). This will be the basic step to make the JIT compatible with free-threading.
github.com/python/cpyth...
Make no-opt JIT to pass whole unit test. · Issue #137838 · python/cpython
#137800 (comment) While investigating, make JIT thread-safe for FT build. IMO, we should separate this task into making the tier 2 interpreter thread-safe (with optimzation disabled) and the optimi...
github.com
September 18, 2025 at 5:35 PM
I hope we can have more CPython sprints happening across various regions!

pyfound.blogspot.com/2025/09/spri...
Sprints are the best part of a conference
pyfound.blogspot.com
September 11, 2025 at 1:28 AM
It’s been a while, but I finally had a full day at work to spend on open source. Happy to dig into some long-pending CPython issues, especially since most of my days lately are just paperwork.
August 27, 2025 at 9:03 AM
Hopefully no more paper works after next month
August 24, 2025 at 9:31 AM
Yesterday I joined @bernsteinbear.com for live debugging for my stuck PR on his JIT project, and it was an outstanding experience. Learning directly from people like him is priceless, and I truly hope more mentors like this can have greater impact in the community.
August 19, 2025 at 12:34 AM
I got a new t-shirt :)
August 12, 2025 at 12:43 PM
Just a bit more... and I might escape the paperwork by the end of this month.
July 11, 2025 at 1:36 PM
The Steering Council has updated one paragraph of its earlier announcement to clarify terminology.

See: discuss.python.org/t/pep-779-cr...
June 26, 2025 at 6:40 PM
Reposted by Donghee Na
Had a great time with @corona10.bsky.social today!
I met Max Bernstein today, an expert in Python (Cinder, Skybison) and Ruby JIT (ZJIT). We had a fascinating conversation about JIT compilation in both Ruby and Python while walking around a historic palace in Korea.
June 21, 2025 at 10:38 AM
I met Max Bernstein today, an expert in Python (Cinder, Skybison) and Ruby JIT (ZJIT). We had a fascinating conversation about JIT compilation in both Ruby and Python while walking around a historic palace in Korea.
June 21, 2025 at 5:59 AM
Reposted by Donghee Na
I've updated my Python 3.14 post with the new additions in 3.14.0b3: free-threading is no longer experimental, and concurrent.interpreters has been added! I've added a couple of examples: iscinumpy.dev/post/python-...
Python π
Python π (3.14) beta 3 is out, which means the features are locked in (normally beta 1, but two additions were made exceptionally in beta 3!). The big feature this time around is template strings. The...
iscinumpy.dev
June 18, 2025 at 7:36 PM
Reposted by Donghee Na
Just released: Python 3.14.0 beta 3! 🚀🐍

🥧 Exceptionally new in b3:

🥧 Free-threaded Python is officially supported! (PEP 779)

🥧 Subinterpreters in the stdlib! (PEP 734)

Do you maintain a Python package? Please test 3.14.

discuss.python.org/t/python-3-1...

#Python #CPython #Python314 #release
Python 3.14.0 beta 3 is here!
It’s 3.14 beta 3! https://www.python.org/downloads/release/python-3140b3/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b3, is the third of four pla...
discuss.python.org
June 17, 2025 at 7:29 PM
Reposted by Donghee Na
While it took much deliberation, it’s decisions like this, and the process leading to it, that make serving on the SC so rewarding. Once again I’m honored to serve with these five fine folks.
June 16, 2025 at 12:51 AM
This announcement comes after several weeks of thoughtful discussion among the SC members. I’d also like to acknowledge and thank my fellow council members, @pumpichank.bsky.social, @gpshead.bsky.social, @pablogsal.com and @emilyemorehouse.bsky.social for their hard work throughout this process.
June 16, 2025 at 12:17 AM
Reposted by Donghee Na
Exciting news!

PEP 779 ("Criteria for supported status for free-threaded Python") has been accepted, which means free-threaded Python is now a supported build!

We'll drop the "experimental" label already in 3.14 beta 3, due on Tuesday!

#PEP779 #Python #Python314 #FreeThreaded
June 15, 2025 at 10:22 PM
The Python Steering Council is pleased to announce that the Free-Threading project is no longer considered experimental!

discuss.python.org/t/pep-779-cr...
PEP 779: Criteria for supported status for free-threaded Python
Hi Thomas, The Steering Council (SC) approves PEP 779, with the effect of removing the “experimental” tag from the free-threaded build of Python 3.14. Along with this, the SC considers the following...
discuss.python.org
June 15, 2025 at 10:10 PM
About UN open-source week:
www.sovereign.tech/news/maintai...
A delegation of experts for UN Open Source Week | Sovereign Tech…
www.sovereign.tech
June 15, 2025 at 9:36 PM
I feel like I've become grumpy man :(
June 13, 2025 at 1:26 PM
Reposted by Donghee Na
Just published the blog posts for the #Python Language Summit 2025. It's quite fun to cover this important event and contribute to the Python community in this unique way :)

Please take a look if you weren't able to attend the Language Summit in person:

discuss.python.org/t/announcing...
Announcing the Python Language Summit 2025 blog posts
Hey folks! I’ve published the blog posts for the Python Language Summit 2025 to the PSF blog, I hope you enjoy them! Big thank-you to the PSF Community Communications Manager @riecatnor for reviewing ...
discuss.python.org
June 12, 2025 at 2:06 PM