diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-08-14 15:18:24 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-14 15:18:24 (GMT) |
| commit | 33d3c64095bcdf9066a3441f6dda5d2e2f4118a8 (patch) | |
| tree | 5faf488c6e49703df2bdb74c546d31a22b168959 /Python/symtable.c | |
| parent | 7c288413db8c2b84dd476b0c8a19f85110d99a2f (diff) | |
| download | cpython-33d3c64095bcdf9066a3441f6dda5d2e2f4118a8.zip cpython-33d3c64095bcdf9066a3441f6dda5d2e2f4118a8.tar.gz cpython-33d3c64095bcdf9066a3441f6dda5d2e2f4118a8.tar.bz2 | |
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)
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
(cherry picked from commit 87d8287865e5c9f137f6b5cf8c34c2c509eb5e9d)
Co-authored-by: Paul Ganssle <paul@ganssle.io>
Diffstat (limited to 'Python/symtable.c')
0 files changed, 0 insertions, 0 deletions
