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

Python tracker status at bugs.python.org
Fri Jul 20 12:09:57 EDT 2018


ACTIVITY SUMMARY (2018-07-13 - 2018-07-20) 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 6733 (+27) closed 39188 (+35) total 45921 (+62)

Open issues with patches: 2681

Issues opened (46)

#25150: 3.5: Include/pyatomic.h is incompatible with OpenMP (compilati https://bugs.python.org/issue25150 reopened by vstinner

#34068: traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_L https://bugs.python.org/issue34068 reopened by vstinner

#34110: cPickle may raise AttributeError when loading concurrently in https://bugs.python.org/issue34110 opened by sangongs

#34111: python-config breaks when symlinked to another location https://bugs.python.org/issue34111 opened by tobik

#34113: LLTRACE segv https://bugs.python.org/issue34113 opened by vandyswa

#34115: code.InteractiveConsole.interact() closes stdin https://bugs.python.org/issue34115 opened by Yonatan Zunger

#34117: Rename "generator expressions" to "generator comprehensions" https://bugs.python.org/issue34117 opened by brett.cannon

#34118: Fix some class entries in 'Built-in Functions' https://bugs.python.org/issue34118 opened by terry.reedy

#34120: IDLE Caret/Focus Lost https://bugs.python.org/issue34120 opened by vtudorache

#34125: Profiling depends on whether **kwargs is given https://bugs.python.org/issue34125 opened by jdemeyer

#34126: Profiling certain invalid calls crashes Python https://bugs.python.org/issue34126 opened by jdemeyer

#34127: Gramatically incorrect error message for some descriptor calls https://bugs.python.org/issue34127 opened by ppperry

#34128: Release GIL periodically in _pickle module https://bugs.python.org/issue34128 opened by Martin Bammer

#34129: CGITB does not mangle variables names https://bugs.python.org/issue34129 opened by pjurkas

#34131: test_threading: BarrierTests.test_default_timeout() failed on https://bugs.python.org/issue34131 opened by vstinner

#34132: Obscure netrc parser "bug" https://bugs.python.org/issue34132 opened by skip.montanaro

#34134: multiprocessing memory huge usage https://bugs.python.org/issue34134 opened by Windson Yang

#34135: The results of time.tzname print broken. https://bugs.python.org/issue34135 opened by maxtortime

#34136: Del on class annotations regressed, failing test https://bugs.python.org/issue34136 opened by kayhayen

#34137: Add Path.lexist() to pathlib https://bugs.python.org/issue34137 opened by lordmauve

#34138: imaplib RFC 6855 issue https://bugs.python.org/issue34138 opened by Sam Varshavchik

#34139: Remove stale unix datagram socket before binding https://bugs.python.org/issue34139 opened by qdawans

#34142: Windows launcher version lookup flawed https://bugs.python.org/issue34142 opened by LarryZA

#34144: venv activate.bat reset codepage fails on windows 10 https://bugs.python.org/issue34144 opened by LorenzMende

#34145: uuid3 and uuid5 hard to use portably between Python 2 and 3 https://bugs.python.org/issue34145 opened by rubasov

#34146: PyCData_Type.tp_hash doesn't use PyObject_HashNotImplemented https://bugs.python.org/issue34146 opened by bup

#34148: Fatal error on SSL transport https://bugs.python.org/issue34148 opened by yjqiang

#34149: Behavior of the min/max with key=None https://bugs.python.org/issue34149 opened by amper

#34150: test_multiprocessing_spawn: Dangling processes leaked on AMD64 https://bugs.python.org/issue34150 opened by vstinner

#34151: use malloc() for better performance of some list operations https://bugs.python.org/issue34151 opened by sir-sigurd

#34152: performance of some list slice assignment margin cases can be https://bugs.python.org/issue34152 opened by sir-sigurd

#34154: Tkinter init documentations sometimes missing valid keywor https://bugs.python.org/issue34154 opened by Creation Elemental

#34155: email.utils.parseaddr mistakenly parse an email https://bugs.python.org/issue34155 opened by Cyril Nicodème

#34156: Nail down and document the behavior of range expressions in RE https://bugs.python.org/issue34156 opened by zwol

#34158: Documentation of datetime '%z' format code is odd https://bugs.python.org/issue34158 opened by Christophe Nanteuil

#34159: asyncio basic event loop stuck with no tasks scheduled or read https://bugs.python.org/issue34159 opened by Sheng Zhong

#34160: ElementTree not preserving attribute order https://bugs.python.org/issue34160 opened by rhettinger

#34162: idlelib/NEWS.txt for 3.8.0 (and backports) https://bugs.python.org/issue34162 opened by terry.reedy

