Substantial Performance Regression in Python 3.12

Bug report Bug description: Comparing Python 3.11.4 with 3.12.0rc1 I see a substantial slowdown of dictionary operations (update, copy, items, get). Build is from source on Ubuntu 20.04 using gcc/g… Read more

Similar