__pypy__.do_what_I_mean should be documented
__pypy__.do_what_I_mean(1)
asks me to report a bug:
RPython traceback:
File "pypy_interpreter.c", line 48211, in BuiltinCode1_fastcall_1
File "pypy_module___pypy__.c", line 4019, in do_what_I_mean
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: unexpected internal exception (please report a bug): <ValueError object at 0x7fbff2399120>; internal traceback was dumped to stderr
Reading the source code reveals that this is intended behavior, but help(__pypy__.do_what_I_mean)
in the REPL gives nothing. Consider this a request for it to be documented.