This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: opcode.h incorrectly describes arg of SETUP_*
Type: Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: ctl, georg.brandl
Priority: normal Keywords: patch

Created on 2007-07-11 18:01 by ctl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setup-loop-abs-rel-comment.patch ctl, 2007-07-11 18:01
Messages (2)
msg52837 - (view) Author: Christopher Tur Lesniewski-Laas (ctl) Date: 2007-07-11 18:01
The argument to the SETUP_* opcodes is not an absolute offset as described in the comment.  It is a relative offset.  This one line patch corrects the comment.
msg52838 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-07-11 19:42
Thanks, committed as rev. 56280, 56281 (2.5).
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45173
2007-07-11 18:01:18ctlcreate