hasgeek / coaster

Common patterns for Flask apps
http://coaster.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

Minor cleanup #463

Closed jace closed 4 months ago

jace commented 4 months ago

Defer locking to the GIL instead (borrowing from the change to functools.cached_property in Python 3.12). Also, Avoid datetime.utcnow() and use a final class as a sentinel singleton.