-
Notifications
You must be signed in to change notification settings - Fork 1
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
Problem with TickTime and TickDate in Python 3.10 #38
Comments
I see something slightly different:
This with head of master, and
Which version of NumPy and fixfmt are you on? However,
|
Hmm, I can't even find an entry in the 3.10 CAPI to call
|
I'm on
but my example is consistent with yours, albeit with an overloaded line, because I'm calling the formatter on the datetime64 value to raise the exception:
Is it possible to explicitly cast as an int before whatever operation is raising this? |
For whom? You (the caller) can certainly do this. That's more or less the intention of the What I was saying, though, is that I don't see a way to do this through the CAPI. All Begs the question what |
Oh: |
Arg!
|
Could you please check if #39 and ora 0.7.1 work for you? Please check also that you are not using |
Mentioned in the 3.10 changelog
Python versions 3.8/9 warn
The text was updated successfully, but these errors were encountered: