[issue23121] pip.exe breaks if python 2.7.9 is installed under c:\Program Files\Python

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now out of support, I'm going to go ahead and close this issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue25563] Windows 10: _tkinter import fails

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With no other context, I'm going to assume this was specific to 2.7, which is now out of support. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40393] Auto-response from Python Help points to Python 2 reference

2020-04-26 Thread J Arun Mani
New submission from J Arun Mani : In the auto-response sent by python-help-boun...@python.org, at some intermediate paragraphs: ... The most comprehensive overview of python.org help resources is at http://www.python.org/about/help/ The Python FAQ is available at

[issue40392] Remove deprecated _field_types in typing.NamedTuple

2020-04-26 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : _field_types of typing.NamedTuple was documented as deprecated and to be removed in Python 3.9 in favor of __annotations__ at https://docs.python.org/3/library/typing.html#typing.NamedTuple . Issue where it was deprecated : issue36320 .

[issue19351] python msi installers - silent mode

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As all versions using the MSI installer are now out of support, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40383] weakref class name are hardcoded in reprs

2020-04-26 Thread OhBonsai
Change by OhBonsai : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40383] weakref class name are hardcoded in reprs

2020-04-26 Thread OhBonsai
Change by OhBonsai : -- components: +Library (Lib) -Documentation nosy: -docs@python ___ Python tracker ___ ___ Python-bugs-list

[issue21946] 'python -u' yields trailing carriage return '\r' (Python2 for Windows)

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: It's not entirely clear from a quick read whether this was actually fixed or not (probably?), but as 2.7 is out of support it no longer matters :) -- nosy: +zach.ware resolution: -> out of date status: open -> closed

[issue40392] Remove deprecated _field_types in typing.NamedTuple

2020-04-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Sorry for the noise, I didn't check the master branch properly. Closing this as duplicate. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Remove the _field_types attribute of NamedTuple

[issue25560] Unhandled warning in test_unicode_file

2020-04-26 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue14141] 2.7.2 64-bit Windows library has __impt_Py* for several symbols instead of __imp__Py*

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now out of support, I'm going to go ahead and close the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-26 Thread BenTen Jan
New submission from BenTen Jan : I downloaded python 3.8.2 which is the latest version of python for windows. Run as admin , changed path of installation though its getting empty Scripts folder. though setup shows successful. Please find attached log files from my %temp% folder. Thanks

[issue40394] difflib.SequenceMatcher.find_longest_match default arguments

2020-04-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +tim.peters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue40394] difflib.SequenceMatcher.find_longest_match default arguments

2020-04-26 Thread Lewis Ball
New submission from Lewis Ball : The usage of difflib.SequenceMatcher.find_longest_match could be simplified for the most common use case (finding the longest match between the entirety of the two strings) by taking default args. At the moment you have to do: >>> from difflib import

[issue37518] Python-2.7.16 fails to build with --enable-shared

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Hi Willie, Sorry this never got attention before 2.7 reached end-of-life, but as that has now happened, I'm closing the issue. That said, I suspect your issue here was with library search path; it wasn't actually 2.7.5 that was installed by the install of

[issue40398] get_args(Callable) fails

2020-04-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : >>> from typing import * >>> get_args(Callable) Traceback (most recent call last): File "", line 1, in File "/home/serhiy/py/cpython/Lib/typing.py", line 1412, in get_args if get_origin(tp) is collections.abc.Callable and res[0] is not Ellipsis:

[issue18567] Python 2.7.5 CENTOS6 Error building dbm using bdb

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Sorry this issue never got attention, but Python 2.7 has now reached end-of-life and with it the _bsddb module. As such, I'm going to go ahead and close this issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open ->

[issue18936] 2.7 distutils getopt chokes on unicode option names

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40396] Support GenericAlias in typing

2020-04-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 68b352a6982f51e19bf9b9f4ae61b34f5864d131 by Serhiy Storchaka in branch 'master': bpo-40396: Support GenericAlias in the typing functions. (GH-19718) https://github.com/python/cpython/commit/68b352a6982f51e19bf9b9f4ae61b34f5864d131

