Skip to content

Support free-threaded Python #166

@ariebovenberg

Description

@ariebovenberg

Not urgent to fix, but importing on free-threaded build fails:

Python 3.13.0rc1 experimental free-threading build (main, Aug  7 2024, 15:09:54) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import whenever
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import whenever
  File "/Users/arie/code/whenever/pysrc/whenever/__init__.py", line 2, in <module>
    from ._whenever import *
SystemError: init function of _whenever returned uninitialized object
>>>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions