This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ken.Cheung
Recipients Ken.Cheung
Date 2012-06-13.17:52:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339609957.89.0.517286245492.issue15059@psf.upfronthosting.co.za>
In-reply-to
Content
I observed a code clone from the following files.

function : mpd_qresize @ (file: "Python-3.3.0a2/Modules/_decimal/libmpdec/mpdecimal.c", line: 481)~493
function : mpd_qresize_zero @ (file: "Python-3.3.0a2/Modules/_decimal/libmpdec/mpdecimal.c", line: 501)~517

The two functions perform different in the else if condition. I wonder this is due to functionality requirement or a bug. The source code is included in the attachment. Hope it helps.
History
Date User Action Args
2012-06-13 17:52:37Ken.Cheungsetrecipients: + Ken.Cheung
2012-06-13 17:52:37Ken.Cheungsetmessageid: <1339609957.89.0.517286245492.issue15059@psf.upfronthosting.co.za>
2012-06-13 17:52:37Ken.Cheunglinkissue15059 messages
2012-06-13 17:52:37Ken.Cheungcreate