[issue40400] Mac build-installer.py doesn't support new plist format

2020-04-26 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40396] Support GenericAlias in typing

2020-04-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40397] Refactor typing._GenericAlias

2020-04-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +19040 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19719 ___ Python tracker

[issue16326] distutils build_ext fails to set library_dirs in 2.7.2 on Linux

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Given that #18976 was said to have fixed this and is now closed as "fixed", and every tagged version is now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: test needed -> resolved status: open -> closed

[issue40398] get_args(Callable) fails

2020-04-26 Thread Guido van Rossum
Guido van Rossum added the comment: Agreed, that's better! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40398] get_args(Callable) fails

2020-04-26 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: I think it should return empty tuple: First, for consistency with other things like get_args(Tuple) == () and get_args(List) == (). Second, although Callable is equivalent to Callable[..., Any] in the static world, authors of some runtime checkers might

[issue40398] get_args(Callable) fails

2020-04-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +19042 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19720 ___ Python tracker

[issue40396] Support GenericAlias in typing

2020-04-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +19039 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19718 ___ Python tracker

[issue39010] ProactorEventLoop raises unhandled ConnectionResetError

2020-04-26 Thread Segev Finer
Change by Segev Finer : -- nosy: +Segev Finer ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40399] Program hangs if process created right after adding object to a Queue

2020-04-26 Thread Delgan
New submission from Delgan : Hi. I have a very basic program: - one multiprocessing SimpleQueue - one consumer thread - one loop: - add one item to the queue - create a new process with itself add one item to the queue - wait for the process to end For some unknown reason, it will hangs

[issue17268] Context managers written as C types no longer work in Python 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has reached EOL, I'm going to go ahead and close the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue27562] Import error encodings (Windows xp compatibility)

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has now reached end-of-life and with it the last version to support Windows XP, I'm closing the issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue12503] "with" statement error message is more confusing in Py2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has reached end-of-life, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue15408] os.fork/os.popen behaviour change between 2.7 and 3.2

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Given that you both nearly agreed to "wont fix" 8 years ago and 2.7 is now EOL, I'm going to go ahead and close the issue that way :) -- nosy: +zach.ware resolution: -> wont fix stage: -> resolved status: open -> closed

[issue8536] Support new features of ZLIB 1.2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: In the intervening 8 years since there was last activity in this issue, zlib 1.2.11 has been released and probably has even more new features. However, I think rather than looking for new features to implement, we should create specific issues to implement

[issue18024] dbm module fails to build on SLES11SP1 using 2.7.5 source

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has now reached EOL, I'm going to go ahead and close the issue. Sorry this never got attention, but I'm glad you found a workaround! -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed

[issue40275] test.support has way too many imports

2020-04-26 Thread hai shi
Change by hai shi : -- pull_requests: +19041 pull_request: https://github.com/python/cpython/pull/19716 ___ Python tracker ___ ___

[issue37518] Python-2.7.16 fails to build with --enable-shared

2020-04-26 Thread Willie Lopez
Willie Lopez added the comment: Thank you anyway. I was able to finally resolve the issue, which did turn out to be the environment variable PYTHONPATH. When compiling python from source, that variable must be empty (not null). After emptying the string value the compilation worked. This

[issue40398] get_args(Callable) fails

2020-04-26 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: Oh my, this looks like another bug. I don't have Python 3.8 at hand so just tried `typing_inspect` on Python 3.6. I think this may be caused by the "double use" of _GenericAlias for which you opened your WIP PR. --

[issue13733] Change required to sysconfig.py for Python 2.7.2 on OS/2

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 is now EOL and was the last remaining version to support OS/2, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python

[issue40396] Support GenericAlias in typing

