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 ncoghlan
Recipients barry, dbzhang800, ncoghlan, palm.kevin, pitrou, srid, steve.dower, tarek, vstinner
Date 2015-08-29.22:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7ePU5uCSq0qncPAhvHDbwTZ9A0e3HSo81kWzCnkui=rwg@mail.gmail.com>
In-reply-to <1440863466.53.0.801761205009.issue11320@psf.upfronthosting.co.za>
Content
I think the current situation is mainly an artifact of our relative dearth
of regression testing for embedded configurations, and the fact that we
have very few core developers working for companies embedding CPython in
larger applications.

I do care about that space (hence PEP 432), but operating system
integration, software distribution tools, and improved modularisation take
precedence on work time, and the science & education sectors on my personal
time.

I did recently file issue 24932 to propose investigating and adopting a C
level unit testing framework for the embedding tests, as one of the things
my preliminary work on PEP 432 highlighted is how limited our current
direct testing capabilities for the embedding API are - at this point,
we're mostly limited to testing it the way CPython uses it, which makes it
unfortunately fragile for embedders (as issues like this one show).
History
Date User Action Args
2015-08-29 22:19:19ncoghlansetrecipients: + ncoghlan, barry, pitrou, vstinner, tarek, srid, palm.kevin, dbzhang800, steve.dower
2015-08-29 22:19:19ncoghlanlinkissue11320 messages
2015-08-29 22:19:18ncoghlancreate