Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1421:dd14c6808158
Date: 2013-11-18 12:05 +0100
http://bitbucket.org/cffi/cffi/changeset/dd14c6808158/

Log:    Add a note to avoid people getting confused by the error message.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@
     try:
         compiler.compile(['c/check__thread.c'])
     except distutils.errors.CompileError:
+        print >> sys.stderr, "the above error message can be safely ignored;"
         print >> sys.stderr, "will not use '__thread' in the C code"
     else:
         define_macros.append(('USE__THREAD', None))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to