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 belopolsky, p-ganssle, pablogsal, serhiy.storchaka, tomaugspurger, xtreak
Date 2019-08-22.15:20:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566487225.39.0.450029650141.issue37915@roundup.psfhosted.org>
In-reply-to
Content
This is due to an incorrect type check in the timezone_richcompare, it should be a comparison against PyDateTime_TimeZoneType not against PyDateTime_TZInfoType. The segfault is due to an invalid casting to PyDateTime_TimeZoneType (the child) from the parent (PyDateTime_TZInfoType).
History
Date User Action Args
2019-08-22 15:20:25pablogsalsetrecipients: + pablogsal, belopolsky, serhiy.storchaka, p-ganssle, xtreak, tomaugspurger
2019-08-22 15:20:25pablogsalsetmessageid: <1566487225.39.0.450029650141.issue37915@roundup.psfhosted.org>
2019-08-22 15:20:25pablogsallinkissue37915 messages
2019-08-22 15:20:25pablogsalcreate