Kirill Podoprigora

Results 49 comments of Kirill Podoprigora

Modules: * `heapq.py` doesn't need to be updated * `hmac.py` doesn't need to be updated Tests: * `test_heapq.py` doesn't need to be updated * `test_hmac.py` needs an update: #5188

`cgi.py` doesn't need to be updated `test_cgi.py` also doesn't need to be updated Same for `cmd.py` and `test_cmd.py`

Seems that CI/CD is failing. Let me check what's wrong

> maybe there is few test causing hanging ~~Now everything should be fine.~~ Oh, I see the hang in the CI. I'll try to investigate what's happening

> python 3.9.0 dataclass-factory==2.16 The same on 3.10 & 3.11

So, before implementing this, I would like to create a discussion on discuss.python.org to gather user feedback on what this comparison should do. Is it a full comparison that includes...

> @Eclips4 I missed this discussion when I was working on pr19211 at the sprints. Happy to continue discussion on the topic, as we have a little time before 3.14...

Bisected to b034f14a cc @gaogaotiantian

cc @erlend-aasland

Hello! This PR needs to add: 1) A ``NEWS`` entry 2) A ``whatsnew`` entry 3) A new paragraph in the ``Doc/cmdline`` for the `-X` option. 4) New test case in...