-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: isinstance(x, int) -> is_integer(x) #46119
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice LGTM
Is there user-facing in a way that could represent a bugfix? |
I can't remember why this came up, but there was a reason. It might have been when formatting new Int64 with thousands separator, but the Int64 didn't get detected by |
you could actually test this (e.g. pass in np.int64 intead of ints for some args), but nbd. |
This reverts commit 541bbf9.
@meeseeksdev backport 1.4.x |
Co-authored-by: JHM Darbyshire <[email protected]> Co-authored-by: Simon Hawkins <[email protected]>
No description provided.