Logan Perkins
Logan Perkins
The `Empowered._inMemoryPowerups` is a dictionary mapping interfaces to objects, rather than mapping to a list (or some other collection) of objects. This means only the *last* registered item is kept,...
The attribute class `bytes` shadows the builtin `bytes` name. Additionally, it's helpstring says the stored/returned type is a python `str`, which is incorrect under python3, it now stores/returns a `builtins.bytes`....
This is my ancient port (from about 2016) to python3.5+. It needs some work to reconcile the changes upstream (and to clean up some of the dirty hacks I did...
### This issue occurs when only Valkyrien Skies and addons are installed and no other mods - [x] I have tested this issue and it occurs when no other mods...
## Description I need the ability to obtain function source code at runtime for various introspection purposes. Since Python 3.9+, and Python3.11 even more, cannot be easily decompiled, I cheated....