Files
Pyarmor-Static-Unpack-1shot/tests/tokenized
MrDakik 00d4b02d1e Added support for LOAD_CLASSDEREF
The opcode itself is exactly the same as `LOAD_DEREF`
1) The problem is when the class is a closure (e.g. defined inside a function body) then there is a `BUILD_TUPLE` after the `LOAD_BUILD_CLASS` which makes problems.
2) There is another problem which makes the `code->name()` of the class to be part of the function locals. (e.g. `func.<locals>.my_class` instead of `my_class`) which makes the check `srcString->isEqual(code->name().cast<PycObject>())` be invalid.
2024-02-26 16:52:31 +02:00
..
2023-10-20 13:43:14 -07:00
2021-10-07 20:29:18 -04:00
2021-10-07 02:02:00 -04:00
2020-10-15 21:04:57 -04:00
2024-02-14 21:36:27 -08:00
2022-07-30 00:02:47 -05:00
2020-10-23 11:28:42 +11:00