Christian Clauss

Results 1395 comments of Christian Clauss

Does this still happen on today's Python 2.7.15 and Python 3.7.1?

@athoune Would you be willing to propose a pull request with edits to [README.md](../blob/master/README.md) ?

It is easier to add type hints if Python 3.6 is dropped because then [`from __future__ import annotations`](https://docs.python.org/3/library/__future__.html) can be used to substantially reduce the importing of standard data types...

Let's not just drop tests without fixing the code. `basestring`, `long`, `raw_input`, `xrange` were all removed in Python 3. % `flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics` ``` ./mpmath/ctx_mp_python.py:144:29: F821 undefined...

Could all these __Hang in...__ issues be gathered into a unittest or doctest file so that we can know if they are fixed or still broken?

> The code you posted would likely raise a SyntaxError since, speech_recognition would return "calculate one plus two" Did you try it or did you guess?

What OS are you running on? The macOS engine returns `1 + 2 + 3ˋ.

Please remove me from this @mention. I have never done and am not interested in doing torchscript.

This _dead code_ should be eliminated?

A task list... - [ ] __Linux__: pyinstaller build successful - [ ] Automated on GitHub Actions - [ ] __macOS__: pyinstaller build successful - [ ] Automated on GitHub...