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

Fix set_closure_cell on 3.11 #910

Closed
wants to merge 1 commit into from
Closed

Fix set_closure_cell on 3.11 #910

wants to merge 1 commit into from

Conversation

Tinche
Copy link
Member

@Tinche Tinche commented Jan 16, 2022

The fix for 3.11 compatibility (#907).

Maybe hold off on merging until a discussion on BPO.

@hynek
Copy link
Member

hynek commented May 10, 2022

I guess we'll have to finish this up before 3.11? :-/

@Tinche
Copy link
Member Author

Tinche commented May 10, 2022

I don't think the other failing tests were related to this, but other 3.11 incompatibilities. Since the beta is out I can revisit this

)
# And call it to set the cell.
setter(value)
if sys.version_info >= (3, 11):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tinche: Would you mind to change the version to Python 3.8?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JFTR Tin is touring Italy right now; I'll pester him once he's back :)

@hynek hynek mentioned this pull request Jun 9, 2022
@hynek hynek closed this in #969 Jun 24, 2022
@hynek hynek deleted the tin/fix-311 branch August 23, 2022 06:08
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.

None yet

3 participants