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 Kevin Schlossser
Recipients Kevin Schlossser, Yurii Leonov, dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-01-05.01:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578186727.72.0.757294489245.issue38597@roundup.psfhosted.org>
In-reply-to
Content
Thank you msg356892 for spear heading this for me. I family things to attend to so I apologize for opening this bug report and then walking away..

As far as recreating this issue. It simple to do. you can either use cython or you can put together a quick script that will make say 150 extensions. put one  line of code in it and compile it.. The results always end up being the same 123 extensions can be loaded on the 124th a TB happens.. It does not matter where the files are inside the package. it is always the 124th one that gets loaded for any one package. importing a pyd from another package does not change the number. The extensions have to be a direct descendant of one single package.
History
Date User Action Args
2020-01-05 01:12:07Kevin Schlosssersetrecipients: + Kevin Schlossser, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft, Yurii Leonov
2020-01-05 01:12:07Kevin Schlosssersetmessageid: <1578186727.72.0.757294489245.issue38597@roundup.psfhosted.org>
2020-01-05 01:12:07Kevin Schlossserlinkissue38597 messages
2020-01-05 01:12:07Kevin Schlosssercreate