Bug report
Bug description:
Following the recent changes to _YIELD_VALUE, MSVC emits warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data.
I have a PR ready.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Bug report
Bug description:
Following the recent changes to
_YIELD_VALUE, MSVC emitswarning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data.I have a PR ready.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
_YIELD_VALUEuop (GH-149502) #149737