ACTIVITY SUMMARY (2018-12-07 - 2018-12-14)
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    6908 ( +4)
  closed 40341 (+57)
  total  47249 (+61)

Open issues with patches: 2751 


Issues opened (41)
==================

#35440: Setup failed 0x80072f7d - Unspecified error
https://bugs.python.org/issue35440  opened by DesignEngineer

#35441: Dead (and buggy) code due to mishandling of PyList_SetItem() e
https://bugs.python.org/issue35441  opened by ZackerySpytz

#35442: Chain of several subcommands in argparse
https://bugs.python.org/issue35442  opened by porton

#35448: ConfigParser .read() - handling of nonexistent files
https://bugs.python.org/issue35448  opened by Adrian Wielgosik

#35449: documenting objects
https://bugs.python.org/issue35449  opened by stefan

#35450: venv module doesn't create a copy of python binary by default
https://bugs.python.org/issue35450  opened by mkkot

#35453: pathlib.Path: glob and rglob should accept PathLike patterns
https://bugs.python.org/issue35453  opened by ciupicri

#35455: Solaris thread_time doesn't work with current implementation
https://bugs.python.org/issue35455  opened by kulikjak

#35457: robotparser reads empty robots.txt file as "all denied"
https://bugs.python.org/issue35457  opened by larsfuse

#35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem()
https://bugs.python.org/issue35459  opened by serhiy.storchaka

#35460: Add PyDict_GetItemStringWithError
https://bugs.python.org/issue35460  opened by ronaldoussoren

#35461: Document C API functions which swallow exceptions
https://bugs.python.org/issue35461  opened by serhiy.storchaka

#35462: test_imaplib.test_enable_UTF8_True_append() failed on AMD64 Fr
https://bugs.python.org/issue35462  opened by vstinner

#35463: mock uses incorrect signature for partial and partialmethod wi
https://bugs.python.org/issue35463  opened by xtreak

#35465: [asyncio] Document loop.add_signal_handler
https://bugs.python.org/issue35465  opened by hniksic

#35466: Use a linked list for the ceval pending calls.
https://bugs.python.org/issue35466  opened by eric.snow

#35467: IDLE: unrequested pasting into Shell after restart
https://bugs.python.org/issue35467  opened by terry.reedy

#35469: [2.7] time.asctime() regression
https://bugs.python.org/issue35469  opened by vstinner

#35470: A deadly decref in _PyImport_FindExtensionObjectEx()
https://bugs.python.org/issue35470  opened by ZackerySpytz

#35472: python 3.7.2 rc1 bumped the build requirements for no reason
https://bugs.python.org/issue35472  opened by doko

#35473: Intel compiler (icc) does not fully support C11 Features, incl
https://bugs.python.org/issue35473  opened by jamie schnaitter

#35474: mimetypes.guess_all_extensions potentially mutates list
https://bugs.python.org/issue35474  opened by rmccampbell7

#35475: Docs do not show PyImport_AddModuleObject() returns a borrowed
https://bugs.python.org/issue35475  opened by eric.snow

#35476: _imp_create_dynamic_impl() does not clear error.
https://bugs.python.org/issue35476  opened by eric.snow

#35478: multiprocessing: ApplyResult.get() hangs if the pool is termin
https://bugs.python.org/issue35478  opened by vstinner

#35479: multiprocessing.Pool.join() always takes at least 100 ms
https://bugs.python.org/issue35479  opened by vstinner

#35480: argparse: add a full fledged parser as a subparser
https://bugs.python.org/issue35480  opened by porton

#35482: python372rc1.chm is ill
https://bugs.python.org/issue35482  opened by Ma Lin

#35483: tarfile.extractall on existing symlink in Ubuntu overwrites ta
https://bugs.python.org/issue35483  opened by michael.bra...@aid-driving.eu

#35484: Segmentation fault due to faulthandler on Solaris
https://bugs.python.org/issue35484  opened by kulikjak

#35485: Mac: tkinter windows turn black while resized
https://bugs.python.org/issue35485  opened by terry.reedy

