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 chaselton
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64
Date 2015-06-27.22:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435445489.03.0.565040651732.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
I've run into an error when building python in preparation for running tests (i. e. with --with-pydebug in the ./configure params).

./libpython3.4dm.so: undefined reference to `_PyUnicode_CheckConsistency'

It doesn't seem to be defined anywhere in source that I can see and i'm not sure why.

Google turns up a few hits from the bug-tracker but none have resolutions
http://bugs.python.org/issue13869
http://bugs.python.org/msg151986

Any thoughts?
History
Date User Action Args
2015-06-27 22:51:29chaseltonsetrecipients: + chaselton, r.david.murray, freakboy3742, ethan.furman, refi64
2015-06-27 22:51:29chaseltonsetmessageid: <1435445489.03.0.565040651732.issue23496@psf.upfronthosting.co.za>
2015-06-27 22:51:29chaseltonlinkissue23496 messages
2015-06-27 22:51:28chaseltoncreate