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 geeknik
Recipients geeknik, ned.deily
Date 2016-08-17.22:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471473478.93.0.962763948761.issue27780@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, I was only able to build Python with ASAN by passing ASAN_OPTIONS=detect_leaks=0 along with the make command, otherwise ASAN wanted to stop the build process as soon as it detected this leak.
History
Date User Action Args
2016-08-17 22:37:58geekniksetrecipients: + geeknik, ned.deily
2016-08-17 22:37:58geekniksetmessageid: <1471473478.93.0.962763948761.issue27780@psf.upfronthosting.co.za>
2016-08-17 22:37:58geekniklinkissue27780 messages
2016-08-17 22:37:58geeknikcreate