platform.libc_ver() raises TypeError on a threaded libc without a version
未關閉
還沒有人認領這個 Issue。
stdlib
type-bug
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
Bug report
platform.libc_ver() raises TypeError when it scans a binary that references
a threaded C library (such as libc_r) with no version number:
>>> platform.libc_ver(executable=some_binary_referencing_libc_r_so)
Traceback (most recent call last):
...
TypeError: 'NoneType' object is not subscriptable
In the so branch of the scanning loop, when a match has a thread suffix
(_r/_pthread) but no version, ver is still None and gets subscripted.
This is a regression from gh-90548 (PR #131313), so 3.14 and later are affected.
CPython versions tested on:
3.16 (main)
Operating systems tested on:
Linux, macOS
Linked PRs
- gh-155455
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從掃描迴圈中的 platform.libc_ver() 及其 so 分支開始,然後在進行變更之前檢視相關的 PR gh-155455。使用一個參照沒有版本的執行緒化 C 程式庫的二進位檔重現此案例,並在呼叫不再引發所回報的 TypeError 時視為問題已解決。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- operating-systems
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 30/100