You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(extract_kwargs() shouldn't count on a docstring being present to be parsed, because -OO pre-strips even docstrings that were in original source.)
The text was updated successfully, but these errors were encountered:
gojomo
changed the title
doctools.py throws error when executing Python with -OO
doctools.py throws error when executing python with -OO optimization level
Dec 3, 2019
See report misdirected against gensim for full details:
piskvorky/gensim#2680
(
extract_kwargs()
shouldn't count on a docstring being present to be parsed, because-OO
pre-strips even docstrings that were in original source.)The text was updated successfully, but these errors were encountered: