Damien George aacd618939 py/runtime: Don't allocate iter buf for user-defined types.
A user-defined type that defines __iter__ doesn't need any memory to be
pre-allocated for its iterator (because it can't use such memory).  So
optimise for this case by not allocating the iter-buf.
2019-12-27 12:34:22 +11:00
..
2019-12-20 16:58:17 +11:00
2017-07-18 11:57:39 +10:00
2019-10-29 14:17:29 +11:00
2019-11-21 12:04:53 +11:00
2019-11-21 12:04:53 +11:00