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 philip.stefanov
Recipients philip.stefanov
Date 2016-09-14.15:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473865443.78.0.10743047881.issue28154@psf.upfronthosting.co.za>
In-reply-to
Content
fstefanov@lin-0360: ~/bin/python/vm/python3.6b/bin 
$ python

Python 3.6.0b1 (default, Sep 14 2016, 11:15:36) 
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import lxml as xxl
*** Error in `python': free(): invalid pointer: 0x00007f65d052b258 ***
Aborted (core dumped)
(python3.6b) 

$ pip list | grep lxml
lxml (3.6.4)
History
Date User Action Args
2016-09-14 15:04:03philip.stefanovsetrecipients: + philip.stefanov
2016-09-14 15:04:03philip.stefanovsetmessageid: <1473865443.78.0.10743047881.issue28154@psf.upfronthosting.co.za>
2016-09-14 15:04:03philip.stefanovlinkissue28154 messages
2016-09-14 15:04:03philip.stefanovcreate