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)
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.


Trivial merge