[Christian Heimes]
The idea sounds great!

Are you planing to embed the pure python code in C code?

Am experimenting with a descriptor that fetches the attribute string from a separate text file. This keeps the C build from getting fat. More importantly, it let's us write the execable string in a more natural way (it bites to write C style docstrings using \n and trailing backslashes). The best part is that people without C compilers can still submit patches to the text files.


Raymond
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to