Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

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).

----------
nosy: +pablogsal

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37915>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to