[issue3713] Compile warning for Objects/stringlib

2008-08-28 Thread Christian Heimes
Christian Heimes <[EMAIL PROTECTED]> added the comment: Thanks! It was a merge glitch. Fixed in r66055 -- nosy: +christian.heimes resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue3713] Compile warning for Objects/stringlib

2008-08-28 Thread Andy
Andy <[EMAIL PROTECTED]> added the comment: patch for issue attached. gcc -v => gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7) tests: ./runtests.sh => 0 BAD 297 GOOD 27 SKIPPED 324 total -- keywords: +patch Added file: http://bugs.python.org/file11291/issue3713.patch __

[issue3713] Compile warning for Objects/stringlib

2008-08-28 Thread Andy
New submission from Andy <[EMAIL PROTECTED]>: Checked out the PY3K branch and built. Received a warning about "characters after #ifdef ignored" from Objects/stringlib/find.h the line in question is: #ifdef STRINGLIB_WANT_CONTAINS_OBJ && !defined(FROM_BYTEARRAY) Which is likely to mean that it