• Michael W. Hudson's avatar
    Backport tim_one's checkin of version 2.302: · 5fde86fa
    Michael W. Hudson yazdı
    SF bug #496549 -Qnew and in-place division "/=".
    
    eval_frame():  Under -Qnew, INPLACE_DIVIDE wasn't getting handed off to
    INPLACE_TRUE_DIVIDE (like BINARY_DIVIDE was getting handed off to
    BINARY_TRUE_DIVIDE).
    
    Bugfix candidate.
    5fde86fa
ceval.c 82.9 KB