mirror of https://github.com/python/cpython
Browse Source
Fix MSVC warning:
objects\codeobject.c(285): warning C4244: '=':
conversion from 'Py_ssize_t' to 'unsigned char',
possible loss of data
(cherry picked from commit 376ce9852e)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
pull/14012/head
committed by
Victor Stinner
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue