bug #1338 Fixed fetching of a property defined but not initialized in C extension...
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 13 Feb 2014 10:11:56 +0000 (11:11 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 13 Feb 2014 10:11:56 +0000 (11:11 +0100)
commit395b74c6ceec8fe699dbef254b4e5448bac13246
tree489f51800c184f4c1984eba3eafa825e03d69163
parentcea2143465149c8ea4c29b227b2958989c5696d6
parent6e800d8277280b2aebc4ff13787e47d6f6940d79
bug #1338 Fixed fetching of a property defined but not initialized in C extension (tucksaun)

This PR was merged into the 1.15-dev branch.

Discussion
----------

Fixed fetching of a property defined but not initialized in C extension

This PR fixed #1337

Commits
-------

6e800d8 Fixed fetching of a property defined but not initialized in C extension, fixed #1337