gh-109870: Dataclasses: batch up exec calls (gh-110851)
Instead of calling `exec()` once for each function added to a dataclass, only call `exec()` once per dataclass. This can lead to speed improvements of up to 20%.
E
Eric V. Smith committed
8945b7ff55b87d11c747af2dad0e3e4d631e62d6
Parent: 7ebad77
Committed by GitHub <noreply@github.com>
on 3/25/2024, 11:59:14 PM