Skip to content

[3.9] bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721)#25812

Merged
ambv merged 1 commit into
python:3.9from
miss-islington:backport-73766b0-3.9
May 2, 2021
Merged

[3.9] bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721)#25812
ambv merged 1 commit into
python:3.9from
miss-islington:backport-73766b0-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 2, 2021

Embedded nulls would cause a ValueError to be raised. Thanks go to
Eryk Sun for their analysis.

Co-authored-by: Łukasz Langa lukasz@langa.pl
(cherry picked from commit 73766b0)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue32745

…pythonGH-8721)

Embedded nulls would cause a ValueError to be raised. Thanks go to
Eryk Sun for their analysis.

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 73766b0)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @ambv: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @ambv: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @ambv: Status check is done, and it's a success ✅ .

@ambv ambv merged commit cf6a796 into python:3.9 May 2, 2021
@bedevere-bot
Copy link
Copy Markdown

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-73766b0-3.9 branch May 2, 2021 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants