Skip to content

Python 3.11 support, or sunsetting status documentation #6

@econtal

Description

@econtal

7 years after the last commit, I'm still using this library!

Unfortunately it doesn't compile in python 3.11. Could you clarify whether the library will be maintained, or if it's being sunset?

I can compile in Python 3.10, but not 3.11:

      choldate/_choldate.c:107:11: error: too few arguments to functionPyCode_New107 |           PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
            |           ^~~~~~~~~~

and

      choldate/_choldate.c: In function__Pyx_AddTraceback’:
      choldate/_choldate.c:6338:13: error: invalid use of incomplete typedefPyFrameObject’ {akastruct _frame’}
       6338 |     py_frame->f_lineno = py_line;
            |             ^~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions