[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jan 13 12:09:11 EST 2017


ACTIVITY SUMMARY (2017-01-06 - 2017-01-13)
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    5719 (+34)
  closed 35300 (+47)
  total  41019 (+81)

Open issues with patches: 2474 


Issues opened (53)
==================

#10513: sqlite3.InterfaceError after commit
http://bugs.python.org/issue10513  reopened by benjamin.peterson

#26858: android: setting SO_REUSEPORT fails
http://bugs.python.org/issue26858  reopened by xdegaye

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759  reopened by xdegaye

#29183: Unintuitive error handling in wsgiref when a crash happens in 
http://bugs.python.org/issue29183  opened by jleclanche

#29184: skip tests of test_socketserver when bind() raises PermissionE
http://bugs.python.org/issue29184  opened by xdegaye

#29185: test_distutils fails on Android API level 24
http://bugs.python.org/issue29185  opened by xdegaye

#29187: Pickle failure is raising AttributeError and not PicklingError
http://bugs.python.org/issue29187  opened by Matt.Dodge

#29191: liblzma is missing from pcbuild.sln
http://bugs.python.org/issue29191  opened by Segev Finer

#29196: Remove old-deprecated plistlib features
http://bugs.python.org/issue29196  opened by serhiy.storchaka

#29197: Remove os.path.splitunc()
http://bugs.python.org/issue29197  opened by serhiy.storchaka

#29198: AsyncGenerator is missing from typing
http://bugs.python.org/issue29198  opened by Jelle Zijlstra

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

#29202: Improve dict iteration
http://bugs.python.org/issue29202  opened by rhettinger

#29204: Add code deprecations in ElementTree
http://bugs.python.org/issue29204  opened by serhiy.storchaka

#29205: col_offset for AsyncFunctionDef AST nodes is wrong
http://bugs.python.org/issue29205  opened by Jelle Zijlstra

#29207: make install fails on ARM
http://bugs.python.org/issue29207  opened by petevine

#29209: Remove old-deprecated ElementTree features
http://bugs.python.org/issue29209  opened by serhiy.storchaka

#29211: assertRaises with exceptions re-raised from a generator kills 
http://bugs.python.org/issue29211  opened by dalke

#29212: Python 3.6 logging thread name regression with concurrent.futu
http://bugs.python.org/issue29212  opened by desbma

#29213: python -m venv activate.bat has weird mix of line endings
http://bugs.python.org/issue29213  opened by Josh Wilson

#29216: Space saving step for the LRU cache
http://bugs.python.org/issue29216  opened by rhettinger

#29218: distutils: Remove unused install_misc class
http://bugs.python.org/issue29218  opened by ericvw

#29221: ABC Recursion Error on isinstance() with less than recursion l
http://bugs.python.org/issue29221  opened by Anthony Scopatz

#29225: distutils.command.install_lib.get_outputs() wrong with extensi
http://bugs.python.org/issue29225  opened by Elvis Stansvik

#29227: Reduce C stack consumption in function calls
http://bugs.python.org/issue29227  opened by haypo

#29230: Segfault in sqlite3
http://bugs.python.org/issue29230  opened by intchanter

#29232: Quiet Install
http://bugs.python.org/issue29232  opened by earl.maier

#29234: Disable inlining of _PyStack_AsTuple() to reduce the stack con
http://bugs.python.org/issue29234  opened by haypo

#29235: Allow profile/cProfile to be used as context managers
http://bugs.python.org/issue29235  opened by Thane Brimhall

#29236: 'an ASCII string of one or more PEM-encoded certificates' need
http://bugs.python.org/issue29236  opened by uzytkownik

#29237: Create enum for pstats sorting options
http://bugs.python.org/issue29237  opened by Thane Brimhall

#29238: Add more kwargs to cProfile's print_stats
http://bugs.python.org/issue29238  opened by Thane Brimhall

#29240: Implementation of the PEP 540: Add a new UTF-8 mode
http://bugs.python.org/issue29240  opened by haypo

#29241: sys._enablelegacywindowsfsencoding() don't apply to os.fsencod
http://bugs.python.org/issue29241  opened by JGoutin

#29242: Crash on GC when compiling PyPy
http://bugs.python.org/issue29242  opened by gumblex

#29243: --enable-optimizations makes common build commands always need
http://bugs.python.org/issue29243  opened by xiang.zhang

#29246: typing.Union raises RecursionError when comparing Union to oth
http://bugs.python.org/issue29246  opened by spiside

#29247: Document return value of epoll.poll
http://bugs.python.org/issue29247  opened by njs

#29248: os.readlink fails on Windows
http://bugs.python.org/issue29248  opened by eryksun

#29249: Pathlib glob ** bug
http://bugs.python.org/issue29249  opened by Jon Walsh

#29250: islink and stat follow_symlinks are inconsistent on Windows
http://bugs.python.org/issue29250  opened by eryksun

#29251: Class __dict__ is only a mapping proxy
http://bugs.python.org/issue29251  opened by martin.panter

#29252: self in classes missinterpreted as a string.
http://bugs.python.org/issue29252  opened by Decorater

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

#29255: selects.KqueueSelector behaves incorrectly when no fds are reg
http://bugs.python.org/issue29255  opened by njs

#29256: Windows select() errors out when given no fds to select on, wh
http://bugs.python.org/issue29256  opened by njs

#29257: Possible error in discussion of Abstract Base Classes and abst
http://bugs.python.org/issue29257  opened by gbritton

#29258: __init__.py required for pkgutil.walk_packages in python3
http://bugs.python.org/issue29258  opened by Anthony Sottile

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259  opened by haypo

#29260: Use designated initializers to define PyTypeObject types
http://bugs.python.org/issue29260  opened by haypo

#29261: Missing venv/scripts/common after "make install"
http://bugs.python.org/issue29261  opened by Dave Jones

#29262: Provide a way to check for *real* typing.Union instances
http://bugs.python.org/issue29262  opened by flying sheep

#29263: Implement LOAD_METHOD/CALL_METHOD for C functions
http://bugs.python.org/issue29263  opened by haypo



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

#29263: Implement LOAD_METHOD/CALL_METHOD for C functions
http://bugs.python.org/issue29263

#29262: Provide a way to check for *real* typing.Union instances
http://bugs.python.org/issue29262

#29261: Missing venv/scripts/common after "make install"
http://bugs.python.org/issue29261

#29258: __init__.py required for pkgutil.walk_packages in python3
http://bugs.python.org/issue29258

#29257: Possible error in discussion of Abstract Base Classes and abst
http://bugs.python.org/issue29257

#29256: Windows select() errors out when given no fds to select on, wh
http://bugs.python.org/issue29256

#29255: selects.KqueueSelector behaves incorrectly when no fds are reg
http://bugs.python.org/issue29255

#29253: Fix test_asyncore tests on Cygwin
http://bugs.python.org/issue29253

#29251: Class __dict__ is only a mapping proxy
http://bugs.python.org/issue29251

#29250: islink and stat follow_symlinks are inconsistent on Windows
http://bugs.python.org/issue29250

#29248: os.readlink fails on Windows
http://bugs.python.org/issue29248

#29247: Document return value of epoll.poll
http://bugs.python.org/issue29247

#29242: Crash on GC when compiling PyPy
http://bugs.python.org/issue29242

#29238: Add more kwargs to cProfile's print_stats
http://bugs.python.org/issue29238

#29236: 'an ASCII string of one or more PEM-encoded certificates' need
http://bugs.python.org/issue29236



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

#29261: Missing venv/scripts/common after "make install"
http://bugs.python.org/issue29261

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259

#29253: Fix test_asyncore tests on Cygwin
http://bugs.python.org/issue29253

#29251: Class __dict__ is only a mapping proxy
http://bugs.python.org/issue29251

#29246: typing.Union raises RecursionError when comparing Union to oth
http://bugs.python.org/issue29246

#29240: Implementation of the PEP 540: Add a new UTF-8 mode
http://bugs.python.org/issue29240

#29234: Disable inlining of _PyStack_AsTuple() to reduce the stack con
http://bugs.python.org/issue29234

#29227: Reduce C stack consumption in function calls
http://bugs.python.org/issue29227

#29225: distutils.command.install_lib.get_outputs() wrong with extensi
http://bugs.python.org/issue29225

#29218: distutils: Remove unused install_misc class
http://bugs.python.org/issue29218

#29216: Space saving step for the LRU cache
http://bugs.python.org/issue29216

#29213: python -m venv activate.bat has weird mix of line endings
http://bugs.python.org/issue29213

#29212: Python 3.6 logging thread name regression with concurrent.futu
http://bugs.python.org/issue29212

#29209: Remove old-deprecated ElementTree features
http://bugs.python.org/issue29209

#29205: col_offset for AsyncFunctionDef AST nodes is wrong
http://bugs.python.org/issue29205



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

#28870: Reduce stack consumption of PyObject_CallFunctionObjArgs() and
http://bugs.python.org/issue28870  20 msgs

#29099: sqlite3 timestamp converter cannot handle timezone
http://bugs.python.org/issue29099  18 msgs

#29240: Implementation of the PEP 540: Add a new UTF-8 mode
http://bugs.python.org/issue29240  13 msgs

#24875: pyvenv doesn´t install PIP inside a new venv with --system-si
http://bugs.python.org/issue24875   9 msgs

#28759: access to mkfifo, mknod and hard links is controled by SELinux
http://bugs.python.org/issue28759   9 msgs

#29259: Add tp_fastcall to PyTypeObject: support FASTCALL calling conv
http://bugs.python.org/issue29259   9 msgs

#28180: sys.getfilesystemencoding() should default to utf-8
http://bugs.python.org/issue28180   8 msgs

#29006: 2.7.13 _sqlite more prone to "database table is locked"
http://bugs.python.org/issue29006   8 msgs

#29178: Adding bytes.frombuffer(byteslike) constructor
http://bugs.python.org/issue29178   8 msgs

#15216: Support setting the encoding on a text stream after creation
http://bugs.python.org/issue15216   7 msgs



Issues closed (48)
==================

#16026: csv.DictReader argument names documented incorrectly
http://bugs.python.org/issue16026  closed by berker.peksag

#20804: Sentinels identity lost when pickled (unittest.mock)
http://bugs.python.org/issue20804  closed by serhiy.storchaka

#22343: Install bash activate script on Windows when using venv
http://bugs.python.org/issue22343  closed by vinay.sajip

#24699: TemporaryDirectory is cleaned up twice
http://bugs.python.org/issue24699  closed by Ilya.Kulakov

#28130: Document that time.tzset updates time module globals
http://bugs.python.org/issue28130  closed by python-dev

#28815: test_socket fails if /proc/modules is existent but not readabl
http://bugs.python.org/issue28815  closed by martin.panter

#28839: _PyFunction_FastCallDict(): replace PyTuple_New() with PyMem_M
http://bugs.python.org/issue28839  closed by haypo

#28969: lru_cache is not threadsafe
http://bugs.python.org/issue28969  closed by serhiy.storchaka

#29002: typing.AnyStr doc is unclear about python2 unicode support
http://bugs.python.org/issue29002  closed by gvanrossum

#29023: Results of random.seed() call with integer argument should be 
http://bugs.python.org/issue29023  closed by rhettinger

#29034: Fix memory leak and use-after-free in path_converter
http://bugs.python.org/issue29034  closed by xiang.zhang

#29050: xml.etree.ElementTree in Python 3.6 is incompatible with defus
http://bugs.python.org/issue29050  closed by serhiy.storchaka

#29082: In 2.7.13, _ctypes.LoadLibrary no longer accepts Unicode objec
http://bugs.python.org/issue29082  closed by serhiy.storchaka

#29133: Minor inaccuracy in shlex.shlex punctuation_chars example
http://bugs.python.org/issue29133  closed by python-dev

#29142: urllib: no_proxy variable values with leading dot not properly
http://bugs.python.org/issue29142  closed by xiang.zhang

#29145: failing overflow checks in replace_*
http://bugs.python.org/issue29145  closed by xiang.zhang

#29177: skip tests of test_logging when bind() raises PermissionError 
http://bugs.python.org/issue29177  closed by python-dev

#29186: TimeoutError isn't being raised?
http://bugs.python.org/issue29186  closed by YoSTEALTH

#29188: Backport random.c from Python 3.5 to Python 2.7
http://bugs.python.org/issue29188  closed by haypo

#29189: Broken indentation in FancyURLopener documentation
http://bugs.python.org/issue29189  closed by berker.peksag

#29190: Avoid possible errors in comparing strings
http://bugs.python.org/issue29190  closed by serhiy.storchaka

#29192: Remove deprecated features from http.cookies
http://bugs.python.org/issue29192  closed by serhiy.storchaka

#29193: Remove support of format_string as keyword argument in string.
http://bugs.python.org/issue29193  closed by serhiy.storchaka

#29194: importlib reload fails for module supplied as argument to comm
http://bugs.python.org/issue29194  closed by brett.cannon

#29195: Get rid of supporting outdated wrong keyword arguments in re m
http://bugs.python.org/issue29195  closed by serhiy.storchaka

#29200: is it a bug in `functools._HashedSeq`
http://bugs.python.org/issue29200  closed by rhettinger

#29201: Python 3.6 not working within VS 2015
http://bugs.python.org/issue29201  closed by steve.dower

#29203: With PEP 468, the lru cache not longer needs to sort keyword a
http://bugs.python.org/issue29203  closed by rhettinger

#29206: importlib reload fails for module supplied as argument to comm
http://bugs.python.org/issue29206  closed by brett.cannon

#29208: BlockingIOError during system startup
http://bugs.python.org/issue29208  closed by martin.panter

#29210: Remove the support of the exclude argument in tarfile.TarFile.
http://bugs.python.org/issue29210  closed by serhiy.storchaka

#29214: Standard open() does not allow to specify file permissions.
http://bugs.python.org/issue29214  closed by haypo

#29215: pyport.h uses non C90-style comment
http://bugs.python.org/issue29215  closed by benjamin.peterson

#29217: Documentation for uuid has wrong description for variant
http://bugs.python.org/issue29217  closed by xiang.zhang

#29219: TracebackException(capture_locals=True) may fail with Recursio
http://bugs.python.org/issue29219  closed by serhiy.storchaka

#29220: Python 3.6 regression/change using logging.addLevelName() to c
http://bugs.python.org/issue29220  closed by vinay.sajip

#29222: Python3 interactive shell hangs on
http://bugs.python.org/issue29222  closed by eryksun

#29223: Settable defaulting to decimal instead of float
http://bugs.python.org/issue29223  closed by haypo

#29224: OS related file operations (copy, move, delete, rename...) sho
http://bugs.python.org/issue29224  closed by haypo

#29226: Comment generates syntax error
http://bugs.python.org/issue29226  closed by ammar2

#29228: sqlite3 OperationalError on changing into WAL transaction mode
http://bugs.python.org/issue29228  closed by berker.peksag

#29229: incompatible: unittest.mock.sentinel and multiprocessing.Pool.
http://bugs.python.org/issue29229  closed by Jason Curtis

#29231: Broken MSIs in Python 3.5+
http://bugs.python.org/issue29231  closed by steve.dower

#29233: call_method(): call _PyObject_FastCall() rather than _PyObject
http://bugs.python.org/issue29233  closed by haypo

#29239: Fix wrong issue number in what's new entry
http://bugs.python.org/issue29239  closed by martin.panter

#29244: Python 3.6 unnecessarily requires inttypes.h
http://bugs.python.org/issue29244  closed by brett.cannon

#29245: Can't write to NamedTemporaryFile
http://bugs.python.org/issue29245  closed by r.david.murray

#29254: Documentation Error
http://bugs.python.org/issue29254  closed by ammar2


More information about the Python-Dev mailing list