[issue34355] SIGSEGV (Address boundary error)

Yohan Boniface report at bugs.python.org
Wed Aug 8 06:46:23 EDT 2018


Yohan Boniface <yohanboniface at free.fr> added the comment:

Thanks all :)

As noted by Julien, to reproduce the test cases, one also needs to install the dev requirements (or just `pip instal minicli hupper`):

pip install -r requirements-dev.txt

> and what's the issue with asyncio ?

Nothing specific as far as I can tell.
I mentioned it because not all projects use asyncio so I thought it was an significative point to have in mind, just in case.
Also I blindly checked "asyncio" in the "Components" because the project does use asyncio, without foreseeing that this would point asyncio as a guilty and that asyncio maintainers would have been specifically CCed.
Thanks for fixing this.

One other thing to notice just in case: the code base do have unicode chars (in comments, strings and raw strings).

----------

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


More information about the Python-bugs-list mailing list