[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +733 ___ Python tracker <http://bugs.python.org/issue29888> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Ned Deily added the comment: New changeset ceff32fb833e7be42508ffa73344e2e56865e54b by Ned Deily in branch '3.6': bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-826) https://github.com/python/cpython/commit/ceff32fb833e7be42508

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Ned Deily added the comment: New changeset 8ce3085bf167b702989a9db466078b5676e825e3 by Ned Deily in branch '3.5': bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-827) https://github.com/python/cpython/commit/8ce3085bf167b702989a

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Ned Deily added the comment: Thanks for the pull requests! I've merged to master, 3.6, and 3.5 and I left a comment for the 2.7 PR. By the way, next time you make a PR, please feel free to add your name to Misc/ACKS. -- stage: -> commit review versions: +Py

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Ned Deily added the comment: New changeset 6f95b37f290e0225aed5f8f7733ad0730601201b by Ned Deily (cocoatomo) in branch '2.7': bpo-29888: Fix the link referring to "Python download page" (GH-823) https://github.com/python/cpython/commit/6f95b37f290e0225aed5

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29915] Drop Mac OS X Tiger support in Python 3.7?

2017-03-27 Thread Ned Deily
Ned Deily added the comment: >The Tiger buildbot fails since many years: >http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/479/steps/test/logs/stdio That's not true. The one failing test, test_uuid, was just added last month. Note that the 3.5 Tiger buildbot h

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-27 Thread Ned Deily
Ned Deily added the comment: I'll be doing backports to 2.7 for this and some other things shortly. -- ___ Python tracker <http://bugs.python.org/is

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-27 Thread Ned Deily
Ned Deily added the comment: > It seems like all pull requests are merged. Can the issue be closed now? Not quite yet. -- ___ Python tracker <http://bugs.python.org/issu

[issue29915] Drop Mac OS X Tiger support in Python 3.7?

2017-03-27 Thread Ned Deily
Ned Deily added the comment: Here's where the Tiger 3.x buildbot started failing: http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/363 with this commit 0b8432538acf45d7a605fe68648b4712e8d9cee3 -- nosy: +benjamin.peterson ___ P

[issue29921] datetime validation is stricter in 3.6.1 than previous versions

2017-03-28 Thread Ned Deily
Ned Deily added the comment: FTR, there is now a pywin32 issue (opened by the OP) on this: https://sourceforge.net/p/pywin32/bugs/748/ -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue29

[issue15797] bdist_msi does not pass -install/remove flags to install_script

2017-03-29 Thread Ned Deily
Changes by Ned Deily : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue15797> ___ ___ Python-bugs-list m

[issue30139] Fix for issue 8743 not available in python MacOS 3.5.1

2017-04-22 Thread Ned Deily
Ned Deily added the comment: >> Then you have a broken copy of 3.5.1. Yes. You don't say from where you installed Python 3.5.1 but I just took a quick look at _collections_abc.py in both the versions installed by the python.org 3.5.1 macOS installer and by the current 3.5.3 version

[issue30139] Fix for issue 8743 not available in python MacOS 3.5.1

2017-04-22 Thread Ned Deily
Ned Deily added the comment: > But there is no neither an entry #8743, nor neighbour entries #14710 and > #13355 in Misc/NEWS. Seems Misc/NEWS is broken. Hmm. They seem to have been properly preserved in the current 3.6 and master branch versions of Misc/HISTORY. Perhaps the 3.5 Mis

[issue30146] Fix for issue 8743 not available in python MacOS 3.6.1

2017-04-23 Thread Ned Deily
Ned Deily added the comment: And rather than focusing on what lines of code you believe are missing, please provide a complete script or lines of Python code with any instructions on how to run them, the actual output you see when you run it, and what you expect the output should be

[issue30146] Difference in behavior between set() and collections.abc.MutableSet() derived objects

2017-04-23 Thread Ned Deily
Ned Deily added the comment: OK, thanks for supplying a concrete example. From it, it's clear that it has nothing specific to do with Python on macOS. Adding Raymond as maintainer of sets. -- components: -macOS nosy: +rhettinger -ronaldoussoren title: Fix for issue 874

[issue28087] macOS 12 poll syscall returns prematurely

