Author: Armin Rigo <[email protected]> Branch: stm-thread-2 Changeset: r57635:17e4b45eb9d6 Date: 2012-09-28 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/17e4b45eb9d6/
Log: Link to project-ideas.rst. diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -118,7 +118,7 @@ interface`_, but only if you use ``thread.atomic`` directly. In the high-level interface, the running code is either single-threaded (outside ``transaction.run()``) or systematically running in -``thred.atomic`` blocks. +``thread.atomic`` blocks. If you *are* using ``thread.atomic`` directly, then a common way for this issue to show up is using ``print`` statements: this is due to the @@ -243,4 +243,12 @@ XXX +See also +======== + +See also +https://bitbucket.org/pypy/pypy/raw/default/pypy/doc/project-ideas.rst +(section about STM). + + .. include:: _ref.txt _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
