gh-130821: Add type info to error message in Modules/_abc.c - #156080
gh-130821: Add type info to error message in Modules/_abc.c#156080JMak-Security wants to merge 7 commits into
Conversation
Closes pythongh-130821 This PR updates the error message format in `Modules/_abc.c` to include the actual returned type information, matching the new consistent formatting standard requested by the core team.
|
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 |
|
This is a small error message consistency fix. Could a maintainer please help apply the |
|
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 |
|
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 |
|
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 |
This change includes the type name in the TypeError raised when items() returns a non-iterable during abstract method computation in the abc module.
|
This is already part of #144737. |
Closes gh-130821
This PR updates the error message format in
Modules/_abc.cto include the actual returned type information, matching the new consistent formatting standard requested by the core team.