2017-05-18 Thread Ned Deily
Ned Deily added the comment: If the problem is fixed in 10.12.2, I agree with gps that there is no need to add a workaround for 10.12.0 and .1. We should only ever need to support the most recent macOS point release; it is the user's responsibility to keep up-to-date and with most

[issue30385] Segfault on OSX with 3.6.1

2017-05-19 Thread Ned Deily
Ned Deily added the comment: Unfortunately, his is a long standing problem when using Python applications that fork on macOS and that end up calling certain system frameworks that under the covers use the system libdispatch which is not fork safe. In this case, it is most likely due to a

[issue30388] ndbm can't iterate through values on OS X

2017-05-20 Thread Ned Deily
Ned Deily added the comment: Can you provide a complete example of how to reproduce the behavior you are seeing? Ideally, it would include producing the shelve object. Also, please provide the output of this command: otool -L $(python3.6 -c 'import _dbm;print(_dbm.__f

[issue30392] default webbrowser fails on macOS Sierra 10.12.5

2017-05-22 Thread Ned Deily
Ned Deily added the comment: We should check whether the osascript regression is fixed in the most recent 10.12.6 Developer Preview and, if not, open a RADAR (Apple bug report). -- ___ Python tracker <http://bugs.python.org/issue30

[issue28087] macOS 12 poll syscall returns prematurely

2017-05-23 Thread Ned Deily
Ned Deily added the comment: Unfortunately, with the tests reenabled, they still fail with the most recent release of macOS 10.12 (10.12,5) so perhaps the curl issue was a different problem? -- ___ Python tracker <http://bugs.python.org/issue28

[issue28567] Bus error / segmentation fault on macOS debug build when using ctypes OpenGL

2017-05-23 Thread Ned Deily
Ned Deily added the comment: Sorry that this issue has languished for so long. Unfortunately, since it is so easy to cause segfaults when using ctypes and there are so many variables in play here and that there haven't been other similar reports, it is highly unlikely that anyone is goi

[issue29943] PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches

2017-05-24 Thread Ned Deily
Ned Deily added the comment: Thanks everyone for the input on this issue. We've had some discussions here at PyCon US and I think the consensus is that we all agree with Nathaniel's comment above that, for 3.6.x, that modules built on 3.6.2 (and later 3.6.x) should be importable on

[issue30474] Crash on OS X EXC_BAD_ACCESS (SIGSEGV)

2017-05-25 Thread Ned Deily
Ned Deily added the comment: According to the crash trace you supplied, the crash happened as a result of a call in librdkafka called from the cimpl extension module. As neither of these are part of the Python standard library, suggest you contact the project that supplies them or possibly

[issue12383] subprocess.Popen(..., env={}) fails to pass empty env.

2017-05-30 Thread Ned Deily
Ned Deily added the comment: Greg, b351248c1fa74277b886b0c9a2e1c2f65fabe9ef appears to have broken the macOS buildbots: http://buildbot.python.org/all/builders/x86-64%20Sierra%203.x/builds/233 http://buildbot.python.org/all/builders/x86-64%20El%20Capitan%203.x/builds/235 -- nosy

[issue30177] pathlib.resolve(strict=False) only includes first child

2017-05-31 Thread Ned Deily
Ned Deily added the comment: We have less than 2 weeks until cutoff for 3.6.2 so it would be great if someone would take this on. -- ___ Python tracker <http://bugs.python.org/issue30

[issue30392] default webbrowser fails on macOS Sierra 10.12.5

2017-05-31 Thread Ned Deily
Ned Deily added the comment: Good news! Apple appears to have fixed the osascript regression in the most recent macOS 10.12.6 public beta (version 2). So I'm going to mark this issue as "pending fixed" until the official release of 10.12.6. -- resolution: ->

[issue30531] Windows 10 3.6.1 install disallows pip installs of packages

2017-05-31 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows -Installation nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue30

[issue30532] email.policy.SMTP.fold() mangles long headers

2017-05-31 Thread Ned Deily
Changes by Ned Deily : -- nosy: +barry, r.david.murray ___ Python tracker <http://bugs.python.org/issue30532> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30392] default webbrowser fails on macOS Sierra 10.12.5

2017-06-01 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggestion but, by the time we have released the next maintenance updates for all actively maintained Python versions, 10.12.6 will have long been released and, once it has been, any need to support the broken 10.12.5 release is dead

[issue30558] [Suggestion] Improve documentation for set() API

2017-06-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +rhettinger status: pending -> open ___ Python tracker <http://bugs.python.org/issue30558> ___ ___ Python-bugs-list mai

[issue30567] Leak in sys.getwindowsversion

2017-06-04 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows -Interpreter Core nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue30

[issue30575] Python interpreter crashes on macOS

2017-06-05 Thread Ned Deily
Ned Deily added the comment: Sorry but, without more information, no one is likely to want to try to pursue this issue. There are too many components, Python and non-Python, here that could cause a crash and trying to interface to other libraries using extensions like cffi (and ctypes) is

[issue30388] ndbm can't iterate through values on OS X

2017-06-05 Thread Ned Deily
Ned Deily added the comment: It would be helpful if you could provide the output of this command: otool -L $(python3.6 -c 'import _dbm;print(_dbm.__file__)') if necessary, substituting whatever command name(s) you are using to invoke python wh

[issue30557] faulthandler does not correctly filter fatal exceptions on Windows

2017-06-05 Thread Ned Deily
Ned Deily added the comment: Buildbot failure? http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/521 -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue30

[issue30582] Incorrect propagation in logging.wheb creating lighters in a certain order

2017-06-06 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue30582> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30604] co_extra_freefuncs is stored thread locally and can lead to crashes

