[issue35972] _xxsubinterpreters: channel_send() may truncate ints on 32-bit platforms

STINNER Victor report at bugs.python.org
Wed Feb 13 06:16:05 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> New changeset 16f842da3c862d76a1177bd8ef9579703c24fa5a by Eric Snow (Alexey Izbyshev) in branch 'master':
> bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_send() (gh-11822)

It seems like this change introduced a reference leak: bpo-35984.

----------

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


More information about the Python-bugs-list mailing list