Removal of deprecated 3-arg gen.throw(typ, val, tb)
![](https://secure.gravatar.com/avatar/eba6eb871de2549c7447a8701352cd35.jpg?s=120&d=mm&r=g)
Oct. 31, 2023
7 a.m.
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
473
Age (days ago)
473
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adi Roiban