[issue20767] Some python extensions can't be compiled with clang 3.4

2019-01-30 Thread Larry Hastings
Change by Larry Hastings : -- priority: high -> normal type: resource usage -> compile error ___ Python tracker <https://bugs.python.org/issue20767> ___ ___

[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 s

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +586 ___ Python tracker <http://bugs.python.org/issue28624> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29376] threading._DummyThread.__repr__ raises AssertionError

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +581 ___ Python tracker <http://bugs.python.org/issue29376> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +579 ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +583 ___ Python tracker <http://bugs.python.org/issue9303> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +582 ___ Python tracker <http://bugs.python.org/issue28856> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +588 ___ Python tracker <http://bugs.python.org/issue29568> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28231] zipfile does not support pathlib

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +587 ___ Python tracker <http://bugs.python.org/issue28231> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +577 ___ Python tracker <http://bugs.python.org/issue8256> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28682] Bytes support in os.fwalk()

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +580 ___ Python tracker <http://bugs.python.org/issue28682> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +578 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29463] Add `docstring` field to AST nodes

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +584 ___ Python tracker <http://bugs.python.org/issue29463> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +592 ___ Python tracker <http://bugs.python.org/issue29704> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +590 ___ Python tracker <http://bugs.python.org/issue29139> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +593 ___ Python tracker <http://bugs.python.org/issue29703> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +591 ___ Python tracker <http://bugs.python.org/issue29271> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29695] Weird keyword parameter names in builtins

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +589 ___ Python tracker <http://bugs.python.org/issue29695> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 : -- pull_requests: +585 ___ Python tracker <http://bugs.python.org/issue29723> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 : -- pull_requests: +599 ___ Python tracker <http://bugs.python.org/issue29619> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +594 ___ Python tracker <http://bugs.python.org/issue29623> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +597 ___ Python tracker <http://bugs.python.org/issue29110> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +606 ___ Python tracker <http://bugs.python.org/issue22807> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +595 ___ Python tracker <http://bugs.python.org/issue29615> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +600 ___ Python tracker <http://bugs.python.org/issue28929> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +611 ___ Python tracker <http://bugs.python.org/issue29579> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +598 ___ Python tracker <http://bugs.python.org/issue28963> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29742] asyncio get_extra_info() throws exception

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +596 ___ Python tracker <http://bugs.python.org/issue29742> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +603 ___ Python tracker <http://bugs.python.org/issue25008> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +607 ___ Python tracker <http://bugs.python.org/issue29347> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20087] Mismatch between glibc and X11 locale.alias

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +602 ___ Python tracker <http://bugs.python.org/issue20087> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +613 ___ Python tracker <http://bugs.python.org/issue29607> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24037] Argument Clinic: add the boolint converter

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +601 ___ Python tracker <http://bugs.python.org/issue24037> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29546] A more helpful ImportError message

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +615 ___ Python tracker <http://bugs.python.org/issue29546> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29684] Minor regression in PyEval_CallObjectWithKeywords()

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +614 ___ Python tracker <http://bugs.python.org/issue29684> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +605 ___ Python tracker <http://bugs.python.org/issue28692> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29534] _decimal difference with _pydecimal

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +610 ___ Python tracker <http://bugs.python.org/issue29534> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 : -- pull_requests: +604 ___ Python tracker <http://bugs.python.org/issue28298> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 : -- pull_requests: +609 ___ Python tracker <http://bugs.python.org/issue26915> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +623 ___ Python tracker <http://bugs.python.org/issue29800> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +608 ___ Python tracker <http://bugs.python.org/issue28518> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +612 ___ Python tracker <http://bugs.python.org/issue29532> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +616 ___ Python tracker <http://bugs.python.org/issue29714> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29438] use after free in key sharing dict

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +621 ___ Python tracker <http://bugs.python.org/issue29438> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29576] Improve some deprecations in the importlib

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +618 ___ Python tracker <http://bugs.python.org/issue29576> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +620 ___ Python tracker <http://bugs.python.org/issue29602> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +624 ___ Python tracker <http://bugs.python.org/issue28893> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7769] SimpleXMLRPCServer.SimpleXMLRPCServer.register_function as decorator

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +625 ___ Python tracker <http://bugs.python.org/issue7769> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29645] webbrowser module import has heavy side effects

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +626 ___ Python tracker <http://bugs.python.org/issue29645> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26121] Use C99 functions in math if available

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +622 ___ Python tracker <http://bugs.python.org/issue26121> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: -583 ___ Python tracker <http://bugs.python.org/issue9303> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28682] Bytes support in os.fwalk()

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: -580 ___ Python tracker <http://bugs.python.org/issue28682> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: -578 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: -593 ___ Python tracker <http://bugs.python.org/issue29703> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: -588 ___ Python tracker <http://bugs.python.org/issue29568> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24037] Argument Clinic: add the boolint converter

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: -601 ___ Python tracker <http://bugs.python.org/issue24037> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +619 ___ Python tracker <http://bugs.python.org/issue28598> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-17 Thread Larry Hastings
Changes by Larry Hastings : -- pull_requests: +617 ___ Python tracker <http://bugs.python.org/issue29683> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue29

[issue29924] Useless argument in call to PyErr_Format

2017-03-27 Thread Larry Hastings
Changes by Larry Hastings : -- nosy: -larry ___ Python tracker <http://bugs.python.org/issue29924> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org

[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 <http://bugs.python.org/is

[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 <http://bugs.python.o

[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 <http://bug

[issue34623] _elementtree.c doesn't call XML_SetHashSalt()

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset d16eaf36795da48b930b80b20d3805bc27820712 by larryhastings (stratakis) in branch '3.4': [3.4] bpo-34623: Use XML_SetHashSalt in _elementtree (#9953) https://github.com/python/cpython/commit/d16eaf36795da48b930b80b20d3805

[issue34623] _elementtree.c doesn't call XML_SetHashSalt()

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 41b48e71ac8a71f56694b548f118bd20ce203410 by larryhastings (stratakis) in branch '3.5': [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933) https://github.com/python/cpython/commit/41b48e71ac8a71f56694b548f118bd

[issue35746] [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 6c655ce34ae54adb8eef22b73108e22cc381cb8d by larryhastings (Victor Stinner) in branch '3.4': bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11868) https://github.com/python/cpython/commit/6c655ce34ae54adb8eef22b73

[issue34656] [CVE-2018-20406] memory exhaustion in Modules/_pickle.c:1393

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 4b42d575bf0fb01192b3ec54b7e224b238691527 by larryhastings (Victor Stinner) in branch '3.4': [3.4] bpo-34656: Avoid relying on signed overflow in _pickle memos (GH-9261) (#11870) https://github.com/python/cpyt

[issue35411] FTP tests of test_urllib2net fail on Travis CI: 425 Security: Bad IP connecting.

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 8bcbc7896d1fe1c289bae339d408fdf1472a00fa by larryhastings (Victor Stinner) in branch '3.5': bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (#11874) https://github.com/python/cpyt

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 765d333512e9b58da4a4431595a0e81517ef0443 by larryhastings (Victor Stinner) in branch '3.4': bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872) https://github.com/python/cpython/commit/765d333512e9b58da4a4431595a0e8

[issue35746] [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset efec7631edf3b9480dc3988c97ffef94df8800da by larryhastings (Victor Stinner) in branch '3.5': bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867) https://github.com/python/cpython/commit/efec7631edf3b9480dc3988c9

[issue34656] [CVE-2018-20406] memory exhaustion in Modules/_pickle.c:1393

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset ef33dd6036aafbd3f06c1d56e2b1a81dae3da63c by larryhastings (Victor Stinner) in branch '3.5': closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261) (#11869) https://github.com/python/cpyt

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 7cd08cf62086a8a2d84fd825dfcd8bfe33bf1986 by larryhastings (Victor Stinner) in branch '3.5': bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871) https://github.com/python/cpython/commit/7cd08cf62086a8a2d84fd825dfcd8b

[issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0

2019-02-28 Thread Larry Hastings
Larry Hastings added the comment: New changeset 56f8783e3e32ddc0cb84a96711e3861aea9895ac by larryhastings (Alex Viscreanu) in branch '3.5': [3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994) https://github.com/python/cpyt

[issue34623] _elementtree.c doesn't call XML_SetHashSalt()

2019-02-28 Thread Larry Hastings
Change by Larry Hastings : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33329] sigaddset() can fail on some signal numbers

2019-03-01 Thread Larry Hastings
Larry Hastings added the comment: These issues also occur on Python 3.4 and 3.5. And I'm now upgraded to Ubuntu 18.10 which I guess has the new version of glibc. The regression test suite for both 3.4 and 3.5 blocks forever on three tests (multiprocessing_fork, multiprocessing_forks

[issue33329] sigaddset() can fail on some signal numbers

2019-03-03 Thread Larry Hastings
Larry Hastings added the comment: New changeset 8ec1fd11f2d524859cfefae76458fcfd22decf65 by larryhastings (Cheryl Sabella) in branch '3.5': [3.5] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#12144) https://github.com/python/cpyt

[issue33329] sigaddset() can fail on some signal numbers

2019-03-03 Thread Larry Hastings
Larry Hastings added the comment: New changeset 2226139aa2b69047cb54dbcfd79f5c2e36f98653 by larryhastings (Cheryl Sabella) in branch '3.4': [3.4] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#12145) https://github.com/python/cpyt

[issue33329] sigaddset() can fail on some signal numbers

2019-03-03 Thread Larry Hastings
Larry Hastings added the comment: Now fixed in 3.4 and 3.5. I can cut the RCs. Huzzah! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35746] [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service

2019-03-09 Thread Larry Hastings
Larry Hastings added the comment: Can we close this now? -- ___ Python tracker <https://bugs.python.org/issue35746> ___ ___ Python-bugs-list mailing list Unsub

[issue35647] Cookie path check returns incorrect results

2019-03-10 Thread Larry Hastings
Larry Hastings added the comment: Yes, I'd like backports to 3.5 and 3.4. Note that I tag and release 3.4.10 final this weekend, which will be the final release ever of 3.4, so if it can't be ready for merging before then, you might as well skip

[issue36216] urlsplit does not handle NFKC normalization

2019-03-10 Thread Larry Hastings
Larry Hastings added the comment: New changeset 62d36547f97210a26cc6051da78714fd078e158c by larryhastings (Steve Dower) in branch '3.4': bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12224) https://github.com/python/cpyt

[issue36216] urlsplit does not handle NFKC normalization

2019-03-10 Thread Larry Hastings
Larry Hastings added the comment: New changeset c0d95113b070799679bcb9dc49d4960d82e8bb08 by larryhastings (Steve Dower) in branch '3.5': bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12223) https://github.com/python/cpyt

[issue35647] Cookie path check returns incorrect results

2019-03-12 Thread Larry Hastings
Larry Hastings added the comment: You should not assign bugs to the RM who will merge the PR. -- assignee: larry -> ___ Python tracker <https://bugs.python.org/issu

[issue29299] Argument Clinic: Fix signature of optional positional-only arguments

2019-03-15 Thread Larry Hastings
Larry Hastings added the comment: Argument Clinic can currently only generate signatures for functions whose signatures can be represented in Python. This is because the signatures are parsed by the inspect module, which in turn uses the ast module to generate a parse tree; it then

[issue35647] Cookie path check returns incorrect results

2019-03-16 Thread Larry Hastings
Larry Hastings added the comment: New changeset e260f092cd0d8975c777e73ca6fb549d59b5d452 by larryhastings (Xtreak) in branch '3.4': bpo-35647: Fix path check in cookiejar (#11436) (#12278) https://github.com/python/cpython/commit/e260f092cd0d8975c777e73ca6fb54

[issue35121] Cookie domain check returns incorrect results

2019-03-16 Thread Larry Hastings
Larry Hastings added the comment: New changeset 42ad4101d3ba7ca3c371dadf0f8880764c9f15fb by larryhastings (Xtreak) in branch '3.4': [3.4] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (#12279) https://github.com/python/cpyt

[issue35647] Cookie path check returns incorrect results

2019-03-16 Thread Larry Hastings
Larry Hastings added the comment: New changeset 382981b25092b5e9285f1e4894142af1e8f2ca86 by larryhastings (Xtreak) in branch '3.5': bpo-35647: Fix path check in cookiejar (#11436) (#12277) https://github.com/python/cpython/commit/382981b25092b5e9285f1e4894142a

[issue35121] Cookie domain check returns incorrect results

2019-03-16 Thread Larry Hastings
Larry Hastings added the comment: New changeset 4749f1b69000259e23b4cc6f63c542a9bdc62f1b by larryhastings (Xtreak) in branch '3.5': [3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (#12281) https://github.com/python/cpyt

[issue35121] Cookie domain check returns incorrect results

2019-03-17 Thread Larry Hastings
Change by Larry Hastings : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36327] Remove EOLed Py34 from "Status of Python branches"

2019-03-18 Thread Larry Hastings
Larry Hastings added the comment: Python 3.4.10 has not been released yet, and so it hasn't reached EOL yet, so this is jumping the gun a little. All things in time. -- ___ Python tracker <https://bugs.python.org/is

[issue36536] is there a python implementation of the cpython commandline interpretor?

2019-04-05 Thread Larry Hastings
Larry Hastings added the comment: The Python bug tracker is not your personal resource for answering programming questions. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue36798] := breaks f-strings

2019-05-05 Thread Larry Hastings
Larry Hastings added the comment: The point is that := is valid expression syntax in Python 3.8, but you can't use it in an f-string. The fact that the error is the same in 3.6 and 3.7 is irrelevant because := was not valid syntax in those ver

[issue36798] := breaks f-strings

2019-05-05 Thread Larry Hastings
Larry Hastings added the comment: I'm not sure why Guido's preferences would be relevant. f-strings support expressions, := is a valid expression, f-strings therefore must support it. f-strings expressions are not top-level statements and therefore will not require parenthe

[issue16024] Doc cleanup regarding path=fd, dir_fd, follow_symlinks, etc

2019-05-06 Thread Larry Hastings
Larry Hastings added the comment: New changeset e152169da95b52fa41931572bc90857253c4a5dd by larryhastings (Cheryl Sabella) in branch 'master': bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505) https://github.com/python/cpyt

[issue16024] Doc cleanup regarding path=fd, dir_fd, follow_symlinks, etc

2019-05-06 Thread Larry Hastings
Larry Hastings added the comment: At last! Thanks for reviving it, Cheryl! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36817] Add = to f-strings for easier debugging.

2019-05-07 Thread Larry Hastings
Larry Hastings added the comment: > I think that !f is not needed. You can use repr by default only when > no format spec is specified, and add explicit !r if you want to use > repr with the format spec. Actually that's how !d worked. We changed the behavior because it was

[issue35657] multiprocessing.Process.join() ignores timeout if child process use os.exec*()

2019-05-08 Thread Larry Hastings
Larry Hastings added the comment: 3.4 is now EOL, so the 3.4regression tag goes away too. -- keywords: -3.4regression nosy: +larry ___ Python tracker <https://bugs.python.org/issue35

[issue26375] Python 2.7.10 and 3.4.4 hang on imaplib.IMAP4_SSL()

2019-05-08 Thread Larry Hastings
Larry Hastings added the comment: 3.4 is now EOL, so the 3.4regression tag goes away too. -- keywords: -3.4regression nosy: +larry versions: -Python 3.4 ___ Python tracker <https://bugs.python.org/issue26

[issue24732] 3.5.0b3 Windows accept() on unready non-blocking socket raises PermissionError [now need unit test]

2019-05-08 Thread Larry Hastings
Larry Hastings added the comment: 3.4 is now EOL, so the 3.4regression tag goes away too. -- keywords: -3.4regression ___ Python tracker <https://bugs.python.org/issue24

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