]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Thu, 4 Feb 2021 22:08:03 +0000 (06:08 +0800)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 22:08:03 +0000 (23:08 +0100)
commit196d4deaf4810a0bba75ba537dd40f2d71a5a634
treed6fcde7ebfde8b990799bdcc5a5b1032e2a0d9ec
parent28873a70503c9e700fe05c3f9c781dbd6ea19b14
bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)

_PyRuntimeState.unicode_ids.next_index type is Py_ssize_t.
Python/pystate.c