mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Documented the runtimemodel attribute.
This commit is contained in:
parent
ddafd2b0c7
commit
cb60dae6a1
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ and the like. Use with care.
|
||||||
|
|
||||||
Note the capitalisation of the module name, this is a historical
|
Note the capitalisation of the module name, this is a historical
|
||||||
artifact.
|
artifact.
|
||||||
|
\begin{datadesc}{runtimemodel}
|
||||||
|
Either \code{"ppc"}, \code{"carbon"} or \code{"macho"}. This signifies
|
||||||
|
whether this Python uses the classic (InterfaceLib style) runtime
|
||||||
|
model, the MacOS X compatible CarbonLib style or the MacOS X-only
|
||||||
|
Mach-O style.
|
||||||
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{excdesc}{Error}
|
\begin{excdesc}{Error}
|
||||||
This exception is raised on MacOS generated errors, either from
|
This exception is raised on MacOS generated errors, either from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue