]> granicus.if.org Git - python/commit
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
authorVictor Stinner <vstinner@redhat.com>
Tue, 4 Jun 2019 15:08:24 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 15:08:24 +0000 (17:08 +0200)
commitea9f168957f7236aae2185f65e0dc608a9a7a37b
treed5ccb48626d7a380238dc4eeb8349ba238f23f53
parent8d561092d510670ce9c038701c90c913453eac90
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)

Fix this MSVC warning:

    objects\codeobject.c(264): warning C4244: '=':
    conversion from 'Py_ssize_t' to 'unsigned char', possible loss of data
Objects/codeobject.c