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 loewis
Recipients amaury.forgeotdarc, giampaolo.rodola, kristjan.jonsson, loewis, pitrou
Date 2010-09-13.20:04:47
SpamBayes Score 5.5522654e-05
Marked as misclassified No
Message-id <4C8E83DD.9040809@v.loewis.de>
In-reply-to <1284388233.3225.0.camel@localhost.localdomain>
Content
> Perhaps we can simply call Py_FatalError() instead? There's not much we
> can do when such a failure occurs anyway.

Sounds fine as well. Python's own usage definitely shouldn't fail. If
extension modules use this in an aggressive manner, they may actually
exhaust TLS keys (at least on Windows, where old versions had only
64 slots). Having the interpreter fail then sounds reasonable.
History
Date User Action Args
2010-09-13 20:04:49loewissetrecipients: + loewis, amaury.forgeotdarc, pitrou, kristjan.jonsson, giampaolo.rodola
2010-09-13 20:04:47loewislinkissue9786 messages
2010-09-13 20:04:47loewiscreate