[issue39456] Make IDLE calltip tests work when there are no docstrings

2020-01-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: If test_calltips is fixed before PR-14592 is merged, it should be removed from the latter. -- ___ Python tracker ___ ___

[issue39456] Make IDLE calltip tests work when there are no docstrings

2020-01-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: In a comment on PR-14592, I noted that other tests fail with -OO; these should be fixed (or skipped?) also. test_calltips was the only failure with the compile switch. -- ___ Python tracker

[issue39456] Make IDLE calltip tests work when there are no docstrings

2020-01-26 Thread Terry J. Reedy
New submission from Terry J. Reedy : IDLE should run and calltips and tests should work even callables lack docstrings, either because none is defined or because there are suppressed (CPython compile switch for builtins, CPython runtime switch for user objects). I believe calltips work with