[Patches] [Patch #101284] dis.py does not know DUP_TOPX

noreply@sourceforge.net noreply@sourceforge.net
Thu, 24 Aug 2000 15:49:07 -0700


Patch #101284 has been updated. 

Project: 
Category: library
Status: Closed
Summary: dis.py does not know DUP_TOPX

Follow-Ups:

Date: 2000-Aug-25 00:03
By: jhylton

Comment:
DUP_TOPX is part of the augmented assignment patch; make sure dis knows about all the new opcodes.


-------------------------------------------------------

Date: 2000-Aug-25 00:24
By: loewis

Comment:
Doing
[x for x in dis.opname if x[0]=='<']
reveals that only ROT_FOUR was still missing; the update patch
fixes that as well.
-------------------------------------------------------

Date: 2000-Aug-25 00:49
By: twouters

Comment:
Damn, I was sure I fixed this. Having the entire augassign patch lying around for months aparently made me drop some stiches left and right.

Fixed. Thanx for the reminder.

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101284&group_id=5470