Skip to content

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

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

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

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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 ✅ .

@ambv ambv merged commit db3ce79 into python:3.8 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.8 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