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

Python tracker status at bugs.python.org
Fri Jul 27 12:10:04 EDT 2018


ACTIVITY SUMMARY (2018-07-20 - 2018-07-27) 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 6740 ( +6) closed 39260 (+73) total 46000 (+79)

Open issues with patches: 2681

Issues opened (50)

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

#34157: NamedTemporaryFile can leave temporary files behind https://bugs.python.org/issue34157 reopened by r.david.murray

#34171: Lib/trace.cover not removed by the clean target https://bugs.python.org/issue34171 opened by doko

#34172: multiprocessing.Pool and ThreadPool leak resources after being https://bugs.python.org/issue34172 opened by tzickel

#34173: [3.7] deadlock in /usr/lib/python3.7/concurrent/futures/thread https://bugs.python.org/issue34173 opened by corey.bryant

#34176: Asyncio StreamReader fails to close Transport https://bugs.python.org/issue34176 opened by JDLH

#34178: test_tcl fails on the 3.7 branch https://bugs.python.org/issue34178 opened by doko

#34182: Lib/test/test_pydoc.py failed when ran as a script https://bugs.python.org/issue34182 opened by serhiy.storchaka

#34185: Lib/test/test_bdb.py failed when ran as a script https://bugs.python.org/issue34185 opened by serhiy.storchaka

#34187: Issues with lazy fd support in _WindowsConsoleIO fileno() and https://bugs.python.org/issue34187 opened by eryksun

#34188: Allow dict choices to "transform" values in argpagse https://bugs.python.org/issue34188 opened by porton

#34191: argparse: Missing subparser error message should be more clear https://bugs.python.org/issue34191 opened by porton

#34192: FunctionType.new can generate functions that immediately c https://bugs.python.org/issue34192 opened by bup

#34193: Fix pluralization in TypeError messages in getargs.c https://bugs.python.org/issue34193 opened by xtreak

#34194: test_ssl, AIX, and defaults for _ssl connections https://bugs.python.org/issue34194 opened by Michael.Felt

#34198: Additional encoding options to tkinter.filedialog https://bugs.python.org/issue34198 opened by narito

#34199: Add support for delete logger in log module. https://bugs.python.org/issue34199 opened by chetankolhe

#34200: importlib: python -m test test_pkg -m test_7 fails randomly https://bugs.python.org/issue34200 opened by vstinner

#34203: documentation: recommend Python 3 over 2 in faq https://bugs.python.org/issue34203 opened by abcdef

#34204: Bump the default pickle protocol in shelve https://bugs.python.org/issue34204 opened by serhiy.storchaka

#34205: Ansible: _PyImport_LoadDynamicModuleWithSpec() crash on an inv https://bugs.python.org/issue34205 opened by mdk

#34206: Move and clarify Py_Main documentation https://bugs.python.org/issue34206 opened by ncoghlan

#34207: test_cmd_line test_utf8_mode test_warnings fail in AMD64 FreeB https://bugs.python.org/issue34207 opened by pablogsal

#34211: Cygwin build broken due to use of &PyType_Type in static decla https://bugs.python.org/issue34211 opened by erik.bray

#34212: Cygwin link failure with builtin modules since issue30860 https://bugs.python.org/issue34212 opened by erik.bray

#34213: Frozen dataclass init fails for "object" property" https://bugs.python.org/issue34213 opened by Omenien

#34214: Pylint recusion stack overflow abort https://bugs.python.org/issue34214 opened by nickdrozd

#34215: streams.py:readuntil IncompleteReadError is message is incorre https://bugs.python.org/issue34215 opened by mrbell321 at gmail.com

#34216: python platform no child error https://bugs.python.org/issue34216 opened by sskamble619

#34219: distutils: build_ext -D wrongly assume defining a symbol with https://bugs.python.org/issue34219 opened by monson

#34222: Email message serialization enters an infinite loop when foldi https://bugs.python.org/issue34222 opened by altvod

#34223: PYTHONDUMPREFS=1 ./python -c pass does crash https://bugs.python.org/issue34223 opened by vstinner

#34224: python 3.7 inside venv tries to write back to read-only instal https://bugs.python.org/issue34224 opened by ajung

#34226: cgi.parse_multipart() requires undocumented CONTENT-LENGTH in https://bugs.python.org/issue34226 opened by yan12125

#34231: PYTHONBREAKPOINT is not documented with python --help https://bugs.python.org/issue34231 opened by matrixise

