New submission from Zackery Spytz <zsp...@gmail.com>:
./python -m unittest test.test_context.HamtTest.test_hamt_stress Python/hamt.c:1867:29: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' . ---------------------------------------------------------------------- Ran 1 test in 12.702s OK ---------- components: Interpreter Core messages: 346876 nosy: ZackerySpytz, yselivanov priority: normal severity: normal status: open title: Undefined behavior in Python/hamt.c type: behavior versions: Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37446> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com