From: François Pinard Date: Fri, 29 Nov 2013 17:12:44 +0000 (-0500) Subject: README.org: Add a last migration step. X-Git-Tag: v3.7~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=392f0deb536d4d3c28ff54cda27f7e9852d08c77;p=recode README.org: Add a last migration step. --- diff --git a/README.org b/README.org index ba51c57..eb47a20 100644 --- a/README.org +++ b/README.org @@ -365,6 +365,8 @@ thought; I stay really admirative and grateful for Greg Ewing's work. Python; standard Python codecs might even be cythonized in Recode. - Program and library initialization get revised to spare disk accesses and building descriptive structures, whenever possible. +- The main program directly links to the Python API rather than + through the C API, while the C API becomes a separate facility. I once thought about resorting to kludges, within a Python API interface, so the Python interpreter would not be required at all at