Comment 6 for bug 1799406

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: Alarms fail on Rocky

Part of the reason why this only occurs on py3 is because the code path is different in pymysql for py2 vs py3 (see lines 68-102):

https://github.com/PyMySQL/PyMySQL/blob/v0.9.2/pymysql/converters.py#L68