mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
248fdb4cb5
Changed ======= Speed up lookups in IntervalDict for non-interval keys. Speed up iterate by no longer creating singleton instances under the hood. Drop official support for Python 3.6. Fixed ===== Infinite recursion when a subclass of an Interval is compared using > with an Interval instance (see #75). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>