Paul Sokolovsky 36dd19ae27 py: Revert mp_load_attr() to its previous state (not supporting default val).
Based on the discussion in #433. mp_load_attr() is critical-path function,
so any extra check will slowdown any script. As supporting default val
required only for getattr() builtin, move correspending implementation
there (still as a separate function due to concerns of maintainability
of such almost-duplicated code instances).
2014-04-06 02:15:23 +03:00
..
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-04-02 15:56:31 +01:00
2014-03-17 02:43:40 -07:00
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-03-17 02:43:40 -07:00
2014-01-28 19:52:04 +01:00
2014-01-19 01:40:47 +02:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-04-05 20:51:29 +01:00
2014-03-30 13:35:08 +01:00
2014-03-30 23:30:15 +03:00
2014-03-17 02:43:40 -07:00
2014-03-30 13:35:08 +01:00
2014-03-17 02:43:40 -07:00