[issue3797] mmap, dbm, ossaudiodev, marshal & winreg return bytearray instead of bytes

Amaury Forgeot d'Arc report at bugs.python.org
Sat Sep 6 23:19:12 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

- PyBytes_Resize takes a PyObject**, you should pass &rv. Didn't you get
a compiler warning?

- Here is an additional test for the winreg module, your patch is needed
for it to pass.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list