Message 412258 - Python tracker
Message412258
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2022-02-01.13:40:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1643722857.62.0.725903226653.issue46600@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
stack_overflow-4.py: Update script from bpo-30866 to measure stack memory usage before Python crash or raises a RecursionError. I had to modify the script since calling a Python function from a Python function no longer allocates (additional) memory on the stack! See bpo-45256 "Remove the usage of the C stack in Python to Python calls". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-02-01 13:40:57 | vstinner | set | recipients: + vstinner |
| 2022-02-01 13:40:57 | vstinner | set | messageid: <1643722857.62.0.725903226653.issue46600@roundup.psfhosted.org> |
| 2022-02-01 13:40:57 | vstinner | link | issue46600 messages |
| 2022-02-01 13:40:57 | vstinner | create | |