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 corona10
Recipients Mark.Shannon, corona10, pablogsal, vstinner
Date 2021-04-06.14:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617719416.47.0.274652089494.issue41870@roundup.psfhosted.org>
In-reply-to
Content
For the record, following built-in functions now support vectorcall calling convention from Python 3.10!! Thank you to everyone who works with this :) - map: bpo-43575 - filter: bpo-43287 - reversed: bpo-41922 - bool: bpo-41870 - float: bpo-41873
History
Date User Action Args
2021-04-06 14:30:16corona10setrecipients: + corona10, vstinner, Mark.Shannon, pablogsal
2021-04-06 14:30:16corona10setmessageid: <1617719416.47.0.274652089494.issue41870@roundup.psfhosted.org>
2021-04-06 14:30:16corona10linkissue41870 messages
2021-04-06 14:30:16corona10create