Skip to content

Commit ac5759a

Browse files
📜🤖 Added by blurb_it.
1 parent 36e8f04 commit ac5759a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
In 3.13.3 we accidentally changed the signature of create_task() and how it calls a custom task factory in a backwards incompatible way. Since some 3rd party libraries have already made changes to work around the issue that might break if we simply reverted the changes, we're instead changing things to be backwards compatible with 3.13.2 while still supporting those workarounds. In particular, the special-casing of `name` and `context` is back (until 3.14) and consequently eager tasks may still find that their name hasn't been set before they execute their first line of code.

0 commit comments

Comments
 (0)