GH-69695: Update PyImport_ImportModule description#103836
Conversation
PyImport_ImportModule description
brettcannon
left a comment
There was a problem hiding this comment.
The new lines are too long; I suspect Adam's line wrapping suggestions should fix the issue.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
|
I have made the requested changes; please review again. (I wonder if this works if I'm not the PR author.) |
It doesn't work for anybody right now: |
|
GH-114924 is a backport of this pull request to the 3.11 branch. |
|
GH-114925 is a backport of this pull request to the 3.12 branch. |
) (GH-114924) GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) (cherry picked from commit 9872855) Co-authored-by: patenaud <33957588+patenaud@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
) GH-114925) GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) (cherry picked from commit 9872855) Co-authored-by: patenaud <33957588+patenaud@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…H-103836) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…H-103836) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
import.rst file updated
gh-69695: PyImport_ImportModule description updated