bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997)
Fix MSVC warning:
objects\codeobject.c(285): warning C4244: '=':
conversion from 'Py_ssize_t' to 'unsigned char',
possible loss of data V
Victor Stinner committed
376ce9852eec4e97745c723f0dd0fe64383c6cd3
Parent: eb976e4
Committed by GitHub <noreply@github.com>
on 6/12/2019, 2:41:16 AM