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 yrammos
Recipients yrammos
Date 2012-11-04.19:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352058578.46.0.0988393547736.issue16407@psf.upfronthosting.co.za>
In-reply-to
Content
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 suggested that I ping Jesús Cea Avión or Ronald Oussoren for this.
History
Date User Action Args
2012-11-04 19:49:38yrammossetrecipients: + yrammos
2012-11-04 19:49:38yrammossetmessageid: <1352058578.46.0.0988393547736.issue16407@psf.upfronthosting.co.za>
2012-11-04 19:49:38yrammoslinkissue16407 messages
2012-11-04 19:49:37yrammoscreate