[pypy-svn] r65414 - pypy/branch/tagged-pointers-framework/pypy/rlib
cfbolz at codespeak.net
cfbolz at codespeak.net
Mon May 25 17:39:36 CEST 2009
Author: cfbolz
Date: Mon May 25 17:39:35 2009
New Revision: 65414
Modified:
pypy/branch/tagged-pointers-framework/pypy/rlib/objectmodel.py
Log:
update comment
Modified: pypy/branch/tagged-pointers-framework/pypy/rlib/objectmodel.py
==============================================================================
--- pypy/branch/tagged-pointers-framework/pypy/rlib/objectmodel.py (original)
+++ pypy/branch/tagged-pointers-framework/pypy/rlib/objectmodel.py Mon May 25 17:39:35 2009
@@ -227,7 +227,8 @@
class UnboxedValue(object):
"""A mixin class to use for classes that have exactly one field which
- is an integer. They are represented as a tagged pointer."""
+ is an integer. They are represented as a tagged pointer, if the
+ translation.taggedpointers config option is used."""
_mixin_ = True
def __new__(cls, value):
More information about the Pypy-commit
mailing list