We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 function ‘PyCode_New’ 107 | 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 typedef ‘PyFrameObject’ {aka ‘struct _frame’} 6338 | py_frame->f_lineno = py_line; | ^~
The text was updated successfully, but these errors were encountered:
Actually it might be related to #7 which is fixed with #8
Sorry, something went wrong.
No branches or pull requests
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:
and
The text was updated successfully, but these errors were encountered: