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.01:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608515567.6.0.653720058355.issue42697@roundup.psfhosted.org>
In-reply-to
Content
The version in 3.9 is also different but also uses _PyLong_One:

https://github.com/python/cpython/blob/3.9/Modules/_zoneinfo.c#L571-L590

Although that is passed directly to PyDict_SetItemString so the refcount should be correct.
History
Date User Action Args
2020-12-21 01:52:47pablogsalsetrecipients: + pablogsal, tim.peters, nascheme, lukasz.langa, mgorny, brandtbucher
2020-12-21 01:52:47pablogsalsetmessageid: <1608515567.6.0.653720058355.issue42697@roundup.psfhosted.org>
2020-12-21 01:52:47pablogsallinkissue42697 messages
2020-12-21 01:52:47pablogsalcreate