CapPython's treatment of Python builtins

Blocked:

Attribute access:

Imports:

Object-related builtins, probably safe:

Safe:

Some builtins expose nondeterminism:

However, this is not considered a problem because CapPython does not aim to be deterministic. Non-determinism is also exposed by built-in types (in particular, dicts), repr and str are available via the % operator on strings, and object address ordering is exposed by comparison operators.

CapPython/Builtins (last edited 2009-03-29 22:12:50 by MarkSeaborn)