Eli Stevens <wickedg...@gmail.com> added the comment:

All four changes suggested via review from Mark Dickinson have been made.  One 
note: the else if (!(e == 0 && f == 0.0)) { change was made; this makes the 
Pack2 function parallel the Pack4 function slightly less.  I agree that it's 
cleaner this way, but I've left the original if in as a comment for comparison 
to Pack4.  I'll remove the comment if it's decided that it's better to be clean 
than parallel.

The suggested test cases were added in the v4 patch, just in case that wasn't 
clear.

I'm going to assume that my questions about _struct.c aren't issues unless 
someone explicitly says they are.

Thanks for all of the review and feedback!  :)

----------
Added file: http://bugs.python.org/file21544/cpython-struct-float16-v5.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to