Send inn-workers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-workers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-workers digest..."
Today's Topics:
1. Support for embedded Python 3 in INN (Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Sat, 21 Apr 2018 22:04:21 +0200
From: Julien ?LIE <[email protected]>
To: "[email protected]" <[email protected]>
Subject: Support for embedded Python 3 in INN
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi all,
Earlier this week, I committed to CURRENT a patch to add support for
embedded Python 3.3.0 (or later) interpreter with innd and nnrpd filter
hooks.
Latest daily snapshots of CURRENT contain the patch.
If people here are using Python hooks and wish to port them to Python 3,
feel free to test and report any issue.
I've tested all the features provided by innd and nnrpd filter hooks,
and believe they work fine with both Python 2 and Python 3.
From changelog:
When configuring INN with the B-with-python flag, the PYTHON environment
variable, when set, is used to select the interpreter to embed.
Otherwise, it is searched in standard paths.
In case you change the Python interpreter to embed, make sure that the
Python scripts you use are written in the expected syntax for that
version of the Python interpreter. Notably, buffer objects have been
replaced with memoryview objects in Python 3, and UTF-8 encoding
now really matters for string literals (Python 3 uses bytes and Unicode
objects).
INN documentation and samples of Python hooks have been updated to
provide more examples.
--
Julien ?LIE
??? C'est joli cette avenue le long de la mer? ?a s'appelle
comment??
? La promenade des Bretons.?? (Ast?rix)
------------------------------
Subject: Digest Footer
_______________________________________________
inn-workers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-workers
------------------------------
End of inn-workers Digest, Vol 105, Issue 1
*******************************************