[pypy-commit] extradoc extradoc: xxx: should mention that the interpreter is typically very large and

arigo noreply at buildbot.pypy.org
Tue Apr 29 16:30:06 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5201:ca5adaba9b43
Date: 2014-04-29 16:28 +0200
http://bitbucket.org/pypy/extradoc/changeset/ca5adaba9b43/

Log:	xxx: should mention that the interpreter is typically very large and
	maintained by open-source communities

diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex
--- a/talk/icooolps2014/position-paper.tex
+++ b/talk/icooolps2014/position-paper.tex
@@ -132,6 +132,8 @@
 it is used in practice. A solution replacing the GIL should therefore
 uphold these guarantees, while preferably also be as easily
 implementable as a GIL for the interpreter.
+[xxx mention that the interpreter is typically very large and maintained
+by open-source communities]
 
 The GIL also allows for easy integration with external C libraries that
 do not need to be thread-safe. For the duration of the calls, we


More information about the pypy-commit mailing list