2020-04-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently typing functions get_origin(), get_args() and get_type_hints() do not support GenericAlias. >>> from typing import * >>> get_origin(List[int]) >>> get_origin(list[int]) >>> get_args(List[int]) (,) >>> get_args(list[int]) () >>> def foo(x:

[issue40397] Refactor typing._GenericAlias

2020-04-26 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : typing._GenericAlias represents two different types: user defined (like List[int]) and special (like List). They have different behavior, and common methods contain special cases. The proposed PR rewrites the implementation in more object-oriented

[issue40372] doctest example programs should exit 1 if any test fails

2020-04-26 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre, tim.peters versions: -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker ___

[issue40398] get_args(Callable) fails

2020-04-26 Thread Guido van Rossum
Guido van Rossum added the comment: Maybe it could return (Ellipsis, Any) in that case. The most general form of Callable is Callable[..., Any] and that's that get_args() returns for that. -- ___ Python tracker

[issue40387] queue example it does not work

2020-04-26 Thread Santiago Blanco
Santiago Blanco added the comment: I am trying to help, if you want I change something of my PR tell me what. I think most people need concrete examples to learn anything, but I may be wrong. I consider that a note will not change anything. --

[issue40400] Mac build-installer.py doesn't support new plist format

2020-04-26 Thread h2a10
New submission from h2a10 : when you run cpython/Mac/BuildScript/build-installer.py with python 3.9.0 it failed with the following error from plistlib import Plist ImportError: cannot import name 'Plist' from 'plistlib' -- components: macOS messages: 367325 nosy: h2a10, ned.deily,

[issue40398] get_args(Callable) fails

2020-04-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: get_args(List) == (T,) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue16275] test_ctypes fails on Solaris 10 SPARC 2.7 (nitrogen/s10) (Sun C compiler)

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is EOL and the bundled copy of libffi no longer exists, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40394] difflib.SequenceMatcher.find_longest_match default arguments

2020-04-26 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: -> tim.peters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40383] weakref class name are hardcoded in reprs

2020-04-26 Thread Tal Einat
Change by Tal Einat : -- nosy: -taleinat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40387] queue example is a sketch

2020-04-26 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +19046 pull_request: https://github.com/python/cpython/pull/19724 ___ Python tracker ___

[issue40401] pythoncore.vcxproj fails to load due to duplicated "..\Include\pyhash.h"

2020-04-26 Thread Ammar Askar
New submission from Ammar Askar : The pythoncore project currently fails to load in Visual Studio with: cpython\PCbuild\pythoncore.vcxproj : error : Cannot load project with duplicated project items: ..\Include\pyhash.h is included as 'ClInclude' and as 'ClInclude' item types. Looks

[issue40334] PEP 617: new PEG-based parser

2020-04-26 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +19043 pull_request: https://github.com/python/cpython/pull/19721 ___ Python tracker ___

[issue40387] queue example is a sketch

2020-04-26 Thread Raymond Hettinger
Raymond Hettinger added the comment: I'm thinking of simplifying the example to focus on its core goal of demonstrating how to enqueue tasks and then wait for them to be finished: import threading, queue q = queue.Queue() def worker(): while True: item =

[issue40388] random.choice integer overflow v3.5.2

2020-04-26 Thread Raymond Hettinger
Change by Raymond Hettinger : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue31122] SSLContext.wrap_socket() throws OSError with errno == 0

2020-04-26 Thread Dima Tisnek
Dima Tisnek added the comment: I know Christian is very busy, so what can I do to have this patch reviewed? * it's concise * there's a reproducer -- ___ Python tracker ___

[issue39791] New `files()` api from importlib_resources.

2020-04-26 Thread Jason R. Coombs
Change by Jason R. Coombs : -- keywords: +patch pull_requests: +19044 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19722 ___ Python tracker ___

[issue40334] PEP 617: new PEG-based parser

2020-04-26 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: +19045 pull_request: https://github.com/python/cpython/pull/19723 ___ Python tracker ___

[issue40401] pythoncore.vcxproj fails to load due to duplicated "..\Include\pyhash.h"

2020-04-26 Thread Ammar Askar
Change by Ammar Askar : -- keywords: +patch pull_requests: +19047 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19725 ___ Python tracker ___

[issue40387] queue example is a sketch

2020-04-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +19048 pull_request: https://github.com/python/cpython/pull/19726 ___ Python tracker

[issue40387] queue example is a sketch

