[issue35705] libffi support is not there for windows on ARM64
Change by ossdev : -- components: ctypes nosy: ossdev07 priority: normal severity: normal status: open title: libffi support is not there for windows on ARM64 type: enhancement versions: Python 3.6 ___ Python tracker <https://bugs.python.org/issue35705> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3705] py3k fails under Windows if "-c" or "-m" is given a non-ascii value
Change by ossdev : -- pull_requests: +11033 ___ Python tracker <https://bugs.python.org/issue3705> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3705] py3k fails under Windows if "-c" or "-m" is given a non-ascii value
Change by ossdev : -- pull_requests: +11033, 11034, 11035 ___ Python tracker <https://bugs.python.org/issue3705> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3705] py3k fails under Windows if "-c" or "-m" is given a non-ascii value
Change by ossdev : -- pull_requests: +11033, 11034 ___ Python tracker <https://bugs.python.org/issue3705> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue35705] libffi support is not there for windows on ARM64
Change by ossdev : -- keywords: +patch pull_requests: +11036 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35705> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue35740] ssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64
Change by ossdev : -- assignee: christian.heimes components: SSL nosy: christian.heimes, ossdev07 priority: normal severity: normal status: open title: ssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 type: enhancement versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue35740> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue35740] openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64
Change by ossdev : -- title: ssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 -> openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64 ___ Python tracker <https://bugs.python.org/issue35740> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue35740] openssl version 1.1.1 need to be there in cpython-source-deps for windows ARM64
New submission from ossdev : as per in https://github.com/openssl/openssl/issues/6856 , for windows on ARM64 we need to switch to Openssl 1.1.1 -- ___ Python tracker <https://bugs.python.org/issue35740> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34691] _contextvars missing in xmaster branch Windows build?
ossdev added the comment: I am building python for windows on ARM64, I am getting "No module named '_contextvars'" when trying to import contextvars: >>> import contextvars Traceback (most recent call last): File "", line 1, in File "C:\Users\ps-emb\Downloads\cpython-master\cpython-master\lib\contextvars.py", line 1, in from _contextvars import Context, ContextVar, Token, copy_context ModuleNotFoundError: No module named '_contextvars' thanks -- nosy: +ossdev07 versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue34691> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com