Plasma
Plasma copied to clipboard
Rewrite python glue code in C
The glue code at the bottom of all Python files is identical. This can be rewritten in C embedded in the executable to make Python development slightly less of a hassle for age scripters.
The bottom of what Python files are all the same, they look all different too me? Or did you fix this and forget to close it.
The glue is added automatically when the Python scripts are packaged up with plPythonPack.
The glue isn't attached to the files from moul-scripts until you actually build a pak. If you were to decompyle this pak you would see the glue is attached to them
Uh I see, now it makes sense.
False reference (from moul-scripts merge)