#35486: subprocess module breaks backwards compatibility with import h
https://bugs.python.org/issue35486  opened by dw

#35488: pathlib Path.match does not behave as described
https://bugs.python.org/issue35488  opened by anthony shaw

#35490: Remove the DecodeFSDefault return converter in Argument Clinic
https://bugs.python.org/issue35490  opened by serhiy.storchaka

#35492: Missing colon on func statement in library/sys doc
https://bugs.python.org/issue35492  opened by seluj78

#35493: multiprocessing.Pool._worker_handler(): use SIGCHLD to be noti
https://bugs.python.org/issue35493  opened by vstinner

#35494: Inaccurate error message for f-string
https://bugs.python.org/issue35494  opened by seblin

#35495: argparse does not honor default argument for nargs=argparse.RE
https://bugs.python.org/issue35495  opened by rgov

#35496: left-to-right violation in match order
https://bugs.python.org/issue35496  opened by steve.newcomb

#35497: Libary select docs enhance
https://bugs.python.org/issue35497  opened by Manjusaka

#35498: Parents objects in pathlib.Path don't support slices as __geti
https://bugs.python.org/issue35498  opened by thejcannon



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

#35498: Parents objects in pathlib.Path don't support slices as __geti
https://bugs.python.org/issue35498

#35497: Libary select docs enhance
https://bugs.python.org/issue35497

#35496: left-to-right violation in match order
https://bugs.python.org/issue35496

#35495: argparse does not honor default argument for nargs=argparse.RE
https://bugs.python.org/issue35495

#35490: Remove the DecodeFSDefault return converter in Argument Clinic
https://bugs.python.org/issue35490

#35483: tarfile.extractall on existing symlink in Ubuntu overwrites ta
https://bugs.python.org/issue35483

#35482: python372rc1.chm is ill
https://bugs.python.org/issue35482

#35476: _imp_create_dynamic_impl() does not clear error.
https://bugs.python.org/issue35476

#35474: mimetypes.guess_all_extensions potentially mutates list
https://bugs.python.org/issue35474

#35473: Intel compiler (icc) does not fully support C11 Features, incl
https://bugs.python.org/issue35473

#35463: mock uses incorrect signature for partial and partialmethod wi
https://bugs.python.org/issue35463

#35461: Document C API functions which swallow exceptions
https://bugs.python.org/issue35461

#35457: robotparser reads empty robots.txt file as "all denied"
https://bugs.python.org/issue35457

#35455: Solaris thread_time doesn't work with current implementation
https://bugs.python.org/issue35455

#35448: ConfigParser .read() - handling of nonexistent files
https://bugs.python.org/issue35448



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

#35497: Libary select docs enhance
https://bugs.python.org/issue35497

#35494: Inaccurate error message for f-string
https://bugs.python.org/issue35494

#35492: Missing colon on func statement in library/sys doc
https://bugs.python.org/issue35492

#35490: Remove the DecodeFSDefault return converter in Argument Clinic
https://bugs.python.org/issue35490

#35479: multiprocessing.Pool.join() always takes at least 100 ms
https://bugs.python.org/issue35479

#35478: multiprocessing: ApplyResult.get() hangs if the pool is termin
https://bugs.python.org/issue35478

#35475: Docs do not show PyImport_AddModuleObject() returns a borrowed
https://bugs.python.org/issue35475

#35470: A deadly decref in _PyImport_FindExtensionObjectEx()
https://bugs.python.org/issue35470

#35466: Use a linked list for the ceval pending calls.
https://bugs.python.org/issue35466

#35465: [asyncio] Document loop.add_signal_handler
https://bugs.python.org/issue35465

#35461: Document C API functions which swallow exceptions
https://bugs.python.org/issue35461

#35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem()
https://bugs.python.org/issue35459

#35455: Solaris thread_time doesn't work with current implementation
https://bugs.python.org/issue35455

#35450: venv module doesn't create a copy of python binary by default
https://bugs.python.org/issue35450

