bpo-26219: Fix compiler warning in _PyCode_InitOpcache() by vstinner · Pull Request #13997 · python/cpython
Fix MSVC warning:
objects\codeobject.c(285): warning C4244: '=':
conversion from 'Py_ssize_t' to 'unsigned char',
possible loss of data
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
) 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 376ce98) Co-authored-by: Victor Stinner <vstinner@redhat.com>
vstinner added a commit that referenced this pull request
lisroach pushed a commit to lisroach/cpython that referenced this pull request
DinoV pushed a commit to DinoV/cpython that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters