Patches item #1752132, was opened at 2007-07-11 18:01 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752132&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.6 >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Christopher Tur Lesniewski-Laas (ctl) Assigned to: Nobody/Anonymous (nobody) Summary: opcode.h incorrectly describes arg of SETUP_* Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2007-07-11 19:42 Message: Logged In: YES user_id=849994 Originator: NO Thanks, committed as rev. 56280, 56281 (2.5). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752132&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
