This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dutradda
Recipients asvetlov, dutradda, yselivanov
Date 2020-10-24.06:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603522282.48.0.50359686965.issue42140@roundup.psfhosted.org>
In-reply-to
Content
The python3.9 code creates the futures set two times.
We can create this set before, avoiding the second creation.

This python3.9 behaviour breaks the aiokafka library, because it gives an iterator to that function, so the second iteration become empty.
History
Date User Action Args
2020-10-24 06:51:22dutraddasetrecipients: + dutradda, asvetlov, yselivanov
2020-10-24 06:51:22dutraddasetmessageid: <1603522282.48.0.50359686965.issue42140@roundup.psfhosted.org>
2020-10-24 06:51:22dutraddalinkissue42140 messages
2020-10-24 06:51:22dutraddacreate