Bug#1009857: python3-hy: 'hy' fails to start

2022-04-19 Thread Tianon Gravi
On Tue, 19 Apr 2022 at 03:30, IOhannes m zmölnig wrote: > $ hy3 > Traceback (most recent call last): > File "/usr/lib/python3/dist-packages/hy/compiler.py", line 1696, in > compile_eval_and_compile > hy_eval(new_expr + body, > File "/usr/lib/python3/dist-packages/hy/compiler.py", line 210

Bug#1009857: python3-hy: 'hy' fails to start

2022-04-19 Thread Debian/GNU
Package: python3-hy Version: 0.19.0-2 Severity: important Dear Maintainer, starting 'hy' from the cmdline gives stops immediately with a traceboack. doing an 'import hy' from Python3.10, works fine though. ``` $ python3 -m hy $ echo $? 0 $ hy3 Traceback (most recent call last): File "/usr/li