[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Aug 18 12:09:19 EDT 2017


ACTIVITY SUMMARY (2017-08-11 - 2017-08-18) 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 6133 (+17) closed 36852 (+32) total 42985 (+49)

Open issues with patches: 2343

Issues opened (35)

#14976: queue.Queue() is not reentrant, so signals and GC can cause de http://bugs.python.org/issue14976 reopened by yselivanov

#30747: Py_atomic* not actually atomic on Windows with MSVC http://bugs.python.org/issue30747 reopened by steve.dower

#30983: eval frame rename in pep 0523 broke gdb's python extension http://bugs.python.org/issue30983 reopened by haypo

#31170: expat: utf8_toUtf8 cannot properly handle exhausting buffer http://bugs.python.org/issue31170 reopened by tianlynn

#31184: Fix data descriptor detection in inspect.getattr_static http://bugs.python.org/issue31184 opened by davidhalter

#31185: Miscellaneous errors in asyncio speedup module http://bugs.python.org/issue31185 opened by serhiy.storchaka

#31188: Makefile.pre.in: commoninstall: reformat http://bugs.python.org/issue31188 opened by dilyan.palauzov

#31189: README.rst: installing multiple versions: typo http://bugs.python.org/issue31189 opened by dilyan.palauzov

#31190: ./configure: add ability to build and install only shared libr http://bugs.python.org/issue31190 opened by dilyan.palauzov

#31191: Fix grammar in threading.Barrier docs http://bugs.python.org/issue31191 opened by schedutron

#31193: re.IGNORECASE strips combining character from lower case of LA http://bugs.python.org/issue31193 opened by David MacIver

#31196: Blank line inconsistency between InteractiveConsole and standa http://bugs.python.org/issue31196 opened by Malcolm Smith

#31197: Namespace disassembly omits some compiled objects http://bugs.python.org/issue31197 opened by ncoghlan

#31199: configure checks fail confusingly under --with-address-sanitiz http://bugs.python.org/issue31199 opened by pmatos

#31200: address sanitizer build fails http://bugs.python.org/issue31200 opened by pmatos

#31201: module test that failed doesn't exist http://bugs.python.org/issue31201 opened by pmatos

#31202: Windows pathlib.Path.glob(pattern) fixed part of the pattern c http://bugs.python.org/issue31202 opened by aicirbs

#31203: socket.IP_PKTINFO is missing from python http://bugs.python.org/issue31203 opened by guerby

#31206: IDLE, configdialog: Factor out HighPage class from ConfigDialo http://bugs.python.org/issue31206 opened by terry.reedy

#31207: IDLE, configdialog: Factor out ExtPage class from ConfigDialog http://bugs.python.org/issue31207 opened by terry.reedy

#31209: MappingProxyType can not be pickled http://bugs.python.org/issue31209 opened by Alex Hayes

#31210: Can not import modules if sys.prefix contains DELIM http://bugs.python.org/issue31210 opened by ced

#31211: distutils/util.py get_platform() does not identify linux-i686 http://bugs.python.org/issue31211 opened by siming85

#31212: datetime: min date (0001-01-01 00:00:00) can't be converted to http://bugs.python.org/issue31212 opened by Dave Johansen

#31213: context reset to None in nested exception http://bugs.python.org/issue31213 opened by Christopher Stelma

#31215: Add version changed notes for OpenSSL 1.1.0 compatibility http://bugs.python.org/issue31215 opened by ncoghlan

#31217: test_code leaked [1, 1, 1] memory blocks on x86 Gentoo Refleak http://bugs.python.org/issue31217 opened by haypo

#31218: del expects delitem if setitem is defined http://bugs.python.org/issue31218 opened by raumzeitkeks

#31222: datetime.py implementation of .replace inconsistent with C imp http://bugs.python.org/issue31222 opened by p-ganssle

#31224: Missing definition of frozen module http://bugs.python.org/issue31224 opened by marco.buttu

#31226: shutil.rmtree fails when target has an internal directory junc http://bugs.python.org/issue31226 opened by vidartf

#31227: regrtest: reseed random with the same seed before running a te http://bugs.python.org/issue31227 opened by haypo

#31229: wrong error messages when too many kwargs are received http://bugs.python.org/issue31229 opened by Oren Milman

#31230: Define a general "asynchronous operation introspection" protoc http://bugs.python.org/issue31230 opened by ncoghlan

#31232: Backport the new custom "print >> sys.stderr" error message? http://bugs.python.org/issue31232 opened by ncoghlan

Most recent 15 issues with no replies (15)

#31224: Missing definition of frozen module http://bugs.python.org/issue31224

#31207: IDLE, configdialog: Factor out ExtPage class from ConfigDialog http://bugs.python.org/issue31207

#31202: Windows pathlib.Path.glob(pattern) fixed part of the pattern c http://bugs.python.org/issue31202

#31196: Blank line inconsistency between InteractiveConsole and standa http://bugs.python.org/issue31196

#31191: Fix grammar in threading.Barrier docs http://bugs.python.org/issue31191

#31190: ./configure: add ability to build and install only shared libr http://bugs.python.org/issue31190

#31189: README.rst: installing multiple versions: typo http://bugs.python.org/issue31189

#31188: Makefile.pre.in: commoninstall: reformat http://bugs.python.org/issue31188

#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

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

Most recent 15 issues waiting for review (15)

#31229: wrong error messages when too many kwargs are received http://bugs.python.org/issue31229

#31185: Miscellaneous errors in asyncio speedup module http://bugs.python.org/issue31185

#31184: Fix data descriptor detection in inspect.getattr_static http://bugs.python.org/issue31184

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

#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

#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

Top 10 most discussed issues (10)

#30871: Add test.pythoninfo http://bugs.python.org/issue30871 15 msgs

#31210: Can not import modules if sys.prefix contains DELIM http://bugs.python.org/issue31210 15 msgs

#14976: queue.Queue() is not reentrant, so signals and GC can cause de http://bugs.python.org/issue14976 12 msgs

#31212: datetime: min date (0001-01-01 00:00:00) can't be converted to http://bugs.python.org/issue31212 10 msgs

#30983: eval frame rename in pep 0523 broke gdb's python extension http://bugs.python.org/issue30983 9 msgs

#5001: Remove assertion-based checking in multiprocessing http://bugs.python.org/issue5001 6 msgs

#30947: Update embeded copy of libexpat from 2.2.1 to 2.2.3 http://bugs.python.org/issue30947 6 msgs

#31149: Add Japanese to the language switcher http://bugs.python.org/issue31149 6 msgs

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

#31185: Miscellaneous errors in asyncio speedup module http://bugs.python.org/issue31185 5 msgs

Issues closed (34)

#18966: Threads within multiprocessing Process terminate early http://bugs.python.org/issue18966 closed by pitrou

#24700: array compare is hideously slow http://bugs.python.org/issue24700 closed by pitrou

#29593: Improve UnboundLocalError message for deleted names http://bugs.python.org/issue29593 closed by mbussonn

#30616: Cannot use functional API to create enum with zero values http://bugs.python.org/issue30616 closed by haypo

#30714: test_ssl fails with openssl 1.1.0f: test_alpn_protocols() http://bugs.python.org/issue30714 closed by christian.heimes

#30721: Show expected input for right shift operator usage in custom " http://bugs.python.org/issue30721 closed by ncoghlan

#30846: [3.6] test_rapid_restart() of test_multiprocessing_fork fails http://bugs.python.org/issue30846 closed by haypo

#30910: Add -fexception to ppc64le build http://bugs.python.org/issue30910 closed by benjamin.peterson

#31001: IDLE: Add tests for configdialog highlight tab http://bugs.python.org/issue31001 closed by terry.reedy

#31002: IDLE: Add tests for configdialog keys tab http://bugs.python.org/issue31002 closed by terry.reedy

#31067: test_subprocess.test_leak_fast_process_del_killed() fails rand http://bugs.python.org/issue31067 closed by haypo

#31069: test_multiprocessing_spawn and test_multiprocessing_forkserver http://bugs.python.org/issue31069 closed by haypo

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

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

#31147: a suboptimal check in list_extend() http://bugs.python.org/issue31147 closed by rhettinger

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

#31186: Support heapfix() and heapremove() APIs in heapq module http://bugs.python.org/issue31186 closed by rhettinger

#31187: suboptimal code in Py_ReprEnter() http://bugs.python.org/issue31187 closed by serhiy.storchaka

#31192: "return await coro()" SyntaxError despite being "valid syntax" http://bugs.python.org/issue31192 closed by martin.panter

#31194: Inconsistent __repr__s for _collections objects http://bugs.python.org/issue31194 closed by r.david.murray

#31195: Make any() and all() work with async generators http://bugs.python.org/issue31195 closed by brett.cannon

#31198: getaddrinfo: inconsistent handling of port=None http://bugs.python.org/issue31198 closed by njs

#31204: Support fspath in shlex.quote http://bugs.python.org/issue31204 closed by Anthony Sottile

#31205: IDLE, configdialog: Factor out KeysPage class from ConfigDialo http://bugs.python.org/issue31205 closed by terry.reedy

#31208: Simplify low_fds_to_close in subprocess.py http://bugs.python.org/issue31208 closed by qingyunha

#31214: os.walk has a bug on Windows http://bugs.python.org/issue31214 closed by r.david.murray

#31216: Add ensure_ascii argument to json.tool http://bugs.python.org/issue31216 closed by r.david.murray

#31219: Spam http://bugs.python.org/issue31219 closed by matrixise

#31220: Spam http://bugs.python.org/issue31220 closed by matrixise

#31221: Tools/scripts/patchcheck.py must ignore changes in Modules/exp http://bugs.python.org/issue31221 closed by haypo

#31223: Spam http://bugs.python.org/issue31223 closed by zach.ware

#31225: allow hashlib `update' to accept str http://bugs.python.org/issue31225 closed by pitrou

#31228: Subprocess.Popen crash w/ Win10, debug32, bad file, and PIPE http://bugs.python.org/issue31228 closed by eryksun

#31231: Travis CI mac test broken: ./python: is a directory http://bugs.python.org/issue31231 closed by haypo



More information about the Python-Dev mailing list