Files
python-uncompyle6/test/simple_source/operation_logic/05_dup_top_two.py
2016-05-08 18:41:59 -04:00

7 lines
149 B
Python

# Bug in &= ~x in Python 3
# Uses DUP_TOP_TWO in Python 3 and
# DUP_TOPX_2 in Python 2
import sys, termios
new = sys.argv[:]
new[3] &= ~termios.ECHO