Message317875
| Author | Ivan.Pozdeev |
|---|---|
| Recipients | Ivan.Pozdeev, PythonInTheGrass, markroseman, serhiy.storchaka, terry.reedy |
| Date | 2018-05-28.15:56:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527522983.28.0.682650639539.issue33257@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Found yet another race condition -- when creating multiple Tk()s. Attached example (loops indefinitely inside Tcl: some internal list becomes circular for some reason). The obvious fix by wrapping Tcl calls with locks in Tkapp_New doesn't fix it -- must be something else. Since creatng multiple Tk's is an uncommon use case, this can wait. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-28 15:56:23 | Ivan.Pozdeev | set | recipients: + Ivan.Pozdeev, terry.reedy, markroseman, PythonInTheGrass, serhiy.storchaka |
| 2018-05-28 15:56:23 | Ivan.Pozdeev | set | messageid: <1527522983.28.0.682650639539.issue33257@psf.upfronthosting.co.za> |
| 2018-05-28 15:56:23 | Ivan.Pozdeev | link | issue33257 messages |
| 2018-05-28 15:56:23 | Ivan.Pozdeev | create | |