Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb60dae

Browse files
committed
Documented the runtimemodel attribute.
1 parent ddafd2b commit cb60dae

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/mac/libmacos.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ \section{\module{MacOS} ---
1212

1313
Note the capitalisation of the module name, this is a historical
1414
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}
1521

1622
\begin{excdesc}{Error}
1723
This exception is raised on MacOS generated errors, either from

0 commit comments

Comments
 (0)