Author: Ronan Lamy <[email protected]> Branch: improve-docs Changeset: r74069:e69f81e2747e Date: 2014-10-22 12:32 +0200 http://bitbucket.org/pypy/pypy/changeset/e69f81e2747e/
Log: update the paragraph on object spaces diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst --- a/pypy/doc/architecture.rst +++ b/pypy/doc/architecture.rst @@ -70,11 +70,6 @@ lists, as well as the operations between them, like addition or truth-value-testing. -.. TODO edit the sentence about the flow object space - -This division between bytecode evaluator and object space is very -important, as it gives a lot of flexibility. One can plug in -different :doc:`object spaces <objspace>` to get different or enriched behaviours -of the Python objects. Additionally, a special more abstract object -space, the :ref:`flow object space <flow-object-space>`, allows us to reuse the bytecode -evaluator for our translation framework. +This division between bytecode evaluator and object space gives a lot of +flexibility. One can plug in different :doc:`object spaces <objspace>` to get +different or enriched behaviours of the Python objects. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
