Martin Panter added the comment:
I am seeing an AssertionError, but no AttributeError. In your original post you
did mention AssertionError, but that contradicts the report title. Please
clarify what the problem is.
$ CFLAG="$(python3.5m-config --includes)"
$ LDFLAG="$(python3.5m-config --ldflags)"
$ g++ ${CFLAG} ${LDFLAG} test2.C
$ ./a.out
['/home/proj/python/lib', '/usr/lib/python35.zip', '/usr/lib/python3.5',
'/usr/lib/python3.5/plat-linux', '/usr/lib/python3.5/lib-dynload',
'/home/.local/lib/python3.5/site-packages', '/usr/lib/python3.5/site-packages']
Exception ignored in: <module 'threading' from
'/usr/lib/python3.5/threading.py'>
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 1292, in _shutdown
assert tlock.locked()
AssertionError:
----------
nosy: +martin.panter
status: pending -> open
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue26693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com