New submission from Antoine Pitrou <pit...@free.fr>: pystate.c assumes that when autoTLSkey is 0, it hasn't been created yet. However, some TLS implementations can return 0 as a valid key value. Lots of interesting things then happen.
Here is a patch. ---------- files: autotlskey.patch keywords: patch messages: 115858 nosy: amaury.forgeotdarc, krisvale, pitrou priority: normal severity: normal stage: patch review status: open title: wrong assumption in pystate.c type: crash versions: Python 2.7, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file18794/autotlskey.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9797> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com