New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-46584: remove check for py2.3 from ctypes/test_python_api
#31024
Conversation
Lib/ctypes/test/test_python_api.py
Outdated
| else: | ||
| c_py_ssize_t = c_int | ||
|
|
||
| c_py_ssize_t = c_size_t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can c_py_ssize_t be removed altogether after it stopped to be a compatibility shim?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea!
|
Sorry, I can't merge this PR. Reason: |
|
@Mariatta Looks like miss-islington needs restoration of push rights for backport branches. |
@arhadthedev that's not the issue (miss-islington is trying to push to the main branch due to the "automerge" label being added). The issue is that Python is currently broken on the main branch, so all PRs are blocked until that's fixed (see https://mail.python.org/archives/list/python-dev@python.org/thread/HU2LH5MX44QZXZ36YS4SOG4ZUPT4E7QT/) |
|
Yep, we just need to wait. I was just seeing whether @miss-islington would hold off until the branch was unblocked, or fail; it turned out to be fail (and holding off was probably an unrealistic expectation in the first place :)). We'll get this merged when we can. |
|
Thanks @sobolevn for the PR |
|
Thanks @sobolevn for the PR |
|
GH-31053 is a backport of this pull request to the 3.9 branch. |
|
GH-31054 is a backport of this pull request to the 3.10 branch. |
…thonGH-31024) (cherry picked from commit 913e340) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…thonGH-31024) (cherry picked from commit 913e340) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
…i` (pythonGH-31024) (pythonGH-31053) (cherry picked from commit 913e340) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
https://bugs.python.org/issue46584
Automerge-Triggered-By: GH:zware