0b2f19b3c9
* fix `__dict__` on Python 3.9 with limited API * [review] Icxolu suggestions Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com> * [review] Icxolu * missing import --------- Co-authored-by: Icxolu <10486322+Icxolu@users.noreply.github.com>
106 B
106 B
Fix __dict__
attribute missing for #[pyclass(dict)]
instances when building for abi3
on Python 3.9.