[issue31792] test_buffer altered the execution environment

Serhiy Storchaka report at bugs.python.org
Sun Oct 15 07:48:49 EDT 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It is particularly a NumPy issue (I have opened a bug https://github.com/numpy/numpy/issues/9861). It is exposed because I have installed NumPy with non-debug build of CPython and run the test with debug build of CPython. The test is passes with non-debug build of CPython. I am wondering if we can make a workaround and if we should do this.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31792>
_______________________________________


More information about the Python-bugs-list mailing list