This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients alexandre.vassalotti, doug.royal, kmike, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-03-31.12:00:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427803224.94.0.940036316313.issue18473@psf.upfronthosting.co.za>
In-reply-to
Content
A different error:

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2880/steps/test/logs/stdio

======================================================================
FAIL: test_class_nested_enum_and_pickle_protocol_four (test.test_enum.TestEnum)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_enum.py", line 580, in test_class_nested_enum_and_pickle_protocol_four
    protocol=(0, 3))
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_enum.py", line 82, in test_pickle_exception
    dumps(obj, protocol=protocol)
AssertionError: PicklingError not raised
History
Date User Action Args
2015-03-31 12:00:24vstinnersetrecipients: + vstinner, pitrou, alexandre.vassalotti, python-dev, serhiy.storchaka, kmike, doug.royal
2015-03-31 12:00:24vstinnersetmessageid: <1427803224.94.0.940036316313.issue18473@psf.upfronthosting.co.za>
2015-03-31 12:00:24vstinnerlinkissue18473 messages
2015-03-31 12:00:24vstinnercreate