]> granicus.if.org Git - python/commit
Issue #18327: Fix argument order in call to compatible_for_assignment(oldto, newto...
authorChristian Heimes <christian@cheimes.de>
Sat, 20 Jul 2013 12:19:46 +0000 (14:19 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 20 Jul 2013 12:19:46 +0000 (14:19 +0200)
commitde4d1839553cd967745f67c2de7c125587185bd4
treeba2887a9c5929fedb64910f7db7130890a26c25e
parentabfc4d838aed12ca650cf764fc7ac2ae1d778036
Issue #18327: Fix argument order in call to compatible_for_assignment(oldto, newto, attr).
The fix only affects the error message of __class__ assignment. CID 983564
Objects/typeobject.c