-
Notifications
You must be signed in to change notification settings - Fork 887
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
fix pypy by using a specific version #3183
Conversation
|
Ok I bisected pypy versions and found that the tests pass on 5.4.1 and fail on 5.6.0, 5.7.0 and 5.7.1. |
backport #3183 to fix pypy on ci
backport #3183 to fix pypy on ci
@mmerickel on the PyPy issue, you say we have a bug in |
@tseaver did you see the explanation at https://bitbucket.org/pypy/pypy/issues/2685/regression-with-pyramid-zopeinterface#comment-40776650 ? I have not gotten around to fixing this yet.
|
@mmerickel I didn't expect that you had fixed it: I just wondered if I had missed where you opened the bug against Pyramid (since you agreed on the Bitbucket issue that we have a bug). |
I may not be understanding the issue correctly, but I am not sure how using |
My comment in that issue was about how I would fix a dict implementation to conform to the contract in response to the comment that it cannot be described in python. It was not a proposed fix for getting z.i to broadcast the situation correctly. I don’t have a fix at this time unless taking `*args, **kwargs` works to satisfy the check because the arg could be passed by either method.
|
No description provided.