mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
Prior to this change, attempting to subclass the C implementation of
zoneinfo.ZoneInfo gave the following error:
TypeError: unbound method ZoneInfo.__init_subclass__() needs an argument
https://bugs.python.org/issue41025