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

Python tracker status at bugs.python.org
Fri Sep 1 12:09:20 EDT 2017


ACTIVITY SUMMARY (2017-08-25 - 2017-09-01) 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 6166 (+17) closed 36910 (+30) total 43076 (+47)

Open issues with patches: 2339

Issues opened (35)

#30581: os.cpu_count() returns wrong number of processors on system wi http://bugs.python.org/issue30581 reopened by haypo

#30776: regrtest: change -R/--huntrleaks rule to decide if a test leak http://bugs.python.org/issue30776 reopened by pitrou

#31250: test_asyncio leaks dangling threads http://bugs.python.org/issue31250 reopened by haypo

#31281: fileinput inplace does not work with pathlib.Path http://bugs.python.org/issue31281 opened by zmwangx

#31282: C APIs called without GIL in PyOS_Readline http://bugs.python.org/issue31282 opened by xiang.zhang

#31284: IDLE: Make GUI test teardown less fragile http://bugs.python.org/issue31284 opened by csabella

#31285: a SystemError and an assertion failure in warnings.warn_explic http://bugs.python.org/issue31285 opened by Oren Milman

#31288: IDLE tests: don't modify tkinter.messagebox. http://bugs.python.org/issue31288 opened by terry.reedy

#31289: File paths in exception traceback resolve symlinks http://bugs.python.org/issue31289 opened by Paul Pinterits

#31290: segfault on missing library symbol http://bugs.python.org/issue31290 opened by immortalplants

#31292: python setup.py check --restructuredtext fails when a includ http://bugs.python.org/issue31292 opened by flying sheep

#31293: crashes in multiply_float_timedelta() and in truedivide_timede http://bugs.python.org/issue31293 opened by Oren Milman

#31294: ZeroMQSocketListener and ZeroMQSocketHandler examples in the L http://bugs.python.org/issue31294 opened by pablogsal

#31296: support pty.fork and os.forkpty actions in posix subprocess mo http://bugs.python.org/issue31296 opened by gregory.p.smith

#31297: Unpickleable ModuleImportError in unittest patch not backporte http://bugs.python.org/issue31297 opened by Rachel Tobin

#31298: Error when calling numpy.astype http://bugs.python.org/issue31298 opened by droth

#31299: Add "ignore_modules" option to TracebackException.format() http://bugs.python.org/issue31299 opened by ncoghlan

#31301: Python 2.7 SIGSEGV http://bugs.python.org/issue31301 opened by cody

#31302: smtplib on linux fails to log in correctly http://bugs.python.org/issue31302 opened by murphdasurf

#31304: Update doc for starmap_async error_back kwarg http://bugs.python.org/issue31304 opened by tamas

#31305: 'pydoc -w import' report "no Python documentation found for 'i http://bugs.python.org/issue31305 opened by limuyuan

#31306: IDLE, configdialog, General tab: validate user entries http://bugs.python.org/issue31306 opened by terry.reedy

#31307: ConfigParser.read silently fails if filenames argument is a by http://bugs.python.org/issue31307 opened by vxgmichel

#31308: forkserver process isn't re-launched if it died http://bugs.python.org/issue31308 opened by pitrou

#31310: semaphore tracker isn't protected against crashes http://bugs.python.org/issue31310 opened by pitrou

#31311: a SystemError and a crash in PyCData_setstate() when dict http://bugs.python.org/issue31311 opened by Oren Milman

#31313: Feature Add support of os.chflags() on Linux platform http://bugs.python.org/issue31313 opened by socketpair

#31314: email throws exception with oversized header input http://bugs.python.org/issue31314 opened by doko

#31315: assertion failure in imp.create_dynamic(), when spec.name is n http://bugs.python.org/issue31315 opened by Oren Milman

#31319: Rename idlelib to just idle http://bugs.python.org/issue31319 opened by rhettinger

#31320: test_ssl logs a traceback http://bugs.python.org/issue31320 opened by haypo

#31321: traceback.clear_frames() doesn't clear all frames http://bugs.python.org/issue31321 opened by haypo

#31323: test_ssl: reference cycle between ThreadedEchoServer and its C http://bugs.python.org/issue31323 opened by haypo

#31324: support._match_test() used by test.bisect is very inefficient http://bugs.python.org/issue31324 opened by haypo

#31325: req_rate is a namedtuple type rather than instance http://bugs.python.org/issue31325 opened by gvx

Most recent 15 issues with no replies (15)

#31325: req_rate is a namedtuple type rather than instance http://bugs.python.org/issue31325

#31323: test_ssl: reference cycle between ThreadedEchoServer and its C http://bugs.python.org/issue31323

#31314: email throws exception with oversized header input http://bugs.python.org/issue31314

#31310: semaphore tracker isn't protected against crashes http://bugs.python.org/issue31310

#31308: forkserver process isn't re-launched if it died http://bugs.python.org/issue31308

#31307: ConfigParser.read silently fails if filenames argument is a by http://bugs.python.org/issue31307

#31306: IDLE, configdialog, General tab: validate user entries http://bugs.python.org/issue31306

#31305: 'pydoc -w import' report "no Python documentation found for 'i http://bugs.python.org/issue31305

#31304: Update doc for starmap_async error_back kwarg http://bugs.python.org/issue31304

#31301: Python 2.7 SIGSEGV http://bugs.python.org/issue31301

#31299: Add "ignore_modules" option to TracebackException.format() http://bugs.python.org/issue31299

