AutoFindBug
AutoFindBug copied to clipboard
entry=pro.entry&0xfff000
In the deal_history():
entry=pro.entry&0xfff000?
for x in hist_list:
if x&0xfff000 !=entry:
hist_list.remove(x)
I don't understand why &0xfff000?
Anybody knows?