Back to bug 8222
Who | When | What | Removed | Added |
---|---|---|---|---|
ossman | 2023-09-05 14:09:12 CEST | See Also | https://bugzilla.cendio.com/show_bug.cgi?id=7636, https://bugzilla.cendio.com/show_bug.cgi?id=8159, https://bugzilla.cendio.com/show_bug.cgi?id=8161, https://bugzilla.cendio.com/show_bug.cgi?id=8162 | |
ossman | 2023-09-12 13:07:18 CEST | Target Milestone | --- | MediumPrio |
alexander.zeijlon | 2023-09-13 09:12:52 CEST | Target Milestone | MediumPrio | 4.16.0 |
Assignee | bugzilla-qa | alexander.zeijlon | ||
CC | alexander.zeijlon | |||
alexander.zeijlon | 2023-09-13 10:15:24 CEST | Keywords | prosaic | |
alexander.zeijlon | 2023-09-13 10:20:08 CEST | Acceptance Criteria | MUST: * The deprecated method of creating a daemon-thread must not be used in our code. * Any applied changes must not introduce regressions in functionality. * The new method should be compatible with our supported versions of Python3. |
|
alexander.zeijlon | 2023-09-14 10:21:07 CEST | Status | NEW | RESOLVED |
Acceptance Criteria | MUST: * The deprecated method of creating a daemon-thread must not be used in our code. * Any applied changes must not introduce regressions in functionality. * The new method should be compatible with our supported versions of Python3. | MUST: * The deprecated method of creating a daemon-thread must not be used. * Applied changes must not introduce regressions in functionality. * Applied changes must not increase the risk of introducing faulty behavior. * The new method should | ||
Resolution | --- | FIXED | ||
Acceptance Criteria | be compatible with our supported versions of Python3. | |||
linma | 2023-09-14 13:36:22 CEST | Keywords | linma_tester | |
CC | linma | |||
alexander.zeijlon | 2023-09-14 15:50:22 CEST | Status | RESOLVED | REOPENED |
Resolution | FIXED | --- | ||
linma | 2023-09-14 16:06:28 CEST | Status | REOPENED | NEW |
alexander.zeijlon | 2023-09-15 08:48:20 CEST | Summary | threading.Thread.setDaemon() is deprecated | threading.Thread.setDaemon() and threading.Event.isSet() are deprecated |
alexander.zeijlon | 2023-09-15 10:34:50 CEST | Acceptance Criteria | be compatible with our supported versions of Python3. | compatible with our supported versions of Python3. |
Summary | threading.Thread.setDaemon() and threading.Event.isSet() are deprecated | threading.py has deprecated methods | ||
Component | Local drive redirection | Other | ||
Acceptance Criteria | MUST: * The deprecated method of creating a daemon-thread must not be used. * Applied changes must not introduce regressions in functionality. * Applied changes must not increase the risk of introducing faulty behavior. * The new method should | MUST: * The deprecated methods in threading.py must not be used. * Applied changes must not introduce regressions in functionality. * Applied changes must not increase the risk of introducing faulty behavior. * The new method should be |
||
alexander.zeijlon | 2023-09-15 13:10:59 CEST | Resolution | --- | FIXED |
Status | NEW | RESOLVED | ||
alexander.zeijlon | 2023-09-15 13:16:01 CEST | Comment 6 Tag | obsolete | |
linma | 2023-09-15 15:50:54 CEST | Status | RESOLVED | CLOSED |
samuel | 2023-12-13 14:56:33 CET | CC | samuel | |
Keywords | prosaic | relnotes |
Back to bug 8222