[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-08-14 - 2020-08-21)
Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open7651 (+28)
closed 45696 (+23)
total 53347 (+51)
Open issues with patches: 3110
Issues opened (45)
==
#37943: mimetypes.guess_extension() doesnât get JPG right
https://bugs.python.org/issue37943 reopened by _savage
#41513: Scale by power of two in math.hypot()
https://bugs.python.org/issue41513 reopened by rhettinger
#41527: smart quotes in Lib/pydoc_data/topics.py file
https://bugs.python.org/issue41527 reopened by ned.deily
#41556: hostname verification fails if hostname starts with literal IP
https://bugs.python.org/issue41556 opened by dnmvisser
#41557: Upgrade Windows and macOS builds to use SQLite 3.33
https://bugs.python.org/issue41557 opened by erlendaasland
#41559: Add support for PEP 612 to typing.py
https://bugs.python.org/issue41559 opened by gvanrossum
#41560: pathlib.Path.glob fails on empty string
https://bugs.python.org/issue41560 opened by alex.heger
#41561: test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
https://bugs.python.org/issue41561 opened by bugsrep
#41562: StreamReaderProtocol inheritance
https://bugs.python.org/issue41562 opened by danpascu
#41563: .python_history file causes considerable slowdown
https://bugs.python.org/issue41563 opened by bytecookie
#41564: Cannot access member "hex" for type "ByteString"
https://bugs.python.org/issue41564 opened by anacrolix
#41566: Include much faster DEFLATE implementations in Python's gzip a
https://bugs.python.org/issue41566 opened by rhpvorderman
#41567: multiprocessing.Pool from concurrent threads failure on 3.9.0r
https://bugs.python.org/issue41567 opened by drougge
#41569: json.JSONEncoder.default should be called for dict keys as wel
https://bugs.python.org/issue41569 opened by david.byrne222
#41570: Add DearPyGui to faq/gui.rst
https://bugs.python.org/issue41570 opened by jhoffstadt
#41571: Implement thread-related commands in pdb
https://bugs.python.org/issue41571 opened by pablogsal
#41573: Correct wrong sentences in General FAQ
https://bugs.python.org/issue41573 opened by wyz23x2
#41575: Please use active voice "Return foobar" instead of passive voi
https://bugs.python.org/issue41575 opened by denilsonsa
#41576: document BaseException in favour of bare except in error tutor
https://bugs.python.org/issue41576 opened by graingert
#41577: Cannot use ProcessPoolExecutor if in a decorator?
https://bugs.python.org/issue41577 opened by bob.fang.london
#41584: Clarify documentation for binary arithmetic operation subclass
https://bugs.python.org/issue41584 opened by brett.cannon
#41585: policy.max_line_length is incorrectly assumed to never be None
https://bugs.python.org/issue41585 opened by equaeghe
#41586: Allow to set pipe size on subprocess.Popen.
https://bugs.python.org/issue41586 opened by rhpvorderman
#41588: Potential Memory leak with concurrent.futures.ThreadPoolExecut
https://bugs.python.org/issue41588 opened by or12
#41589: Strange behavior with sparse.dok_matrix decimal is cast to in
https://bugs.python.org/issue41589 opened by browser.365
#41590: "zip()" very slowly for this
https://bugs.python.org/issue41590 opened by email0.ya
#41591: Comprehensions documentation
https://bugs.python.org/issue41591 opened by wtaha
#41592: Make _SubParsersAction public
https://bugs.python.org/issue41592 opened by sourcedelica
#41593: pathlib PermissionError problem
https://bugs.python.org/issue41593 opened by leonyxz
#41594: Intermittent failures of loop.subprocess_exec() to capture out
https://bugs.python.org/issue41594 opened by kyleam
#41595: curses' window.chgat does not change color when specifying cur
https://bugs.python.org/issue41595 opened by maarten
#41596: Re: Asyncio Fatal Error on SSL Transport - IndexError Deque In
https://bugs.python.org/issue41596 opened by m_emori
#41597: Fatal Error on SSL Transport - sslv3 alert bad record mac
https://bugs.python.org/issue41597 opened by m_emori
#41598: rnd() + rndup() in math
https://bugs.python.org/issue41598 opened by marco_ocram
#41599: get/set_payload deprecated, but get_set_content do not provide
https://bugs.python.org/issue41599 opened by equaeghe
#41601: Performance issue using isspace() in extension module on Windo
https://bugs.python.org/issue41601 opened by Clemens
#41602: Python doesn't exit with proper resultcode on SIGINT in runpy
https://bugs.python.org/issue41602 opened by graingert
#41603: Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5
https://bugs.python.org/issue41603 opened by thangmanims
#41604: [curses.panel] Failed panel.set_userptr will decrement refcou
https://bugs.python.org/issue41604 opened by maarten
#41605: t = re.sub(".*", "*", src) has different ouput
https://bugs.python.org/issue41605 opened
[Python-Dev] PR stuck in Travis
Hello! I want to land this PR: https://github.com/python/cpython/pull/21466 It's doc only, so it only run the docs part in GH actions. All fine, except Travis, which is "required", but didn't finish. I'm not finding a way to restart that job. - from Github: I don't find any restart/resend job or similar (and in the line corresponding to Travis in the checks list, I don't have a "details"). - from Travis: I can not make that PR to appear in https://travis-ci.com/github/python/cpython/pull_requests , even if I click on "show me more" a lot (a *lot*). I don't know if there's a specific way to show the job "by PR", and not "by build" (which I don't know). - from git: I could tell the author to push an empty commit, that probably would do it, but I'd consider this a last resource. Did you suffer from this before? Which is the recommended course of action? Thanks! -- .Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org.ar/ Twitter: @facundobatista ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/2PXBKFHOAWLFVDX2HSAPUFJGAPI32LO4/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: PR stuck in Travis
(Whoops, replied only to Facundo by mistake. Resending with reply to the list as well.) At first glance, it looks like Travis not acting upon a build request. First, AFAICS from the UI, you can merge it regardless. But I suggest restarting the checks as it might be an actual problem for Travis build. It's possible to restart checks with * make an empty commit with `git commit --allow-empty`. As a member, you can push to PR branches yourself * (not sure) close and reopen the PR Recent build requests can be seen at https://travis-ci.com/github/python/cpython/requests . If there's a problem with build creation, you will see it there. On 21.08.2020 21:18, Facundo Batista wrote: Hello! I want to land this PR: https://github.com/python/cpython/pull/21466 It's doc only, so it only run the docs part in GH actions. All fine, except Travis, which is "required", but didn't finish. I'm not finding a way to restart that job. - from Github: I don't find any restart/resend job or similar (and in the line corresponding to Travis in the checks list, I don't have a "details"). - from Travis: I can not make that PR to appear in https://travis-ci.com/github/python/cpython/pull_requests , even if I click on "show me more" a lot (a *lot*). I don't know if there's a specific way to show the job "by PR", and not "by build" (which I don't know). - from git: I could tell the author to push an empty commit, that probably would do it, but I'd consider this a last resource. Did you suffer from this before? Which is the recommended course of action? Thanks! -- Regards, Ivan -- Regards, Ivan ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/CKRSAU2XNRTVCW6KAASGZ3YGGIOBSJY4/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: PR stuck in Travis
Does closing and reopening the PR work? On Fri, Aug 21, 2020 at 11:19 Facundo Batista wrote: > Hello! > > > > I want to land this PR: > > > > https://github.com/python/cpython/pull/21466 > > > > It's doc only, so it only run the docs part in GH actions. All fine, > > except Travis, which is "required", but didn't finish. I'm not finding > > a way to restart that job. > > > > - from Github: I don't find any restart/resend job or similar (and in > > the line corresponding to Travis in the checks list, I don't have a > > "details"). > > > > - from Travis: I can not make that PR to appear in > > https://travis-ci.com/github/python/cpython/pull_requests , even if I > > click on "show me more" a lot (a *lot*). I don't know if there's a > > specific way to show the job "by PR", and not "by build" (which I > > don't know). > > > > - from git: I could tell the author to push an empty commit, that > > probably would do it, but I'd consider this a last resource. > > > > Did you suffer from this before? Which is the recommended course of action? > > > > Thanks! > > > > -- > > .Facundo > > > > Blog: http://www.taniquetil.com.ar/plog/ > > PyAr: http://www.python.org.ar/ > > Twitter: @facundobatista > > ___ > > Python-Dev mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > https://mail.python.org/mailman3/lists/python-dev.python.org/ > > Message archived at > https://mail.python.org/archives/list/[email protected]/message/2PXBKFHOAWLFVDX2HSAPUFJGAPI32LO4/ > > Code of Conduct: http://python.org/psf/codeofconduct/ > > -- --Guido (mobile) ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/2DBSWRUVRS5GXATQ6GAYUYGWIO4TQKZZ/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: PR stuck in Travis
Hi, Facundo. You could try closing the PR and then re-opening it. Eric On 8/21/2020 2:18 PM, Facundo Batista wrote: Hello! I want to land this PR: https://github.com/python/cpython/pull/21466 It's doc only, so it only run the docs part in GH actions. All fine, except Travis, which is "required", but didn't finish. I'm not finding a way to restart that job. - from Github: I don't find any restart/resend job or similar (and in the line corresponding to Travis in the checks list, I don't have a "details"). - from Travis: I can not make that PR to appear in https://travis-ci.com/github/python/cpython/pull_requests , even if I click on "show me more" a lot (a *lot*). I don't know if there's a specific way to show the job "by PR", and not "by build" (which I don't know). - from git: I could tell the author to push an empty commit, that probably would do it, but I'd consider this a last resource. Did you suffer from this before? Which is the recommended course of action? Thanks! ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/6FQEA6NE4WJPCXSWXNWPW3VEBFSCHF64/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] RSVP: 2020 Python Core Dev Sprint
Hey all, We just recently finished working on the signup form for the upcoming 2020 Python Core Dev Sprint on Oct. 19th - 23rd. In addition to getting an general idea of (virtual) attendance, this is being used to assess the topics covered, optimal start/end times for each day, and preferred social activities. Anyone who is a CPython core developer, engaged in a core dev mentorship, or a member of the Python triage team is welcome to attend! Sign up to attend here: https://forms.gle/84NkyYt5g616fs1r5 We will be accepting late sign ups for this event since capacity is not a significant limitation, but for the purposes of scheduling the best possible times for everyone, it is requested that participants do so at their earliest convenience. Regards, Kyle Stanley ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/C24BIJVTG53G4X25K5QLPP2WPKDCI2XA/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: PR stuck in Travis
On 8/21/2020 2:54 PM, Guido van Rossum wrote: Does closing and reopening the PR work? https://github.com/python/cpython/pull/21466 Yes, ready to merge. -- Terry Jan Reedy ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/2EQADIL4XRVTFL2YAUVBG73P5U3MK4GA/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] [RELEASED] Python 3.5.10rc1 is released
On behalf of the Python development community, I'm pleased to finally announce the availability of Python 3.5.10rc1. Python 3.5 is in "security fixes only" mode. This new version only contains security fixes, not conventional bug fixes, and it is a source-only release. Important Notice: The latest releases of Linux (Ubuntu 20.04, Fedora 32) ship with a new version of OpenSSL. New versions of OpenSSL often include upgraded configuration requirements to maintain network security; this new version no longer finds Python 3.5's OpenSSL configuration acceptable. As a result, most or all secure-transport networking libraries are broken in this release on systems where this new version of OpenSSL is deployed. This means, for example, that seven (7) of the regression tests in the test suite now regularly fail. Older versions of Linux, with older versions of OpenSSL installed, are unaffected. We're aware of the problem. Unfortunately, as 3.5 is nearly completely out of support, it has become very low priority, and we've been unable to find the resources to get the problem fixed. It's possible that these problems simply won't be fixed in 3.5 before it reaches its end-of-life. As always we recommend upgrading to the latest Python release wherever possible. You can find Python 3.5.10rc1 here: https://www.python.org/downloads/release/python-3510rc1/ Cheers, //arry/ ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/3Z6X4LPSNRHHW4QPLLAVSNYY6CS6DDNR/ Code of Conduct: http://python.org/psf/codeofconduct/
