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 seanmccully
Recipients amaury.forgeotdarc, belopolsky, doko, meador.inge, seanmccully, wes.kerfoot
Date 2014-08-12.17:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407865490.29.0.722077155965.issue22171@psf.upfronthosting.co.za>
In-reply-to
Content
For what it is worth, I was not able to reproduce, on the current Python 2.7.8 branch and Mac OS X.

./python2
Python 2.7.8+ (2.7:ba90bd01c5f1, Aug 12 2014, 12:21:58)

gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix

Version:	5.1.1 (5B1008)
  Location:	/Applications/Xcode.app
  Applications:
  Xcode:	5.1.1 (5085)
  Instruments:	5.1.1 (55045)
  SDKs:
  OS X:
  10.8:	(12F37)
  10.9:	(13C64)
  iOS:
  7.1:	(11D167)
  iOS Simulator:
  7.1:	(11D167)


python2 test.py
True
History
Date User Action Args
2014-08-12 17:44:50seanmccullysetrecipients: + seanmccully, doko, amaury.forgeotdarc, belopolsky, meador.inge, wes.kerfoot
2014-08-12 17:44:50seanmccullysetmessageid: <1407865490.29.0.722077155965.issue22171@psf.upfronthosting.co.za>
2014-08-12 17:44:50seanmccullylinkissue22171 messages
2014-08-12 17:44:49seanmccullycreate