[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE:python3.7-dbg issue ?



Ok, I could simplify the problem to a single import

picca@mordor:~$ python3.7-dbg
Python 3.7.0+ (default, Aug 31 2018, 23:21:37)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import silx.opencl
/usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py:943: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  collections.MutableMapping.register(ParseResults)
/usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py:3245: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  elif isinstance( exprs, collections.Iterable ):
/usr/lib/python3.7/importlib/_bootstrap_external.py:434: ImportWarning: Not importing directory /usr/lib/python3/dist-packages/logilab: missing __init__
  _warnings.warn(msg.format(portions[0]), ImportWarning)
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>
* ob
object  : <refcnt 0 at 0xb5c5a68c>
type    : tuple
refcount: 0
address : 0xb5c5a68c
* op->_ob_prev->_ob_next
object  : Erreur de segmentation


Reply to: