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.
Change by ossdev :
--
pull_requests: +11033
___
Python tracker
<https://bugs.python.org/issue3705>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by ossdev :
--
pull_requests: +11033, 11034, 11035
___
Python tracker
<https://bugs.python.org/issue3705>
___
___
Python-bugs-list mailing list
Unsub
Change by ossdev :
--
pull_requests: +11033, 11034
___
Python tracker
<https://bugs.python.org/issue3705>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by ossdev :
--
keywords: +patch
pull_requests: +11036
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35705>
___
___
Python-
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
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/issu
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/issue35
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:\U