[New-bugs-announce] [issue4183] test with pickle.HIGHEST_PROTOCOL missing

Hirokazu Yamamoto report at bugs.python.org
Thu Oct 23 02:11:34 CEST 2008


New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:

some tests use "for proto in range(pickle.HIGHEST_PROTOCOL)", but this
statement won't invoke proto == pickle.HIGHEST_PROTOCOL. Is this
intended? If not, I hope attached patch will fix this issue.

----------
components: Tests
files: test_with_HIGHEST_PROTOCOL_on_trunk.patch
keywords: patch
messages: 75125
nosy: ocean-city
severity: normal
status: open
title: test with pickle.HIGHEST_PROTOCOL missing
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file11863/test_with_HIGHEST_PROTOCOL_on_trunk.patch

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


More information about the New-bugs-announce mailing list