Roundup Tracker - Issues

Issue 2551284

classification
Breakage in python 3.12b4 causes email address parsing failures in testing
Type: crash Severity: critical
Components: Mail interface Versions: devel
process
Status: fixed fixed
:
: rouilj : rouilj
Priority: urgent : Blocker

Created on 2023-07-13 23:32 by rouilj, last changed 2023-09-06 21:50 by rouilj.

Messages
msg7797 Author: [hidden] (rouilj) Date: 2023-07-13 23:32
changeset:   7533:550499bb6ced

disabled 3.12 builds on github.

https://github.com/python/cpython/pull/105127#issuecomment-1632983336

comment in original pull request.

https://github.com/python/cpython/pull/105127#issuecomment-1632983336

One this is fixed and github gets the new release I can re-enable testing.
msg7798 Author: [hidden] (rouilj) Date: 2023-07-13 23:36
Also having this test fail fails the build. The experimental parameter either doesn't work
or doesn't do what I expect.
msg7818 Author: [hidden] (rouilj) Date: 2023-07-26 21:34
The patch that broke things was rolled back:

  https://github.com/python/cpython/issues/106669#issuecomment-1652315752

so re-enable 3.12 builds when 3.12rc1 is released on 3.12.0 candidate 1: Monday, 2023-07-31
per https://peps.python.org/pep-0693/
msg7832 Author: [hidden] (rouilj) Date: 2023-09-06 21:50
fixed in changeset:   7616:a8ab9c56924a

github has 3.12 rc2 installed (on 2023-09-06)
History
Date User Action Args
2023-09-06 21:50:49rouiljsetstatus: new -> fixed
resolution: fixed
messages: + msg7832
2023-07-26 21:34:35rouiljsetmessages: + msg7818
2023-07-13 23:36:07rouiljsetmessages: + msg7798
2023-07-13 23:32:09rouiljcreate