Skip to content

Conversation

@jjhelmus
Copy link
Contributor

@jjhelmus jjhelmus commented Aug 1, 2024

Add support for the experimental free-threading Python version in the complex.extension module.

closes #654

Add support for the experimental free-threading Python version in the
complex.extension module.

closes mesonbuild#654
@rgommers rgommers added the maintenance Regular code improvements that are not new features nor end-user-visible bugs label Aug 2, 2024
@rgommers rgommers added this to the v0.17.0 milestone Aug 2, 2024
Copy link
Contributor

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jjhelmus! This LGTM.

This is the one extension module which is actually run, in test_editable.py. Other extension modules are only compiled and then the resulting wheel is inspected for correct tags etc., but the test suite does not emit warnings for them. So let's leave those alone. If this changes, the exact same fix can be applied to the other PyInit_*'s.

@rgommers rgommers merged commit 9baeb2b into mesonbuild:main Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Regular code improvements that are not new features nor end-user-visible bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_mesonpy_meta_finder test fails with the experimental free-threading version of Python 3.13.0b4

2 participants