[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 11 12:09:20 EDT 2017


ACTIVITY SUMMARY (2017-08-04 - 2017-08-11)
Python tracker at http://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    6116 (+16)
  closed 36820 (+46)
  total  42936 (+62)

Open issues with patches: 2341 


Issues opened (42)
==================

#30855: [2.7] test_tk: test_use() of test_tkinter.test_widgets randoml
http://bugs.python.org/issue30855  reopened by haypo

#31122: SSLContext.wrap_socket() throws OSError with errno == 0
http://bugs.python.org/issue31122  opened by nikratio

#31123: fnmatch does not follow Unix fnmatch functionality
http://bugs.python.org/issue31123  opened by Varun Agrawal

#31128: Allow pydoc to run with an arbitrary hostname
http://bugs.python.org/issue31128  opened by feanil

#31129: RawConfigParser.items() is unusual in taking arguments
http://bugs.python.org/issue31129  opened by odd_bloke

#31131: asyncio.wait_for() TimeoutError doesn't provide full traceback
http://bugs.python.org/issue31131  opened by chris.jerdonek

#31132: test_prlimit from test_resource fails when building python3 in
http://bugs.python.org/issue31132  opened by cstratak

#31137: Add a path attribute to NamedTemporaryFile
http://bugs.python.org/issue31137  opened by wsanchez

#31139: Improve tracemalloc demo code in docs
http://bugs.python.org/issue31139  opened by louielu

#31140: Insufficient error message with incorrect formated string lite
http://bugs.python.org/issue31140  opened by chris.259263

#31141: Start should be a keyword argument of the built-in sum
http://bugs.python.org/issue31141  opened by Mark.Bell

#31142: python shell crashed while input quotes in print()
http://bugs.python.org/issue31142  opened by py78py90py

#31143: lib2to3 requires source files for fixes
http://bugs.python.org/issue31143  opened by tschiller

#31144: add initializer to concurrent.futures.ProcessPoolExecutor
http://bugs.python.org/issue31144  opened by nvdv

#31145: PriorityQueue.put() fails with TypeError if priority_number in
http://bugs.python.org/issue31145  opened by Mikołaj Babiak

#31146: Docs: On non-public translations, language picker fallback to 
http://bugs.python.org/issue31146  opened by mdk

#31147: a mostly useless check in list_extend()
http://bugs.python.org/issue31147  opened by Oren Milman

#31149: Add Japanese to the language switcher
http://bugs.python.org/issue31149  opened by mdk

#31151: test_socketserver: Warning -- reap_children() reaped child pro
http://bugs.python.org/issue31151  opened by haypo

#31153: Update docstrings of itertools functions
http://bugs.python.org/issue31153  opened by serhiy.storchaka

#31155: Encode set, frozenset, bytearray, and iterators as json arrays
http://bugs.python.org/issue31155  opened by javenoneal

#31158: test_pty: test_basic() fails randomly on Travis CI
http://bugs.python.org/issue31158  opened by haypo

#31159: Doc: Language switch can't switch on specific cases
http://bugs.python.org/issue31159  opened by mdk

#31161: Only check for print and exec parentheses cases for SyntaxErro
http://bugs.python.org/issue31161  opened by mjpieters

#31162: urllib.request.urlopen error
http://bugs.python.org/issue31162  opened by chua.chewbock at gmail.com

#31163: Return destination path in Path.rename and Path.replace
http://bugs.python.org/issue31163  opened by albertogomcas

#31164: test_functools: test_recursive_pickle() stack overflow on x86 
http://bugs.python.org/issue31164  opened by haypo

#31165: null pointer deref and segfault in list_slice (listobject.c:45
http://bugs.python.org/issue31165  opened by geeknik

#31166: null pointer deref and segfault in _PyObject_Alloc (obmalloc.c
http://bugs.python.org/issue31166  opened by geeknik

#31169: Unknown-source assertion failure in multiprocessing/managers.p
http://bugs.python.org/issue31169  opened by drallensmith

#31171: multiprocessing.BoundedSemaphore of 32-bit python could not wo
http://bugs.python.org/issue31171  opened by hongxu

#31172: Py_Main() is totally broken on Visual Studio 2017
http://bugs.python.org/issue31172  opened by rutski

#31174: test_tools leaks randomly references on x86 Gentoo Refleaks 3.
http://bugs.python.org/issue31174  opened by haypo

#31175: Exception while extracting file from ZIP with non-matching fil
http://bugs.python.org/issue31175  opened by zyxtarmo

#31176: Is a UDP transport also a ReadTransport/WriteTransport?
http://bugs.python.org/issue31176  opened by twisteroid ambassador

#31177: unittest mock's reset_mock throws an error when an attribute h
http://bugs.python.org/issue31177  opened by hmvp

#31178: [EASY] subprocess: TypeError: can't concat str to bytes, in _e
http://bugs.python.org/issue31178  opened by haypo

#31179: Speed-up dict.copy() up to 5.5 times.
http://bugs.python.org/issue31179  opened by yselivanov

#31180: test_multiprocessing_spawn hangs randomly on x86 Windows7 3.6
http://bugs.python.org/issue31180  opened by haypo

#31181: Segfault in gcmodule.c:360 visit_decref (PyObject_IS_GC(op))
http://bugs.python.org/issue31181  opened by lchin

#31182: Suggested Enhancements to zipfile & tarfile command line inter
http://bugs.python.org/issue31182  opened by Steve Barnes

#31183: `Dis` module doesn't know how to disassemble async generator o
http://bugs.python.org/issue31183  opened by George Collins



Most recent 15 issues with no replies (15)
==========================================

#31183: `Dis` module doesn't know how to disassemble async generator o
http://bugs.python.org/issue31183

#31182: Suggested Enhancements to zipfile & tarfile command line inter
http://bugs.python.org/issue31182

#31181: Segfault in gcmodule.c:360 visit_decref (PyObject_IS_GC(op))
http://bugs.python.org/issue31181

#31180: test_multiprocessing_spawn hangs randomly on x86 Windows7 3.6
http://bugs.python.org/issue31180

#31178: [EASY] subprocess: TypeError: can't concat str to bytes, in _e
http://bugs.python.org/issue31178

#31177: unittest mock's reset_mock throws an error when an attribute h
http://bugs.python.org/issue31177

#31176: Is a UDP transport also a ReadTransport/WriteTransport?
http://bugs.python.org/issue31176

#31174: test_tools leaks randomly references on x86 Gentoo Refleaks 3.
http://bugs.python.org/issue31174

#31165: null pointer deref and segfault in list_slice (listobject.c:45
http://bugs.python.org/issue31165

#31164: test_functools: test_recursive_pickle() stack overflow on x86 
http://bugs.python.org/issue31164

#31155: Encode set, frozenset, bytearray, and iterators as json arrays
http://bugs.python.org/issue31155

#31153: Update docstrings of itertools functions
http://bugs.python.org/issue31153

#31146: Docs: On non-public translations, language picker fallback to 
http://bugs.python.org/issue31146

#31144: add initializer to concurrent.futures.ProcessPoolExecutor
http://bugs.python.org/issue31144

#31139: Improve tracemalloc demo code in docs
http://bugs.python.org/issue31139



Most recent 15 issues waiting for review (15)
=============================================

#31179: Speed-up dict.copy() up to 5.5 times.
http://bugs.python.org/issue31179

#31178: [EASY] subprocess: TypeError: can't concat str to bytes, in _e
http://bugs.python.org/issue31178

#31175: Exception while extracting file from ZIP with non-matching fil
http://bugs.python.org/issue31175

#31169: Unknown-source assertion failure in multiprocessing/managers.p
http://bugs.python.org/issue31169

#31151: test_socketserver: Warning -- reap_children() reaped child pro
http://bugs.python.org/issue31151

#31120: [2.7] Python 64 bit _ssl compile fails due missing buildinf_am
http://bugs.python.org/issue31120

#31113: Stack overflow with large program
http://bugs.python.org/issue31113

#31108: add __contains__ for list_iterator (and others) for better per
http://bugs.python.org/issue31108

#31106: os.posix_fallocate() generate exception with errno 0
http://bugs.python.org/issue31106

#31046: ensurepip does not honour the value of $(prefix)
http://bugs.python.org/issue31046

#31021: Clarify programming faq.
http://bugs.python.org/issue31021

#31020: Add support for custom compressor in tarfile
http://bugs.python.org/issue31020

#31015: PyErr_WriteUnraisable should be more verbose in Python 2.7
http://bugs.python.org/issue31015

#31013: gcc7 throws warning when pymem.h development header is used
http://bugs.python.org/issue31013

#30950: Convert round() to Arument Clinic
http://bugs.python.org/issue30950



Top 10 most discussed issues (10)
=================================

#31113: Stack overflow with large program
http://bugs.python.org/issue31113  12 msgs

#31166: null pointer deref and segfault in _PyObject_Alloc (obmalloc.c
http://bugs.python.org/issue31166   8 msgs

#31169: Unknown-source assertion failure in multiprocessing/managers.p
http://bugs.python.org/issue31169   8 msgs

#22635: subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.
http://bugs.python.org/issue22635   7 msgs

#31179: Speed-up dict.copy() up to 5.5 times.
http://bugs.python.org/issue31179   7 msgs

#31119: Signal tripped flags need memory barriers
http://bugs.python.org/issue31119   6 msgs

#31143: lib2to3 requires source files for fixes
http://bugs.python.org/issue31143   6 msgs

#27755: Retire DynOptionMenu with a ttk Combobox
http://bugs.python.org/issue27755   4 msgs

#29910: Ctrl-D eats a character on IDLE
http://bugs.python.org/issue29910   4 msgs

#30849: test_stress_delivery_dependent() of test_signal randomly fails
http://bugs.python.org/issue30849   4 msgs



Issues closed (45)
==================

#19903: Idle: Use inspect.signature for calltips
http://bugs.python.org/issue19903  closed by terry.reedy

#29736: Optimize builtin types constructor
http://bugs.python.org/issue29736  closed by haypo

#30051: Document that the random module doesn't support fork
http://bugs.python.org/issue30051  closed by haypo

#30229: Closing a BufferedRandom calls lseek() mutliple times
http://bugs.python.org/issue30229  closed by haypo

#30369: test_thread crashed with SIGBUS on AMD64 FreeBSD 10.x Shared 3
http://bugs.python.org/issue30369  closed by haypo

#30382: test_stdin_broken_pipe() of test_asyncio failed randomly on AM
http://bugs.python.org/issue30382  closed by haypo

#30653: test_socket hangs in ThreadableTest.tearDown() on AMD64 FreeBS
http://bugs.python.org/issue30653  closed by haypo

#30683: Enhance doctest support in regrtest --list-cases
http://bugs.python.org/issue30683  closed by haypo

#30834: Warning -- files was modified by test_import,  After:  ['@test
http://bugs.python.org/issue30834  closed by haypo

#30841: Fix a variable shadowing warning in Python-ast.c
http://bugs.python.org/issue30841  closed by lukasz.langa

#30845: [3.5] test_first_completed_some_already_completed() of test_co
http://bugs.python.org/issue30845  closed by haypo

#30857: test_bsddb3 hangs longer than 37 minutes on x86 Tiger 2.7
http://bugs.python.org/issue30857  closed by haypo

#30885: test_subprocess hangs on AMD64 Windows8.1 Refleaks 3.x
http://bugs.python.org/issue30885  closed by haypo

#30982: AMD64 Windows8.1 Refleaks 3.x: compilation error, cannot open 
http://bugs.python.org/issue30982  closed by haypo

#31010: test_socketserver.test_ForkingTCPServer(): threading_cleanup()
http://bugs.python.org/issue31010  closed by haypo

#31029: test_tokenize fails when run directly
http://bugs.python.org/issue31029  closed by serhiy.storchaka

#31036: building the python docs requires the blurb module
http://bugs.python.org/issue31036  closed by larry

#31041: test_handle_called_with_mp_queue() of test_logging: threading_
http://bugs.python.org/issue31041  closed by haypo

#31045: Add a language switch to the Python documentation
http://bugs.python.org/issue31045  closed by mdk

#31068: [2.7] test_ttk_guionly hangs at self.tk.call('update') on AMD6
http://bugs.python.org/issue31068  closed by haypo

#31070: test_threaded_import: KeyError ignored in _get_module_lock.<lo
http://bugs.python.org/issue31070  closed by serhiy.storchaka

#31072: add filter to zipapp
http://bugs.python.org/issue31072  closed by paul.moore

#31097: itertools.islice not accepting np.int64
http://bugs.python.org/issue31097  closed by terry.reedy

#31107: copyreg does not properly mangle __slots__ names
http://bugs.python.org/issue31107  closed by serhiy.storchaka

#31124: ImportError: cannot import name HAS_ALPN
http://bugs.python.org/issue31124  closed by christian.heimes

#31125: shelve.open of temporary file fails with error "anydbm.error: 
http://bugs.python.org/issue31125  closed by r.david.murray

#31126: dict comprehension shouldn't raise UnboundLocalError
http://bugs.python.org/issue31126  closed by eryksun

#31127: Abstract classes derived from built-in classes don't block ins
http://bugs.python.org/issue31127  closed by r.david.murray

#31130: test_idle: idlelib.configdialog leaks references
http://bugs.python.org/issue31130  closed by terry.reedy

#31133: [2.7] PCbuild/pcbuild.sln of Python 2.7 cannot be open by Visu
http://bugs.python.org/issue31133  closed by haypo

#31134: python not added to path
http://bugs.python.org/issue31134  closed by eryksun

#31135: [2.7] test_ttk_guionly doesn't destroy all widgets on Python 2
http://bugs.python.org/issue31135  closed by haypo

#31136: raw strings cannot end with a backslash character r'\'
http://bugs.python.org/issue31136  closed by tim.peters

#31138: dir argument NamedTemporaryFile should accept a pathlib.Path
http://bugs.python.org/issue31138  closed by serhiy.storchaka

#31148: Can we get an MSI installer for something past 3.4.4?
http://bugs.python.org/issue31148  closed by steve.dower

#31150: [EASY] test_thread: Warning -- reap_children() reaped child pr
http://bugs.python.org/issue31150  closed by haypo

#31152: Tutorial wording implies an understanding of a concept prior t
http://bugs.python.org/issue31152  closed by rhettinger

#31154: Path.replace and Path.rename naming, behavior and documentatio
http://bugs.python.org/issue31154  closed by r.david.murray

#31156: Stopiteration terminates while-loop
http://bugs.python.org/issue31156  closed by Günter Rote

#31157: math.sqrt function wrong
http://bugs.python.org/issue31157  closed by haypo

#31160: Enhance support.reap_children()
http://bugs.python.org/issue31160  closed by haypo

#31167: timedelta produced by datetime.__sub__ does not take Daylight 
http://bugs.python.org/issue31167  closed by r.david.murray

#31168: IDLE hangs with absurdly long __repr__s
http://bugs.python.org/issue31168  closed by terry.reedy

#31170: expat: utf8_toUtf8 cannot properly handle exhausting buffer
http://bugs.python.org/issue31170  closed by serhiy.storchaka

#31173: test_subprocess: test_child_terminated_in_stopped_state() leak
http://bugs.python.org/issue31173  closed by haypo


More information about the Python-Dev mailing list