-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
AttributeError: 'code' object has no attribute 'co_endlinetable' with python 3.11 #514
Comments
This should be resolved in master. Please reopen if this is not a duplicate of #480. FYI, a new release should be coming in about a week. |
Amazing, sorry for the noise ! |
No worries, thanks for reporting. |
Hey @mmckerns it doesn't seem that release has been created yet, is that right? |
@NiklasRosenstein: that's correct. We have not cut the release yet. The blockers is #527, which either requires some surgical rollback or we finish the PR. My intent was to make a patch release a month ago, however we decided to include new development as well... some of which is now causing a delay. We will also likely include #475 if it gets finished before #527 as they are closely related. |
@mmckerns Can you give a coarse estimation when you might cut a new release? |
@juergenzimmermann if you need a temporary solution we made an unofficial release of 0.3.6 to unblock pylint so you could use https://pypi.org/project/dill-pylint |
@juergenzimmermann: I still have the above noted issue with #475 / #527, but plan to sort it out this week and cut a release. |
Force dill version to dill-pylint 0.3.6.dev0 to woraround dill issue with python 3.11 uqfoundation/dill#514 This is a temporary workaround until dill 0.3.6 is released. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Force dill version to dill-pylint 0.3.6.dev0 to woraround dill issue with python 3.11 uqfoundation/dill#514 This is a temporary workaround until dill 0.3.6 is released. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Force dill version to dill-pylint 0.3.6.dev0 to woraround dill issue with python 3.11 uqfoundation/dill#514 This is a temporary workaround until dill 0.3.6 is released. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Force dill version to dill-pylint 0.3.6.dev0 to woraround dill issue with python 3.11 uqfoundation/dill#514 This is a temporary workaround until dill 0.3.6 is released. Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Hello, thank you for your work on dill :)
We had a crash when trying to upgrade to python 3.11, with the following stacktrace:
See https://github.com/PyCQA/pylint/runs/6950183172?check_suite_focus=true#step:7:3716 and pylint-dev/pylint#6551 for the context.
The text was updated successfully, but these errors were encountered: