Yury Selivanov added the comment:

> Did you check your code using a debug build, PYTHONDEBUG=debug (if
CPython is compiled in release mode), or PYTHONMALLOC=malloc + valgrind?
(The env var requires CPython 3.6)

Can't reproduce it in the debug build :(

Since I'm not writing C by hand (I use Cython), and libuv is quite stable, I 
quite doubt that I have a buffer overflow anywhere in my code, but I'll double 
check.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26797>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to