Tim Delaney wrote: > that also binds all attribute accesses all the way down into a single > constant call e.g. > > LOAD_FAST 0 > LOAD_ATTR 'a' > LOAD_ATTR 'b' > LOAD_ATTR 'c' > LOAD_ATTR 'd' > > is bound to a single constant: > > LOAD_CONST 5 D'oh. I'm a moron - of course it can't do that. It'll do it for LOAD_GLOBAL followed by multiple LOAD_ATTR, and (I think) also for LOAD_NAME. Tim Delaney
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4