This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients martin.panter, skydoom, zach.ware
Date 2016-04-05.04:41:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459831307.95.0.146650096386.issue26693@psf.upfronthosting.co.za>
In-reply-to
Content
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:
History
Date User Action Args
2016-04-05 04:41:47martin.pantersetrecipients: + martin.panter, zach.ware, skydoom
2016-04-05 04:41:47martin.pantersetmessageid: <1459831307.95.0.146650096386.issue26693@psf.upfronthosting.co.za>
2016-04-05 04:41:47martin.panterlinkissue26693 messages
2016-04-05 04:41:47martin.pantercreate