Fix unsafe cast caused by dictNE checking the type of wrong arg (#256)
dictNE was checking v.isInstance(DictType) instead of checking w. This causes a variety of undefined behavior including segfault, invalid mutex state, etc.
Showing
Please register or sign in to comment