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 mark.dickinson
Recipients dim, emaste, koobs, mark.dickinson, vstinner
Date 2017-04-21.07:46:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492760770.45.0.211838460094.issue30104@psf.upfronthosting.co.za>
In-reply-to
Content
I seem the same issues on OS X (10.9.5) when compiling with clang 4.0 from MacPorts. So this doesn't seem to be FreeBSD-specific.

Changing title and raising priority: failure for repr (and marshal, JSON, etc.) to roundtrip seems like a critical breakage to me.

mdickinson$ CC=/opt/local/bin/clang-mp-4.0 ./configure && make && ./python.exe -m test test_strtod
[... log from successful build omitted ...]
Run tests sequentially
0:00:00 [1/1] test_strtod
test test_strtod failed -- multiple errors occurred; run in verbose mode for details
test_strtod failed

1 test failed:
    test_strtod

Total duration: 65 ms
Tests result: FAILURE
History
Date User Action Args
2017-04-21 07:46:10mark.dickinsonsetrecipients: + mark.dickinson, vstinner, koobs, emaste, dim
2017-04-21 07:46:10mark.dickinsonsetmessageid: <1492760770.45.0.211838460094.issue30104@psf.upfronthosting.co.za>
2017-04-21 07:46:10mark.dickinsonlinkissue30104 messages
2017-04-21 07:46:10mark.dickinsoncreate