This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients pablolob, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-28.22:28:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <837925ff-b333-5388-5fba-c103dde6659e@python.org>
In-reply-to <CAJjqmk0-EsayrnJ3Wg00cwwoXuDkVwcMHEToMVeAo7X_phzJYw@mail.gmail.com>
Content
> But why does it happen only on Windows?

Because it's the operating system that is terminating the process :) 
Other operating systems behave differently when you exceed the stack, 
and may also allocate different amounts of stack space, making it less 
likely that you hit it.
History
Date User Action Args
2021-10-28 22:28:26steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, pablolob
2021-10-28 22:28:25steve.dowerlinkissue45645 messages
2021-10-28 22:28:25steve.dowercreate