[pypy-commit] extradoc extradoc: Merge

Raemi noreply at buildbot.pypy.org
Tue Apr 29 16:57:03 CEST 2014


Author: Remi Meier <remi.meier at inf.ethz.ch>
Branch: extradoc
Changeset: r5203:79b1aa4130ee
Date: 2014-04-29 16:55 +0200
http://bitbucket.org/pypy/extradoc/changeset/79b1aa4130ee/

Log:	Merge

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
@@ -139,6 +139,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