2020-04-26 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 88499f15f547ccf7b15d37b0eaf51cc40bad5c39 by Raymond Hettinger in branch 'master': bpo-40387: Improve queue join() example. (GH-19724) https://github.com/python/cpython/commit/88499f15f547ccf7b15d37b0eaf51cc40bad5c39 --

[issue21615] Curses bug report for Python 2.7 and Python 3.2

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Hi Richard, sorry it too so long for anyone to respond to this issue! It's been long enough that I'm going to assume that this has long since been fixed or worked around. However, if you can still reproduce this with a modern version of Python (3.6-3.8), do

[issue17904] bytes should be listed as built-in function for 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has now reached EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue24182] test_tcl assertion failure, 2.7, Win 7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is EOL and 3.x use Tcl/Tk 8.6.x, I'm closing this issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue22583] C stack overflow in the Python 2.7 compiler

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has reached EOL, I'm closing this issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue24616] 'make install' fails installation of man pages for Python 2.7.10 on Unixware 7.1.4

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: At a guess, the version of `make` used in your environment was not able to handle a comment. However, Python 2.7 has now reached end-of-life and as such I'm closing this issue. If you can still reproduce the issue with a modern version of Python (3.6-3.8)

[issue36803] Getting a lot of runtime misaligned address error while building python 2.7.6 with UBSAN

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has reached EOL, I'm closing this issue. However, if you can reproduce the problem with a modern version of Python (3.6-3.8), please reopen it and adjust the versions field appropriately. -- nosy: +zach.ware resolution: -> out of date

[issue10417] [2.7] unittest triggers UnicodeEncodeError with non-ASCII character in the docstring of the test function

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue16117] python2.7.3 struct misaligned when returned

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has now reached end-of-life, I'm closing the issue. If you can still reproduce this issue in a modern version of Python (3.6-3.8), please reopen it and hopefully we can get someone who understands what's going on to actually look at it :)

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +19049 pull_request: https://github.com/python/cpython/pull/19727 ___ Python tracker ___

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: New changeset ca5649c4c1ab260c8ceb8a57ec703c06e2707986 by Zachary Ware in branch '3.8': [3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727)

[issue23137] Python 2.7.9 test_gdb fails on CentOS 7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has reached end-of-life, I'm closing this issue. As Martin mentioned, this looks likely to be a duplicate of bpo-17126 anyway. -- nosy: +zach.ware ___ Python tracker

[issue23137] Python 2.7.9 test_gdb fails on CentOS 7

2020-04-26 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue40348] Programming FAQ about "What is delegation?": Fix typos

2020-04-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +19053 pull_request: https://github.com/python/cpython/pull/19731 ___ Python tracker ___

[issue40348] Programming FAQ about "What is delegation?": Fix typos

2020-04-26 Thread miss-islington
miss-islington added the comment: New changeset 9412f4d1ad28d48d8bb4725f05fd8f8d0daf8cd2 by Miss Islington (bot) in branch '3.8': bpo-40348: Fix typos in the programming FAQ (GH-19729) https://github.com/python/cpython/commit/9412f4d1ad28d48d8bb4725f05fd8f8d0daf8cd2 --

[issue26697] tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now EOL, I'm closing the issue. Thanks for the report anyway, Eric, and I'm sorry we didn't get it looked into before now. -- resolution: -> out of date stage: -> resolved status: open -> closed ___

[issue26652] Cannot install Python 2.7.11 on Windows Server 2008 R2

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Sorry this didn't get any attention before now, but as 2.7 is now EOL there's nothing we could fix for this, so I'm closing the issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___

[issue26665] pip is not bootstrapped by default on 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now EOL, I'm closing the issue. Thanks for the report anyway, Axel! -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue34884] Python may load incorrect libraries when embedding the macOS system python 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now at end-of-life, I'm closing this issue. Thanks for the report anyway, Tim! -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Since Python 2.7 is now at end-of-life, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue15192] test_bufio failures on Win64 buildbot

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: I've not seen this issue on that worker for a very long time; closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker

[issue40404] Python quit unexpectedly

