]> granicus.if.org Git - python/commit
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_...
authorAlexey Izbyshev <izbyshev@ispras.ru>
Tue, 12 Feb 2019 16:06:43 +0000 (19:06 +0300)
committerEric Snow <ericsnowcurrently@gmail.com>
Tue, 12 Feb 2019 16:06:43 +0000 (09:06 -0700)
commit16f842da3c862d76a1177bd8ef9579703c24fa5a
tree476f517535ce737c62d0d4dcc19a404cc136839f
parentb01786c8812c4cc24dd561b5941025bdd6f444c0
bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_send() (gh-11822)
Lib/test/test__xxsubinterpreters.py
Python/pystate.c