Charles-François Natali added the comment:

Note that the patch uses type punning through a union: while GCC allows this, 
it's not allowed by ANSI (although since we're using a char [], it's somewhat a 
grey area). An aggresive compiler could optimiza the read/write away.

----------
nosy: +neologix

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

Reply via email to