Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddafd2b commit cb60daeCopy full SHA for cb60dae
1 file changed
Doc/mac/libmacos.tex
@@ -12,6 +12,12 @@ \section{\module{MacOS} ---
12
13
Note the capitalisation of the module name, this is a historical
14
artifact.
15
+\begin{datadesc}{runtimemodel}
16
+Either \code{"ppc"}, \code{"carbon"} or \code{"macho"}. This signifies
17
+whether this Python uses the classic (InterfaceLib style) runtime
18
+model, the MacOS X compatible CarbonLib style or the MacOS X-only
19
+Mach-O style.
20
+\end{datadesc}
21
22
\begin{excdesc}{Error}
23
This exception is raised on MacOS generated errors, either from
0 commit comments