[issue30726] [Windows] Warnings in elementtree due to new expat

2017-07-12 Thread Larry Hastings
Larry Hastings added the comment: New changeset 71572bbe82aa0836c036d44d41c8269ba6a321be by larryhastings (Victor Stinner) in branch '3.4': [3.4] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2203) https://github.com/python/cpython/commit

[issue29591] expat 2.2.0: Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-07-12 Thread Larry Hastings
Larry Hastings added the comment: New changeset 71572bbe82aa0836c036d44d41c8269ba6a321be by larryhastings (Victor Stinner) in branch '3.4': [3.4] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2203) https://github.com/python/cpython/commit

[issue29591] expat 2.2.0: Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-07-12 Thread Larry Hastings
Larry Hastings added the comment: Okay. Closing this bug, because all the branches that are being upgraded to expat 2.2.*0* have already gotten their upgrades. Job done. The discussions for PRs 2203 and 2204 should move to Issue #30694, which is for the upgrade to expat 2.2.*1

[issue29591] expat 2.2.0: Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: Please instead choose to use bpo-30694 for the upgrades of 3.3 and 3.4 to expat 2.2.1. I guess there are historical reasons why the PRs are here, but bpo stands as a historical record; let's not confuse posterity by upgrading to 2.2.1 using a bpo issue

[issue27945] Various segfaults with dict

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: New changeset f7344798e57da6b9c4ed9372e8eaecde80989c86 by larryhastings (Serhiy Storchaka) in branch '3.4': [3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2248) https://github.com/python/cpython/commit

[issue30484] Garbage Collector can cause Segfault whilst iterating dictionary items

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: Yes, and thank you for submitting the PR to backport it to 3.4! (And thank you for backporting it to 3.3, too!) -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29591] expat 2.2.0: Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: I don't quite understand what's happening on this issue. I see that master, 3.6, 3.6, and 2.7 have been upgraded to expat 2.2.0. This issue was created to upgrade CPython to 2.2.0. But the PR against 3.3 and 3.4 upgrade expat to 2.2.1?! I'm not against

[issue26657] Directory traversal with http.server and SimpleHTTPServer on windows

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: Will this be backported to 3.3 or 3.6? I don't see a PR or checkin for either of those versions on this issue, and both those versions are open for security fixes.b -- nosy: +larry ___ Python tracker <

[issue30801] shoutdown process error with python 3.4 and pyqt/PySide

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: Python 3.4 no longer accepts bug fixes; it is in "security fixes only" mode. Since this is not a security fix, it will not be accepted into Python 3.4. If this bug affects other versions of Python, please file a new bug. Although, unless you

[issue30730] [security] Injecting environment variable in subprocess on Windows

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: New changeset fe82c46327effc124ff166e1fa1e611579e1176b by larryhastings (Serhiy Storchaka) in branch '3.4': [security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2362) https://github.com/python/cpython/commit

[issue30730] [security] Injecting environment variable in subprocess on Windows

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: (never-mind, 3.6.1 still permits this, but I see that it's been fixed in trunk) -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30730] [security] Injecting environment variable in subprocess on Windows

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: It seems that os.execve() still permits this, even on Windows. Shouldn't we solve it there too? (Thanks to Steve Dower for realizing this.) -- import os cmdline=["/usr/bin/printenv"] env={'a=b': 'c'} os.execve(cmdline[0], cmdline, env) # this pr

[issue30730] [security] Injecting environment variable in subprocess on Windows

2017-07-11 Thread Larry Hastings
Larry Hastings added the comment: Serhiy, I don't see where you got a full review of this change. Eryksun reviewed the code and asked for changes; you made the he asked for changes but didn't get any further review. Nor did you get a full review / "looks good to me" fr

[issue29657] os.symlink: FileExistsError shows wrong message

2017-06-18 Thread Larry Hastings
Larry Hastings added the comment: "Special cases aren't special enough to break the rules." I want the error message to mirror the API, which it currently does. If we swapped them, the error message would now contradict the API. So no, I don't support swapping "src" an

[issue30492] 'make clinic' does not work for out of tree builds / clinic.py is not in the devguide

2017-05-27 Thread Larry Hastings
Larry Hastings added the comment: I don't know how to fix it. "make clinic" needs to be run in-tree anyway as it's modifying the C source code in place. Can you suggest a patch? -- ___ Python tracker <rep...@bugs.pyth

[issue29094] Regression in zipfile writing in 2.7.13

2017-05-02 Thread Larry Hastings
Larry Hastings added the comment: What's to decide? If the new behavior is also broken, we should fix it. I'd like a fix in the next 3.5. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue25782] CPython hangs on error __context__ set to the error itself

