Todo #13866
closed
- Status changed from New to Feedback
- Subject changed from Add Python 3.11.1 to Base to Add Python 3.11.1 to base system
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Both versions are present on 23.01 snapshots
: pkg info -x python
python311-3.11.1_1
python39-3.9.16
: which python3.11
/usr/local/bin/python3.11
: which python3.9
/usr/local/bin/python3.9
Unbound is linked against 3.11 as expected:
: pkg info -d unbound | grep python
python311-3.11.1_1
: ldd `which unbound` | grep python
libpython3.11.so.1.0 => /usr/local/lib/libpython3.11.so.1.0 (0x827419000)
pfBlockerNG-devel also shows as depending on Python 3.11.
A quick test of the netflix-no-aaaa.py python module script shows that it functions as expected in the DNS Resolver.
- Related to Todo #13867: Update Unbound to use Python 3.11 instead of Python 3.9 added
- Release Notes changed from Default to Force Exclusion
This was superseded by #13867, no need to include it in release notes.
Also available in: Atom
PDF