FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-121617: Include string.h in pwdmodule.c if _Py_TYPEOF is undefined by fuhsnn · Pull Request #121643 · python/cpython · GitHub

/ cpython Public

gh-121617: Include string.h in pwdmodule.c if _Py_TYPEOF is undefined - #121643

Closed
fuhsnn wants to merge 1 commit into
python:mainfrom
fuhsnn:fix-issue-121617
Closed

gh-121617: Include string.h in pwdmodule.c if _Py_TYPEOF is undefined#121643
fuhsnn wants to merge 1 commit into
python:mainfrom
fuhsnn:fix-issue-121617

Conversation

fuhsnn commented Jul 12, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown

If _Py_TYPEOF is undefined, Py_CLEAR falls back to an implementation with memcpy() call; conditionally include the missing string.h dependency.

…efined

If _Py_TYPEOF is undefined, Py_CLEAR falls back to an implementation with memcpy() call; conditionally include the missing string.h dependency.

ghost commented Jul 12, 2024
edited by ghost
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

bedevere-app Bot commented Jul 12, 2024

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This change is outdated: the pwd extension is no longer built with the limited C API.

Also, it's not the proper fix: Python.h should include <string.h> if the _Py_TYPEOF macro is not defined. I wrote #144666 change to do that.

bedevere-app Bot commented Feb 10, 2026

Copy link
Copy Markdown

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

vstinner closed this Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL