Skip to content

CLN: define __hash__ directly for _NaT; needed for some builds on py3k #4269

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

Merged
merged 1 commit into from
Jul 16, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jul 16, 2013

closes #4266

@cpcloud
Copy link
Member

cpcloud commented Jul 16, 2013

hm, i'm a little sad that i have to remember another idiosyncrasy of cython under a different python version, that is that inheritance doesn't work like you think it shoudl

@jreback
Copy link
Contributor Author

jreback commented Jul 16, 2013

this is only on a little-endian which is even more weird

jreback added a commit that referenced this pull request Jul 16, 2013
CLN: define __hash__ directly for _NaT; needed for some builds on py3k
@jreback jreback merged commit 47eed0c into pandas-dev:master Jul 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python3 test_value_counts_nunique : TypeError: unhashable type: 'NaTType'
2 participants