2017-06-08 Thread Ned Deily
Ned Deily added the comment: See review comments on PR 2015. -- nosy: +ned.deily versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue30

[issue29943] PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches

2017-06-08 Thread Ned Deily
Ned Deily added the comment: As a followup, Nathanial, are you satisfied with the resolution here for the upcoming 3.6.2? -- ___ Python tracker <http://bugs.python.org/issue29

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-09 Thread Ned Deily
Ned Deily added the comment: It sounds like a bug to me, and thus suitable to backport, but it certainly would be worth getting other opinions since this is a tricky and critical area. Antoine, Steve, others: thoughts? -- nosy: +pitrou, steve.dower

[issue30610] Python's libexpat vulnerable to CVE-2016-0718

2017-06-09 Thread Ned Deily
Ned Deily added the comment: Isn't this a duplicate of Issue29591 ? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue30610> ___ ___ Pytho

[issue23404] 'make touch' does not work with git clones of the source repository

2017-06-10 Thread Ned Deily
Ned Deily added the comment: As Nick noted, this change needs to be properly documented for 3.6.2 and other maintenance releases. -- nosy: +benjamin.peterson, larry priority: critical -> release blocker ___ Python tracker <http://bugs.pyth

[issue29550] Mac build-installer touch step fails after github conversion

2017-06-10 Thread Ned Deily
Ned Deily added the comment: The changes for Issue23404 removed "make touch" including from the installer build. -- priority: release blocker -> resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> 'make touch' d

[issue30623] python-nightly import numpy fails since recently

2017-06-10 Thread Ned Deily
Ned Deily added the comment: Can we close this issue then? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue30623> ___ ___ Python-bugs-list m

[issue29504] blake2: compile error with -march=bdver2

2017-06-10 Thread Ned Deily
Ned Deily added the comment: What's the status of this issue? If it's not going to be fixed prior to 3.6.2rc1, I'm going to downgrade it from "release blocker" as we've already released 3.6.1 without it. -- ___

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-10 Thread Ned Deily
Ned Deily added the comment: While testing current 3.6 top of trunk, I noticed spurious error messages being reported that were not causing the tests to fail. Investigating further, I found the culprit to be this issue's 6e14fd2a14cef6ea0709ad234ab41198c2195591. Curiously, the errors a

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-10 Thread Ned Deily
Ned Deily added the comment: Er, "For some reason that needs to be explored, using -W on regrtest causes the messages to be suppressed and the buildbots use -w by default." That should be "use -W by default". -- ___ P

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-06-10 Thread Ned Deily
Ned Deily added the comment: FTR, same behavior with master (3.7) top of trunk. -- nosy: +haypo ___ Python tracker <http://bugs.python.org/issue29406> ___ ___