2020-04-26 Thread Joseph
New submission from Joseph : Process: Python [91080] Path: /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python Identifier:Python Version: 3.7.7 (3.7.7) Code Type:

[issue8940] *HTTPServer need a summary page with API inheritance table

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Lacking a clearer description of exactly what should be changed and with an official warning in the docs against using the http.server module in production, I'm going to go ahead and close the issue (which happened to be the last issue with "languishing"

[issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: This appears to have likely been addressed by bpo-1294959 and/or other issues over the years. -- nosy: +zach.ware stage: patch review -> resolved status: pending -> closed ___ Python tracker

[issue22866] ssl module in 2.7 should provide a way to configure default context options

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: With 2.7 now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: pending -> closed ___ Python tracker

[issue7101] tarfile: OSError with TarFile.add(..., recursive=True) about non-existing file

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: I agree with Sandro; this should be handled at application level. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: languishing -> closed ___ Python tracker

[issue15028] PySys_SetArgv escapes quotes in argv[]

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Lacking a response from the OP, I'm closing the issue. -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: languishing -> closed ___ Python tracker

[issue40404] Python quit unexpectedly

2020-04-26 Thread Ned Deily
Ned Deily added the comment: I'm sorry you are seeing that crash but I'm afraid it is difficult to know exactly what is going here without more information. It appears you are using a Python 3.7.7 from Homebrew along with NumPy and other similar third-party packages from somewhere. The

[issue40404] Python quit unexpectedly

2020-04-26 Thread Joseph
Joseph added the comment: Sorry I should've added more context. I recently re-installed python on my computer and started getting these errors. It's hard to pinpoint when I get the error exactly, but I find it happens when I shutdown a Jupyter notebook. I'm wondering if this may be alluded

[issue38959] Parboil -- OpenMP CUTCP performance regression when upgrade from python 2.7.15 to 2.7.17

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Hi Jiebin, Sorry that nobody was able to respond to this before the end of support for 2.7. However, that version is now EOL, and as such I'm closing this issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open ->

[issue26360] Deadlock in thread.join on Python 2.7/macOS

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now EOL, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40401] pythoncore.vcxproj fails to load due to duplicated "..\Include\pyhash.h"

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: New changeset a494caa14bfa412af77792007c34274902fabb7b by Ammar Askar in branch 'master': bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (GH-19725) https://github.com/python/cpython/commit/a494caa14bfa412af77792007c34274902fabb7b

[issue40401] pythoncore.vcxproj fails to load due to duplicated "..\Include\pyhash.h"

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40348] Programming FAQ about "What is delegation?": Fix typos

2020-04-26 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 3.0 -> 4.0 pull_requests: +19051 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19729 ___ Python tracker

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +19050 pull_request: https://github.com/python/cpython/pull/19728 ___ Python tracker ___

[issue38387] Document PyDoc_STRVAR and PyDoc_STR macros

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: New changeset 70ba81459eeb5818848f86b65cdf78feb86f9612 by Zachary Ware in branch '3.7': [3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19728)

[issue17126] test_gdb fails

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has now reached end-of-life, I'm closing the issue. gdb support has seen some significant changes in the interim anyway; it's entirely possible that this was actually fixed in 2.7 before it died :) -- nosy: +zach.ware resolution: ->

[issue40348] Programming FAQ about "What is delegation?": Fix typos

2020-04-26 Thread miss-islington
miss-islington added the comment: New changeset 25def5f2187154ccb6d75751f395a949f4726b1c by Miss Islington (bot) in branch '3.7': bpo-40348: Fix typos in the programming FAQ (GH-19729) https://github.com/python/cpython/commit/25def5f2187154ccb6d75751f395a949f4726b1c --

[issue31474] [2.7] Fix -Wnonnull and -Wint-in-bool-context warnings

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: This seems to have been fixed but never closed? Closing it now anyway due to EOL :) -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33586] 2.7.15 missing release notes on download page

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Superseded by the pythondotorg issue. -- nosy: +zach.ware stage: -> resolved status: open -> closed ___ Python tracker ___

  1   2   >