You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does no longer work in Python 3.10; it will yield "3.1".
A possible fix:
python3.10 -c "import sys; sys.stdout.write('.'.join([str(m) for m in sys.version_info[0:2]]))"
In case this problem does concern FreeBSD rather than your
project, please report it yourself. I will no longer report
any problems to the FreeBSD project since some of my reports
were totally ignored, some even for years.
Greetings,
Bertram
The text was updated successfully, but these errors were encountered:
Hi,
in the FreeBSD port
net/vde2
, fileaclocal.m4
, line 861 says:This does no longer work in Python 3.10; it will yield
"3.1"
.A possible fix:
In case this problem does concern FreeBSD rather than your
project, please report it yourself. I will no longer report
any problems to the FreeBSD project since some of my reports
were totally ignored, some even for years.
Greetings,
Bertram
The text was updated successfully, but these errors were encountered: