This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients ned.deily, ronaldoussoren, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-18.21:26:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461014798.4.0.82979129972.issue26797@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2016-04-18 21:26:38yselivanovsetrecipients: + yselivanov, ronaldoussoren, vstinner, ned.deily, serhiy.storchaka
2016-04-18 21:26:38yselivanovsetmessageid: <1461014798.4.0.82979129972.issue26797@psf.upfronthosting.co.za>
2016-04-18 21:26:38yselivanovlinkissue26797 messages
2016-04-18 21:26:38yselivanovcreate