Skip to content
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

Python 3.11 support, or sunsetting status documentation #6

Open
econtal opened this issue Jun 27, 2023 · 1 comment
Open

Python 3.11 support, or sunsetting status documentation #6

econtal opened this issue Jun 27, 2023 · 1 comment

Comments

@econtal
Copy link

econtal commented Jun 27, 2023

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;
            |             ^~
@econtal
Copy link
Author

econtal commented Jul 19, 2023

Actually it might be related to #7 which is fixed with #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant