[pypy-commit] pypy stm-thread: Mention this as a rough edge.

arigo noreply at buildbot.pypy.org
Fri Jun 15 08:42:11 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list