[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Jan 18 13:08:12 EST 2019
ACTIVITY SUMMARY (2019-01-11 - 2019-01-18)
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 6932 ( +0)
closed 40595 (+58)
total 47527 (+58)
Open issues with patches: 2766
Issues opened (43)
==================
#35701: [uuid] 3.8 breaks weak references for UUIDs
https://bugs.python.org/issue35701 reopened by serhiy.storchaka
#35720: Memory leak in Modules/main.c:pymain_parse_cmdline_impl when u
https://bugs.python.org/issue35720 opened by Lucas Cimon
#35721: _UnixSubprocessTransport leaks socket pair if Popen fails
https://bugs.python.org/issue35721 opened by niklasf
#35722: disable_existing_loggers does not apply to the root logger
https://bugs.python.org/issue35722 opened by maggyero
#35723: Add "time zone index" cache to datetime objects
https://bugs.python.org/issue35723 opened by p-ganssle
#35724: Check for main interpreter when checking for "main" thread (fo
https://bugs.python.org/issue35724 opened by eric.snow
#35726: QueueHandler formating affects other handlers
https://bugs.python.org/issue35726 opened by David Ruggles
#35727: sys.exit() in a multiprocessing.Process does not align with Py
https://bugs.python.org/issue35727 opened by chrahunt
#35728: Tkinter font nametofont requires default root
https://bugs.python.org/issue35728 opened by terry.reedy
#35731: Modify to support multiple urls in webbrowser.open
https://bugs.python.org/issue35731 opened by arlenyu
#35733: isinstance(ast.Constant(value=True), ast.Num) should be False
https://bugs.python.org/issue35733 opened by Anthony Sottile
#35736: [xml.minidom] Missing component in table after getElementsByTa
https://bugs.python.org/issue35736 opened by MiKr41
#35737: crypt AuthenticationError introduced with new Linux kernel
https://bugs.python.org/issue35737 opened by icycle
#35739: Enable verbose of tests during PGO build on amd64 platforms
https://bugs.python.org/issue35739 opened by neyuru
#35740: openssl version 1.1.1 need to be there in cpython-source-deps
https://bugs.python.org/issue35740 opened by ossdev07
#35741: unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zon
https://bugs.python.org/issue35741 opened by jianxu3
#35745: Add import statement in dataclass code snippet
https://bugs.python.org/issue35745 opened by Windson Yang
#35746: [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service
https://bugs.python.org/issue35746 opened by Talos
#35748: urlparse library detecting wrong hostname leads to open redire
https://bugs.python.org/issue35748 opened by nsonaniya2010
#35749: Rewrite asyncio signal handler
https://bugs.python.org/issue35749 opened by asvetlov
#35751: traceback.clear_frames manages to deadlock a background task
https://bugs.python.org/issue35751 opened by tvoinarovskyi
#35752: test_buffer fails on ppc64le: memoryview pack_single() is misc
https://bugs.python.org/issue35752 opened by vstinner
#35754: When writing/closing a closed Popen.stdin, I get OSError vs. B
https://bugs.python.org/issue35754 opened by jimbo1qaz_
#35755: Remove current directory from posixpath.defpath to enhance sec
https://bugs.python.org/issue35755 opened by vstinner
#35756: Using `return value` in a generator function skips the returne
https://bugs.python.org/issue35756 opened by Bryan Koch
#35758: Disable x87 control word for MSVC ARM compiler
https://bugs.python.org/issue35758 opened by Minmin.Gong
#35759: inspect module does not implement introspection API for asynch
https://bugs.python.org/issue35759 opened by tkren
#35760: test_asyncio: test_async_gen_asyncio_gc_aclose_09() race condi
https://bugs.python.org/issue35760 opened by vstinner
#35761: Allow dataclasses to be updated in place
https://bugs.python.org/issue35761 opened by theophile
#35762: subprocess.Popen with universal_newlines and nonblocking strea
https://bugs.python.org/issue35762 opened by sambayer
#35763: IDLE calltips: make positional note less obtrusive
https://bugs.python.org/issue35763 opened by terry.reedy
#35764: IDLE: revise calltip doc
https://bugs.python.org/issue35764 opened by terry.reedy
#35765: Document references object x but doesn't show it in the exampl
https://bugs.python.org/issue35765 opened by Patrick Rice
#35766: Merge typed_ast back into CPython
https://bugs.python.org/issue35766 opened by gvanrossum
#35767: unittest loader doesn't work with partial test functions
https://bugs.python.org/issue35767 opened by fried
#35768: IDLE: Auto measure font fixed pitch characteristics
https://bugs.python.org/issue35768 opened by terry.reedy
#35769: IDLE: change new file name from ''Untitled" to "untitled"
https://bugs.python.org/issue35769 opened by terry.reedy
#35770: IDLE: python -m idlelib fails on master on Mac OS 10.10.4
https://bugs.python.org/issue35770 opened by xtreak
#35771: IDLE: Fix tooltip Hovertiptest failure
https://bugs.python.org/issue35771 opened by terry.reedy
#35772: test_tarfile fails on ppc64le when using tmpfs filesystem
https://bugs.python.org/issue35772 opened by vstinner
#35773: test_bdb fails on AIX bot (regression)
https://bugs.python.org/issue35773 opened by Michael.Felt
#35774: ASAN, memory leak
https://bugs.python.org/issue35774 opened by Dhiraj_Mishra
#35775: Add a general selection function to statistics
https://bugs.python.org/issue35775 opened by remi.lapeyre
Most recent 15 issues with no replies (15)
==========================================
#35775: Add a general selection function to statistics
https://bugs.python.org/issue35775
#35774: ASAN, memory leak
https://bugs.python.org/issue35774
#35773: test_bdb fails on AIX bot (regression)
https://bugs.python.org/issue35773
#35771: IDLE: Fix tooltip Hovertiptest failure
https://bugs.python.org/issue35771
#35768: IDLE: Auto measure font fixed pitch characteristics
https://bugs.python.org/issue35768
#35766: Merge typed_ast back into CPython
https://bugs.python.org/issue35766
#35764: IDLE: revise calltip doc
https://bugs.python.org/issue35764
#35762: subprocess.Popen with universal_newlines and nonblocking strea
https://bugs.python.org/issue35762
#35760: test_asyncio: test_async_gen_asyncio_gc_aclose_09() race condi
https://bugs.python.org/issue35760
#35758: Disable x87 control word for MSVC ARM compiler
https://bugs.python.org/issue35758
#35741: unittest.skipUnless(time._STRUCT_TM_ITEMS == 11, "needs tm_zon
https://bugs.python.org/issue35741
#35737: crypt AuthenticationError introduced with new Linux kernel
https://bugs.python.org/issue35737
#35728: Tkinter font nametofont requires default root
https://bugs.python.org/issue35728
#35724: Check for main interpreter when checking for "main" thread (fo
https://bugs.python.org/issue35724
#35722: disable_existing_loggers does not apply to the root logger
https://bugs.python.org/issue35722
Most recent 15 issues waiting for review (15)
=============================================
#35775: Add a general selection function to statistics
https://bugs.python.org/issue35775
#35772: test_tarfile fails on ppc64le when using tmpfs filesystem
https://bugs.python.org/issue35772
#35769: IDLE: change new file name from ''Untitled" to "untitled"
https://bugs.python.org/issue35769
#35767: unittest loader doesn't work with partial test functions
https://bugs.python.org/issue35767
#35759: inspect module does not implement introspection API for asynch
https://bugs.python.org/issue35759
#35755: Remove current directory from posixpath.defpath to enhance sec
https://bugs.python.org/issue35755
#35752: test_buffer fails on ppc64le: memoryview pack_single() is misc
https://bugs.python.org/issue35752
#35749: Rewrite asyncio signal handler
https://bugs.python.org/issue35749
#35746: [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service
https://bugs.python.org/issue35746
#35739: Enable verbose of tests during PGO build on amd64 platforms
https://bugs.python.org/issue35739
#35733: isinstance(ast.Constant(value=True), ast.Num) should be False
https://bugs.python.org/issue35733
#35727: sys.exit() in a multiprocessing.Process does not align with Py
https://bugs.python.org/issue35727
#35726: QueueHandler formating affects other handlers
https://bugs.python.org/issue35726
#35724: Check for main interpreter when checking for "main" thread (fo
https://bugs.python.org/issue35724
#35723: Add "time zone index" cache to datetime objects
https://bugs.python.org/issue35723
Top 10 most discussed issues (10)
=================================
#35537: use os.posix_spawn in subprocess
https://bugs.python.org/issue35537 24 msgs
#33944: Deprecate and remove pth files
https://bugs.python.org/issue33944 21 msgs
#35752: test_buffer fails on ppc64le: memoryview pack_single() is misc
https://bugs.python.org/issue35752 18 msgs
#35701: [uuid] 3.8 breaks weak references for UUIDs
https://bugs.python.org/issue35701 15 msgs
#35746: [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service
https://bugs.python.org/issue35746 13 msgs
#35755: Remove current directory from posixpath.defpath to enhance sec
https://bugs.python.org/issue35755 10 msgs
#35707: time.sleep() should support objects with __float__
https://bugs.python.org/issue35707 8 msgs
#35770: IDLE: python -m idlelib fails on master on Mac OS 10.10.4
https://bugs.python.org/issue35770 8 msgs
#34782: Pdb crashes when code is executed in a mapping that does not d
https://bugs.python.org/issue34782 7 msgs
#23428: Use the monotonic clock for thread conditions on POSIX platfor
https://bugs.python.org/issue23428 5 msgs
Issues closed (57)
==================
#8765: Tests unwillingly writing unicocde to raw streams
https://bugs.python.org/issue8765 closed by serhiy.storchaka
#22616: Allow connecting AST nodes with corresponding source ranges
https://bugs.python.org/issue22616 closed by levkivskyi
#23156: Remove tix install information in tkinter tix chapter of doc
https://bugs.python.org/issue23156 closed by terry.reedy
#23846: asyncio : ProactorEventLoop raised BlockingIOError when Thread
https://bugs.python.org/issue23846 closed by vstinner
#26226: Test failures with non-ascii character in hostname on Windows
https://bugs.python.org/issue26226 closed by vstinner
#26410: "incompatible pointer type" while compiling Python3.5.1
https://bugs.python.org/issue26410 closed by cheryl.sabella
#26414: os.defpath too permissive
https://bugs.python.org/issue26414 closed by eryksun
#27423: Failed assertions when running test.test_os on Windows
https://bugs.python.org/issue27423 closed by vstinner
#27426: Encoding mismatch causes some tests to fail on Windows
https://bugs.python.org/issue27426 closed by vstinner
#27500: ProactorEventLoop cannot open connection to ::1
https://bugs.python.org/issue27500 closed by vstinner
#31048: ResourceWarning in test_asyncio.test_events.ProactorEventLoopT
https://bugs.python.org/issue31048 closed by vstinner
#31267: threading.Timer object is affected by changes to system time:
https://bugs.python.org/issue31267 closed by vstinner
#31777: IDLE: Let users add to font selection
https://bugs.python.org/issue31777 closed by terry.reedy
#32661: ProactorEventLoop locks up on close call
https://bugs.python.org/issue32661 closed by vstinner
#32866: zipimport loader.get_data() requires absolute zip file path
https://bugs.python.org/issue32866 closed by barry
#33301: Add __contains__ to pathlib
https://bugs.python.org/issue33301 closed by serhiy.storchaka
#33687: uu.py calls os.path.chmod which doesn't exist
https://bugs.python.org/issue33687 closed by berker.peksag
#33817: PyString_FromFormatV() fails to build empty strings
https://bugs.python.org/issue33817 closed by serhiy.storchaka
#33837: Closing asyncio.Server on asyncio.ProactorEventLoop causes all
https://bugs.python.org/issue33837 closed by vstinner
#33995: test_min_max_version in test_ssl.py fails when Python is built
https://bugs.python.org/issue33995 closed by vstinner
#34323: False timeout log message on proactor close
https://bugs.python.org/issue34323 closed by vstinner
#34512: Document platform-specific strftime() behavior for non-ASCII f
https://bugs.python.org/issue34512 closed by taleinat
#34569: test__xxsubinterpreters.ShareableTypeTests._assert_values fail
https://bugs.python.org/issue34569 closed by eric.snow
#34756: Few changes in sys.breakpointhook()
https://bugs.python.org/issue34756 closed by serhiy.storchaka
#34838: Improve arg clinic code generation for cases with type checkin
https://bugs.python.org/issue34838 closed by serhiy.storchaka
#34850: Emit a syntax warning for "is" with a literal
https://bugs.python.org/issue34850 closed by serhiy.storchaka
#35045: test_min_max_version (test.test_ssl.ContextTests) fails on Fed
https://bugs.python.org/issue35045 closed by vstinner
#35283: "threading._DummyThread" redefines "is_alive" but forgets "isA
https://bugs.python.org/issue35283 closed by asvetlov
#35423: Signal handling machinery still relies on "pending calls".
https://bugs.python.org/issue35423 closed by eric.snow
#35428: xml.etree.ElementTree.tostring violates W3 standards allowing
https://bugs.python.org/issue35428 closed by serhiy.storchaka
#35494: Inaccurate error message for f-string
https://bugs.python.org/issue35494 closed by serhiy.storchaka
#35552: Do not read memory past the specified limit in PyUnicode_FromF
https://bugs.python.org/issue35552 closed by serhiy.storchaka
#35582: Argument Clinic: inline parsing code for functions with only p
https://bugs.python.org/issue35582 closed by serhiy.storchaka
#35599: asyncio windows_events.py IocpProactor bug
https://bugs.python.org/issue35599 closed by vstinner
#35619: Support custom data descriptors in pydoc
https://bugs.python.org/issue35619 closed by serhiy.storchaka
#35634: kwargs regression when there are multiple entries with the sam
https://bugs.python.org/issue35634 closed by serhiy.storchaka
#35662: Windows #define _PY_EMULATED_WIN_CV 0 bug
https://bugs.python.org/issue35662 closed by steve.dower
#35674: Expose os.posix_spawnp()
https://bugs.python.org/issue35674 closed by vstinner
#35698: [statistics] Division by 2 in statistics.median
https://bugs.python.org/issue35698 closed by steven.daprano
#35711: Print information about an unexpectedly pending error before c
https://bugs.python.org/issue35711 closed by vstinner
#35713: Fatal Python error: _PySys_BeginInit: can't initialize sys mod
https://bugs.python.org/issue35713 closed by Tasy
#35719: Optimize multi-argument math functions
https://bugs.python.org/issue35719 closed by serhiy.storchaka
#35725: Using for...in.. generator-iterator
https://bugs.python.org/issue35725 closed by steven.daprano
#35729: iterparse does not return the full subtree on "start" events
https://bugs.python.org/issue35729 closed by ned.deily
#35730: IDLE: Fix squeezer test_reload.
https://bugs.python.org/issue35730 closed by terry.reedy
#35732: Typo in library/warnings documentation
https://bugs.python.org/issue35732 closed by cheryl.sabella
#35734: Remove unused _BaseV4._is_valid_netmask in ipaddress
https://bugs.python.org/issue35734 closed by lin.lin
#35735: Current "make test" status for AIX
https://bugs.python.org/issue35735 closed by Michael.Felt
#35738: Update timeit documentation to reflect default repeat of five
https://bugs.python.org/issue35738 closed by vstinner
#35742: test_builtin fails after merging the fix for bpo-34756
https://bugs.python.org/issue35742 closed by serhiy.storchaka
#35743: Broken "Exception ignored in:" message on OSError's
https://bugs.python.org/issue35743 closed by salty-horse
#35744: Problem in the documentation of numpy.random.randint in python
https://bugs.python.org/issue35744 closed by vstinner
#35747: Python threading event wait influenced by date change
https://bugs.python.org/issue35747 closed by vstinner
#35750: process finished with exit code -1073740940 (0xc0000374)
https://bugs.python.org/issue35750 closed by eryksun
#35753: Importing call from unittest.mock directly causes ValueError
https://bugs.python.org/issue35753 closed by pablogsal
#35757: slow subprocess.Popen(..., close_fds=True)
https://bugs.python.org/issue35757 closed by benjamin.peterson
#35776: Virtualenv 16.2.0 Error Finding Pip
https://bugs.python.org/issue35776 closed by zach.ware
More information about the Python-Dev
mailing list