#34232: Python3.7.0 exe installers (32 and 64 bit) failing on Windows7 https://bugs.python.org/issue34232 opened by wolma

#34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact() in 2.7 https://bugs.python.org/issue34234 opened by serhiy.storchaka

#34235: PyArg_ParseTupleAndKeywords: support required keyword argument https://bugs.python.org/issue34235 opened by serhiy.storchaka

#34236: Test6012 in test_capi is not run as part of make test https://bugs.python.org/issue34236 opened by xtreak

#34238: When BROWSER is set on Mac webbrowser.register_standard_browse https://bugs.python.org/issue34238 opened by ograycode

#34239: Convert test_bz2 to use tempfile https://bugs.python.org/issue34239 opened by tim.golden

#34240: Convert test_mmap to use tempfile https://bugs.python.org/issue34240 opened by tim.golden

#34242: configparser: SectionProxy.get is silent on missing options https://bugs.python.org/issue34242 opened by Stig Johan Berggren

#34243: pty.spawn: inconsistent interface https://bugs.python.org/issue34243 opened by statix

#34244: Add support of check logger https://bugs.python.org/issue34244 opened by chetankolhe

#34245: Python library should be installed writable https://bugs.python.org/issue34245 opened by jdemeyer

#34246: Gentoo Refleaks 3.7: test_smtplib has dangling threads https://bugs.python.org/issue34246 opened by pablogsal

#34247: PYTHONOPTIMZE ignored in 3.7.0 when using custom launcher https://bugs.python.org/issue34247 opened by ronaldoussoren

#34248: dbm errors should contain file names https://bugs.python.org/issue34248 opened by sam-s

#34249: Full set of format codes applies to strftime only https://bugs.python.org/issue34249 opened by v kats

Most recent 15 issues with no replies (15)

#34248: dbm errors should contain file names https://bugs.python.org/issue34248

#34247: PYTHONOPTIMZE ignored in 3.7.0 when using custom launcher https://bugs.python.org/issue34247

#34244: Add support of check logger https://bugs.python.org/issue34244

#34243: pty.spawn: inconsistent interface https://bugs.python.org/issue34243

#34236: Test6012 in test_capi is not run as part of make test https://bugs.python.org/issue34236

#34235: PyArg_ParseTupleAndKeywords: support required keyword argument https://bugs.python.org/issue34235

#34232: Python3.7.0 exe installers (32 and 64 bit) failing on Windows7 https://bugs.python.org/issue34232

#34226: cgi.parse_multipart() requires undocumented CONTENT-LENGTH in https://bugs.python.org/issue34226

#34222: Email message serialization enters an infinite loop when foldi https://bugs.python.org/issue34222

#34219: distutils: build_ext -D wrongly assume defining a symbol with https://bugs.python.org/issue34219

#34216: python platform no child error https://bugs.python.org/issue34216

#34215: streams.py:readuntil IncompleteReadError is message is incorre https://bugs.python.org/issue34215

#34214: Pylint recusion stack overflow abort https://bugs.python.org/issue34214

#34212: Cygwin link failure with builtin modules since issue30860 https://bugs.python.org/issue34212

#34211: Cygwin build broken due to use of &PyType_Type in static decla https://bugs.python.org/issue34211

Most recent 15 issues waiting for review (15)

#34249: Full set of format codes applies to strftime only https://bugs.python.org/issue34249

#34245: Python library should be installed writable https://bugs.python.org/issue34245

#34242: configparser: SectionProxy.get is silent on missing options https://bugs.python.org/issue34242

#34240: Convert test_mmap to use tempfile https://bugs.python.org/issue34240

#34239: Convert test_bz2 to use tempfile https://bugs.python.org/issue34239

#34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact() in 2.7 https://bugs.python.org/issue34234

#34231: PYTHONBREAKPOINT is not documented with python --help https://bugs.python.org/issue34231

#34219: distutils: build_ext -D wrongly assume defining a symbol with https://bugs.python.org/issue34219

#34213: Frozen dataclass init fails for "object" property" https://bugs.python.org/issue34213

#34212: Cygwin link failure with builtin modules since issue30860 https://bugs.python.org/issue34212

#34211: Cygwin build broken due to use of &PyType_Type in static decla https://bugs.python.org/issue34211

#34206: Move and clarify Py_Main documentation https://bugs.python.org/issue34206

