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 pitrou
Recipients amaury.forgeotdarc, giampaolo.rodola, kristjan.jonsson, loewis, pitrou
Date 2010-09-13.14:30:37
SpamBayes Score 0.0006900977
Marked as misclassified No
Message-id <1284388233.3225.0.camel@localhost.localdomain>
In-reply-to <4C8DE250.3060501@v.loewis.de>
Content
> Right. That's why I'm thinking that we should introduce some. TLS
> creation *can* fail, and it is unfortunate that the original
> introduction of this API forgot to consider that. Your patch did
> (de facto) introduce an error return code (originally 0, now -1).

Perhaps we can simply call Py_FatalError() instead? There's not much we
can do when such a failure occurs anyway.
History
Date User Action Args
2010-09-13 14:30:40pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, kristjan.jonsson, giampaolo.rodola
2010-09-13 14:30:38pitroulinkissue9786 messages
2010-09-13 14:30:37pitroucreate