New submission from Eric Snow:

ModuleSpec.__eq__() does a comparision of its various attributes, one of them 
being the loader.  However, the __eq__() of the path-based loaders is just the 
stock one that compares object identity.  So most

----------
messages: 205515
nosy: brett.cannon, eric.snow, ncoghlan
priority: high
severity: normal
stage: test needed
status: open
title: Path-based loaders lack a meaningful __eq__() 
implementation.ModuleSpec.__eq__() is highly sensitive to loader.__eq__()
type: behavior
versions: Python 3.4

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

Reply via email to