set_client_flags with integer results in endless loop

Bug #712815 reported by Kapil Thangavelu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Connector/Python
New
Undecided
Unassigned

Bug Description

from revno 255

inside set_client_flags

+ if isinstance(flags,int) and flags > 0:
+ self.set_client_flags(flags)

which causes an endless loop, likely should be invoking the singular form (set_client_flag).

Revision history for this message
Kapil Thangavelu (hazmat) wrote :

fwiw, this is on trunk and a duplicate of bug:695514

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.