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.

classification
Title: test_enum failing test_class_nested_enum_and_pickle_protocol_four
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, serhiy.storchaka
Priority: normal Keywords:

Created on 2015-03-31 13:08 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg239700 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2015-03-31 13:08
test test_enum failed -- Traceback (most recent call last):
  File "/Users/bcannon/Repositories/cpython/default/Lib/test/test_enum.py", line 580, in test_class_nested_enum_and_pickle_protocol_four
    protocol=(0, 3))
  File "/Users/bcannon/Repositories/cpython/default/Lib/test/test_enum.py", line 82, in test_pickle_exception
    dumps(obj, protocol=protocol)
AssertionError: PicklingError not raised
msg239716 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-03-31 14:38
This is related to issue23611 and fixed by f78b9f700d45.
History
Date User Action Args
2022-04-11 14:58:14adminsetgithub: 68006
2015-03-31 14:38:02serhiy.storchakasetstatus: open -> closed

nosy: + serhiy.storchaka
messages: + msg239716

resolution: out of date
stage: needs patch -> resolved
2015-03-31 13:08:36brett.cannoncreate