[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Aug 10 12:10:08 EDT 2018


ACTIVITY SUMMARY (2018-08-03 - 2018-08-10)
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    6756 ( -3)
  closed 39367 (+44)
  total  46123 (+41)

Open issues with patches: 2685 


Issues opened (26)
==================

#34333: Path.with_suffix() raises TypeError when doing %-formatting
https://bugs.python.org/issue34333  opened by berker.peksag

#34334: QueueHandler logs exc_info twice
https://bugs.python.org/issue34334  opened by avdd

#34338: abstractmethod can run on classes
https://bugs.python.org/issue34338  opened by Michael Hooreman

#34340: mimetypes libmagic compatibility
https://bugs.python.org/issue34340  opened by bpypy

#34341: Appending to ZIP archive blows up existing Central Directory e
https://bugs.python.org/issue34341  opened by serhiy.storchaka

#34344: Fix the docstring for AbstractEventLoopPolicy.get_event_loop
https://bugs.python.org/issue34344  opened by drtyrsa

#34345: Add tests for PEP 468 and PEP 520
https://bugs.python.org/issue34345  opened by serhiy.storchaka

#34346: dir() hangs interpreter
https://bugs.python.org/issue34346  opened by sfaleron

#34347: AIX: test_utf8_mode.test_cmd_line fails
https://bugs.python.org/issue34347  opened by Michael.Felt

#34349: asyncio.wait should accept generator of tasks as first argumen
https://bugs.python.org/issue34349  opened by jnwatson

#34354: Memory leak on _testCongestion
https://bugs.python.org/issue34354  opened by Vinicius Pacheco

#34355: SIGSEGV (Address boundary error)
https://bugs.python.org/issue34355  opened by ybon

#34356: Add support for args and kwargs in logging.conf
https://bugs.python.org/issue34356  opened by xavier.hardy

#34357: situation where urllib3 works, but urllib does not work
https://bugs.python.org/issue34357  opened by deivid

#34360: urllib.parse doesn't fully comply to RFC 3986
https://bugs.python.org/issue34360  opened by The Compiler

#34362: User-created types with wrong __new__ can be instantiated
https://bugs.python.org/issue34362  opened by ppperry

#34363: dataclasses.asdict() mishandles dataclass instance attributes 
https://bugs.python.org/issue34363  opened by alexdelorenzo

#34364: problem with traceback for syntax error in f-string
https://bugs.python.org/issue34364  opened by bgailer

#34365: datetime's documentation refers to "comparison [...] falling b
https://bugs.python.org/issue34365  opened by Kevin.Norris

#34366: _uuid module fails to compile on FreeBSD when libuuid is insta
https://bugs.python.org/issue34366  opened by mgorny

#34367: AsyncResult.get() only notifies one thread
https://bugs.python.org/issue34367  opened by AlexWithBeard

#34368: ftplib __init__ function can't handle 120 or 4xy reply when co
https://bugs.python.org/issue34368  opened by H-ZeX

#34369: kqueue.control() documentation and implementation mismatch
https://bugs.python.org/issue34369  opened by a.badger

#34370: Tkinter scroll issues on macOS
https://bugs.python.org/issue34370  opened by vtudorache

#34371: File reading gets stuck if you read at eof on macos
https://bugs.python.org/issue34371  opened by sverrirab

#34372: Compiler could output more accurate line numbers
https://bugs.python.org/issue34372  opened by Arusekk



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

#34372: Compiler could output more accurate line numbers
https://bugs.python.org/issue34372

#34370: Tkinter scroll issues on macOS
https://bugs.python.org/issue34370

#34368: ftplib __init__ function can't handle 120 or 4xy reply when co
https://bugs.python.org/issue34368

#34367: AsyncResult.get() only notifies one thread
https://bugs.python.org/issue34367

#34366: _uuid module fails to compile on FreeBSD when libuuid is insta
https://bugs.python.org/issue34366

#34365: datetime's documentation refers to "comparison [...] falling b
https://bugs.python.org/issue34365

#34357: situation where urllib3 works, but urllib does not work
https://bugs.python.org/issue34357

#34356: Add support for args and kwargs in logging.conf
https://bugs.python.org/issue34356

#34354: Memory leak on _testCongestion
https://bugs.python.org/issue34354

#34345: Add tests for PEP 468 and PEP 520
https://bugs.python.org/issue34345

#34344: Fix the docstring for AbstractEventLoopPolicy.get_event_loop
https://bugs.python.org/issue34344

#34341: Appending to ZIP archive blows up existing Central Directory e
https://bugs.python.org/issue34341

#34340: mimetypes libmagic compatibility
https://bugs.python.org/issue34340

#34334: QueueHandler logs exc_info twice
https://bugs.python.org/issue34334

#34333: Path.with_suffix() raises TypeError when doing %-formatting
https://bugs.python.org/issue34333



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

#34366: _uuid module fails to compile on FreeBSD when libuuid is insta
https://bugs.python.org/issue34366

#34341: Appending to ZIP archive blows up existing Central Directory e
https://bugs.python.org/issue34341

#34333: Path.with_suffix() raises TypeError when doing %-formatting
https://bugs.python.org/issue34333

#34331: Incorrectly pluralized abstract class error message
https://bugs.python.org/issue34331

#34322: modification to Lib/distutils/ccompiler.py to simplify handlin
https://bugs.python.org/issue34322

#34320: Creating dict from OrderedDict doesn't preserve order
https://bugs.python.org/issue34320

#34319: Clarify pathlib.Path("filepath").read_text()
https://bugs.python.org/issue34319

#34318: Convert deprecated behavior of assertRaises() etc into errors
https://bugs.python.org/issue34318

#34311: locale.format() and locale.format_string() cast Decimals to fl
https://bugs.python.org/issue34311

#34305: inspect.getsourcefile and inspect.getcomments do not work with
https://bugs.python.org/issue34305

#34303: micro-optimizations in functools.reduce()
https://bugs.python.org/issue34303

#34302: Avoid inefficient way to find start point in deque.index
https://bugs.python.org/issue34302

#34293: DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar
https://bugs.python.org/issue34293

#34284: Nonsensical exception message when calling `__new__` on non-in
https://bugs.python.org/issue34284

#34282: Enum._convert shadows members named _convert
https://bugs.python.org/issue34282



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

#32797: Tracebacks from Cython modules no longer work
https://bugs.python.org/issue32797  33 msgs

#34296: Speed up python startup by pre-warming the vm
https://bugs.python.org/issue34296  13 msgs

#34363: dataclasses.asdict() mishandles dataclass instance attributes 
https://bugs.python.org/issue34363   7 msgs

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

#34284: Nonsensical exception message when calling `__new__` on non-in
https://bugs.python.org/issue34284   6 msgs

#34355: SIGSEGV (Address boundary error)
https://bugs.python.org/issue34355   5 msgs

#24255: Replace debuglevel-related logic with logging
https://bugs.python.org/issue24255   4 msgs

#32073: Add copy_directory_metadata parameter to shutil.copytree
https://bugs.python.org/issue32073   4 msgs

#34272: Reorganize C API tests
https://bugs.python.org/issue34272   4 msgs

#34319: Clarify pathlib.Path("filepath").read_text()
https://bugs.python.org/issue34319   4 msgs



Issues closed (41)
==================

#2651: Strings passed to KeyError do not round trip
https://bugs.python.org/issue2651  closed by lukasz.langa

#6952: deprecated conversion from string constant to char *
https://bugs.python.org/issue6952  closed by berker.peksag

#13574: refresh example in doc for Extending and Embedding
https://bugs.python.org/issue13574  closed by berker.peksag

#18540: imaplib.IMAP4() ends with "Name or service not known" on Fedor
https://bugs.python.org/issue18540  closed by berker.peksag

#23876: Fix mkdir() call for Watcom compilers on UNIX-like platforms
https://bugs.python.org/issue23876  closed by Jeffrey.Armstrong

#28044: Make the sidebar in the documentation follow the section autom
https://bugs.python.org/issue28044  closed by Mariatta

#29036: logging module: Add `full_module_name` to LogRecord details
https://bugs.python.org/issue29036  closed by vinay.sajip

#31047: Windows: os.path.isabs(os.path.abspath(" ")) == False
https://bugs.python.org/issue31047  closed by steve.dower

#32638: distutils test errors with AIX and xlc
https://bugs.python.org/issue32638  closed by Michael.Felt

#33161: Refactor of pathlib's _WindowsBehavior.gethomedir
https://bugs.python.org/issue33161  closed by berker.peksag

#33736: Improve the documentation of asyncio stream API
https://bugs.python.org/issue33736  closed by berker.peksag

#33839: IDLE tooltips.py: refactor and add docstrings and tests
https://bugs.python.org/issue33839  closed by taleinat

#34047: IDLE: on macOS, scroll slider 'sticks' at bottom of file
https://bugs.python.org/issue34047  closed by taleinat

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

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

#34244: Add support of check logger
https://bugs.python.org/issue34244  closed by vinay.sajip

#34253: Tkinter- On windows, calling filedialog or messagebox before t
https://bugs.python.org/issue34253  closed by terry.reedy

#34254: Include type annotations in error messages for better errors
https://bugs.python.org/issue34254  closed by xtreak

#34270: Add names to asyncio tasks
https://bugs.python.org/issue34270  closed by yselivanov

#34273: %f is confusingly associated with fixed point format
https://bugs.python.org/issue34273  closed by terry.reedy

#34310: Build error with option "--with-pydebug" on Mac OS 10.13.6
https://bugs.python.org/issue34310  closed by matrixise

#34312: Allow str.endswith and str.startswith to accept an iterable
https://bugs.python.org/issue34312  closed by brett.cannon

#34324: Doc README wrong directory name for venv
https://bugs.python.org/issue34324  closed by Mariatta

#34325: test_zipfile gets OverflowError in multiple buildbots
https://bugs.python.org/issue34325  closed by vstinner

#34326: test_subprocess.POSIXProcessTestCase fails in AMD64 Ubuntu 3.x
https://bugs.python.org/issue34326  closed by matrixise

#34329: Document how to remove a suffix with pathlib.Path.with_suffix
https://bugs.python.org/issue34329  closed by berker.peksag

#34332: Suggestion for a new loop type
https://bugs.python.org/issue34332  closed by zach.ware

#34335: Fix examples in asyncio docs (suppliment to bpo-32258)
https://bugs.python.org/issue34335  closed by Mariatta

#34336: Don't promote possibility to omit Optional on optional/default
https://bugs.python.org/issue34336  closed by levkivskyi

#34337: Fail to get a right answer for 1.2%0.2
https://bugs.python.org/issue34337  closed by mark.dickinson

#34339: Argument unpacking syntax for lambdas
https://bugs.python.org/issue34339  closed by danijar

#34342: Fix the broken links in CPythonVmInternals wiki page
https://bugs.python.org/issue34342  closed by berker.peksag

#34343: Why is turtle still present in python embedded for Windows?
https://bugs.python.org/issue34343  closed by vtudorache

#34348: Python 3.7 - Issues Installing Scikit Learn
https://bugs.python.org/issue34348  closed by mark.dickinson

#34350: Non obvious logging handler behaviour
https://bugs.python.org/issue34350  closed by vinay.sajip

#34351: Python 3.7 - Issues Installing Scikit Learn
https://bugs.python.org/issue34351  closed by mark.dickinson

#34352: Using tailf with python3.4
https://bugs.python.org/issue34352  closed by zach.ware

#34353: stat's python implementation of filemode (fallback) doesn't be
https://bugs.python.org/issue34353  closed by benjamin.peterson

#34358: round() combined with product outputs ugly result
https://bugs.python.org/issue34358  closed by steven.daprano

#34359: Wrong virtual environment found
https://bugs.python.org/issue34359  closed by paul.moore

#34361: An error should be returned when there are spaces in between f
https://bugs.python.org/issue34361  closed by r.david.murray


More information about the Python-Dev mailing list