Changes between Initial Version and Version 1 of Ticket #10519, comment 125
- Timestamp:
- 02/15/16 16:13:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10519, comment 125
initial v1 8 8 > Every time the function gets called, Python needs to check to see if it has imported the object. While this is more on the level of micro-optimization, it can matter in those methods used in a tight loop. 9 9 10 Ok, thank syou for your explanation.10 Ok, thank you for your explanation. 11 11 12 12 > We also should remove the deprecation warnings in `_element_constructor_` on said followup as I forgot to remove them here.