GNOME Bugzilla – Bug 630807
Add __path__ attributes.
Last modified: 2010-10-13 17:35:33 UTC
This patch improve PyGI performances by adding a __path__ attribute to base classes so we avoid looking for a __path__ method from the typelib each time a attribute is accessed.
Created attachment 171252 [details] [review] Add __path__ attributes. Add an attribute __path__ to DynamicModule and IntrospectionModule, using the path of the typelib.
Comment on attachment 171252 [details] [review] Add __path__ attributes. looks good
Attachment 171252 [details] pushed as 03d2e29 - Add __path__ attributes.