ACTIVITY SUMMARY (2020-05-15 - 2020-05-22)
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:
open 7478 (+10)
closed 45000 (+83)
total 52478 (+93)
Open issues with patches: 3006
Issues opened (66)
==================
#26317: _scproxy and Python Launcher fail to build wtih GNU gcc on mac
https://bugs.python.org/issue26317 reopened by vstinner
#38815: test_ssl: test_min_max_version() fails on FreeBSD and Fedora
https://bugs.python.org/issue38815 reopened by christian.heimes
#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 reopened by pablogsal
#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452 reopened by taleinat
#40636: Provide a strict form of zip (PEP-618) requiring same length i
https://bugs.python.org/issue40636 opened by gregory.p.smith
#40638: input() with malformed input stream triggers assertion failure
https://bugs.python.org/issue40638 opened by tekknolagi
#40640: Tutorial for Continue missing ... line
https://bugs.python.org/issue40640 opened by [email protected]
#40642: Cpython "pystate.h" subdirectory wrong
https://bugs.python.org/issue40642 opened by jpelizza
#40643: Improve doc-strings for datetime.strftime & strptime
https://bugs.python.org/issue40643 opened by edison.abahurire
#40644: Text representation of Windows' file attributes similar to sta
https://bugs.python.org/issue40644 opened by scrool
#40645: Use OpenSSL's HMAC API
https://bugs.python.org/issue40645 opened by christian.heimes
#40646: Builtins in doc show signature in documentation
https://bugs.python.org/issue40646 opened by cryvate
#40647: Building with a libreadline.so located outside the ld.so.conf
https://bugs.python.org/issue40647 opened by mjpieters
#40648: File mode is not tested on Windows
https://bugs.python.org/issue40648 opened by scrool
#40652: Test test_locale failed when running cpython test on Windows 1
https://bugs.python.org/issue40652 opened by kpysoze
#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 opened by jaraco
#40656: Clean up detect_socket() in setup.py
https://bugs.python.org/issue40656 opened by erlendaasland
#40657: Resource leaks with threading.Thread
https://bugs.python.org/issue40657 opened by POCEH
#40663: Wrong generated annotation on subscripting
https://bugs.python.org/issue40663 opened by BTaskaya
#40666: TarFile.add does not support pathlib.Path as a value to first
https://bugs.python.org/issue40666 opened by socketpair
#40667: [Windows] Add global python and python3 commands
https://bugs.python.org/issue40667 opened by steve.dower
#40668: Catastrophic loss of precision in colorsys module
https://bugs.python.org/issue40668 opened by Zac Hatfield-Dodds
#40670: supplying an empty string to timeit causes an IndentationError
https://bugs.python.org/issue40670 opened by edison.abahurire
#40671: Convert _hashlib to PEP 489 multiphase initialization
https://bugs.python.org/issue40671 opened by vstinner
#40672: asyncio.wait_for: process future result produced during cancel
https://bugs.python.org/issue40672 opened by Roman Skurikhin
#40673: urllib.request.URLopener raises different exceptions based on
https://bugs.python.org/issue40673 opened by Petter S
#40674: Deprecate urllib.request.urlretrieve() and cleanup()
https://bugs.python.org/issue40674 opened by remi.lapeyre
#40675: Add missing mimetypes for fonts
https://bugs.python.org/issue40675 opened by sahil.prajapati
#40676: Use Argument Clinic for csv
https://bugs.python.org/issue40676 opened by hauntsaninja
#40678: Full list of Python lexical rules
https://bugs.python.org/issue40678 opened by cool-RR
#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 opened by chris.jerdonek
#40680: thread_cputime isn't supported by AIX5
https://bugs.python.org/issue40680 opened by Michael.Felt
#40684: make install doesn't respect configure --with-platlibdir=lib64
https://bugs.python.org/issue40684 opened by vstinner
#40685: IDLE: Document info needed for 'not working' reports.
https://bugs.python.org/issue40685 opened by Coder436
#40686: Compiler warnings in _zoneinfo.c on Windows build in 64-bit
https://bugs.python.org/issue40686 opened by vstinner
#40687: Windows py.exe launcher interacts badly with Windows store pyt
https://bugs.python.org/issue40687 opened by benspiller
#40688: PEG Generator: Fix scripts to always use the correct parser
https://bugs.python.org/issue40688 opened by lys.nikolaou
#40689: The only supported minidom attribute iteration (NamedNodeMap)
https://bugs.python.org/issue40689 opened by nthykier
#40690: unittest: if FunctionTestCase is imported, the loader loads "t
https://bugs.python.org/issue40690 opened by pwtail
#40691: misleading output from difflib unified_diff
https://bugs.python.org/issue40691 opened by cdanis
#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692 opened by asheesh
#40694: gen.throw() with multiple yield froms skips intermediate excep
https://bugs.python.org/issue40694 opened by chris.jerdonek
#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695 opened by christian.heimes
#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 opened by felixxm
#40697: add fissix as a lib2to3 alternative
https://bugs.python.org/issue40697 opened by graingert
#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699 opened by Cristian Martinez de Morentin
#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700 opened by Manjusaka
#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701 opened by ericzolf
#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703 opened by scoder
#40704: PyIter_Check fails when compiling in the Limited API
https://bugs.python.org/issue40704 opened by tekknolagi
#40705: use-after-free in _zoneinfo.c's module_free function
https://bugs.python.org/issue40705 opened by ammar2
#40706: Unreachable code in _PyEval_EvalCode
https://bugs.python.org/issue40706 opened by Dennis Sweeney
#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707 opened by [email protected]
#40717: pl.python.org has expired cert and links to nonexistent django
https://bugs.python.org/issue40717 opened by hanno
#40718: Support out-of-band pickling for builtin types
https://bugs.python.org/issue40718 opened by jakirkham
#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719 opened by rffontenelle
#40720: accessing mmap of file that is overwritten causes bus error
https://bugs.python.org/issue40720 opened by mhvk
#40721: PEP0435 (enums) -- there is no standard on enum item letters c
https://bugs.python.org/issue40721 opened by socketpair
#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722 opened by Dennis Sweeney
#40723: IDLE: make autocomplete test run without __main__.__file__
https://bugs.python.org/issue40723 opened by terry.reedy
#40724: Support buffer protocol with type specs
https://bugs.python.org/issue40724 opened by scoder
#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726 opened by gaborbernat
#40727: SSLContext.load_verify_locations leaks memory on Linux in asyn
https://bugs.python.org/issue40727 opened by Recursing
#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729 opened by BTaskaya
#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730 opened by eric.smith
#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731 opened by bastosvinicius
Most recent 15 issues with no replies (15)
==========================================
#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729
#40724: Support buffer protocol with type specs
https://bugs.python.org/issue40724
#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722
#40720: accessing mmap of file that is overwritten causes bus error
https://bugs.python.org/issue40720
#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719
#40718: Support out-of-band pickling for builtin types
https://bugs.python.org/issue40718
#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707
#40706: Unreachable code in _PyEval_EvalCode
https://bugs.python.org/issue40706
#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703
#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700
#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699
#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695
#40694: gen.throw() with multiple yield froms skips intermediate excep
https://bugs.python.org/issue40694
#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692
#40691: misleading output from difflib unified_diff
https://bugs.python.org/issue40691
Most recent 15 issues waiting for review (15)
=============================================
#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731
#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730
#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729
#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726
#40723: IDLE: make autocomplete test run without __main__.__file__
https://bugs.python.org/issue40723
#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719
#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707
#40705: use-after-free in _zoneinfo.c's module_free function
https://bugs.python.org/issue40705
#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703
#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701
#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700
#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696
#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695
#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692
#40690: unittest: if FunctionTestCase is imported, the loader loads "t
https://bugs.python.org/issue40690
Top 10 most discussed issues (10)
=================================
#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452 22 msgs
#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 13 msgs
#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 12 msgs
#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870 9 msgs
#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 9 msgs
#26317: _scproxy and Python Launcher fail to build wtih GNU gcc on mac
https://bugs.python.org/issue26317 8 msgs
#38946: IDLE on macOS 10.15 Catalina does not open double-clicked file
https://bugs.python.org/issue38946 8 msgs
#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726 8 msgs
#38938: Possible performance improvement for heaqq.merge()
https://bugs.python.org/issue38938 7 msgs
#39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop
https://bugs.python.org/issue39148 7 msgs
Issues closed (82)
==================
#4264: Patch: optimize code to use LIST_APPEND instead of calling lis
https://bugs.python.org/issue4264 closed by rhettinger
#13248: deprecated in 3.2/3.3, should be removed in 3.5 or ???
https://bugs.python.org/issue13248 closed by benjamin.peterson
#22622: ElementTree only writes declaration when passed encoding
https://bugs.python.org/issue22622 closed by scoder
#24416: Have date.isocalendar() return a structseq instance
https://bugs.python.org/issue24416 closed by p-ganssle
#31033: Improve traceback of cancelled tasks / add cancel() msg argume
https://bugs.python.org/issue31033 closed by chris.jerdonek
#31131: asyncio.wait_for() TimeoutError doesn't provide full traceback
https://bugs.python.org/issue31131 closed by chris.jerdonek
#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309 closed by aeros
#32893: ast.literal_eval() shouldn't accept booleans as numbers in AST
https://bugs.python.org/issue32893 closed by serhiy.storchaka
#33797: json int encoding incorrect for dbus.Byte
https://bugs.python.org/issue33797 closed by ned.deily
#35569: Expose RFC 3542 IPv6 socket options on macOS
https://bugs.python.org/issue35569 closed by ned.deily
#35907: [security][CVE-2019-9948] Unnecessary URL scheme exists to all
https://bugs.python.org/issue35907 closed by vstinner
#37616: [3.10 prep] zip path incorrect
https://bugs.python.org/issue37616 closed by Anthony Sottile
#38544: test_venv: test_isolation() failed on AMD64 Windows7 SP1 3.x:
https://bugs.python.org/issue38544 closed by vstinner
#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798 closed by vstinner
#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058 closed by rhettinger
#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075 closed by eric.snow
#39076: Use types.SimpleNamespace for argparse.Namespace
https://bugs.python.org/issue39076 closed by rhettinger
#39162: setup.py not picking up tkinter headers from non-system macOS
https://bugs.python.org/issue39162 closed by ned.deily
#39173: _AttributeHolder of argparse should support the sort function
https://bugs.python.org/issue39173 closed by rhettinger
#39305: Merge nntplib._NNTPBase and nntplib.NNTP
https://bugs.python.org/issue39305 closed by corona10
#39631: Fix file association MIME type on Windows
https://bugs.python.org/issue39631 closed by steve.dower
#39705: Tutorial, 5.6 Looping Techniques, sorted() example
https://bugs.python.org/issue39705 closed by rhettinger
#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740 closed by BTaskaya
#39976: Add "**other_popen_kwargs" to subprocess API signatures in doc
https://bugs.python.org/issue39976 closed by chris.jerdonek
#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983 closed by vstinner
#40003: test.regrtest: add an option to run test.bisect_cmd on failed
https://bugs.python.org/issue40003 closed by vstinner
#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055 closed by vstinner
#40163: multissl doesn't support tarballs in /source/old/
https://bugs.python.org/issue40163 closed by christian.heimes
#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165 closed by BTaskaya
#40192: time.thread_time isn't outputting in nanoseconds in AIX
https://bugs.python.org/issue40192 closed by vstinner
#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211 closed by BTaskaya
#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273 closed by rhettinger
#40410: test_multiprocessing_forktest_terminate() timed out after 15 m
https://bugs.python.org/issue40410 closed by vstinner
#40425: Refleak in CDataObject
https://bugs.python.org/issue40425 closed by zach.ware
#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445 closed by vstinner
#40457: Python fails to compile/load _ssl module if OpenSSL is compile
https://bugs.python.org/issue40457 closed by christian.heimes
#40515: test_ssl.py hangs with SSL 1.1 built with no threads
https://bugs.python.org/issue40515 closed by christian.heimes
#40546: Inconsistencies between PEG parser and traceback SyntaxErrors
https://bugs.python.org/issue40546 closed by lys.nikolaou
#40548: Always run GitHub action jobs, even on documentation-only jobs
https://bugs.python.org/issue40548 closed by vstinner
#40579: Second argument to iterator.next not described
https://bugs.python.org/issue40579 closed by rhettinger
#40583: Runtime type annotation mutation leads to inconsistent behavio
https://bugs.python.org/issue40583 closed by ethereon
#40587: [regression] inspect.getdoc not returning docstring.
https://bugs.python.org/issue40587 closed by terry.reedy
#40590: test_subprocess stuck on Windows, x64
https://bugs.python.org/issue40590 closed by terry.reedy
#40595: AttributeError from type annotation
https://bugs.python.org/issue40595 closed by levkivskyi
#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605 closed by terry.reedy
#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607 closed by chris.jerdonek
#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612 closed by gvanrossum
#40622: Tests fail with python3.6 built with VS2019
https://bugs.python.org/issue40622 closed by ned.deily
#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629 closed by veganaiZe
#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630 closed by vstinner
#40633: json.dumps() should encode float number NaN to null
https://bugs.python.org/issue40633 closed by mark.dickinson
#40637: Allow users to disable builtin hash modules on compile time
https://bugs.python.org/issue40637 closed by christian.heimes
#40639: Strange behavior in changing nested dictionaries
https://bugs.python.org/issue40639 closed by steven.daprano
#40641: Reserved word pair used in lambda tutorial without being noted
https://bugs.python.org/issue40641 closed by mark.dickinson
#40649: [Errno 1]
https://bugs.python.org/issue40649 closed by TotallyLost
#40650: Pytime.c doesn't need to include windows.h
https://bugs.python.org/issue40650 closed by steve.dower
#40651: class:`OrderedDict` Examples: LRU implementation has a bug.
https://bugs.python.org/issue40651 closed by rhettinger
#40653: _dirnameW is used outside HAVE_SYMLINK
https://bugs.python.org/issue40653 closed by steve.dower
#40655: Fix 'from x import *' which is bad programming practice from
https://bugs.python.org/issue40655 closed by serhiy.storchaka
#40661: The new parser segfaults when parsing invalid input
https://bugs.python.org/issue40661 closed by pablogsal
#40662: ast.get_source_segment behaviour with missing location info do
https://bugs.python.org/issue40662 closed by pablogsal
#40664: Documentation error: itertools.dropwhile(is_even, itertools.c
https://bugs.python.org/issue40664 closed by SilentGhost
#40665: Use Argument Clinic for bisect
https://bugs.python.org/issue40665 closed by rhettinger
#40669: PEG Parser benchmarks fail if memory_profiler is not installed
https://bugs.python.org/issue40669 closed by lys.nikolaou
#40677: IO_REPARSE_TAG_APPEXECLINK is not defined in old Windows SDK
https://bugs.python.org/issue40677 closed by steve.dower
#40681: shelve.open() should accept pathlib.Path
https://bugs.python.org/issue40681 closed by serhiy.storchaka
#40682: random.Random.seed() with version=1 does not consistently matc
https://bugs.python.org/issue40682 closed by rhettinger
#40683: Beta release does not distribute zoneinfo or test_zoneinfo
https://bugs.python.org/issue40683 closed by p-ganssle
#40693: pathlib.Path will be broken with os.chdir command.
https://bugs.python.org/issue40693 closed by zach.ware
#40698: distutils.command.upload md5_digest
https://bugs.python.org/issue40698 closed by christian.heimes
#40702: frozensets should not allow the |= operator
https://bugs.python.org/issue40702 closed by serhiy.storchaka
#40708: Clearing the screen of IDLE interactive mode in Windows
https://bugs.python.org/issue40708 closed by ezio.melotti
#40709: Malfunctioning of '\r'
https://bugs.python.org/issue40709 closed by ezio.melotti
#40710: Malfunctioning of '\r' (ii)
https://bugs.python.org/issue40710 closed by ezio.melotti
#40711: Clearing the screen of IDLE interactive mode in Windows
https://bugs.python.org/issue40711 closed by ezio.melotti
#40712: fstrings are not docstrings
https://bugs.python.org/issue40712 closed by radkujawa
#40713: _zoneinfo.c can use dst_offset without initialization in parse
https://bugs.python.org/issue40713 closed by p-ganssle
#40714: Remove compile warning from _zoneinfo.c
https://bugs.python.org/issue40714 closed by corona10
#40715: Pegen: dict unpacking inside dict comprehension
https://bugs.python.org/issue40715 closed by pablogsal
#40716: Pegen: improve error messages for unparenthesized from imports
https://bugs.python.org/issue40716 closed by pablogsal
#40725: Documentation: Benchmark table in "What's new in Python 3.9" h
https://bugs.python.org/issue40725 closed by rhettinger
#40728: UnboundLocalError as a result of except statement variable re-
https://bugs.python.org/issue40728 closed by pablogsal
_______________________________________________
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/7UT734NZECKIH24HGDSQYKNRB5MMGGTE/
Code of Conduct: http://python.org/psf/codeofconduct/