New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:

This is probably one example of many where pickling is only tested with _pickle 
module if it is available rather than separately with C and Python 
implementation.  I am attaching a patch which implements one possible testing 
strategy.  If this is acceptable, I think the machinery of retrieving multiple 
module implementations should be moved to test.support and reused in other test 
modules.

----------
components: Library (Lib)
files: test_exceptions.diff
keywords: patch
messages: 108840
nosy: alexandre.vassalotti, belopolsky, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: test_exceptions does not test pickling with pickle.py
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file17791/test_exceptions.diff

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

Reply via email to