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 CC alexander.zeijlon
Target Milestone MediumPrio 4.16.0
Assignee bugzilla-qa 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 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 be compatible with our supported versions of Python3.
Status NEW RESOLVED
Resolution --- FIXED
linma 2023-09-14 13:36:22 CEST CC linma
Keywords linma_tester
alexander.zeijlon 2023-09-14 15:50:22 CEST Resolution FIXED ---
Status RESOLVED REOPENED
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.
Component Local drive redirection Other
Summary threading.Thread.setDaemon() and threading.Event.isSet() are deprecated threading.py has deprecated methods
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 Status NEW RESOLVED
Resolution --- FIXED
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