Bug#1024859: cctbx: (autopkgtest) needs update for python3.11: initialization of scitbx_linalg_ext raised unreported exception

picca picca at debian.org
Tue Dec 6 13:15:17 GMT 2022


To reproduce the problem

Python3.10:

:~/$ python3.10
Python 3.10.8 (main, Nov  4 2022, 09:21:25) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import scitbx_linalg_ext
>>> 


Python3.11

:~/$ python3.11
Python 3.11.0+ (main, Nov  4 2022, 09:23:33) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import scitbx_linalg_ext
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
SystemError: initialization of scitbx_linalg_ext raised unreported 
exception
>>> 


This extension is using boost_python, something changed in the way 
Python 3.11 import modules ?

or python_boost3.11 does not produce Python3.11 usable extension ?



More information about the debian-science-maintainers mailing list