[issue16407] Python 2.7.3: test_sys fails when building under 10.7.5 with dtrace support

2012-11-04 Thread yrammos
New submission from yrammos: I am building Python 2.7.3 using Homebrew as follows: brew install --with-dtrace --quicktest python The failing tests are: test_ctypes test_sys Omitting --with-dtrace reduces the failures to one test: test_ctypes @samueljohn from github

[issue16407] Python 2.7.3: test_sys fails when building under 10.7.5 with dtrace support

2012-11-04 Thread Ned Deily
Ned Deily added the comment: Thanks for your report. Without more details on exactly what errors you are seeing and exactly what configure options the Homebrew recipe is using and exactly which compiler you are using, it is not possible to be 100% certain what you are experiencing.