On Fri, Oct 21, 2022 at 11:11 AM Juan Cristóbal Quesada <
rainonthescarecrowhumanwhe...@gmail.com> wrote:
> I guess my simplified question would be:
>
> ¿how does Python 3 versions manage Distributed File Systems and in
> particular Windows' DFS?
>
In no specific way. We typically ask the OS to h
I guess my simplified question would be:
¿how does Python 3 versions manage Distributed File Systems and in particular
Windows' DFS?
Is it supported by the "import system" in Python? What differences are there?
___
Python-Dev mailing list -- python-dev
Hi, not sure about this neither.
I was hoping someone with more experience deploying pythons and executing them
over distributed file systems would shed a light why this happens.
I'm sorry but to be honest i dont see the correlation between OpenSSL and
DFS-R/DFS-N, maybe there is one but im a bi
Import is implementing in Python itself via importlib, so you could try
walking through the code with a debugger to see where the difference may be
(I personally can't think of anything obvious that changed in importlib
between 3.9 and 3.10 that would affect this).
On Thu, Oct 20, 2022 at 11:36 AM