Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Fix operator __ne__ #68

Merged
merged 1 commit into from
Dec 12, 2014
Merged

Fix operator __ne__ #68

merged 1 commit into from
Dec 12, 2014

Conversation

gladhorn
Copy link

ne was defined as != which means it would just recurse calling
itself.

__ne__ was defined as != which means it would just recurse calling
itself.
lxyu added a commit that referenced this pull request Dec 12, 2014
@lxyu lxyu merged commit 4bd04b1 into Thriftpy:develop Dec 12, 2014
@lxyu
Copy link
Contributor

lxyu commented Dec 12, 2014

oops & thanks! 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants