Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r83481:5731bf1c66b3 Date: 2016-04-01 09:52 +0200 http://bitbucket.org/pypy/pypy/changeset/5731bf1c66b3/
Log: Add a warning to the docstring diff --git a/pypy/module/__pypy__/interp_magic.py b/pypy/module/__pypy__/interp_magic.py --- a/pypy/module/__pypy__/interp_magic.py +++ b/pypy/module/__pypy__/interp_magic.py @@ -172,7 +172,7 @@ def _promote(space, w_obj): """ Promote the first argument of the function and return it. Promote is by value for ints, floats, strs, unicodes (but not subclasses thereof) and by - reference otherwise. + reference otherwise. (Unicodes not supported right now.) This function is experimental!""" from rpython.rlib import jit _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit