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 vstinner
Recipients JelleZijlstra, corona10, eric.smith, frenzy, petr.viktorin, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2022-04-02.12:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648901315.05.0.822348237861.issue47143@roundup.psfhosted.org>
In-reply-to
Content
Lumír Balhar:
> Do you think it's a good idea to start a PR with a copy of the implementation from attrs for Python 3.11? We can then add tests for the new function and also some for dataclasses where this new function is needed and try to find all corner cases.

I'm worried that attrs license is MIT with an "advertisement clause" (the MIT license must be mentioned), whereas Python has a different license. I'm planning to contact the 3 authors of the code to ask their permission.

Also, I expect more feedback on this "idea" first:

> I would like to implement this function, but first I would like to discuss if it makes sense to add such function and check if it's the right abstraction.
History
Date User Action Args
2022-04-02 12:08:35vstinnersetrecipients: + vstinner, rhettinger, pitrou, eric.smith, petr.viktorin, serhiy.storchaka, JelleZijlstra, frenzy, corona10
2022-04-02 12:08:35vstinnersetmessageid: <1648901315.05.0.822348237861.issue47143@roundup.psfhosted.org>
2022-04-02 12:08:35vstinnerlinkissue47143 messages
2022-04-02 12:08:34vstinnercreate