Hi

Just a heads up

There is this PR https://github.com/twisted/twisted/pull/12027
that is introducing this change

 -       return g.throw(self.type, self.value, self.tb)
 +       return g.throw(self.value.with_traceback(self.tb))

It looks like our test suite is happy with this change, even on Python 3.8

The plan is to merge PR 12027

If you have time, try to run your test suite with the code from that branch
and see if there are any issues on Python 3.8

The plan is to release this functionality by the end of this year.
It will not be part of the upcoming 23.10.0 release.

Regads

-- 
Adi Roiban
_______________________________________________
Twisted mailing list -- twisted@python.org
To unsubscribe send an email to twisted-le...@python.org
https://mail.python.org/mailman3/lists/twisted.python.org/
Message archived at 
https://mail.python.org/archives/list/twisted@python.org/message/MJFZT7AC4CTA54U5KNSWP2CZQDBIFQZK/
Code of Conduct: https://twisted.org/conduct

Reply via email to