Skip to content

bpo-43754: Fix compiler warning in Python/compile.c#25855

Merged
pablogsal merged 1 commit into
python:masterfrom
pablogsal:compiler-types
May 3, 2021
Merged

bpo-43754: Fix compiler warning in Python/compile.c#25855
pablogsal merged 1 commit into
python:masterfrom
pablogsal:compiler-types

Conversation

@pablogsal
Copy link
Copy Markdown
Member

@pablogsal pablogsal commented May 3, 2021

This fixes the following warning:

'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]

https://bugs.python.org/issue43754

This fixes the following warning:

'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
@pablogsal
Copy link
Copy Markdown
Member Author

CC: @brandtbucher

Copy link
Copy Markdown
Member

@brandtbucher brandtbucher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pablogsal pablogsal merged commit 3949428 into python:master May 3, 2021
@pablogsal pablogsal deleted the compiler-types branch May 19, 2021 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants