Skip to content

Fix the managing of the session dictionary when you have nested wrapp… #10463

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

Merged

Conversation

jimingham
Copy link

…ers (llvm#132846)

Since the inner wrapper call might have removed one of the entries from the global dict that the outer wrapper ALSO was going to delete, make sure that we check that the key is still in the global dict before trying to act on it.

(cherry picked from commit 8704635)

…ers (llvm#132846)

Since the inner wrapper call might have removed one of the entries from
the global dict that the outer wrapper ALSO was going to delete, make
sure that we check that the key is still in the global dict before
trying to act on it.

(cherry picked from commit 8704635)
@jimingham jimingham requested a review from a team as a code owner April 9, 2025 01:04
@JDevlieghere
Copy link

@swift-ci test

@JDevlieghere JDevlieghere merged commit cfc0958 into swiftlang:swift/release/6.2 Apr 11, 2025
3 checks passed
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.

2 participants