Aaron Meurer

Results 1002 comments of Aaron Meurer

``` **Status:** Valid ``` Original comment: http://code.google.com/p/sympy/issues/detail?id=2189#c1 Original author: https://code.google.com/u/[email protected]/

Why are `unittest` and `asyncio` imported? Neither of those are explicitly referenced anywhere in the codebase.

By the way, some lazy importing functionality is being proposed to be added to core Python itself https://peps.python.org/pep-0690/. Presumably that PEP would make this whole discussion unnecessary if implemented. I'm...

> The 3rd party multipledispatch module does not seem to be actively maintained e.g. it hasn't had a release since 4 years ago in 2018. It's not clear that it...

I think @oscarbenjamin is actually the one who's volunteering, but if your trust only extends as far as me I can take that on for now.

``` **Status:** Valid ``` Original comment: http://code.google.com/p/sympy/issues/detail?id=2229#c1 Original author: https://code.google.com/u/[email protected]/

I can imagine use-cases for exporting a SymPy expression to JSON in a structured way rather than just as a srepr blob that can only be understood by SymPy. For...

``` **Status:** Valid ``` Original comment: http://code.google.com/p/sympy/issues/detail?id=2202#c1 Original author: https://code.google.com/u/[email protected]/

It also seems to break numba.jit (although that has other issues too, see https://github.com/numba/numba/issues/2328).

As I said above, it should only apply when it needs to, i.e., when the names aren't valid Python identifiers.