[issue30622] Fix NPN guard for OpenSSL 1.1

2017-06-10 Thread Melvyn Sopacua
New submission from Melvyn Sopacua: Starting OpenSSL 1.1, the variable OPENSSL_NPN_NEGOTIATED is always defined. This makes the NPN detection fail. Related info: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217703 -- assignee: christian.heimes components: SSL messages: 295643

[issue11320] Usage of API method Py_SetPath causes errors in Py_Initialize() (Posix ony))

2016-09-12 Thread Melvyn Sopacua
Melvyn Sopacua added the comment: The cause for this error is any cause for not being able to load a module. This includes version conflicts, so when trying to load a virtualenv with python 3.3 interpreter by a uWSGI embedded python3.4 interpreter the action fails. This is - bluntly