From: Carl Bordum Hansen Date: Tue, 31 May 2022 17:29:21 +0000 (+0200) Subject: Remove VOC reference (93333) X-Git-Tag: v3.12.0a1~1389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb900712a5511ba82ef64105fe28d2a6886a8fed;p=thirdparty%2FPython%2Fcpython.git Remove VOC reference (93333) VOC has been archived by the BeeWare project, and they are instead embedding CPython, rather than transpiling to Java bytecode. --- diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index ff83a1b8134b..a624fdb07a17 100644 --- a/Doc/faq/design.rst +++ b/Doc/faq/design.rst @@ -324,8 +324,7 @@ Can Python be compiled to machine code, C or some other language? `Cython `_ compiles a modified version of Python with optional annotations into C extensions. `Nuitka `_ is an up-and-coming compiler of Python into C++ code, aiming to support the full -Python language. For compiling to Java you can consider -`VOC `_. +Python language. How does Python manage memory?