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 Thrameos, WildCard65, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-12-19.18:57:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608404256.83.0.0125763381934.issue42529@roundup.psfhosted.org>
In-reply-to
Content
> I recommend first doing a capture of these functions first

I don't think that'll be necessary - the logging output ought to be enough. Capturing or redirecting those functions would be great if the debugger was working, but since that spoils it, it's not.

> Does that point to anything we can use to solve this?

It would be great to know what's calling FlsGetValue there. Obviously something within the CRT, since CPython doesn't use fibers anywhere. I guess it's probably some kind of locale settings that are only necessary when opening a file in text mode? But I don't know that we do that specially here.

Is there an option to capture full stack traces?
History
Date User Action Args
2020-12-19 18:57:36steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, WildCard65, Thrameos
2020-12-19 18:57:36steve.dowersetmessageid: <1608404256.83.0.0125763381934.issue42529@roundup.psfhosted.org>
2020-12-19 18:57:36steve.dowerlinkissue42529 messages
2020-12-19 18:57:36steve.dowercreate