#31298: Error when calling numpy.astype http://bugs.python.org/issue31298

#31296: support pty.fork and os.forkpty actions in posix subprocess mo http://bugs.python.org/issue31296

#31294: ZeroMQSocketListener and ZeroMQSocketHandler examples in the L http://bugs.python.org/issue31294

#31290: segfault on missing library symbol http://bugs.python.org/issue31290

Most recent 15 issues waiting for review (15)

#31310: semaphore tracker isn't protected against crashes http://bugs.python.org/issue31310

#31308: forkserver process isn't re-launched if it died http://bugs.python.org/issue31308

#31270: Simplify documentation of itertools.zip_longest http://bugs.python.org/issue31270

#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

#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: socketserver.ForkingMixIn.server_close() leaks zombie processe 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

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

#31065: Documentation for Popen.poll is unclear http://bugs.python.org/issue31065

#31051: IDLE, configdialog, General tab: re-arrange, test user entries http://bugs.python.org/issue31051

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

Top 10 most discussed issues (10)

#10746: ctypes c_long & c_bool have incorrect PEP-3118 type codes http://bugs.python.org/issue10746 5 msgs

#30776: regrtest: change -R/--huntrleaks rule to decide if a test leak http://bugs.python.org/issue30776 5 msgs

#31284: IDLE: Make GUI test teardown less fragile http://bugs.python.org/issue31284 5 msgs

#31051: IDLE, configdialog, General tab: re-arrange, test user entries http://bugs.python.org/issue31051 4 msgs

#31250: test_asyncio leaks dangling threads http://bugs.python.org/issue31250 4 msgs

#31271: an assertion failure in io.TextIOWrapper.write http://bugs.python.org/issue31271 4 msgs

#31282: C APIs called without GIL in PyOS_Readline http://bugs.python.org/issue31282 4 msgs

#31293: crashes in multiply_float_timedelta() and in truedivide_timede http://bugs.python.org/issue31293 4 msgs

#31313: Feature Add support of os.chflags() on Linux platform http://bugs.python.org/issue31313 4 msgs

#31315: assertion failure in imp.create_dynamic(), when spec.name is n http://bugs.python.org/issue31315 4 msgs

Issues closed (30)

#5001: Remove assertion-based checking in multiprocessing http://bugs.python.org/issue5001 closed by pitrou

#23835: configparser does not convert defaults to strings http://bugs.python.org/issue23835 closed by lukasz.langa

#28261: wrong error messages when using PyArg_ParseTuple to parse norm http://bugs.python.org/issue28261 closed by serhiy.storchaka

#29741: BytesIO methods don't accept integer types, while StringIO cou http://bugs.python.org/issue29741 closed by steve.dower

#30617: IDLE: Add docstrings and unittests to outwin.py http://bugs.python.org/issue30617 closed by terry.reedy

#30781: IDLE: configdialog -- switch to ttk widgets. http://bugs.python.org/issue30781 closed by terry.reedy

#31108: add contains for list_iterator (and others) for better per http://bugs.python.org/issue31108 closed by serhiy.storchaka

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

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

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

#31237: test_gdb disables 25% of tests in optimized builds http://bugs.python.org/issue31237 closed by lukasz.langa

#31243: checks whether PyArg_ParseTuple returned a negative int http://bugs.python.org/issue31243 closed by serhiy.storchaka

#31249: test_concurrent_futures leaks dangling threads http://bugs.python.org/issue31249 closed by haypo

#31272: typing module conflicts with slots-classes http://bugs.python.org/issue31272 closed by levkivskyi

#31275: Check fall-through in _codecs_iso2022.c http://bugs.python.org/issue31275 closed by skrah

#31279: Squash new gcc warning (-Wstringop-overflow) http://bugs.python.org/issue31279 closed by skrah

#31280: Namespace packages in directories added to path aren't importa http://bugs.python.org/issue31280 closed by j1m

#31283: Inconsistent behaviours with explicit and implicit inheritance http://bugs.python.org/issue31283 closed by r.david.murray

#31286: import in finally results in SystemError http://bugs.python.org/issue31286 closed by serhiy.storchaka

#31287: IDLE configdialog tests: don't modify tkinter.messagebox. http://bugs.python.org/issue31287 closed by terry.reedy

#31291: zipimport.zipimporter.get_data() crashes when path.replace() r http://bugs.python.org/issue31291 closed by brett.cannon

#31295: typo in hash docs http://bugs.python.org/issue31295 closed by r.david.murray

#31300: Traceback prints different code than the running module http://bugs.python.org/issue31300 closed by r.david.murray

#31303: xml.etree.ElementTree fails to parse a document (regression) http://bugs.python.org/issue31303 closed by serhiy.storchaka

#31309: Tkinter root window does not close if used with matplotlib.pyp http://bugs.python.org/issue31309 closed by terry.reedy

#31312: Build differences caused by the time stamps http://bugs.python.org/issue31312 closed by r.david.murray

#31316: Frequent *** stack smashing detected *** with Python 3.6.2/mei http://bugs.python.org/issue31316 closed by pitrou

#31317: Memory leak in dict with shared keys http://bugs.python.org/issue31317 closed by haypo

#31318: On Windows importlib.util.find_spec("re") results in Attribute http://bugs.python.org/issue31318 closed by steve.dower

#31322: SimpleNamespace deep copy http://bugs.python.org/issue31322 closed by Pritish Patil



More information about the Python-Dev mailing list