diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-10-26 15:06:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 15:06:57 (GMT) |
commit | 3b1cba3701fd1321a9bdafa9e683f891369f0cfd (patch) | |
tree | 9c77cf42503b029a10e80ec591029b526c4da2c4 /Lib/code.py | |
parent | a6dc531063efe3a8d47ff4639729060c72a3688c (diff) | |
download | cpython-3b1cba3701fd1321a9bdafa9e683f891369f0cfd.zip cpython-3b1cba3701fd1321a9bdafa9e683f891369f0cfd.tar.gz cpython-3b1cba3701fd1321a9bdafa9e683f891369f0cfd.tar.bz2 |
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Declare functions with EXTINLINE:
* mpd_del()
* mpd_uint_zero()
* mpd_qresize()
* mpd_qresize_zero()
* mpd_minalloc()
These functions are implemented with "inline" or "ALWAYS_INLINE", but
declared without inline which cause linker error on Visual Studio in
Debug mode when using /Ob1.
Diffstat (limited to 'Lib/code.py')
0 files changed, 0 insertions, 0 deletions