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 uranusjr
Recipients asvetlov, rhettinger, serhiy.storchaka, uranusjr, yselivanov
Date 2022-02-23.13:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645624078.94.0.110982969124.issue46622@roundup.psfhosted.org>
In-reply-to
Content
Another thing to point out is that existing third-party solutions (both alru_cache and cached_property) only work for asyncio, and the stdlib version (as implemented now) will be an improvement. And if the position is that the improvements should only be submitted to third-party solutions---I would need to disagree since both lru_cache and cached_property have third-party solutions predating their stdlib implementations, and it is double-standard IMO if an async solution is kept out while the sync version is kept in.
History
Date User Action Args
2022-02-23 13:47:58uranusjrsetrecipients: + uranusjr, rhettinger, asvetlov, serhiy.storchaka, yselivanov
2022-02-23 13:47:58uranusjrsetmessageid: <1645624078.94.0.110982969124.issue46622@roundup.psfhosted.org>
2022-02-23 13:47:58uranusjrlinkissue46622 messages
2022-02-23 13:47:58uranusjrcreate