-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Python 3.11.0b3 crashes dill #509
Comments
Thanks for reporting. Currently |
I was using However, looking at #480 I think you might have already fixed this. I'll retry with |
My bad! This has indeed already been fixed on I should have checked before opening the issue. Do you have a timeframe for the release of |
No worries, and thanks for the quick response. Yes, we have a soft release date of June 27. |
Perfect! We'll keep an eye out then. |
@mmckerns Sorry for pinging you once again. I was wondering if you have any update on the next release. No intention of rushing you as I know you're also only a volunteer but if there is anything we can do to help release a patch version with the fix for #480 please let us know. Because of the wide use of |
@DanielNoord: everything is ready to go, essentially, with all the major items done. There are a few straggling open issues (#503, #527, #517, and #338) that should require very minimal effort to resolve, and I expect them to go into the release. I expect the straggling issues to be resolved in a matter of days. We also have two other issues (#346 and #475) tagged for the release, but I assume we will need to make a decision on whether to punt those to the next release or not. Push comes to shove, the blocker is #527 (and maybe #517, but I haven't decided how to handle that one yet as it's a python bug that python decided it won't resolve). @leogama @anivegesana: FYI |
@mmckerns Would you consider releasing a patch release with the |
|
@DanielNoord FYI, my personal deadline for closing the major open PRs I'm involved with is this weekend. I'm pretty sure the technical challenges are already solved. What's missing is mostly unit testing and documentation. |
My additions for the 0.3.6 milestone, both high and medium priority, are complete. Only some review is pending. Brace yourselves, release is coming. |
Sorry for nagging on about this. Are you still planning on releasing Just to be clear, I don't intend to maintain such a fork after you have released Thanks for all the work you're doing 😄 |
I'm not sure about @mmckerns schedule this week, but he said he would review #475 today or tomorrow. This is the only open PR with the 0.3.6 milestone, so I assume the new version is about to be released in a matter of days. If you absolutely can't wait, you may fork the master branch if your code doesn't make use of the session saving feature ( FYI, in the last month, we worked on the handling of special cases for features introduced by #527 (which was merged with #475 lately), and I was busy documenting, annotating code, adding type hints, writing unit tests and fixing bugs of this massive PR. Since the weekend we have enough code coverage, and |
@DanielNoord: Do whatever you need to do. I expect the review and any follow-up might take several days. #475 is all we have left before 0.3.6, but it's a bit of a beast. One way or the other, we will likely have a resolution shortly after 3.11.0rc2 is released, and definitely a good bit before 3.11.0 final. |
For anybody looking to get the fix from I screwed up the versioning but it's just a mirror/fork of |
This seems related to #432.
When running the test suite of pylint I get numerous of these errors:
I guess some of these attributes changed again?
I'm not sure but some of the discussion in python/cpython#93516 might be relevant. I think they are also discussing whether endlinetable should always exist.
The text was updated successfully, but these errors were encountered: