SIGN IN SIGN UP

bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)

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
P
Paul Ganssle committed
87d8287865e5c9f137f6b5cf8c34c2c509eb5e9d
Parent: e55de68
Committed by GitHub <noreply@github.com> on 8/14/2020, 2:38:30 AM