[issue18327] swapped arguments in compatible_for_assignment()?

2013-07-20 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue18327] swapped arguments in compatible_for_assignment()?

2013-07-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset a65856044ad4 by Christian Heimes in branch 'default': Issue #18327: Fix argument order in call to compatible_for_assignment(oldto, newto, attr). http://hg.python.org/cpython/rev/a65856044ad4 -- nosy: +python-dev ___

[issue18327] swapped arguments in compatible_for_assignment()?

2013-07-01 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Fortunately, compatible_for_assignment() handles both arguments exactly the same way, except maybe in error messages. -- nosy: +amaury.forgeotdarc ___ Python tracker ___

[issue18327] swapped arguments in compatible_for_assignment()?

2013-06-29 Thread Christian Heimes
New submission from Christian Heimes: Coverity has found something fishy in our code base: CID 983564 (#1 of 1): Arguments in wrong order (SWAPPED_ARGUMENTS)swapped_arguments: The positions of arguments newto and oldto are inconsistent with the positions of the corresponding parameters for "c