Enable part of this code because Pyston support co_names now.
We have to support self.used. This part of code was disabled because Pyston didn't support co_names. Now enable it. But Pyston's bytecode is different than CPython bytecode. So we can't use the code which rely on co_code part.
Showing
Please register or sign in to comment