gh-152903: Change PCWSTR to PWSTR in GetThreadDescription() typedef#152904
Conversation
There was a problem hiding this comment.
This is also duplicated in:
cpython/Modules/_threadmodule.c
Line 78 in 31864bd
I think we should merge these by putting them in an internal header, but maybe that's better left to a follow up. CC @vstinner
b818ce5 to
1c2bced
Compare
Thank you very much. |
I would prefer to not add it to an internal header file. |
|
Thanks @carlo-bramini for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14, 3.15. |
|
GH-152943 is a backport of this pull request to the 3.15 branch. |
|
GH-152944 is a backport of this pull request to the 3.14 branch. |
Fixes issue #152903