-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Period.now not taking kwargs #53375
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
Conversation
Not sure if this build related error is due to this PR
|
Marking as draft pending resolution of a Cython bug I think. |
Does this change impact all of the Cython functions? From the docs makes it seems like it could be a performance hit for cdef functions we call in tight loops |
Only affects single-arg functions. The affected functions are |
Cython cut 3.0rc1 a little while ago, so this should be ready in a couple of days once the Github cache catches up. |
Thanks @lithomas1 |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Confirmed working with both setuptools/meson.