Message8786

Author santa4nt
Recipients nneonneo, santa4nt
Date 2014-06-22.17:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403458657.16.0.801597012097.issue2171@psf.upfronthosting.co.za>
In-reply-to
Content
Caused by not checking for Py.None in PyInteger#___pow__(). Attaching patch.

Also, why are there two different implementations of pow()? __builtin__.pow() and PyInteger#pow(). Seems redundant to me.
History
Date User Action Args
2014-06-22 17:37:37santa4ntsetmessageid: <1403458657.16.0.801597012097.issue2171@psf.upfronthosting.co.za>
2014-06-22 17:37:37santa4ntsetrecipients: + santa4nt, nneonneo
2014-06-22 17:37:37santa4ntlinkissue2171 messages
2014-06-22 17:37:36santa4ntcreate