dieter wrote: > As you see from the description, memory compaction presents a heavy burden > for all extension writers.
Particularly because many CPython extensions are actually interfaces to pre-existing libraries. To leverage the system's facilities CPython has to follow the system's conventions, which memory compaction would break. -- https://mail.python.org/mailman/listinfo/python-list