operation_parameters mutates fields
Bug #709359 reported by
Gavin Panella
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.restful |
Triaged
|
Low
|
Unassigned |
Bug Description
Fields passed into operation_
mutated.
{{{
foo = TextLine(
@operation_
def bar(): pass
assert foo.__name__ == "foo", foo.__name__
}}}
rename_
Perhaps every parameter passed in should be copied first?
To post a comment you must log in.
Gavin, it would be lovely if you can triage as you file - thanks :)