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 charris44
Recipients charris44
Date 2016-12-07.16:54:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481129641.34.0.0925136712294.issue28897@psf.upfronthosting.co.za>
In-reply-to
Content
The lastest Python 3.6 pre-release broke a number of NumPy tests. The failing tests are of the sort

    with warnings.catch_warnings(record=True) as w:
        warnings.simplefilter('always')
        ...

And the failure seems to be that nothing is recorded in w. None of the beta releases caused problems. It is possible that the testing environment (Travis CI) messed up, but reporting this here just in case.
History
Date User Action Args
2016-12-07 16:54:01charris44setrecipients: + charris44
2016-12-07 16:54:01charris44setmessageid: <1481129641.34.0.0925136712294.issue28897@psf.upfronthosting.co.za>
2016-12-07 16:54:01charris44linkissue28897 messages
2016-12-07 16:54:01charris44create