re-allow to parametrize with values that don't support __eq__ (closes issue213)
This commit is contained in:
@@ -598,7 +598,7 @@ class CallSpec2(object):
|
||||
if valtype == "funcargs":
|
||||
self.params[arg] = id
|
||||
self._arg2scopenum[arg] = scopenum
|
||||
if val == _notexists:
|
||||
if val is _notexists:
|
||||
self._emptyparamspecified = True
|
||||
self._idlist.append(id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user