Sorin Sbarnea added the comment:
Maybe I should mention that my networking is configured only with values
received from the DHCP server, which includes 2 DNS servers, one ipv4 an done
ipv6, both of them being the local router and *1* search domain, which is a
real domain (not local
Sorin Sbarnea added the comment:
I am able to reproduce this bug with Python 3.10 on MacOS 12.2 too, and I
happen to have some extra insights about what happens, see
https://github.com/tox-dev/tox/issues/2375
Basically the culprit is a reverse-dns query (PTR) that takes 30s to return
Change by Sorin Sbarnea :
--
keywords: +patch
pull_requests: +25448
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26873
___
Python tracker
<https://bugs.python.org/issu
Change by Sorin Sbarnea :
--
type: -> performance
___
Python tracker
<https://bugs.python.org/issue44497>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Sorin Sbarnea :
As the results of investigating a very poor performance of pip while trying to
install some code I was able to identify that the root cause was the current
implementation of distutils.filelist.findall or to be more precise the
_find_all_simple function
Change by Sorin Sbarnea :
--
nosy: +ssbarnea
___
Python tracker
<https://bugs.python.org/issue41973>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sorin Sbarnea added the comment:
It seems that the bug is still present. There is some additional
information on the new report https://bugs.python.org/issue35164
--
nosy: +ssbarnea
___
Python tracker
<https://bugs.python.org/issue29
New submission from Sorin Sbarnea :
It seems that when the MacOS machine does not have a FQDN name manually
configured using `scutil`, python will be fail to resolve domain names and
timeout after ~30 seconds.
I mention that the DNS resolution works correctly on the machine and that the
Sorin Sbarnea added the comment:
I agree that this deprecation approach is not very helpful because it does not
indicate a recommended way to fix.
Yep, we all know that we will be forced to rename these parameters/variables
everywhere and likely break few APIs due to it.
I am curious if
Sorin Sbarnea added the comment:
Based on my tests this worked with all shells I tested with, the syntax being a
very old one and not some new/modern one.
Passed: bash, zsh, dash, ksh
Platforms: MacOS, RHEL Linux
Failed with: tcsh but with the note that even the original code would fail
10 matches
Mail list logo