Maya Polygon Selection Constraint became unstable after 2017

Has anyone using Polygon Selection Constraint and found that became really unstable in maya 2017 and 2018 ?
(haven’t used Maya 2016.5 before)

During the Polygon Selection Constraint operation, in Maya 2016, I can use it to select polygon component in any condition without critical crash.

But in 2017 and 2018, if I change my selection form polygon component to object mode and select something like nurbsCurve, or a group transform node, Maya went crash immediately.

Running the following polySelectConstraint script can also easily crash in 2017 and 2018 without selecting mesh object.

original = cmds.polySelectConstraint(query=True, stateString=True)
mel.eval(original)

Is there any report or fix about this ?

Thanks

Just found out that has been fixed in 2018 update 1
I think this is the right bug number which reference to it : MAYA-85641
https://knowledge.autodesk.com/sites/default/files/Maya_2018.1_Update_Readme_enu.htm

It’s back to stable as Maya 2016 again.