On Sat, 1 Aug 2020 at 02:30, Stestagg <stestagg@gmail.com> wrote:
The dict keys is compact only *until* you delete an item, at which point, a hole is left in the array

No, the array of items has no hole. The hole is inserted in the hashtable.