https://bugs.winehq.org/show_bug.cgi?id=51918
--- Comment #3 from Patrick patrick+winehq.org@laimbock.com --- (In reply to Jacek Caban from comment #1)
Most of the patch looks good and should not break older Python, so I pushed it, thanks.
virtualenv.py looks suspicious through. What's the problem that it's trying to fix?
Thanks Jacek. As RafaĆ commented, the sys.version[:3] -> sys.version[:4] change in virtualenv.py was to also handle python 3.10 (and to prevent it to be detected as python 3.1).