はじめに
七尾百合子さん、お誕生日 245日目 おめでとうございます! nikkieです。
今週金曜日のワクワクする機会に向けた予習一歩目です
目次
- はじめに
- 目次
- 11/21(金) Python Meetup Fukuoka #5
- Donghee Naさん
- 2020年までの実績
- LLVM-BOLT optimiser
- 直近:free-thread Python の改善
- 終わりに
11/21(金) Python Meetup Fukuoka #5
lycorptech-fukuoka.connpass.com
Pythonコアデベロッパーであり、Pythonの開発をリードするSteering Councilメンバーの一人であるDonghee Naさんが登壇します!直接質問のできる貴重なチャンスをお見逃しなく!!
当日は現地にて日本語↔️英語の通訳を提供します、ご利用される場合はZoomが利用できる端末(ノートPC、スマートフォン)とイヤホンをお持ちください
前回#4に引き続き、東京から参加します!
Donghee Naさんに質問できるようなので(事前質問募集)、Deep Researchを使って積ん読リストを作って準備します。
#pycontokai で知ったのですが、11/22(土)にOSC Fukuokaがあり #osc25fkhttps://t.co/xcfBgTqQdV
— nikkie(にっきー) / にっP (@ftnext) 2025年11月8日
前日入りして11/21(金) #PythonFukuoka でDonghee Naさんの話も聞けるという神日程になってるそうです https://t.co/nbWE8WKQDM
Donghee Naさん
I wrote a new PEP with Donghee Na (@dongheena92): "PEP 814: Add frozendict built-in type": https://t.co/1pZLEeY0PS A new public immutable type frozendict is added to the builtins module. The insertion order is preserved and a frozendict can be hashed.
— Victor Stinner 🐍 (@VictorStinner) 2025年11月13日
2020年までの実績
core developer への promote にあたり、まとめられています
He is contributing to Python since August 2017 and is now the 4th most active developer.
logging.basicConfig(force=True)、ありがとう...
サードパーティライブラリが(本当はいけないのに1)ルートロガーにハンドラを取り付けている場合に、大変重宝しています
LLVM-BOLT optimiser
2023年の Python Language Summit でのライトニングトークを発見
CPython Core Developer Dong-hee Na gave a short presentation on the LLVM-BOLT optimiser, arguing that we should support it as a standard feature of CPython.
faster-cpython2 の中で取り組まれたんですね
直近:free-thread Python の改善
https://docs.python.org/ja/3/whatsnew/3.14.html#free-threaded-mode-improvements の「Contributed by」にお名前が挙がっています
CPython's free-threaded mode (PEP 703), initially added in 3.13, has been significantly improved in Python 3.14.
For now, it only checks whether the Top 1000 PyPI packages can be installed on Free-threaded CPython, but it still gives a reasonably accurate view of what builds successfully.
The Steering Council (SC) approves PEP 779, with the effect of removing the “experimental” tag from the free-threaded build of Python 3.14.
PyCon US 2025でも
終わりに
Donghee Naさん、めちゃめちゃ実績がある方だと思うのでここにあるのはごくごく一部ですが、11/21(金)のPython Meetup Fukuoka #5で直接お会いする前の予習リストを作りました。
logging.basicConfig()、ありがとう...- Python 3.14 では free-threading に関わられている
英語リスニングはめちゃめちゃ苦手ですが、折角の機会なので挑戦するのみです!
(当日心が折れるかもしれないので、自分向けに書いておきます。できる!!)
- PyCon JP 2025でお伝えしたとおりです。https://ftnext.github.io/2025-slides/pyconjp/stdlib-logging-kata.html#/20↩
-
なお現状
↩o4-mini + Searchに関連ページ挙げてもらって読んだ感じ
— nikkie(にっきー) / にっP (@ftnext) 2025年5月31日
なんとUS PyConのタイミングでFaster CPythonサポートの打ち切りが通達されhttps://t.co/uUpPlJ5TVe
関係開発者のレイオフ。https://t.co/eex3E0Nj38
Community Stewardshipのdiscuss立ち上がってるhttps://t.co/fRZxAHXBo5 https://t.co/BlHSGyHxUg