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 matrixise
Recipients Martin Teichmann, Martin.Teichmann, Tim.Graham, eric.snow, matrixise, ncoghlan, python-dev, serhiy.storchaka
Date 2016-10-18.11:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476790250.09.0.109299777757.issue28214@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy,

I don't find the _PyErr_FormatFromCause function in the code of CPython.

Modules/_tracemalloc.o Modules/hashtable.o  Modules/symtablemodule.o  Modules/xxsubtype.o -lpthread -ldl  -lutil   -lm  
Objects/typeobject.o: In function `set_names':
/home/stephane/src/python/cpython/Objects/typeobject.c:7026: undefined reference to `_PyErr_FormatFromCause'
collect2: error: ld returned 1 exit status
Makefile:736: recipe for target 'Programs/_freeze_importlib' failed
make: *** [Programs/_freeze_importlib] Error 1
History
Date User Action Args
2016-10-18 11:30:50matrixisesetrecipients: + matrixise, ncoghlan, python-dev, eric.snow, serhiy.storchaka, Martin.Teichmann, Tim.Graham, Martin Teichmann
2016-10-18 11:30:50matrixisesetmessageid: <1476790250.09.0.109299777757.issue28214@psf.upfronthosting.co.za>
2016-10-18 11:30:50matrixiselinkissue28214 messages
2016-10-18 11:30:49matrixisecreate