2017-04-18 Thread Larry Hastings
Larry Hastings added the comment: Why is this still open? GPS: didn't your checkin last June fix this? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

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

2017-03-29 Thread Larry Hastings
Larry Hastings added the comment: Let's make it a release blocker for now. -- priority: normal -> release blocker ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.or

[issue29924] Useless argument in call to PyErr_Format

2017-03-27 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- nosy: -larry ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29924> ___ __

[issue29924] Useless argument in call to PyErr_Format

2017-03-27 Thread Larry Hastings
Larry Hastings added the comment: This is not an Argument Clinic issue. -- components: +Interpreter Core -Argument Clinic ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29683] _PyCode_SetExtra behaviour wrong on allocation failure and after realloc

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +617 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29683> ___ _

[issue28598] RHS not consulted in `str % subclass_of_str` case.

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +619 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28598> ___ _

[issue29568] undefined parsing behavior with the old style string formatting

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: -588 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29568> ___

[issue24037] Argument Clinic: add the boolint converter

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: -601 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24037> ___

[issue29703] Fix asyncio to support instantiation of new event loops in subprocesses

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: -593 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29703> ___

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: -578 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27593> ___

[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: -583 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9303> ___ _

[issue28682] Bytes support in os.fwalk()

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: -580 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28682> ___

[issue26121] Use C99 functions in math if available

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +622 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26121> ___ _

[issue7769] SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as decorator

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +625 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7769> ___ _

[issue29645] webbrowser module import has heavy side effects

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +626 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29645> ___ _

[issue28893] Make sure exceptions raised in __aiter__ are properly chained in ceval

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +624 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28893> ___ _

[issue29438] use after free in key sharing dict

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +621 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29438> ___ _

[issue29576] Improve some deprecations in the importlib

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +618 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29576> ___ _

[issue29602] complex() on object with __complex__ function loses sign of zero imaginary part

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +620 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29602> ___ _

[issue29714] can't interpolate byte string with \x00 before replacement identifier

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +616 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29714> ___ _

[issue29532] functools.partial is not compatible between 2.7 and 3.5

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +612 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29532> ___ _

[issue26915] Test identity first in membership operation of ItemsView, ValuesView and Sequence in collections.abc

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +609 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26915> ___ _

[issue29800] functools.partial segfaults in repr when keywords attribute is abused

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +623 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29800> ___ _

[issue28518] execute("begin immediate") throwing OperationalError

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +608 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28518> ___ _

[issue29534] _decimal difference with _pydecimal

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +610 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29534> ___ _

[issue28298] can't set big int-like objects to items in array 'Q', 'L' and 'I'

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +604 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28298> ___ _

[issue28692] gettext: deprecate selecting plural form by fractional numbers

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +605 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28692> ___ _

[issue29684] Minor regression in PyEval_CallObjectWithKeywords()

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +614 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29684> ___ _

[issue29546] A more helpful ImportError message

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +615 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29546> ___ _

[issue24037] Argument Clinic: add the boolint converter

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +601 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24037> ___ _

[issue20087] Mismatch between glibc and X11 locale.alias

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +602 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20087> ___ _

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +613 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29607> ___ _

[issue29347] Python could crash while creating weakref for a given object

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +607 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29347> ___ _

[issue29742] asyncio get_extra_info() throws exception

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +596 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29742> ___ _

[issue25008] Deprecate smtpd (based on deprecated asyncore/asynchat)

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +603 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25008> ___ _

[issue28929] Provide a link from documentation back to its source file

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +600 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28929> ___ _

[issue29579] Windows Python 3.7 installer broken by README.txt renamed to README.rst

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +611 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29579> ___ _

[issue28963] Use-after-free in _asyncio_Future_remove_done_callback() of _asynciomodule.c

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +598 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28963> ___ _

[issue22807] uuid.uuid1() should use uuid_generate_time_safe() if available

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +606 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22807> ___ _

[issue29615] SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invoking RPC calls through _dispatch

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +595 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29615> ___ _

[issue29110] [patch] Fix file object leak in `aifc.open` when given invalid AIFF file.

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +597 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29110> ___ _

[issue29623] configparser.ConfigParser.read() does not accept Pathlib path as a single argument.

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +594 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29623> ___ _

[issue29619] st_ino (unsigned long long) is casted to long long in posixmodule.c:_pystat_fromstructstat

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +599 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29619> ___ _

[issue29723] 3.6.1rc1 adds the current directory to sys.path when running a subdirectory's __main__.py; previous versions did not

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +585 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29723> ___ _

[issue29695] Weird keyword parameter names in builtins

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +589 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29695> ___ _

[issue29703] Fix asyncio to support instantiation of new event loops in subprocesses

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +593 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29703> ___ _

[issue29271] Task.current_task(None) returns unexpected result

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +591 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29271> ___ _

[issue29139] operator.concat/iconcat could only work if left operand is a sequence

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +590 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29139> ___ _

[issue29463] Add `docstring` field to AST nodes

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +584 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29463> ___ _

[issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +592 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29704> ___ _

[issue28682] Bytes support in os.fwalk()

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +580 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28682> ___ _

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +578 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27593> ___ _

[issue28231] zipfile does not support pathlib

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +587 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28231> ___ _

[issue8256] input() doesn't catch _PyUnicode_AsString() exception; io.StringIO().encoding is None

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +577 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8256> ___ _

[issue29568] undefined parsing behavior with the old style string formatting

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +588 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29568> ___ _

[issue28856] %b format for bytes does not support objects that follow the buffer protocol

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +582 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28856> ___ _

[issue29376] threading._DummyThread.__repr__ raises AssertionError

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +581 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29376> ___ _

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +579 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29572> ___ _

[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +583 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9303> ___ _

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- pull_requests: +586 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28624> ___ _

[issue27850] Remove 3DES from cipher list (sweet32 CVE-2016-2183)

2017-03-09 Thread Larry Hastings
Larry Hastings added the comment: I've accepted PR 224. I don't plan an emergency release of 3.4 to get this change out into the world. Unless there's any other business, we can now close this issue. -- resolution: -> fixed stage: commit review -> resolved status: open -&g

[issue27286] str object got multiple values for keyword argument

2017-02-10 Thread Larry Hastings
Larry Hastings added the comment: Sorry about that! It's almost like manually updating Misc/NEWS is a bad design :( -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27647] Update Windows build to Tcl/Tk 8.6.6

2017-01-31 Thread Larry Hastings
Larry Hastings added the comment: I don't think we should update it in 3.5. That sounds destabilizing. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28339] "TypeError: Parameterized generics cannot be used with class or instance checks" in test_functools after importing typing module

2017-01-17 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- nosy: -larry ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28339> ___ __

[issue29057] Compiler failure on Mac OS X - sys/random.h

2017-01-16 Thread Larry Hastings
Larry Hastings added the comment: Releasing 3.5.3 even though technically this is an open release blocker. IIUC the fix is checked in, and fixed the issue for OS X. We don't know whether or not it is also fixed on OpenBSD, because we don't know anybody running OpenBSD, and nobody contacted

[issue29125] Shell injection via TIX_LIBRARY when using tkinter.tix

2017-01-15 Thread Larry Hastings
Larry Hastings added the comment: If it "has a small attack surface" and affects "a very small number of applications", I don't think it's a release blocker. Demoting to "high" priority, which will permit me to release 3.5.3. -- pri

[issue29125] Shell injection via TIX_LIBRARY when using tkinter.tix

2017-01-15 Thread Larry Hastings
Larry Hastings added the comment: I'll make you a deal. If you check this in in the next 3 hours, I'll cherry-pick it for 3.5.3. Otherwise I don't want to hold up the release. To be honest I'm not sure why it's marked as "release blocker" if it's &quo

[issue29125] Shell injection via TIX_LIBRARY when using tkinter.tix

2017-01-13 Thread Larry Hastings
Larry Hastings added the comment: Could one of you recent tagees (Terry, Zach) review the patch? Hoping to tag 3.5.3 final in less than 48 hours, and I want to cherry-pick the fix for this...! -- ___ Python tracker <rep...@bugs.python.org>

[issue29006] 2.7.13 _sqlite more prone to "database table is locked"

2017-01-13 Thread Larry Hastings
Larry Hastings added the comment: Hoping to tag in less than 48 hours...! -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29006] 2.7.13 _sqlite more prone to "database table is locked"

2017-01-10 Thread Larry Hastings
Larry Hastings added the comment: Ping. Hoping to resolve this in time for 3.5.3, which I tag in about four days. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29125] Shell injection via TIX_LIBRARY when using tkinter.tix

2017-01-10 Thread Larry Hastings
Larry Hastings added the comment: Well, clearly I'm not qualified to review the patch. Could someone please review it? I want to cherry-pick the fix for this issue for 3.5.3 final, which I tag in about four days. -- ___ Python tracker <

[issue29006] 2.7.13 _sqlite more prone to "database table is locked"

2017-01-06 Thread Larry Hastings
Larry Hastings added the comment: FYI I'm keeping an eye on this for possible cherry-picking into 3.5.3 final, depending on the resolution. Reverting 030e100f048a work for me, assuming that's a reasonable solution. -- ___ Python tracker <

[issue29125] Shell injection via TIX_LIBRARY when using tkinter.tix

2017-01-06 Thread Larry Hastings
Larry Hastings added the comment: I don't understand the fix. Does this really prevent the injection? I would fix it this way: if tixlib is not None and os.path.exists(tixlib): -- ___ Python tracker <rep...@bugs.python.org>

[issue29169] update zlib to 1.2.10

2017-01-05 Thread Larry Hastings
Larry Hastings added the comment: I cut 3.4.6rc1 and 3.5.3rc1 a couple of days ago. Do you think the CVEs are bad enough to warrant cherry-picking this? A quick google suggests they were all low severity: http://www.openwall.com/lists/oss-security/2016/12/05/21 I'm inclined to not cherry

[issue29057] Compiler failure on Mac OS X - sys/random.h

2017-01-05 Thread Larry Hastings
Larry Hastings added the comment: Mr. Nasby, as long as you're in a test-reproducing mood, would you mind downloading the source to 3.5.3rc1 and confirming that it builds correctly for you? I'd appreciate it! (Not that I don't trust Ned et al, but independent confirmation always helps

[issue29125] Shell injection via TIX_LIBRARY when using tkinter.tix

2017-01-02 Thread Larry Hastings
Larry Hastings added the comment: This code hasn't changed in years. So while I believe it's a security bug and should be fixed, I don't know if I agree it's a bad enough security bug to stop Python 3.5.3rc1, which is literally in the middle of the release process. I'm guessing

[issue29057] Compiler failure on Mac OS X - sys/random.h

2017-01-01 Thread Larry Hastings
Larry Hastings added the comment: I'm making an executive decision to not hold up the 3.5.3rc1 release for OpenBSD. Hopefully the OpenBSD folks can make sure it works for them before 3.5.3 final ships in two weeks. -- ___ Python tracker <

[issue29057] Compiler failure on Mac OS X - sys/random.h

2017-01-01 Thread Larry Hastings
Larry Hastings added the comment: Can this be marked closed now? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29057> ___ ___

[issue29006] 2.7.13 _sqlite more prone to "database table is locked"

2017-01-01 Thread Larry Hastings
Changes by Larry Hastings <la...@hastings.org>: -- nosy: +larry ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29006> ___ __

[issue29094] Regression in zipfile writing in 2.7.13

2017-01-01 Thread Larry Hastings
Larry Hastings added the comment: If this is fixed, can we close this issue? This release blocker is one of two issues blocking 3.5.3 rc1. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29057] Compiler failure on Mac OS X - sys/random.h

2017-01-01 Thread Larry Hastings
Larry Hastings added the comment: This is currently blocking the release of 3.5.3 rc1. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28933] AC: Accept None as a Py_ssize_t default value

2016-12-13 Thread Larry Hastings
Larry Hastings added the comment: Since this is the first time anybody has needed it, I suggest the latter. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28933] AC: Accept None as a Py_ssize_t default value

2016-12-12 Thread Larry Hastings
Larry Hastings added the comment: I don't want this change committed to CPython, you can do what you need with a converter so do that. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue20191] resource.prlimit(int, int, str) crashs

2016-12-10 Thread Larry Hastings
Larry Hastings added the comment: Sorry, Argument Clinic doesn't support automatic tuple unpacking for arguments. It was almost never used, I don't think it was ever a good idea, and it would have made an already-too-complicated program even more complicated-er

<    1   2   3   4   5   6   7   8   9   10   >