-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Internal error with namedtuple+classmethod #3317
Comments
I figured out how to install it (deps line in tox needs #3081 does fix the crash I do still get |
Keeping this open until until #3081 has been merged. |
@Daenyth By the way, do you still see the crash on master without |
I can repro without a config file and without incremental on master. Also verified that this doesn't happen on 0.501 so this is a regression and I'd like to get this fixed before release. Since we are in feature freeze, I'd rather have a specific fix for this issue instead of landing #3081. Anybody want to look at extracting the fix for this from #3081 (or implementing an independent fix)? |
I have a (very hacky) quick fix; will send a pr shortly.
El El jue, may. 4, 2017 a las 9:04 AM, Jukka Lehtosalo <
notifications@github.com> escribió:
… I can repro without a config file and without incremental on master. Also
verified that this doesn't happen on 0.501 so this is a regression and I'd
like to get this fixed before release. Since we are in feature freeze, I'd
rather have a specific fix for this issue instead of landing #3081
<#3081>. Anybody want to look at
extracting the fix for this from #3081
<#3081> (or implementing an
independent fix)?
^^ @JelleZijlstra <https://github.com/JelleZijlstra> @ilevkivskyi
<https://github.com/ilevkivskyi>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3317 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA3VaE3zR9TLmS_OSHAtNc8a3NkNgz-4ks5r2fcTgaJpZM4NQk4O>
.
|
Really hacky but this should work for now. I think the bug was introduced when we added support for NamedTuple classmethods. Fixes python#3317
Really hacky but this should work for now. I think the bug was introduced when we added support for NamedTuple classmethods. Fixes #3317
Running off the latest master.
This might be fixed by #3081? I'm not sure how to install that to test
Stack trace is here
The text was updated successfully, but these errors were encountered: