[Asterisk-code-review] Changes required for Python 3 compatibility (starpy[1.1])

Michael Bradeen asteriskteam at digium.com
Wed Mar 16 14:32:01 CDT 2022


Michael Bradeen has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/c/starpy/+/18244 )

Change subject: Changes required for Python 3 compatibility
......................................................................

Changes required for Python 3 compatibility

manager: Replace 'async' reference with 'nowait'.  This change breaks
backwards compatibility with previous versions of the testsuite,
requiring a matching change there.

manager and fastagi: twisted in general uses bytes for passing data
back and forth while internally we generally want to deal with strings.
This requires converting between the two as we interact with the
twisted library.

ASTERISK-26826

Change-Id: I2fab42abb5318a5db2af3bcd291fc2db95b87e15
---
M starpy/fastagi.py
M starpy/manager.py
2 files changed, 21 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/starpy refs/changes/44/18244/2
-- 
To view, visit https://gerrit.asterisk.org/c/starpy/+/18244
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: starpy
Gerrit-Branch: 1.1
Gerrit-Change-Id: I2fab42abb5318a5db2af3bcd291fc2db95b87e15
Gerrit-Change-Number: 18244
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Bradeen <mbradeen at sangoma.com>
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220316/f76d6200/attachment.html>


More information about the asterisk-code-review mailing list