Message302706
| Author |
terry.reedy |
| Recipients |
cheryl.sabella, terry.reedy |
| Date |
2017-09-21.16:25:45 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1506011145.66.0.296348763651.issue31493@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
The underlying issue is trying to coordinate two somewhat independent object systems (Python and Tcl). I don't know why the after loops were (apparently) stopped before #27099 and not after. The only difference I know of is the dropping of the reference to CodeContext instances in .unload_extensions, called from ._close. CodeContext did not have a .close method.
I tried the first thing I thought might work and it did, so I stopped. I don't know why unbinding the toggle function was enough. I expect that we will eventually review ._close. It should help when the menu and editor are separated a bit. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017-09-21 16:25:45 | terry.reedy | set | recipients:
+ terry.reedy, cheryl.sabella |
| 2017-09-21 16:25:45 | terry.reedy | set | messageid: <1506011145.66.0.296348763651.issue31493@psf.upfronthosting.co.za> |
| 2017-09-21 16:25:45 | terry.reedy | link | issue31493 messages |
| 2017-09-21 16:25:45 | terry.reedy | create | |
|