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

Inform the type when reporting the error: Illegal offset type #10450

Closed
wants to merge 144 commits into from
Closed

Inform the type when reporting the error: Illegal offset type #10450

wants to merge 144 commits into from

Conversation

marcosmarcolin
Copy link
Contributor

Marcos Marcolin and others added 20 commits January 31, 2023 16:02
Generators that suspended a fiber should not be dtor because they will be
executed during the fiber dtor.

Fiber dtor throws an exception in the fiber's context in order to unwind and
execute finally blocks, which will also properly dtor the generator.

Fixes GH-9916
@marcosmarcolin
Copy link
Contributor Author

@Girgias @nielsdos

I can't fix this anymore, I rebased it and it still didn't work.

I'm going to rebase a master, make a new branch and a new PR from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.