Author: Armin Rigo <[email protected]>
Branch: stm-thread
Changeset: r55682:3cdf2b87ea64
Date: 2012-06-15 08:41 +0200
http://bitbucket.org/pypy/pypy/changeset/3cdf2b87ea64/

Log:    Mention this as a rough edge.

diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py
--- a/lib_pypy/transaction.py
+++ b/lib_pypy/transaction.py
@@ -5,6 +5,10 @@
 Internally based on threads, this module should hide them completely and
 give a simple-to-use API.
 
+Note that some rough edges still need to be sorted out; for now you
+have to explicitly set the number of threads to use by calling
+set_num_threads(), or you get a default of 4.
+
 """
 
 from __future__ import with_statement
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to