Skip to content

bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange#22672

Merged
gpshead merged 2 commits into
python:masterfrom
kevans91:move_iph
Oct 12, 2020
Merged

bpo-40422: Move _Py_*_SUPPRESS_IPH bits into _Py_closerange#22672
gpshead merged 2 commits into
python:masterfrom
kevans91:move_iph

Conversation

@kevans91

@kevans91 kevans91 commented Oct 12, 2020

Copy link
Copy Markdown
Contributor

This suppression is no longer needed in os_closerange_impl, as it just
invokes the internal _Py_closerange implementation. On the other hand,
consumers of _Py_closerange may not have any other reason to suppress
invalid parameter issues, so narrow the scope to here.

https://bugs.python.org/issue40422

This suppression is no longer needed in os_closerange_impl, as it just
invokes the internal _Py_closerange implementation. On the other hand,
consumers of _Py_closerange may not have any other reason to suppress
invalid parameter issues, so narrow the scope to here.
Comment thread Modules/posixmodule.c Outdated

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM.

@gpshead gpshead merged commit 64eb259 into python:master Oct 12, 2020
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
…-22672)

This suppression is no longer needed in os_closerange_impl, as it just
invokes the internal _Py_closerange implementation. On the other hand,
consumers of _Py_closerange may not have any other reason to suppress
invalid parameter issues, so narrow the scope to here.
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
…-22672)

This suppression is no longer needed in os_closerange_impl, as it just
invokes the internal _Py_closerange implementation. On the other hand,
consumers of _Py_closerange may not have any other reason to suppress
invalid parameter issues, so narrow the scope to here.
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.

5 participants