New submission from Bernhard Rosenkraenzer :
Python 3.7.0b3 fails to build with clang 6.0 (implicit cast from void* to a
different pointer type is an error now):
/usr/bin/clang++ -c -Wno-unused-result -Wsign-compare -Wunreachable-code
-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -Os -gdwarf-4
Bernhard Rosenkraenzer added the comment:
Not sure how to get it into verbose mode (I presume you don't mean "python
-v"), but normal mode (22 tests) works fine:
Python 2.7.1 (r271:86832, Apr 22 2011, 13:40:40)
[GCC 4.6.0] on linux2
Type "help", "copyright&quo
New submission from Bernhard Rosenkraenzer :
Sending e.g. a JPEG file with a httplib POST request (e.g. through mechanize)
can result in an error like this:
File "/usr/lib64/python2.7/httplib.py", line 947, in request
self._send_request(method, url, body, headers)
File &