Skip to content
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

More misc compatibility fixes #1396

Merged
merged 9 commits into from
Nov 13, 2016
Merged

More misc compatibility fixes #1396

merged 9 commits into from
Nov 13, 2016

Conversation

kmod
Copy link
Collaborator

@kmod kmod commented Nov 10, 2016

No description provided.

kmod added 5 commits November 12, 2016 00:15
This is not quite right since type.__call__ isn't even a proper function in
CPython.  But our handling of it is complicated enough that I think it's
worth trying this workaround for now.
(a == b) != (b == a)
We had a few places where we added BoxedBuiltinFunctionOrMethod, which don't
have bind-on-get behavior, causing issues with __call__
kmod added 2 commits November 12, 2016 20:46
and disable a sqlalchemy test that was overspecific
@kmod kmod merged commit 17ab177 into pyston:master Nov 13, 2016
@kmod kmod deleted the metaserver_merge branch January 17, 2017 21:19
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.

1 participant