[New-bugs-announce] [issue35382] Something wrong with pymysql

Leung report at bugs.python.org
Mon Dec 3 03:27:45 EST 2018


New submission from Leung <wilsonleungod at gmail.com>:

when i use like that 
userinfo = dbsession2.query(func.count(radcheck1.username)).\
outerjoin(radcheck2,radcheck1.username==radcheck2.username).\
filter(radcheck1.admin_user==g.user.name,or_(radcheck1.username.like('im_%'),and_(radcheck1.attribute=='Cleartext-Password',radcheck2.attribute=='Expiration'))).
python3.6 is ok.But python 3.7 and 3.7.1 show me name 'byte2int' is not defined in pymysql/_auth.py

----------
messages: 330910
nosy: leung
priority: normal
severity: normal
status: open
title: Something wrong with pymysql
type: compile error
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35382>
_______________________________________


More information about the New-bugs-announce mailing list