shithub: pokecrystal

Download patch

ref: 44571dc23645d4bdf7492efb236fc80c0537e460
parent: 8d2df72cb8d09d7cf4ea839199ad8a50230ea6b2
author: yenatch <[email protected]>
date: Tue Jun 25 17:28:25 EDT 2013

give prequeue a reason to exist

--- a/prequeue.py
+++ b/prequeue.py
@@ -1,3 +1,9 @@
+# coding: utf-8
+
+# Starting a new python process to preprocess each source file
+# creates too much overhead. Instead, a list of files to preprocess
+# is fed into a script run from a single process.
+
 import os
 import sys
 import preprocessor