SIGN IN SIGN UP

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
V
Victor Stinner committed
ea9f168957f7236aae2185f65e0dc608a9a7a37b
Parent: 8d56109
Committed by GitHub <noreply@github.com> on 6/4/2019, 3:08:24 PM