bpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules (#25623)
Change class and module objects to lazy-create empty annotations dicts on demand. The annotations dicts are stored in the object's `__dict__` for backwards compatibility.
L
larryhastings committed
2f2b69855d6524e15d12c15ddc0adce629e7de84
Parent: dbe60ee
Committed by GitHub <noreply@github.com>
on 4/30/2021, 3:09:08 AM