Staging
v0.5.1
https://github.com/python/cpython
Revision ea9f168957f7236aae2185f65e0dc608a9a7a37b authored by Victor Stinner on 04 June 2019, 15:08:24 UTC, committed by GitHub on 04 June 2019, 15:08:24 UTC
Fix this MSVC warning:

    objects\codeobject.c(264): warning C4244: '=':
    conversion from 'Py_ssize_t' to 'unsigned char', possible loss of data
1 parent 8d56109
History
Tip revision: ea9f168957f7236aae2185f65e0dc608a9a7a37b authored by Victor Stinner on 04 June 2019, 15:08:24 UTC
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
Tip revision: ea9f168
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.8 KB
_testembed.c -rw-r--r-- 37.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top