[issue30508] "Task exception was never retrieved" reported for a canceled task

2017-06-11 Thread Ned Deily
Ned Deily added the comment: Yury, yes (3.6.2 cutoff is about 24 hours from now) -- ___ Python tracker <http://bugs.python.org/issue30508> ___ ___ Python-bug

[issue30177] pathlib.resolve(strict=False) only includes first child

2017-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset 8399a177de8bfa860a66e96665488c17199cb9d2 by Ned Deily (Antoine Pietri) in branch '3.6': [3.6] bpo-30177: add NEWS entry (#2134) https://github.com/python/cpython/commit/8399a177de8bfa860a66e96665488c

[issue30177] pathlib.resolve(strict=False) only includes first child

2017-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset a77a35d70ba8aed047e63d4d9f7d0554e98d4c4b by Ned Deily (Antoine Pietri) in branch 'master': bpo-30177: add NEWS entry (#2135) https://github.com/python/cpython/commit/a77a35d70ba8aed047e63d4d9f7d05

[issue24310] Idle documentation -- what to do if you do not see an underscore.

2019-02-23 Thread Ned Deily
Ned Deily added the comment: Sorry this issue slipped off my radar. Terry's new PR 12007 provides a more general documentation update such that the I no longer think the tcltk page should be updated. Removing myself. -- assignee: ned.deily -> versions: +Python 3.7, Py

[issue24310] Idle documentation -- what to do if you do not see an underscore.

2019-02-23 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue24310> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24310] Idle documentation -- what to do if you do not see an underscore.

2019-02-23 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue24310> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33043] Add a 'Contributing to Docs' link at the bottom of docs.python.org

2019-02-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue33043> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2019-02-23 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +12042 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2019-02-23 Thread Ned Deily
Ned Deily added the comment: New changeset aeca373b339e0ea9739536ce6b43bd90f3b89873 by Ned Deily in branch 'master': bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) https://github.com/python/cpython/commit/aeca373b339e0ea9739536ce6b43bd

[issue26386] tkinter - Treeview - .selection_add and selection_toggle

2019-02-23 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +12045 ___ Python tracker <https://bugs.python.org/issue26386> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2019-02-23 Thread Ned Deily
Ned Deily added the comment: New changeset 1dee4565fae9ccb54719fa99d7944c148736083a by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) (GH-12013) https://github.com/python/cpyt

[issue26386] tkinter - Treeview - .selection_add and selection_toggle

2019-02-24 Thread Ned Deily
Ned Deily added the comment: New changeset 72ff2f7554e550762acaad805a8a0d456a29468a by Ned Deily in branch '2.7': bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014) https://github.com/python/cpython/commit/72ff2f7554e550762acaad805a8a0d456a29468a -

[issue26386] tkinter - Treeview - .selection_add and selection_toggle

