[issue28673] When using pyro4 with more than 15 threads, python 2.7.12 cores frequently

STINNER Victor report at bugs.python.org
Wed Nov 16 02:15:23 EST 2016


STINNER Victor added the comment:

By the way, you can try your application on Python 3.6 using
PYTHONMALLOC=debug env var.

Or retry your application on Python 2.7 recompiled using ./configure
--with-pydebug.

I would like to know if Python sees a buffer overflow.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28673>
_______________________________________


More information about the Python-bugs-list mailing list