merged branch pierrejoye/master (PR #527)
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 21 Nov 2011 13:06:01 +0000 (14:06 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 21 Nov 2011 13:06:01 +0000 (14:06 +0100)
commit0ad6075ac594a3372211372120037e59ca158eb1
tree05bc4d3b16b8b38a37bf1df877ddcd2e8b7f70c7
parent7bc07dc132f96027289c994ef3eeb618ebc2ec3d
parent115edf2a71560a95aff11ef428e05cb21a286345
merged branch pierrejoye/master (PR #527)

Commits
-------

115edf2 - fix property access when the instance implements Iterator or similar cases, by using get_object_vars instead, thx Arnaud Leblanc for the hint.

Discussion
----------

Fix props detection for instances implementing Iterator or similar cases

Fix property access when the instance implements Iterator or similar cases, by using get_object_vars instead, thx Arnaud Leblanc for the hint.