2019-02-24 Thread Ned Deily
Ned Deily added the comment: It looks like some testing code was inadvertently committed in the 2.7 branch fix causing only the Treeview testcases to be executed when test_ttk_gui_only is run. (I noticed this because a testcase was failing on other branches but not 2.7 although the tests

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2019-02-24 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +12046 ___ Python tracker <https://bugs.python.org/issue27313> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2019-02-24 Thread Ned Deily
Ned Deily added the comment: New changeset b5213f4def07107952ce422ecc9d8508f4f084b4 by Ned Deily in branch '2.7': [2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12015) https://github.com/python/cpython/commit/b5213f4def07107952ce422ecc9d85

[issue27313] test case failures in test_widgets.ComboboxTest.of test_ttk_guionly on OS X with Cocoa Tk 8.5.18

2019-02-24 Thread Ned Deily
Ned Deily added the comment: macOS Cocoa Tk returns an identity of 'Combobox.button' for the created Combobox widget at the tested location whereas the X-based Tk's (including the macOS X version) returns 'textarea'. Rather than try to further modify the test code,

[issue21359] IDLE Redo command accelerator acts as Undo with current OS X Cocoa Tk 8.5.15

2019-02-24 Thread Ned Deily
Change by Ned Deily : -- assignee: ned.deily -> versions: +Python 2.7, Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue21359> ___ _

[issue32129] Icon on macOS

2019-02-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +12061 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32129> ___ ___ Python-bugs-list mai

[issue32129] Icon on macOS

2019-02-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +12064 ___ Python tracker <https://bugs.python.org/issue32129> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32129] IDLE app icon is blurry on macOS with Aqua Tk 8.6

2019-02-25 Thread Ned Deily
Ned Deily added the comment: Thanks, Kevin, for the reminder. Yeah, there's no reason not to push this. I've attached PRs for 3.x and for 2.7. -- stage: patch review -> commit review title: Icon on macOS -> IDLE app icon is blurry on macOS with Aqua Tk 8.6 versi

[issue36125] Cannot cross-compile to more featureful but same tune

2019-02-26 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. Unfortunately, as far as I know, we don't claim anywhere to support cross-compiling in general. As you've probably noticed, the Python Makefile-based build system (for non-Windows platforms) is by no means a conventional GNU aut

[issue28441] Change sys.executable to include executable suffix

2019-02-27 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.7 ___ Python tracker <https://bugs.python.org/issue28441> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32129] IDLE app icon is blurry on macOS with Aqua Tk 8.6

2019-03-01 Thread Ned Deily
Ned Deily added the comment: New changeset 453100f60e3c297226eaf0b0b4eb8c817a73b5ce by Ned Deily in branch '2.7': bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original patch by Kevin Walzer. (GH-12034) https://github.com/python/cpyt

[issue36154] Python quit unexpectedly error

2019-03-01 Thread Ned Deily
Ned Deily added the comment: Yes, remove the PYTHONHOME env variable definition and things should be fine. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36170] posix_spawn doesn't exist in 3.7

2019-03-03 Thread Ned Deily
Ned Deily added the comment: New changeset 8b50400fbe607ef558d6c0033efa697c99417507 by Ned Deily (Mark Williams) in branch 'master': bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) https://github.com/python/cpython/commit/8b50400fbe607ef558d6c0033efa697c99417507

[issue36170] posix_spawn doesn't exist in 3.7

2019-03-03 Thread Ned Deily
Ned Deily added the comment: Thanks for the report, Mark! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36173] apam

2019-03-03 Thread Ned Deily
Change by Ned Deily : -- title: BROTHER PRINTER CENTER -> apam ___ Python tracker <https://bugs.python.org/issue36173> ___ ___ Python-bugs-list mailing list Un

[issue36195] initializer is not a valid param in ThreadPoolExecutor

2019-03-05 Thread Ned Deily
Ned Deily added the comment: If someone is willing to make a doc fix PR for this, I will merge it for 3.6. -- ___ Python tracker <https://bugs.python.org/issue36

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-03-05 Thread Ned Deily
Ned Deily added the comment: Thanks for your report. There does indeed seem to be a problem but, as can be seen if you run your test from SO (please attach it to this issue!) with a current python.org 3.6.x installer for macOS which uses the same build infrastructure as the 3.7 and 3.8

[issue36224] Python quit unexpectedly error

2019-03-07 Thread Ned Deily
Ned Deily added the comment: Based on the macOS traceback you provide, this is a very different problem from the one in the other issue. Here the crash is occuring in a third-party C extension module, not something provided by Python or its standard library: 0 algos.cpython-37m-darwin.so

[issue36235] distutils.sysconfig.customize_compiler() overrides CFLAGS var with OPT var if CFLAGS env var is set

2019-03-08 Thread Ned Deily
Ned Deily added the comment: This appears to be a duplicate of Issue969718. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue36235> ___ ___

[issue35931] pdb: "debug print(" crashes with SyntaxError

2019-03-09 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa, ned.deily priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issue35931> ___ ___ Py

[issue33725] Python crashes on macOS after fork with no exec

2019-03-09 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -10551 ___ Python tracker <https://bugs.python.org/issue33725> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33725] Python crashes on macOS after fork with no exec

2019-03-09 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -10552 ___ Python tracker <https://bugs.python.org/issue33725> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33725] Python crashes on macOS after fork with no exec

2019-03-09 Thread Ned Deily
Ned Deily added the comment: What's the status of this issue? As far as I know, we haven't come up with any workaround (see msg331011 above) other than disabling our tests. If we don't have anything better, at the very least we should add a warning to the documentation to

