Tyler (Jones Beach) @fromscratchcode.com ยท Oct 2 Found a NICE #Python bug in Memphis today. ๐ 0 likes 2 replies ? Reply Replies Tyler (Jones Beach) ยท Oct 7 PHEW. Tyler (Jones Beach) ยท Oct 2 Wow, I'd never actually thought about how this impacts the AST. a == b == c is actually evaluated as (a == b) and (b == c) which is different than something like 1 + 2 + 3 which gets evaluated as (1 + 2) + 3