timefold-solver
timefold-solver copied to clipboard
jpyinterpreter - Keep module attributes' type infomation
When a module is loaded via LOAD_MODULE, jpyinterpreter currently does not have access to the type of attributes in the modules. This result in losing type infomation when a Type is loaded from a module, generating less efficient Java bytecode.