ドキュメントはどういうわけかまばらです。Web サーバーで m2crypto を使用するつもりですが、m2crypto.threading.init() を使用する必要があるようです。
Web リクエストで呼び出される私の python 関数は次のようになりますか。
def do_something():
M2Crypto.threading.init()
sign something with m2crypto
M2Crypto.threading.cleanup()
return httpresponse
または、他の何か?このスレッドの使用法に関する Web リファレンスはありますか?
ありがとうネナド