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 task key comp #15190

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Fix task key comp #15190

merged 2 commits into from
Sep 3, 2024

Conversation

cicdw
Copy link
Member

@cicdw cicdw commented Sep 3, 2024

Fixes task key computation under an edge case.

Closes #15058

Will backport to 2.x as well

@zzstoatzz zzstoatzz added the fix A fix for a bug in an existing feature label Sep 3, 2024
@github-actions github-actions bot added the bug Something isn't working label Sep 3, 2024
Copy link

codspeed-hq bot commented Sep 3, 2024

CodSpeed Performance Report

Merging #15190 will not alter performance

Comparing fix-task-key-comp (f6fe64d) with main (584984e)

Summary

✅ 3 untouched benchmarks

@cicdw cicdw merged commit 8bc4939 into main Sep 3, 2024
36 checks passed
@cicdw cicdw deleted the fix-task-key-comp branch September 3, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix A fix for a bug in an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generating task_key fails on function objects, as objects have no __code__ method
2 participants