This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients brandtbucher, lukasz.langa, mgorny, nascheme, pablogsal, tim.peters
Date 2020-12-21.02:00:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608516009.26.0.757443768018.issue42697@roundup.psfhosted.org>
In-reply-to
Content
Oh, wait. This looks incorrect:

https://github.com/pganssle/zoneinfo/blob/07ec80ad5dc7e7e4b4f861ddbb61a9b71e9f27c7/lib/zoneinfo_module.c#L619-L621

That

#ifndef ATLEAST_37

should be

#ifdef ATLEAST_37
History
Date User Action Args
2020-12-21 02:00:09pablogsalsetrecipients: + pablogsal, tim.peters, nascheme, lukasz.langa, mgorny, brandtbucher
2020-12-21 02:00:09pablogsalsetmessageid: <1608516009.26.0.757443768018.issue42697@roundup.psfhosted.org>
2020-12-21 02:00:09pablogsallinkissue42697 messages
2020-12-21 02:00:09pablogsalcreate