Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.10] bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)#29148

Closed
miss-islington wants to merge 1 commit into
python:3.10python/cpython:3.10from
miss-islington:backport-276468d-3.10miss-islington/cpython:backport-276468d-3.10Copy head branch name to clipboard
Closed

[3.10] bpo-43795: Add a test for Stable ABI symbol availability using ctypes (GH-26354)#29148
miss-islington wants to merge 1 commit into
python:3.10python/cpython:3.10from
miss-islington:backport-276468d-3.10miss-islington/cpython:backport-276468d-3.10Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 22, 2021

Copy link
Copy Markdown
Contributor

This is a cross-platform check that the symbols are actually
exported in the ABI, not e.g. hidden in a macro.

Caveat: PyModule_Create2 & PyModule_FromDefAndSpec2 are skipped.

These aren't exported on some of our buildbots. This is a bug
(bpo-44133). This test now makes sure all the others don't regress.
(cherry picked from commit 276468d)

Co-authored-by: Petr Viktorin encukou@gmail.com

https://bugs.python.org/issue43795

…pythonGH-26354)

This is a cross-platform check that the symbols are actually
exported in the ABI, not e.g. hidden in a macro.

Caveat: PyModule_Create2 & PyModule_FromDefAndSpec2 are skipped.

These aren't exported on some of our buildbots. This is a bug
(bpo-44133). This test now makes sure all the others don't regress.
(cherry picked from commit 276468d)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
@encukou

encukou commented Oct 22, 2021

Copy link
Copy Markdown
Member

I'll make test 3.11-only for a while. It depends on the environment and might make tests suddenly fail, and I'd prefer it if that happened to people testing 3.11 rather than those deploying 3.10.1.

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.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.