Message8042
 
 
 
 
  | Just updated roundup to 2.3.0 and python 3.12. Ran into a couple of crashes; one when running the mailer and the other when submitting an issue through the web UI.
The mailer appears to be a change in the starttls() method of smptlib.SMTP where the key and cert file args are no longer accepted. The attached patch 'mailer.py.patch' resolves this by creating a separate SSL context and passing it to starttls.
The submission crash looks like a change to pydoc.HMTL.heading() where the number of arguments changed. The attached cgitb.py.patch file does get it working, but as additional arguments were just dropped it is unlikely to be a proper fix. Still might be helpful. |  |
 
| Date | User | Action | Args |  | 2024-05-14 16:08:16 | kragacles | set | recipients:
  + kragacles |  | 2024-05-14 16:08:16 | kragacles | set | messageid: <1715702896.85.0.7274070932.issue2551350@roundup.psfhosted.org> |  | 2024-05-14 16:08:16 | kragacles | link | issue2551350 messages |  | 2024-05-14 16:08:16 | kragacles | create |  | 
 |