#34198: Additional encoding options to tkinter.filedialog https://bugs.python.org/issue34198

#34193: Fix pluralization in TypeError messages in getargs.c https://bugs.python.org/issue34193

#34182: Lib/test/test_pydoc.py failed when ran as a script https://bugs.python.org/issue34182

Top 10 most discussed issues (10)

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

#34172: multiprocessing.Pool and ThreadPool leak resources after being https://bugs.python.org/issue34172 10 msgs

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

#34246: Gentoo Refleaks 3.7: test_smtplib has dangling threads https://bugs.python.org/issue34246 7 msgs

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

#34154: Tkinter init documentations sometimes missing valid keywor https://bugs.python.org/issue34154 6 msgs

#34173: [3.7] deadlock in /usr/lib/python3.7/concurrent/futures/thread https://bugs.python.org/issue34173 6 msgs

#29750: smtplib doesn't handle unicode passwords https://bugs.python.org/issue29750 5 msgs

#33089: Add multi-dimensional Euclidean distance function to the math https://bugs.python.org/issue33089 5 msgs

#34178: test_tcl fails on the 3.7 branch https://bugs.python.org/issue34178 5 msgs

Issues closed (68)

#12743: C API marshalling doc contains XXX https://bugs.python.org/issue12743 closed by berker.peksag

#13041: argparse: terminal width is not detected properly https://bugs.python.org/issue13041 closed by berker.peksag

#15127: Supressing warnings with -w "whether gcc supports ParseTuple" https://bugs.python.org/issue15127 closed by serhiy.storchaka

#20260: Argument Clinic: add unsigned integers converters https://bugs.python.org/issue20260 closed by serhiy.storchaka

#21446: Update reload fixer to use importlib instead of imp https://bugs.python.org/issue21446 closed by berker.peksag

#21826: Performance issue (+fix) AIX ctypes.util with no /sbin/ldconfi https://bugs.python.org/issue21826 closed by berker.peksag

#22374: Replace contextmanager example and improve explanation https://bugs.python.org/issue22374 closed by berker.peksag

#23927: getargs.c skipitem() doesn't skip 'w*' https://bugs.python.org/issue23927 closed by serhiy.storchaka

#24085: large memory overhead when pyc is recompiled https://bugs.python.org/issue24085 closed by inada.naoki

#25094: [EASY][Windows] test_tools fails on Windows when passing https://bugs.python.org/issue25094 closed by vstinner

#25156: shutil.copyfile should internally use os.sendfile when possibl https://bugs.python.org/issue25156 closed by giampaolo.rodola

#25943: Integer overflow in _bsddb leads to heap corruption https://bugs.python.org/issue25943 closed by serhiy.storchaka

#27717: sqlite documentation bug https://bugs.python.org/issue27717 closed by berker.peksag

#28536: Show the qualified name when a call fails https://bugs.python.org/issue28536 closed by berker.peksag

#28677: difficult to parse sentence structure in "When an instance att https://bugs.python.org/issue28677 closed by taleinat

#30270: Remove sqlite3.Cache display method https://bugs.python.org/issue30270 closed by berker.peksag

#31166: null pointer deref and segfault in _PyObject_Alloc (obmalloc.c https://bugs.python.org/issue31166 closed by inada.naoki

#31935: subprocess.run() timeout not working with grandchildren and st https://bugs.python.org/issue31935 closed by martin.panter

#32083: sqlite3 Cursor.description can't return column types https://bugs.python.org/issue32083 closed by berker.peksag

#32663: SMTPUTF8SimTests are not actually being run https://bugs.python.org/issue32663 closed by r.david.murray

#33102: get the nth folder of a given path https://bugs.python.org/issue33102 closed by taleinat

#33336: [imaplib] MOVE is a legal command https://bugs.python.org/issue33336 closed by vstinner

#33468: Add try-finally contextlib.contextmanager example https://bugs.python.org/issue33468 closed by taleinat

#33719: Test failures on Python 3.7 beta 5 and Windows 10 https://bugs.python.org/issue33719 closed by vstinner

#33720: test_marshal: crash in Python 3.7b5 on Windows 10 https://bugs.python.org/issue33720 closed by serhiy.storchaka

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

#34084: possible free statically allocated string in compiler when eas https://bugs.python.org/issue34084 closed by serhiy.storchaka

