Author: Armin Rigo <[email protected]> Branch: Changeset: r76547:245b1e2daf67 Date: 2015-03-24 20:55 +0100 http://bitbucket.org/pypy/pypy/changeset/245b1e2daf67/
Log: plural :-) diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -212,7 +212,7 @@ .. __: `Drop-in replacement`_ .. __: `transaction.TransactionQueue`_ -The issue with low-level threads are well known (particularly in other +The issues with low-level threads are well known (particularly in other languages that don't have GIL-based interpreters): memory corruption, deadlocks, livelocks, and so on. There are alternative approaches to dealing directly with threads, like OpenMP_. These approaches _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
