Source: python-canmatrix
Followup-For: Bug #1056461

This seems to really be a bug in python3-future:


```sh
$ python3    -c "import past.builtins"

$ python3.12 -c "import past.builtins"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/past/builtins/__init__.py", line 54, in 
<module>
    from past.builtins.misc import (apply, chr, cmp, execfile, intern, oct,
  File "/usr/lib/python3/dist-packages/past/builtins/misc.py", line 45, in 
<module>
    from imp import reload
ModuleNotFoundError: No module named 'imp'

```
i've therefore reassigned this bug.



Doing a quick check on python-future, it seems that the v0.18.3 release
(available since 2023-01-13) fixes the issue at hand, as it includes
<https://github.com/PythonCharmers/python-future/commit/fc84fa8dd46d5ccff8d80b5ac1cac68af5c83055>

so i wonder, why we still ship 0.18.2

(i see that andreas has updated the package to 0.18.2 *today* :-))

cheers,
gfmdsa
IOhannes

Reply via email to