Message 350770 - Python tracker
Message350770
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan, pablogsal |
| Date | 2019-08-29.12:43:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1567082613.3.0.10446320054.issue37947@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Reviewing all the code that touches recursion_depth (both in the symtable and in the thread state), I'm not seeing any sanity checks that ensure our increments and decrements *balance*. So I'm going to add one to PySymTable_BuildObject. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-29 12:43:33 | ncoghlan | set | recipients: + ncoghlan, pablogsal |
| 2019-08-29 12:43:33 | ncoghlan | set | messageid: <1567082613.3.0.10446320054.issue37947@roundup.psfhosted.org> |
| 2019-08-29 12:43:33 | ncoghlan | link | issue37947 messages |
| 2019-08-29 12:43:33 | ncoghlan | create | |