]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127)
authorMichael Felt <aixtools@users.noreply.github.com>
Fri, 11 Jan 2019 18:17:03 +0000 (19:17 +0100)
committerEric Snow <ericsnowcurrently@gmail.com>
Fri, 11 Jan 2019 18:17:03 +0000 (11:17 -0700)
commita909460a09cca79bd051c45b02e650862a57dbd9
tree667494ffad69c0cf624dfae87c641746d27201fe
parent2a39d251f07d4c620e3b9a1848e3d1eb3067be64
bpo-34569: Fix subinterpreter 32-bit  ABI, pystate.c/_new_long_object() (gh-9127)

This fixes ShareableTypeTests.test_int() in Lib/test/test__xxsubinterpreters.py.
Misc/NEWS.d/next/Tests/2018-09-09-14-36-59.bpo-34569.okj1Xh.rst [new file with mode: 0644]
Python/pystate.c