wx.Frame.Layout(): "SystemError: <class 'property'> returned a result with an error set" on Python 3.5.2

When calling wx.Frame.Layout() on a Windows System running Python 3.5.2 I receive an error “SystemError: <class ‘property’> returned a result with an error set”.

This error does not occur in Python 3.4.

Does anybody had a similar experience and knows how to fix it?

(wxPython_Phoenix-3.0.3.dev2752+8304)