#34163: Python latest release 2.7 shows SSL error https://bugs.python.org/issue34163 opened by Janibasha

#34164: base64.b32decode() leads into UnboundLocalError and OverflowEr https://bugs.python.org/issue34164 opened by Barro

#34165: uu.decode() raises binascii.Error instead of uu.Error on inval https://bugs.python.org/issue34165 opened by Barro

#34166: Tools/msgfmt.py emits a DeprecationWarning under Python 3.7 https://bugs.python.org/issue34166 opened by lelit

#34167: Standard library docs: prev/next skip right over 16.11 https://bugs.python.org/issue34167 opened by Eric Janson

#34168: RAM consumption too high using concurrent.futures (Python 3.7 https://bugs.python.org/issue34168 opened by DemGiran

#34169: itertools.repeat does not accept None as an explicit count https://bugs.python.org/issue34169 opened by chepner

#34170: Py_Initialize(): computing path configuration must not have si https://bugs.python.org/issue34170 opened by vstinner

Most recent 15 issues with no replies (15)

#34169: itertools.repeat does not accept None as an explicit count https://bugs.python.org/issue34169

#34167: Standard library docs: prev/next skip right over 16.11 https://bugs.python.org/issue34167

#34166: Tools/msgfmt.py emits a DeprecationWarning under Python 3.7 https://bugs.python.org/issue34166

#34165: uu.decode() raises binascii.Error instead of uu.Error on inval https://bugs.python.org/issue34165

#34158: Documentation of datetime '%z' format code is odd https://bugs.python.org/issue34158

#34146: PyCData_Type.tp_hash doesn't use PyObject_HashNotImplemented https://bugs.python.org/issue34146

#34145: uuid3 and uuid5 hard to use portably between Python 2 and 3 https://bugs.python.org/issue34145

#34144: venv activate.bat reset codepage fails on windows 10 https://bugs.python.org/issue34144

#34139: Remove stale unix datagram socket before binding https://bugs.python.org/issue34139

#34127: Gramatically incorrect error message for some descriptor calls https://bugs.python.org/issue34127

#34125: Profiling depends on whether **kwargs is given https://bugs.python.org/issue34125

#34120: IDLE Caret/Focus Lost https://bugs.python.org/issue34120

#34115: code.InteractiveConsole.interact() closes stdin https://bugs.python.org/issue34115

#34113: LLTRACE segv https://bugs.python.org/issue34113

#34111: python-config breaks when symlinked to another location https://bugs.python.org/issue34111

Most recent 15 issues waiting for review (15)

#34170: Py_Initialize(): computing path configuration must not have si https://bugs.python.org/issue34170

#34164: base64.b32decode() leads into UnboundLocalError and OverflowEr https://bugs.python.org/issue34164

#34162: idlelib/NEWS.txt for 3.8.0 (and backports) https://bugs.python.org/issue34162

#34158: Documentation of datetime '%z' format code is odd https://bugs.python.org/issue34158

#34152: performance of some list slice assignment margin cases can be https://bugs.python.org/issue34152

#34151: use malloc() for better performance of some list operations https://bugs.python.org/issue34151

#34149: Behavior of the min/max with key=None https://bugs.python.org/issue34149

#34144: venv activate.bat reset codepage fails on windows 10 https://bugs.python.org/issue34144

#34139: Remove stale unix datagram socket before binding https://bugs.python.org/issue34139

#34134: multiprocessing memory huge usage https://bugs.python.org/issue34134

#34132: Obscure netrc parser "bug" https://bugs.python.org/issue34132

#34129: CGITB does not mangle variables names https://bugs.python.org/issue34129

#34128: Release GIL periodically in _pickle module https://bugs.python.org/issue34128

#34126: Profiling certain invalid calls crashes Python https://bugs.python.org/issue34126

#34110: cPickle may raise AttributeError when loading concurrently in https://bugs.python.org/issue34110

Top 10 most discussed issues (10)

#34060: regrtest: log "CPU usage" on Windows https://bugs.python.org/issue34060 25 msgs

#34128: Release GIL periodically in _pickle module https://bugs.python.org/issue34128 11 msgs

#34134: multiprocessing memory huge usage https://bugs.python.org/issue34134 10 msgs

#29710: Incorrect representation caveat on bitwise operation docs https://bugs.python.org/issue29710 8 msgs

#25150: 3.5: Include/pyatomic.h is incompatible with OpenMP (compilati https://bugs.python.org/issue25150 7 msgs

#33111: Merely importing tkinter breaks parallel code (multiprocessing https://bugs.python.org/issue33111 7 msgs

