Post #27 2.49K May 30, 2024, 20:13 UTC если вам нечего делать можете почитатьhttps://github.com/python/cpython/issues/111933 GitHub broken link to A.Neumaier article in built-in sum comment · Issue #111933 · python/cpython Bug report Bug description: The new implementation of sum on Python 3.12 (cfr. #100425 , #100426 , #107785 ) is not associative on simple input values. This minimal code shows the bug: On Python 3.... ❤ 2 🤡 2