[issue35121] Cookie domain check returns incorrect results

2019-03-09 Thread Ned Deily
Ned Deily added the comment: New changeset ca7fe5063593958e5efdf90f068582837f07bd14 by Ned Deily (Xtreak) in branch 'master': bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) https://github.com/python/cpython/commit/ca7fe5063593958e5efdf90f068582

[issue35121] Cookie domain check returns incorrect results

2019-03-09 Thread Ned Deily
Ned Deily added the comment: New changeset e5123d81ffb3be35a1b2767d6ced1a097aaf77be by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-12261) https://github.com/python/cpyt

[issue35121] Cookie domain check returns incorrect results

2019-03-09 Thread Ned Deily
Ned Deily added the comment: New changeset b241af861b37e20ad30533bc0b7e2e5491cc470f by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-12260) https://github.com/python/cpyt

[issue35121] Cookie domain check returns incorrect results

2019-03-09 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -12244 ___ Python tracker <https://bugs.python.org/issue35121> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35121] Cookie domain check returns incorrect results

2019-03-09 Thread Ned Deily
Ned Deily added the comment: OK, thanks for the initial report and a big thank you to @xtreak for the PR and following up on things. The PR is now merged to master for 3.8.0 and backported as a security fix for release in 3.7.3 and 3.6.9. Reassigning to Benjamin for a decision on

[issue35647] Cookie path check returns incorrect results

2019-03-11 Thread Ned Deily
Ned Deily added the comment: New changeset 5565b1db6f37f244890369e0d68a3e906aca28b9 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268) https://github.com/python/cpython/commit/5565b1db6f37f244890369e0d68a3e

[issue36216] urlsplit does not handle NFKC normalization

2019-03-11 Thread Ned Deily
Ned Deily added the comment: New changeset 23fc0416454c4ad5b9b23d520fbe6d89be3efc24 by Ned Deily (Steve Dower) in branch '3.6': [3.6] bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (GH-12215) https://github.com/python/cpyt

[issue35854] EnvBuilder and venv symlinks do not work on Windows on 3.7.2

2019-03-11 Thread Ned Deily
Ned Deily added the comment: Can we close this issue now? -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue35854> ___ ___ Python-bugs-list m

[issue31784] Implementation of the PEP 564: Add time.time_ns()

2019-03-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +12266 ___ Python tracker <https://bugs.python.org/issue31784> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-03-12 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +12267 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue36206] re.match() not matching escaped hyphens

2019-03-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +12265 ___ Python tracker <https://bugs.python.org/issue36206> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36206] re.match() not matching escaped hyphens

2019-03-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -12265 ___ Python tracker <https://bugs.python.org/issue36206> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36206] re.match() not matching escaped hyphens

2019-03-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +12268 ___ Python tracker <https://bugs.python.org/issue36206> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-03-12 Thread Ned Deily
Ned Deily added the comment: Further investigation shows that several time related functions were added to macOS at 10.12 including clock_gettime. For older systems, timemodule.c falls back to using getrusage. With Python 3.6.x, that fallbacks correctly but it appears that refactoring

[issue36218] .sort() segfaults consistently on crafted input

2019-03-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the analysis and the suggested PR which is now awaiting review. While segfaults are nasty, I don't see how this problem would be likely exploitable as a DoS without direct access to the interpreter. So I'm downgrading it to "deferr

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-03-12 Thread Ned Deily
Ned Deily added the comment: *** tip of master built on current macOS 10.14 - correct results: 3.8.0a2+ (heads/master:f45813df52, Mar 12 2019, 12:25:58) [Clang 10.0.0 (clang-1000.11.45.5)] macOS-10.14.3-x86_64-i386-64bit monotonic: namespace(adjustable=False, implementation

[issue36173] BROTHER PRINTER CENTER

2019-03-13 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg337847 ___ Python tracker <https://bugs.python.org/issue36173> ___ ___ Python-bugs-list m

[issue36173] spam

2019-03-13 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg337047 ___ Python tracker <https://bugs.python.org/issue36173> ___ ___ Python-bugs-list m

<    25   26   27   28   29   30   31   32   33   34   >