[pypy-issue] [issue1069] PyThread_set_key_value and PyThread_delete_key_value missing from cpyext support
Jean-Paul Calderone
tracker at bugs.pypy.org
Sat Feb 25 19:04:58 CET 2012
New submission from Jean-Paul Calderone <exarkun at twistedmatrix.com>:
I think that cpyext used to provide these two CPython APIs. pyOpenSSL uses
them, and they used to work. I don't see them anywhere in HEAD, though.
pyOpenSSL now builds (with warnings) and cannot be imported because of these
missing symbols.
----------
messages: 4009
nosy: calderone, pypy-issue
priority: feature
status: unread
title: PyThread_set_key_value and PyThread_delete_key_value missing from cpyext support
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1069>
________________________________________
More information about the pypy-issue
mailing list