[Stackless] Stackless patches?
Jon Parise
jon at indelible.org
Tue Oct 20 07:31:34 CEST 2009
What is the best way to contribute patches to the Stackless code base?
I don't see any Stackless references on http://bugs.python.org/, but
I may have missed something.
Here's a small fix, for example. A sneaky non-ASCII character snuck
into one of the docstrings:
Index: Stackless/module/stacklessmodule.c
===================================================================
--- Stackless/module/stacklessmodule.c (revision 75551)
+++ Stackless/module/stacklessmodule.c (working copy)
@@ -408,7 +408,7 @@
"test_outside() -- a builtin testing function.\n\
This function simulates an application that does not run \"inside\"\n\
Stackless, with active, running frames, but always needs to initialize\n\
-the main tasklet to get \"###ide\".\n\
+the main tasklet to get \"inside\".\n\
The function will terminate when no other tasklets are runnable.\n\
\n\
Typical usage: Create a tasklet for test_cframe and run by test_outside().\n\
--
Jon Parise (jon of indelible.org) :: "Scientia potentia est"
More information about the Stackless
mailing list