This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: difference of work
Type: behavior Stage: resolved
Components: Versions: Python 3.10
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: grifonice99
Priority: normal Keywords:

Created on 2022-02-26 23:17 by grifonice99, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ThreadPool.py grifonice99, 2022-02-26 23:17
Messages (1)
msg414118 - (view) Author: grifonice99 (grifonice99) Date: 2022-02-26 23:17
I was developing a ThreadPool with priority on windows, once done all the tests on windows I moved to linux and once I moved it didn't work anymore, because in the thread_start function there is the self that doesn't "update", thing that it does on windows
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 91023
2022-02-26 23:29:11grifonice99setstatus: open -> closed
resolution: wont fix
stage: resolved
2022-02-26 23:17:50grifonice99create