diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-12 10:14:43 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-06-12 10:14:43 (GMT) |
commit | 996e52623af3854552d41751e0c2522bc0a7e84f (patch) | |
tree | 77bcdcd59dc5fb5aacc3082c2fceed4c2d7a82b1 /Python/peephole.c | |
parent | 878227e7217f3363f9c095b7fb8c1dbdde1ec34f (diff) | |
download | cpython-996e52623af3854552d41751e0c2522bc0a7e84f.zip cpython-996e52623af3854552d41751e0c2522bc0a7e84f.tar.gz cpython-996e52623af3854552d41751e0c2522bc0a7e84f.tar.bz2 |
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000)
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 376ce9852eec4e97745c723f0dd0fe64383c6cd3)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
Diffstat (limited to 'Python/peephole.c')
0 files changed, 0 insertions, 0 deletions