[issue5391] mmap: read_byte/write_byte and object type

STINNER Victor report at bugs.python.org
Thu Mar 26 23:35:21 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

martin> However, your list of alternatives is incomplete: we 
martin> *could* also change the "c" code to accept and produce 
martin> int - then mmapmodule would not need to change at all.

That's extactly the idea that I proposed in issue #5499 ;-) I prefer 
to have strict getarg('c') and getarg('C') than fixing each module.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5391>
_______________________________________


More information about the Python-bugs-list mailing list