[issue31297] Unpickleable ModuleImportError in unittest patch not backported to 2.7

2020-04-26 Thread Zachary Ware


Zachary Ware  added the comment:

With 2.7 now EOL, I'm closing the issue.

--
nosy: +zach.ware
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31297] Unpickleable ModuleImportError in unittest patch not backported to 2.7

2018-07-11 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
type: crash -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31297] Unpickleable ModuleImportError in unittest patch not backported to 2.7

2017-08-29 Thread Antoine Pitrou

Antoine Pitrou added the comment:

I'm guessing the backport may end up non-trivial.  Do you want to try 
submitting a PR for it?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31297] Unpickleable ModuleImportError in unittest patch not backported to 2.7

2017-08-28 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
nosy: +pitrou

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31297] Unpickleable ModuleImportError in unittest patch not backported to 2.7

2017-08-28 Thread Rachel Tobin

New submission from Rachel Tobin:

When running the unittest runner in parallel with an module import error 
present in your code, this exception is raised:

_pickle.PicklingError: Can't pickle : attribute lookup ModuleImportFailure on 
unittest.loader failed

unittest should be raising standard exceptions instead.

This was fixed in Python 3.4 with this patch: https://bugs.python.org/issue22903

Given that 2.7 is still supported, this patch should be backported.

--
components: Library (Lib)
messages: 300969
nosy: Rachel Tobin
priority: normal
severity: normal
status: open
title: Unpickleable ModuleImportError in unittest patch not backported to 2.7
type: crash
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com