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 skrah
Recipients eric.snow, grahamd, ncoghlan, skrah
Date 2015-07-04.12:33:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436013185.61.0.883226968122.issue24553@psf.upfronthosting.co.za>
In-reply-to
Content
> Now I'm wondering what further test coverage we really need...

Ideally we'd test every C module with the tests executing "in
parallel" (sort of) in multiple interpreters.

I have done so for _decimal, which is mostly okay due to the
thread-local contexts. However, there are a couple of minor
glitches.


The reason I haven't pursued this is that *if* you run _decimal
in multiple interpreters, you get nasty sounding (but harmless)
warnings from libmpdec, which complains about being initialized
multiple times.


So from the absence of bug reports I concluded that no one is
using the sub-interpreter feature with _decimal.
History
Date User Action Args
2015-07-04 12:33:05skrahsetrecipients: + skrah, ncoghlan, grahamd, eric.snow
2015-07-04 12:33:05skrahsetmessageid: <1436013185.61.0.883226968122.issue24553@psf.upfronthosting.co.za>
2015-07-04 12:33:05skrahlinkissue24553 messages
2015-07-04 12:33:05skrahcreate