Plasma icon indicating copy to clipboard operation
Plasma copied to clipboard

Rewrite python glue code in C

Open branan opened this issue 14 years ago • 5 comments

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.

branan avatar Apr 11 '11 01:04 branan

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.

jamie-marchant avatar Mar 27 '13 19:03 jamie-marchant

The glue is added automatically when the Python scripts are packaged up with plPythonPack.

dpogue avatar Mar 27 '13 19:03 dpogue

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

branan avatar Mar 27 '13 19:03 branan

Uh I see, now it makes sense.

jamie-marchant avatar Mar 27 '13 20:03 jamie-marchant

False reference (from moul-scripts merge)

zrax avatar May 10 '20 20:05 zrax