-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Timestamp array comparison may raise RecursionError #15183
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
Comments
that's not too friendly! |
I think the error I just hit is related. In py 3.5.2 (pandas 0.20.2):
In the real-life version when the array of
Halfway through the traceback is a call inside I don't do much with py3, so don't know what to make of the
I'll follow up on this later. For the purposes of this and related |
Code Sample, a copy-pastable example if possible
Problem description
Related to #12780. This issue causes datetime-like
.replace
to raiseSystemError
. Recursion is caused by this line:https://github.com/pandas-dev/pandas/blob/master/pandas/tslib.pyx#L1040
Expected Output
raises
TypeError
.Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: