[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Nov 11 12:08:50 EST 2016


ACTIVITY SUMMARY (2016-11-04 - 2016-11-11)
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    5559 (+12)
  closed 34866 (+45)
  total  40425 (+57)

Open issues with patches: 2418 


Issues opened (37)
==================

#4347: Circular dependency causes SystemError when adding new syntax
http://bugs.python.org/issue4347  reopened by martin.panter

#28614: Slice limit documentation is incorrect
http://bugs.python.org/issue28614  opened by airwin

#28615: Document clarification: Section 5.4 Complex Number
http://bugs.python.org/issue28615  opened by David.Johnston

#28617: Why isn't "in" called a comparison operation?
http://bugs.python.org/issue28617  opened by wim.glenn

#28618: Decorate hot functions using __attribute__((hot)) to optimize 
http://bugs.python.org/issue28618  opened by haypo

#28619: [Patch] Stop using inet_ntoa() when possible.
http://bugs.python.org/issue28619  opened by EdSchouten

#28624: Make the `cwd` argument to `subprocess.Popen` accept a `PathLi
http://bugs.python.org/issue28624  opened by cool-RR

#28625: multiprocessing.Pool.imap swallows exceptions thrown by genera
http://bugs.python.org/issue28625  opened by elias

#28626: Tutorial: rearrange discussion of output formatting to encoura
http://bugs.python.org/issue28626  opened by akuchling

#28627: [alpine] shutil.copytree fail to copy a direcotry with broken 
http://bugs.python.org/issue28627  opened by fruch

#28628: Failure to add signal handlers for any signal but SIGINT
http://bugs.python.org/issue28628  opened by brotherBox

#28629: Emit ResourceWarning when implicitly terminating a suspended f
http://bugs.python.org/issue28629  opened by ncoghlan

#28631: [2.7/3.5/3.6 Regression] crash using ctypes
http://bugs.python.org/issue28631  opened by doko

#28632: configparser does not close files in read
http://bugs.python.org/issue28632  opened by PetrPy

#28635: Update What's New for 3.6
http://bugs.python.org/issue28635  opened by Elvis.Pranskevichus

#28637: Python startup performance regression
http://bugs.python.org/issue28637  opened by haypo

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

#28644: Document recent changes in typing.py
http://bugs.python.org/issue28644  opened by levkivskyi

#28645: Drop __aiter__ compatibility layer from 3.7
http://bugs.python.org/issue28645  opened by yselivanov

#28646: Using a read-only buffer.
http://bugs.python.org/issue28646  opened by mrolle

#28647: python --help: -u is misdocumented as binary mode
http://bugs.python.org/issue28647  opened by arigo

#28648: False assert in _Py_DecodeUTF8_surrogateescape
http://bugs.python.org/issue28648  opened by xiang.zhang

#28650: concurrent.futures.ThreadPoolExecutor: tasks in queue not mark
http://bugs.python.org/issue28650  opened by pyfm

#28651: Make objects with empty __slots__ GC types
http://bugs.python.org/issue28651  opened by yselivanov

#28654: sys.stdout.isatty() returns True even if redirected to NUL
http://bugs.python.org/issue28654  opened by kmeyer

#28655: Tests altered the execution environment in isolated mode
http://bugs.python.org/issue28655  opened by serhiy.storchaka

#28657: cmd.Cmd.get_help() implementation can't see do_*() methods add
http://bugs.python.org/issue28657  opened by Błażej Michalik

#28658: MacOsX idle don't run
http://bugs.python.org/issue28658  opened by Andrew Kontokanis

#28660: TextWrapper break_long_words=True, break_on_hyphens=True on lo
http://bugs.python.org/issue28660  opened by maubp

#28661: Fix code example in Python 3.5 telnetlib documentation
http://bugs.python.org/issue28661  opened by tiabc

#28662: catch also PermissionError in tests when spawning a non existe
http://bugs.python.org/issue28662  opened by xdegaye

#28663: Higher virtual memory usage on recent Linux versions
http://bugs.python.org/issue28663  opened by Valentin.Lorentz

#28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF
http://bugs.python.org/issue28665  opened by rhettinger

#28666: Make test.support.rmtree() able to remove non-writable directo
http://bugs.python.org/issue28666  opened by serhiy.storchaka

#28667: FD_SETSIZE is unsigned on FreeBSD
http://bugs.python.org/issue28667  opened by serhiy.storchaka

#28668: instanciation of multiprocessing.Queue raises ImportError in t
http://bugs.python.org/issue28668  opened by xdegaye

#28669: Math Library Dos Attack
http://bugs.python.org/issue28669  opened by Stone



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

#28667: FD_SETSIZE is unsigned on FreeBSD
http://bugs.python.org/issue28667

#28666: Make test.support.rmtree() able to remove non-writable directo
http://bugs.python.org/issue28666

#28663: Higher virtual memory usage on recent Linux versions
http://bugs.python.org/issue28663

#28660: TextWrapper break_long_words=True, break_on_hyphens=True on lo
http://bugs.python.org/issue28660

#28658: MacOsX idle don't run
http://bugs.python.org/issue28658

#28657: cmd.Cmd.get_help() implementation can't see do_*() methods add
http://bugs.python.org/issue28657

#28655: Tests altered the execution environment in isolated mode
http://bugs.python.org/issue28655

#28650: concurrent.futures.ThreadPoolExecutor: tasks in queue not mark
http://bugs.python.org/issue28650

#28648: False assert in _Py_DecodeUTF8_surrogateescape
http://bugs.python.org/issue28648

#28646: Using a read-only buffer.
http://bugs.python.org/issue28646

#28625: multiprocessing.Pool.imap swallows exceptions thrown by genera
http://bugs.python.org/issue28625

#28624: Make the `cwd` argument to `subprocess.Popen` accept a `PathLi
http://bugs.python.org/issue28624

#28619: [Patch] Stop using inet_ntoa() when possible.
http://bugs.python.org/issue28619

#28608: Support creating hardlink using `pathlib`
http://bugs.python.org/issue28608

#28596: on Android _bootlocale on startup relies on too many library m
http://bugs.python.org/issue28596



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

#28668: instanciation of multiprocessing.Queue raises ImportError in t
http://bugs.python.org/issue28668

#28667: FD_SETSIZE is unsigned on FreeBSD
http://bugs.python.org/issue28667

#28666: Make test.support.rmtree() able to remove non-writable directo
http://bugs.python.org/issue28666

#28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF
http://bugs.python.org/issue28665

#28662: catch also PermissionError in tests when spawning a non existe
http://bugs.python.org/issue28662

#28651: Make objects with empty __slots__ GC types
http://bugs.python.org/issue28651

#28650: concurrent.futures.ThreadPoolExecutor: tasks in queue not mark
http://bugs.python.org/issue28650

#28648: False assert in _Py_DecodeUTF8_surrogateescape
http://bugs.python.org/issue28648

#28645: Drop __aiter__ compatibility layer from 3.7
http://bugs.python.org/issue28645

#28644: Document recent changes in typing.py
http://bugs.python.org/issue28644

#28643: Broken makefile depends for profile-opt target
http://bugs.python.org/issue28643

#28637: Python startup performance regression
http://bugs.python.org/issue28637

#28635: Update What's New for 3.6
http://bugs.python.org/issue28635

#28626: Tutorial: rearrange discussion of output formatting to encoura
http://bugs.python.org/issue28626

#28619: [Patch] Stop using inet_ntoa() when possible.
http://bugs.python.org/issue28619



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

#28637: Python startup performance regression
http://bugs.python.org/issue28637  32 msgs

#28635: Update What's New for 3.6
http://bugs.python.org/issue28635  15 msgs

#28618: Decorate hot functions using __attribute__((hot)) to optimize 
http://bugs.python.org/issue28618  11 msgs

#19569: Use __attribute__((deprecated)) to warn usage of deprecated fu
http://bugs.python.org/issue19569   9 msgs

#24329: __qualname__ and __slots__
http://bugs.python.org/issue24329   9 msgs

#26934: android: test_faulthandler fails
http://bugs.python.org/issue26934   8 msgs

#28609: argparse claims '*' positional argument is required in error o
http://bugs.python.org/issue28609   8 msgs

#19717: resolve() fails when the path doesn't exist
http://bugs.python.org/issue19717   7 msgs

#27854: Installed 2.7: IDLE Help disabled because help.html is missing
http://bugs.python.org/issue27854   7 msgs

#28617: Why isn't "in" called a comparison operation?
http://bugs.python.org/issue28617   7 msgs



Issues closed (42)
==================

#1778: SyntaxError.offset sometimes wrong
http://bugs.python.org/issue1778  closed by akuchling

#4713: Installing sgmlop causes xmlrpclib error
http://bugs.python.org/issue4713  closed by akuchling

#10605: ElementTree documentation
http://bugs.python.org/issue10605  closed by akuchling

#18317: gettext: DoS via crafted Plural-Forms
http://bugs.python.org/issue18317  closed by serhiy.storchaka

#19398: test_trace fails with -S
http://bugs.python.org/issue19398  closed by serhiy.storchaka

#20629: Python ctypes BigEndianStructure bitfield assignment misbehavi
http://bugs.python.org/issue20629  closed by xiang.zhang

#21590: Systemtap and DTrace support
http://bugs.python.org/issue21590  closed by lukasz.langa

#21864: Error in documentation of point 9.8 'Exceptions are classes to
http://bugs.python.org/issue21864  closed by berker.peksag

#23839: Clear caches after every test
http://bugs.python.org/issue23839  closed by serhiy.storchaka

#26969: ascynio should provide a policy to address pass-loop-everywher
http://bugs.python.org/issue26969  closed by yselivanov

#27781: Change sys.getfilesystemencoding() on Windows to UTF-8
http://bugs.python.org/issue27781  closed by python-dev

#28123: _PyDict_GetItem_KnownHash ignores DKIX_ERROR return
http://bugs.python.org/issue28123  closed by serhiy.storchaka

#28485: compileall.compile_dir(workers=<negative>) does not raise Valu
http://bugs.python.org/issue28485  closed by martin.panter

#28543: Incomplete fast path codecs aliases in codecs doc
http://bugs.python.org/issue28543  closed by berker.peksag

#28555: provid also sha-1 and sha-256 also on download links
http://bugs.python.org/issue28555  closed by benjamin.peterson

#28563: Arbitrary code execution in gettext.c2py
http://bugs.python.org/issue28563  closed by serhiy.storchaka

#28574: Update bundled pip
http://bugs.python.org/issue28574  closed by berker.peksag

#28585: Restore docstring of os._isdir
http://bugs.python.org/issue28585  closed by serhiy.storchaka

#28586: Convert os.scandir to Argument Clinic
http://bugs.python.org/issue28586  closed by serhiy.storchaka

#28590: fstring's '{' from escape sequences does not start an expressi
http://bugs.python.org/issue28590  closed by eric.smith

#28593: Inconsistent itertools' predicate behaviour
http://bugs.python.org/issue28593  closed by rhettinger

#28613: Make get_event_loop() return the current loop if called from c
http://bugs.python.org/issue28613  closed by yselivanov

#28616: sys.version_info.releaselevel - 'final' or 'release'
http://bugs.python.org/issue28616  closed by ned.deily

#28620: Build Memory Leak
http://bugs.python.org/issue28620  closed by r.david.murray

#28621: Refactor duplicate code calculating digit's bit length
http://bugs.python.org/issue28621  closed by serhiy.storchaka

#28622: Remove redundant variable annotation test from test_grammar
http://bugs.python.org/issue28622  closed by gvanrossum

#28623: Let `shlex.quote` accept a `PathLike` object
http://bugs.python.org/issue28623  closed by berker.peksag

#28630: setup.py bdist_egg --without-source-files does not allow conso
http://bugs.python.org/issue28630  closed by berker.peksag

#28633: Concatenating bytes literal and f-string causes segmentation f
http://bugs.python.org/issue28633  closed by eric.smith

#28634: asyncio.isfuture() should support Mocks
http://bugs.python.org/issue28634  closed by yselivanov

#28636: strange issue with Pandas-0.19.1 on Python-3.6.0b3
http://bugs.python.org/issue28636  closed by Big Stone

#28638: Creating namedtuple is too slow to be used in common stdlib (e
http://bugs.python.org/issue28638  closed by rhettinger

#28639: inspect.isawaitable(native_coro) returns int
http://bugs.python.org/issue28639  closed by yselivanov

#28640: UnicodeDecodeError: 'cp949'
http://bugs.python.org/issue28640  closed by steve.dower

#28641: Describe PEP 495 features in "What's New in Python 3.6" docume
http://bugs.python.org/issue28641  closed by yselivanov

#28642: csv reader losing rows with big files and tab delimiter
http://bugs.python.org/issue28642  closed by datapythonista

#28649: refleak in typing.py
http://bugs.python.org/issue28649  closed by yselivanov

#28652: Make loop methods reject socket kinds they do not support.
http://bugs.python.org/issue28652  closed by yselivanov

#28653: refleak in C functools.lru_cache
http://bugs.python.org/issue28653  closed by yselivanov

#28656: build error in cygwin64 ,because pthread_key_t
http://bugs.python.org/issue28656  closed by serhiy.storchaka

#28659: xml.etree.cElementTree.write misses opening tag
http://bugs.python.org/issue28659  closed by xiang.zhang

#28664: test_bz2 fails with BrokenPipeError when bunzip2 is missing
http://bugs.python.org/issue28664  closed by serhiy.storchaka


More information about the Python-Dev mailing list