#35441: Dead (and buggy) code due to mishandling of PyList_SetItem() e
https://bugs.python.org/issue35441



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

#35348: Problems with handling the file command output in platform.arc
https://bugs.python.org/issue35348  11 msgs

#35402: Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9
https://bugs.python.org/issue35402  11 msgs

#33725: Python crashes on macOS after fork with no exec
https://bugs.python.org/issue33725  10 msgs

#35292: Make SimpleHTTPRequestHandler load mimetypes lazily
https://bugs.python.org/issue35292  10 msgs

#35208: IDLE: Squeezed lines count ignores window width
https://bugs.python.org/issue35208   8 msgs

#35449: documenting objects
https://bugs.python.org/issue35449   8 msgs

#32417: fromutc does not respect datetime subclasses
https://bugs.python.org/issue32417   7 msgs

#34616: implement "Async exec"
https://bugs.python.org/issue34616   6 msgs

#35493: multiprocessing.Pool._worker_handler(): use SIGCHLD to be noti
https://bugs.python.org/issue35493   6 msgs

#34313: Tkinter crashes with Tk-related error on macOS with ActiveTcl 
https://bugs.python.org/issue34313   5 msgs



Issues closed (55)
==================

#6835: doctest problem with decorated function when decorator is defi
https://bugs.python.org/issue6835  closed by serhiy.storchaka

#9960: test_structmembers fails on s390x (bigendian 64-bit): int/Py_s
https://bugs.python.org/issue9960  closed by serhiy.storchaka

#9999: test_shutil cross-file-system tests are fragile (may not test 
https://bugs.python.org/issue9999  closed by serhiy.storchaka

#15095: test_imaplib problem - intermittent skips and LOGINDISABLED no
https://bugs.python.org/issue15095  closed by vstinner

#17185: unittest mock create_autospec doesn't correctly replace mocksi
https://bugs.python.org/issue17185  closed by cjw296

#20118: test_imaplib test_linetoolong fails on 2.7 in SSL test on some
https://bugs.python.org/issue20118  closed by vstinner

#20800: Cannot run gui tests twice.
https://bugs.python.org/issue20800  closed by terry.reedy

#22005: datetime.__setstate__ fails decoding python2 pickle
https://bugs.python.org/issue22005  closed by serhiy.storchaka

#23874: Encrypted MSI fails to install with code 2755
https://bugs.python.org/issue23874  closed by terry.reedy

#25219: Update doc for Idle command line options.
https://bugs.python.org/issue25219  closed by terry.reedy

#26704: unittest.mock.patch: Double patching instance method: Attribut
https://bugs.python.org/issue26704  closed by cjw296

#31374: expat: warning: "_POSIX_C_SOURCE" redefined
https://bugs.python.org/issue31374  closed by vstinner

#31446: _winapi.CreateProcess (used by subprocess) is not thread-safe
https://bugs.python.org/issue31446  closed by serhiy.storchaka

#31823: Opaque default value for close_fds argument in Popen.__init__
https://bugs.python.org/issue31823  closed by gregory.p.smith

#32153: mock.create_autospec fails if an attribute is a partial functi
https://bugs.python.org/issue32153  closed by cjw296

#32788: Better error handling in sqlite3
https://bugs.python.org/issue32788  closed by serhiy.storchaka

#33106: Deleting a key in a read-only gdbm results in KeyError, not gd
https://bugs.python.org/issue33106  closed by xiang.zhang

#33747: Failed separate test_patch_propogrates_exc_on_exit in test_uni
https://bugs.python.org/issue33747  closed by serhiy.storchaka

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

#34977: Release Windows Store app containing Python
https://bugs.python.org/issue34977  closed by steve.dower

#35050: Off-by-one bug in AF_ALG
https://bugs.python.org/issue35050  closed by vstinner

#35052: Coverity scan: copy/paste error in Lib/xml/dom/minidom.py
https://bugs.python.org/issue35052  closed by vstinner

