python / python/cpython

PRECALL and CALL description in dis module is misleading

未關閉
#96,687 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

3.11 docs
主要語言
Python
星號
77.2k
分支
36k
平均合併
1 天 9 小時
30 天內合併 PR
558

描述

Documentation

PRECALL is presented as an effective NOP in the documentation however it has a non-zero stack_effect, which means it does alter the stack. Furthermore CALL handling of the argument is not accurate since the stack_effect of CALL is -1 and is independent from the argument value.

As a consequence, the relation between CALL and PRECALL deserves to be clarified IMO.

@iritkatriel you might be interested in the issue

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

首先閱讀 dis 模組文件中的 PRECALL 和 CALL 項目,並將其中的描述與所述的堆疊效果進行比較。只有當文件準確解釋了 PRECALL 的堆疊行為,以及 CALL 的參數處理與 PRECALL 的關係時,才算完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
documentation
Issue 類型
文件
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
38/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。