#34068: traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_L https://bugs.python.org/issue34068 7 msgs

#34118: Fix some class entries in 'Built-in Functions' https://bugs.python.org/issue34118 6 msgs

#34149: Behavior of the min/max with key=None https://bugs.python.org/issue34149 6 msgs

#34008: Do we support calling Py_Main() after Py_Initialize()? https://bugs.python.org/issue34008 5 msgs

Issues closed (35)

#8799: Hang in lib/test/test_threading.py https://bugs.python.org/issue8799 closed by vstinner

#18397: Python with MinGW https://bugs.python.org/issue18397 closed by martin.panter

#18605: 2.7: test_threading hangs on Solaris 9 https://bugs.python.org/issue18605 closed by vstinner

#24618: Invalid read in PyCode_New https://bugs.python.org/issue24618 closed by serhiy.storchaka

#26439: ctypes.util.find_library fails when ldconfig/glibc not availab https://bugs.python.org/issue26439 closed by vstinner

#28643: Broken makefile depends for profile-opt target https://bugs.python.org/issue28643 closed by nascheme

#29199: test_regrtest fails if PCBuild directory doesn't exist https://bugs.python.org/issue29199 closed by ppperry

#29253: Fix test_asyncore tests on Cygwin https://bugs.python.org/issue29253 closed by erik.bray

#30928: Copy modified blurbs to idlelib/NEWS.txt for 3.7.0 https://bugs.python.org/issue30928 closed by terry.reedy

#31342: test.bisect module causes tests to fail https://bugs.python.org/issue31342 closed by nascheme

#32430: Simplify Modules/Setup{,.dist,.local} https://bugs.python.org/issue32430 closed by pitrou

#32692: [3.6] test_threading.test_set_and_clear fails in AppVeyor CI https://bugs.python.org/issue32692 closed by vstinner

#33869: doc Add link to list definition in Glossary list entry https://bugs.python.org/issue33869 closed by adelfino

#33911: [EASY] test_docxmlrpc fails when run with -Werror https://bugs.python.org/issue33911 closed by vstinner

#34087: int(s), float(s) and others may cause segmentation fault https://bugs.python.org/issue34087 closed by inada.naoki

#34096: [2.7] test_audioop.test_max() failed: AssertionError: -2147483 https://bugs.python.org/issue34096 closed by gregory.p.smith

#34102: None.splitlines raises AttributeError in email.feedparser https://bugs.python.org/issue34102 closed by terry.reedy

#34108: 2to3 munges new lines on Windows https://bugs.python.org/issue34108 closed by jason.coombs

#34109: Accumulator bug https://bugs.python.org/issue34109 closed by vicpires

#34112: 3.7.0 build error with --enable-optimizations https://bugs.python.org/issue34112 closed by jayanthkoushik

#34114: Build failing: use of undeclared identifier 'Py_END_SUPPRESS https://bugs.python.org/issue34114 closed by inada.naoki

#34116: Move all bytes/bytearray/int/float/complex documentation to Bu https://bugs.python.org/issue34116 closed by rhettinger

#34119: Able to name a variable as 'input'. This creates problem when https://bugs.python.org/issue34119 closed by rhettinger

#34121: configure fails to detect C11 atomic support on clang https://bugs.python.org/issue34121 closed by benjamin.peterson

#34122: inspect.getmembers does not retrive dataclass's __dataclass_fi https://bugs.python.org/issue34122 closed by corona10

#34123: ambiguous documentation for dict.popitem https://bugs.python.org/issue34123 closed by rhettinger

#34124: email.message_from_binary_file documentation is broken https://bugs.python.org/issue34124 closed by berker.peksag

#34130: test_signal: test_warn_on_full_buffer() failed on AppVeyor https://bugs.python.org/issue34130 closed by vstinner

#34133: ValueError documented as being restricted to only "a built-in https://bugs.python.org/issue34133 closed by rhettinger

#34140: Possible multiprocessing deadlock when placing too many object https://bugs.python.org/issue34140 closed by pitrou

#34141: Speed up pickling simple non-recusive values https://bugs.python.org/issue34141 closed by serhiy.storchaka

#34143: There is a constant definition error in errno.py https://bugs.python.org/issue34143 closed by brett.cannon

#34147: doc Describe briefly sampling w/out replacement in random https://bugs.python.org/issue34147 closed by rhettinger

#34153: 10/3 - last digit https://bugs.python.org/issue34153 closed by paul.moore

#34157: NamedTemporaryFile can leave temporary files behind https://bugs.python.org/issue34157 closed by ncoghlan



More information about the Python-Dev mailing list