[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10028 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35316] test_eintr fails randomly on macOS

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2956bffbc00127af65f69e04d7979021a21d1288 by Victor Stinner in branch 'master': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/2956bffbc00127af65f69e04d7979021a21d1288 -- _

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10026 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35316] test_eintr fails randomly on macOS

2018-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10027 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35316] test_eintr fails randomly on macOS

2018-11-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10029 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35344] platform: get macOS version rather than darwin version?

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: > I’ve filed an issue in the past to change the platform name to “macosx”, but > there were good arguments to not change the behavior at the time. The > existence of iOS might change that though. I'm not sure that we are talking about the same thing. I'm tal

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
miss-islington added the comment: New changeset 2fa5b2ac4485c5c9083b4b0459dd9b691daaea28 by Miss Islington (bot) in branch '3.7': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/2fa5b2ac4485c5c9083b4b0459dd9b691daaea28 -- nosy: +

[issue35316] test_eintr fails randomly on macOS

2018-11-28 Thread miss-islington
miss-islington added the comment: New changeset 2fa5b2ac4485c5c9083b4b0459dd9b691daaea28 by Miss Islington (bot) in branch '3.7': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/2fa5b2ac4485c5c9083b4b0459dd9b691daaea28 -- nosy: +

[issue30681] email.utils.parsedate_to_datetime() should return None when date cannot be parsed

2018-11-28 Thread Tim Bell
Tim Bell added the comment: I've addressed the points in the last few comments and created a new PR (10783). -- ___ Python tracker ___

[issue35316] test_eintr fails randomly on macOS

2018-11-28 Thread miss-islington
miss-islington added the comment: New changeset 833a7067a4d5621d024511d9166db7331c4650c9 by Miss Islington (bot) in branch '3.6': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/833a7067a4d5621d024511d9166db7331c4650c9 -- __

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: > I'm trying to figure out the exact OpenSSL version. It used to be part of > pythoninfo step. Did you click on "view all 165 lines"? I like to click on [download] to open the output in my text editor (gvim). ssl info from pythoninfo: ssl.HAS_SNI: True ssl

[issue35189] PEP 475: fnctl functions are not retried if interrupted by a signal (EINTR)

2018-11-28 Thread miss-islington
miss-islington added the comment: New changeset 833a7067a4d5621d024511d9166db7331c4650c9 by Miss Islington (bot) in branch '3.6': bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) https://github.com/python/cpython/commit/833a7067a4d5621d024511d9166db7331c4650c9 -- __

[issue34521] Multiple tests (test_socket, test_multiprocessing_*) fail due to incorrect recvmsg(2) buffer lengths, causing failures on FreeBSD CURRENT

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: > Is test_socket of Python 2.7 affected by the issue? If not, I suggest to > remove 2.7 from this issue and close it. Some "FD transfer" tests of test_multiprocessing still fail on AMD64 FreeBSD CURRENT Shared 2.7: https://buildbot.python.org/all/#/builders

[issue35316] test_eintr fails randomly on macOS

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: > I will investigate with MacOS Mojave this week. Ok, so I leave the issue open. -- ___ Python tracker ___ _

[issue34521] Multiple tests (test_socket, test_multiprocessing_*) fail due to incorrect recvmsg(2) buffer lengths, causing failures on FreeBSD CURRENT

2018-11-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I did not backport this still because the code is very different and it required more time to understand how it works on 2.7. I do not have access currently to koobs buildbot (the IP has changed) so I cannot check if that works :( -- ___

[issue35346] Modernize Lib/platform.py code

2018-11-28 Thread STINNER Victor
New submission from STINNER Victor : Lib/platform.py still contains code to support Python 2.3. It's maybe time to modernize it. platform imports subprocess since commit fc990e942fb55be78e8352f4913749e91cac381d. The two calls to os.popen() can now be replaced with subprocess.Popen.

[issue35346] Modernize Lib/platform.py code

2018-11-28 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +10030 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue28167] remove platform.linux_distribution()

2018-11-28 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10031 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35344] platform: get macOS version rather than darwin version?

2018-11-28 Thread Ronald Oussoren
Ronald Oussoren added the comment: I should have been clearer in my previous post. I’m not against changing this, but would like an implementation that returns consistent information: either return “macOS” and the macOS version, or “Darwin” and the kernel version. IIRC there is, or used to

[issue35344] platform: get macOS version rather than darwin version?

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: > I’m not against changing this, but would like an implementation that returns > consistent information: either return “macOS” and the macOS version, or > “Darwin” and the kernel version. See my PR 10780. It returns "macOS-10.13.6-x86_64" (macOS + macOS versi

[issue28167] remove platform.linux_distribution()

2018-11-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7cc1fa40b76de34a0fe86162667c87ce7a18f33d by Victor Stinner in branch 'master': bpo-28167: Remove platform._dist_try_harder() (GH-10787) https://github.com/python/cpython/commit/7cc1fa40b76de34a0fe86162667c87ce7a18f33d -- _

[issue35341] Add generic version of OrderedDict to typing module

2018-11-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +gvanrossum, levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue35341] Add generic version of OrderedDict to typing module

2018-11-28 Thread Guido van Rossum
Guido van Rossum added the comment: Given that this is in collections, I don't object. Ivan, what do you say? -- ___ Python tracker ___ ___

[issue16086] tp_flags: Undefined behaviour with 32 bits long

2018-11-28 Thread Eddie Elizondo
Change by Eddie Elizondo : -- pull_requests: +10032 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue27903] Avoid ResourceWarnings from platform._dist_try_harder

2018-11-28 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I guess this can be closed as out of date since the function was removed with https://github.com/python/cpython/pull/10787/. cc: Victor -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed

[issue35339] Populating instances of class automatically

2018-11-28 Thread Steven D'Aprano
Change by Steven D'Aprano : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pytho

[issue35340] global symbol "freegrammar" should be made static ore renamed

2018-11-28 Thread Steven D'Aprano
Steven D'Aprano added the comment: What "freegrammar" symbol are you referring to? Why should it be made static or renamed? 2.7 is something like a decade old now, why do you describe this as a new symbol? -- nosy: +steven.daprano ___ Python trac

[issue35334] urllib3 fails with type error exception, when cannot reach PyPI - urllib3.util.retry

2018-11-28 Thread Arno-Can Uestuensoez
Arno-Can Uestuensoez added the comment: In order to avoid further confusion (github: #1486): > This is the wrong bug tracker for urllib3. The urllib3 package is not part of > Python's standard library. => OK. # As xtreak pointed out, it's not even a bug in urllib3 or pip. Debian ships a

[issue35340] global symbol "freegrammar" should be made static ore renamed

2018-11-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It was added in issue27780. -- nosy: +benjamin.peterson, serhiy.storchaka ___ Python tracker ___ __

[issue35340] global symbol "freegrammar" should be made static ore renamed

2018-11-28 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +10034 stage: -> patch review ___ Python tracker ___ ___ Python-bu

[issue35340] global symbol "freegrammar" should be made static ore renamed

2018-11-28 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 2e869a8f8280b5c786b3fde1f990e13927625e7a by Benjamin Peterson in branch '2.7': closes bpo-35340: Add freegrammar to pgenheaders.h. (GH-10788) https://github.com/python/cpython/commit/2e869a8f8280b5c786b3fde1f990e13927625e7a -- resol

<    1   2