Skip to content

[3.8] bpo-38376: Fix _PyUnicode_CheckConsistency() definition#16623

Merged
vstinner merged 1 commit intopython:3.8from
vstinner:check_consistency38
Oct 7, 2019
Merged

[3.8] bpo-38376: Fix _PyUnicode_CheckConsistency() definition#16623
vstinner merged 1 commit intopython:3.8from
vstinner:check_consistency38

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Oct 7, 2019

Always define _PyUnicode_CheckConsistency() in the CPython C API.

https://bugs.python.org/issue38376

Always define _PyUnicode_CheckConsistency() in the CPython C API.
@vstinner
Copy link
Copy Markdown
Member Author

vstinner commented Oct 7, 2019

I tested manually that Python build correctly with the following commands:

./configure --prefix=$HOME/.local --with-assertions
make

@vstinner vstinner merged commit 435b2ee into python:3.8 Oct 7, 2019
@vstinner vstinner deleted the check_consistency38 branch October 7, 2019 19:12
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.

3 participants