#35097: IDLE add doc subsection for editor windows
https://bugs.python.org/issue35097  closed by terry.reedy

#35122: Process not exiting on unhandled exception when using multipro
https://bugs.python.org/issue35122  closed by pablogsal

#35213: IDLE: use 'macOS' where appropriate.
https://bugs.python.org/issue35213  closed by terry.reedy

#35330: When using mock to wrap an existing object, side_effect requir
https://bugs.python.org/issue35330  closed by cjw296

#35338: set union/intersection/difference could accept zero arguments
https://bugs.python.org/issue35338  closed by josh.r

#35346: Modernize Lib/platform.py code
https://bugs.python.org/issue35346  closed by vstinner

#35351: LTOFLAGS are passed to BASECFLAGS when using LTO
https://bugs.python.org/issue35351  closed by ned.deily

#35383: lib2to3 raises ParseError on argument called "print"
https://bugs.python.org/issue35383  closed by martin.panter

#35401: Upgrade Windows and macOS installers to use OpenSSL 1.1.0j / 1
https://bugs.python.org/issue35401  closed by ned.deily

#35413: test_multiprocessing_fork: test_del_pool() leaks dangling thre
https://bugs.python.org/issue35413  closed by vstinner

#35426: test_signal.test_interprocess_signal() race condition
https://bugs.python.org/issue35426  closed by vstinner

#35429: Incorrect use of raise NotImplemented
https://bugs.python.org/issue35429  closed by brett.cannon

#35433: Correctly detect installed SDK versions
https://bugs.python.org/issue35433  closed by steve.dower

#35438: Cleanup extension functions using _PyObject_LookupSpecial
https://bugs.python.org/issue35438  closed by josh.r

#35439: New class instance not initializing variables of type list
https://bugs.python.org/issue35439  closed by ammar2

#35443: Add Tail Call Optimization
https://bugs.python.org/issue35443  closed by midnio

#35444: Unify and optimize the helper for getting a builtin object
https://bugs.python.org/issue35444  closed by serhiy.storchaka

#35445: Do not ignore errors when create posix.environ
https://bugs.python.org/issue35445  closed by serhiy.storchaka

#35446: incorrect example
https://bugs.python.org/issue35446  closed by serhiy.storchaka

#35447: Redundant try-except block in urllib
https://bugs.python.org/issue35447  closed by serhiy.storchaka

#35451: Incorrect reference counting for sys.warnoptions and sys._xopt
https://bugs.python.org/issue35451  closed by serhiy.storchaka

#35452: Make PySys_HasWarnOptions() to never raise an exception
https://bugs.python.org/issue35452  closed by serhiy.storchaka

#35454: Fix miscellaneous issues in error handling
https://bugs.python.org/issue35454  closed by serhiy.storchaka

#35456: asyncio.Task.set_result() and set_exception() missing docstrin
https://bugs.python.org/issue35456  closed by yselivanov

#35458: test_shutil.test_disk_usage() randomly fails when tests are ru
https://bugs.python.org/issue35458  closed by vstinner

#35464: json.dumps very unclear exception
https://bugs.python.org/issue35464  closed by serhiy.storchaka

#35468: [3.6/3.7] idlelib/help.html mentions 3.8alpha0 docs
https://bugs.python.org/issue35468  closed by terry.reedy

#35471: Remove macpath module
https://bugs.python.org/issue35471  closed by vstinner

#35477: multiprocessing.Pool.__enter__() should raise an exception if 
https://bugs.python.org/issue35477  closed by vstinner

#35481: Run Tasks cannot Concurrent
https://bugs.python.org/issue35481  closed by asvetlov

#35487: setup()'s package_data not following directory symlink
https://bugs.python.org/issue35487  closed by F. Eugene Aumson

#35489: Argument Clinic should use "const Py_UNICODE *" for the Py_UNI
https://bugs.python.org/issue35489  closed by serhiy.storchaka

#35491: multiprocessing: enhance repr() to ease debugging
https://bugs.python.org/issue35491  closed by vstinner
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to