Charles Harris added the comment:
OK, you fixed what broke us before. If I revert our fixes the problem goes
away. So, thanks I guess ;)
You can close this.
--
___
Python tracker
<http://bugs.python.org/issue28
Charles Harris added the comment:
I ran with Python 3.6.0rc1 (default, Dec 7 2016, 14:00:51) and get the same
errors in both NumPy 1.13.0-dev and 1.12. But I gave you a wrong suggestion, we
disable some test errors for releases, which is what is on PyPI, and that is
doubtless why you don
Charles Harris added the comment:
The NumPy 1.12.0b1 tarball is available on PyPI if you want to download it.
--
___
Python tracker
<http://bugs.python.org/issue28
Charles Harris added the comment:
You probably need to run NumPy 1.12 to see the problem. Tt looks like the new
suppress_warnings context manager is what has been broken. Note that is was
broken by 3.6 before, fixed, and now seems to be broken again
Charles Harris added the comment:
I downloaded the tarball and installed the release here and got the same
errors. We setup the tests in developement mode by turning some warnings into
errors, in particular DeprecationWarnings and RuntimeWarnings, and suppressing
others. The tests that are
Charles Harris added the comment:
The failing tests don't use the context manager mentioned in msg278976 and
which was fixed. In any case, the failures are new an appeared today. A failing
test may be viewed at:
https://github.com/numpy/numpy/blob/master/numpy/lib/tests/test_nanfunctio
Charles Harris added the comment:
Probably this commit: https://hg.python.org/cpython/rev/aaee06743c61 .
--
___
Python tracker
<http://bugs.python.org/issue28
New submission from Charles Harris:
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 i
Charles Harris added the comment:
Looks like this was fixed by r86555 and a test added. I think you can close the
ticket.
--
___
Python tracker
<http://bugs.python.org/issue10
Changes by Charles Harris :
Removed file: http://bugs.python.org/file19921/unnamed
___
Python tracker
<http://bugs.python.org/issue10613>
___
___
Python-bugs-list mailin
Charles Harris added the comment:
Hi Eric,
On Thu, Dec 2, 2010 at 8:12 PM, Ãric Araujo wrote:
Where are the guidelines for writing python tests?
Chuck
--
Added file: http://bugs.python.org/file19921/unnamed
___
Python tracker
<h
New submission from Charles Harris :
The attached patch fixes the problem.
--
components: Library (Lib)
files: gzip.patch
keywords: patch
messages: 123171
nosy: charris44
priority: normal
severity: normal
status: open
title: gzip._PaddedFile calls getattr with arguments in reversed
12 matches
Mail list logo