py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
This allows to directly load a Python object to the Python stack. See issue #722 for background.
Please register or sign in to comment
This allows to directly load a Python object to the Python stack. See issue #722 for background.