#34127: Gramatically incorrect error message for some calls with wrong https://bugs.python.org/issue34127 closed by rhettinger

#34136: Del on class annotations regressed, failing test https://bugs.python.org/issue34136 closed by serhiy.storchaka

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

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

#34161: (good first issue) Tutorial 7.1 str.format() code example synt https://bugs.python.org/issue34161 closed by Mariatta

#34163: Python latest release 2.7 shows SSL error https://bugs.python.org/issue34163 closed by brett.cannon

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

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

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

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

#34174: argparse formatter_class issue for RawDescriptionHelpFormatter https://bugs.python.org/issue34174 closed by Mariatta

#34175: typing.NamedTuple: type-checking error when "index" used as me https://bugs.python.org/issue34175 closed by gvanrossum

#34177: test_site fails in macOS-PR VSTS builds for 3.7 branch https://bugs.python.org/issue34177 closed by inada.naoki

#34179: test_statistics fails after test_time https://bugs.python.org/issue34179 closed by skrah

#34180: bool(Q) always return True for a priority queue Q https://bugs.python.org/issue34180 closed by rhettinger

#34181: Lib/test/test_typing.py failed when ran as a script https://bugs.python.org/issue34181 closed by serhiy.storchaka

#34183: Lib/test/test_contextlib_async.py failed when ran as a script https://bugs.python.org/issue34183 closed by serhiy.storchaka

#34184: Lib/test/test_dataclasses.py failed when ran as a script https://bugs.python.org/issue34184 closed by serhiy.storchaka

#34186: [3.6.6 on macOS] os.listdir replacing "/" with ":" https://bugs.python.org/issue34186 closed by zach.ware

#34189: Add simple tests for new Tk widget options https://bugs.python.org/issue34189 closed by serhiy.storchaka

#34190: x86 Gentoo Refleaks 3.x: test_sys_setprofile leaked [1, 1, 1] https://bugs.python.org/issue34190 closed by vstinner

#34195: test_nt_helpers fails with case difference in drive letter https://bugs.python.org/issue34195 closed by tim.golden

#34196: @staticmethod mangles name of outside class with __ (it is not https://bugs.python.org/issue34196 closed by rhettinger

#34197: Make csv.Dialect attributes skipinitialspace, doublequote and https://bugs.python.org/issue34197 closed by serhiy.storchaka

#34201: Make ndarray.readonly a bool https://bugs.python.org/issue34201 closed by serhiy.storchaka

#34202: 3.6 ZipFile fails with Path https://bugs.python.org/issue34202 closed by berker.peksag

#34208: Change in 3.7 expression evaluation? https://bugs.python.org/issue34208 closed by eryksun

#34209: racecondition https://bugs.python.org/issue34209 closed by inada.naoki

#34210: Small improvements in heapq (refactoring) https://bugs.python.org/issue34210 closed by rhettinger

#34217: windows: cross compilation fails due to headers with uppercase https://bugs.python.org/issue34217 closed by inada.naoki

#34218: test_xml_etree_c leaked [68, 68, 74] references, sum=210 https://bugs.python.org/issue34218 closed by serhiy.storchaka

#34220: Serialization of email message without header line length limi https://bugs.python.org/issue34220 closed by r.david.murray

#34221: Any plans to combine collections.OrderedDict with dict https://bugs.python.org/issue34221 closed by rhettinger

#34225: distutils._msvccompiler should trim INCLUDE/LIB directories https://bugs.python.org/issue34225 closed by steve.dower

#34227: Weighted random.sample() (weighted sampling without replacemen https://bugs.python.org/issue34227 closed by rhettinger

#34228: Allow PYTHONTRACEMALLOC=0 and -X tracemalloc=0 to disable expl https://bugs.python.org/issue34228 closed by vstinner

#34229: Possible access to unintended variable in "cpython/Objects/sli https://bugs.python.org/issue34229 closed by serhiy.storchaka

#34230: crashes in pysqlite_build_row_cast_map() on memory allocation https://bugs.python.org/issue34230 closed by serhiy.storchaka

#34233: subprocess.check_output goes to infinte loop https://bugs.python.org/issue34233 closed by eryksun

#34237: faq/design: PEP 572 adds assignment expressions https://bugs.python.org/issue34237 closed by ammar2

#34241: Segfault while Django template rendering https://bugs.python.org/issue34241 closed by vhelke



More information about the Python-Dev mailing list