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 arhadthedev, erlendaasland, gdr@garethrees.org, lemburg, mark.dickinson, rhettinger, vstinner
Date 2021-12-02.15:20:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638458449.67.0.494447099644.issue45476@roundup.psfhosted.org>
In-reply-to
Content
> frozendict-2.1.1

If I understand correctly, this module is compatible with the PEP 674, it only has to copy Python 3.11 header files once Python 3.11 is released, to port the project to Python 3.11.

Incompatable code is not part of the "frozendict" implementation, but only in copies of the Python header files (Python 3.6, 3.7, 3.8, 3.9 and 3.10). For example, it contains the frozendict/src/3_10/cpython_src/Include/object.h header: copy of CPython Include/object.h file.

Source code: https://github.com/Marco-Sulla/python-frozendict
History
Date User Action Args
2021-12-02 15:20:49vstinnersetrecipients: + vstinner, lemburg, rhettinger, mark.dickinson, gdr@garethrees.org, erlendaasland, arhadthedev
2021-12-02 15:20:49vstinnersetmessageid: <1638458449.67.0.494447099644.issue45476@roundup.psfhosted.org>
2021-12-02 15:20:49vstinnerlinkissue45476 messages
2021-12-02 15:20:49vstinnercreate