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 Kevin Schlossser, dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-28.17:52:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572285132.58.0.428157491474.issue38597@roundup.psfhosted.org>
In-reply-to
Content
There is an implicit cap due to the C runtime (specifically vcruntime140.dll) allocating fibre local storage on load, which seems like the one you are hitting. However, we discovered this before the first 3.5 release and fixed it.

How are you compiling your packages? Or where are you getting them from?

It's possible that someone else is building and statically linking the C runtime, which will cause this, but distutils (and hence CPython) should not be doing it by default.
History
Date User Action Args
2019-10-28 17:52:12steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.araujo, zach.ware, dstufft, Kevin Schlossser
2019-10-28 17:52:12steve.dowersetmessageid: <1572285132.58.0.428157491474.issue38597@roundup.psfhosted.org>
2019-10-28 17:52:12steve.dowerlinkissue38597 messages
2019-10-28 17:52:12steve.dowercreate