Message377407
Ideally, I would prefer separate counters for different names, and omitting a number for the first thread with unique name:
doit
doit-2
Thread-1
Thread-2
print
print-2
doit-3
But it is not feasible. It would require supporting a cache which can grow with every new thread and non-trivial code to avoid race conditions. So I am fine with Ammar's idea. |
|
Date |
User |
Action |
Args |
2020-09-23 16:43:00 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, ammar2 |
2020-09-23 16:43:00 | serhiy.storchaka | set | messageid: <1600879380.79.0.390731502184.issue41833@roundup.psfhosted.org> |
2020-09-23 16:43:00 | serhiy.storchaka | link | issue41833 messages |
2020-09-23 16:43:00 | serhiy.storchaka | create | |
|