[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jul 7 12:09:18 EDT 2017


ACTIVITY SUMMARY (2017-06-30 - 2017-07-07)
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    6021 (+15)
  closed 36604 (+39)
  total  42625 (+54)

Open issues with patches: 2344 


Issues opened (48)
==================

#23644: g++ module compile fails with ‘_Atomic’ does not name a ty
http://bugs.python.org/issue23644  reopened by haypo

#27945: Various segfaults with dict
http://bugs.python.org/issue27945  reopened by ned.deily

#30819: Linking with 'ld -b' fails with 64-bit using Itanium HP compil
http://bugs.python.org/issue30819  opened by Robert Boehne

#30820: email.contentmanager.raw_data_manager fails to create multipar
http://bugs.python.org/issue30820  opened by elenril

#30821: unittest.mock.Mocks with specs aren't aware of default argumen
http://bugs.python.org/issue30821  opened by Max Rothman

#30822: Python implementation of datetime module is not being tested c
http://bugs.python.org/issue30822  opened by musically_ut

#30823: os.startfile("") craches Python 2.7, 3.4 in Windows 7 32 bit i
http://bugs.python.org/issue30823  opened by mikeee

#30824: Add mimetype for extension .json
http://bugs.python.org/issue30824  opened by quentel

#30825: csv.Sniffer does not detect lineterminator
http://bugs.python.org/issue30825  opened by vmax

#30826: More details in reference 'Looping through a list in Python an
http://bugs.python.org/issue30826  opened by the_darklord

#30828: Out of bounds write in _asyncio_Future_remove_done_callback
http://bugs.python.org/issue30828  opened by Ned Williamson

#30830: HTTPHandlerTest of test_logging leaks a "dangling" thread on A
http://bugs.python.org/issue30830  opened by haypo

#30831: Inconsistent or wrong documentation around Asynchronous Contex
http://bugs.python.org/issue30831  opened by dmiyakawa

#30833: UnloadUserprofile displays the error "The handle is invalid"
http://bugs.python.org/issue30833  opened by d doe

#30834: Warning -- files was modified by test_import,  After:  ['@test
http://bugs.python.org/issue30834  opened by haypo

#30835: AttributeError when parsing multipart email with invalid non-d
http://bugs.python.org/issue30835  opened by Andrew Donnellan

#30836: test_c_locale_coercion fails on AIX
http://bugs.python.org/issue30836  opened by haypo

#30837: Mac OS High Sierra Beta - Python Crash
http://bugs.python.org/issue30837  opened by ayesjm

#30839: Larger and/or configurable _MAX_LENGTH for unittest messages
http://bugs.python.org/issue30839  opened by maarten-treewalker

#30840: Contrary to documentation, relative imports cannot pass throug
http://bugs.python.org/issue30840  opened by Malcolm Smith

#30841: A shadowing variable naming emitted for Python-ast.c
http://bugs.python.org/issue30841  opened by OswinC

#30842: pyenv activate for bash and tcsh
http://bugs.python.org/issue30842  opened by PyAcrisel

#30844: selectors: Add urgent data to read event
http://bugs.python.org/issue30844  opened by pklanke

#30845: [3.5] test_first_completed_some_already_completed() of test_co
http://bugs.python.org/issue30845  opened by haypo

#30846: [3.6] test_rapid_restart() of test_multiprocessing_fork fails 
http://bugs.python.org/issue30846  opened by haypo

#30847: asyncio: selector_events: add_urgent() for urgent data to read
http://bugs.python.org/issue30847  opened by pklanke

#30848: test_multiprocessing_forkserver hangs on AMD64 FreeBSD CURRENT
http://bugs.python.org/issue30848  opened by haypo

#30849: test_stress_delivery_dependent() of test_signal randomly fails
http://bugs.python.org/issue30849  opened by haypo

#30850: [2.7] bsddb3: test01_basic_replication() of test_bsddb3 fails 
http://bugs.python.org/issue30850  opened by haypo

#30851: IDLE: configdialog -- fix tkinter Variables
http://bugs.python.org/issue30851  opened by terry.reedy

#30852: _PyObject_GC_UNTRACK corruption when call a lambda function wi
http://bugs.python.org/issue30852  opened by 盛茂家

#30853: IDLE: configdialog -- factor out Variable subclass
http://bugs.python.org/issue30853  opened by terry.reedy

#30856: unittest.TestResult.addSubTest should be called immediately af
http://bugs.python.org/issue30856  opened by sir-sigurd

#30857: test_bsddb3 hangs longer than 37 minutes on x86 Tiger 2.7
http://bugs.python.org/issue30857  opened by haypo

#30858: Keyword can't be an expression?
http://bugs.python.org/issue30858  opened by veky

#30859: Can't install Python for Windows 3.6.1 on multiple profiles
http://bugs.python.org/issue30859  opened by Joe Jacobs

#30860: Consolidate stateful C globals under a single struct.
http://bugs.python.org/issue30860  opened by eric.snow

#30861: StreamReader does not return reamaing and ready data buffer be
http://bugs.python.org/issue30861  opened by pfreixes

#30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(
http://bugs.python.org/issue30863  opened by serhiy.storchaka

#30864: Compile failure for linux socket CAN support
http://bugs.python.org/issue30864  opened by Riccardo Magliocchetti

#30865: python cannot import module located on a "VOLUME" directory
http://bugs.python.org/issue30865  opened by apre

#30866: Add _testcapi.stack_pointer() to measure the C stack consumpti
http://bugs.python.org/issue30866  opened by haypo

#30867: Add necessary macro that insure `HAVE_OPENSSL_VERIFY_PARAM` to
http://bugs.python.org/issue30867  opened by signal1587

#30868: IDLE: Improve configuration tests with mock Save.
http://bugs.python.org/issue30868  opened by terry.reedy

#30869: regrtest: Add .idlerc to saved_test_environment
http://bugs.python.org/issue30869  opened by louielu

#30870: IDLE: configdialog/fonts: change font when select by key up/do
http://bugs.python.org/issue30870  opened by louielu

#30871: Add a "python info" command somewhere to dump versions of all 
http://bugs.python.org/issue30871  opened by haypo

#30872: Update curses docs to Python 3
http://bugs.python.org/issue30872  opened by serhiy.storchaka



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

#30872: Update curses docs to Python 3
http://bugs.python.org/issue30872

#30870: IDLE: configdialog/fonts: change font when select by key up/do
http://bugs.python.org/issue30870

#30868: IDLE: Improve configuration tests with mock Save.
http://bugs.python.org/issue30868

#30867: Add necessary macro that insure `HAVE_OPENSSL_VERIFY_PARAM` to
http://bugs.python.org/issue30867

#30864: Compile failure for linux socket CAN support
http://bugs.python.org/issue30864

#30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(
http://bugs.python.org/issue30863

#30856: unittest.TestResult.addSubTest should be called immediately af
http://bugs.python.org/issue30856

#30853: IDLE: configdialog -- factor out Variable subclass
http://bugs.python.org/issue30853

#30852: _PyObject_GC_UNTRACK corruption when call a lambda function wi
http://bugs.python.org/issue30852

#30851: IDLE: configdialog -- fix tkinter Variables
http://bugs.python.org/issue30851

#30846: [3.6] test_rapid_restart() of test_multiprocessing_fork fails 
http://bugs.python.org/issue30846

#30842: pyenv activate for bash and tcsh
http://bugs.python.org/issue30842

#30841: A shadowing variable naming emitted for Python-ast.c
http://bugs.python.org/issue30841

#30833: UnloadUserprofile displays the error "The handle is invalid"
http://bugs.python.org/issue30833

#30831: Inconsistent or wrong documentation around Asynchronous Contex
http://bugs.python.org/issue30831



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

#30872: Update curses docs to Python 3
http://bugs.python.org/issue30872

#30867: Add necessary macro that insure `HAVE_OPENSSL_VERIFY_PARAM` to
http://bugs.python.org/issue30867

#30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(
http://bugs.python.org/issue30863

#30860: Consolidate stateful C globals under a single struct.
http://bugs.python.org/issue30860

#30828: Out of bounds write in _asyncio_Future_remove_done_callback
http://bugs.python.org/issue30828

#30817: Abort in PyErr_PrintEx() when no memory
http://bugs.python.org/issue30817

#30814: Import dotted name as alias breaks with concurrency
http://bugs.python.org/issue30814

#30808: Use _Py_atomic API for concurrency-sensitive signal state
http://bugs.python.org/issue30808

#30747: _Py_atomic_* not actually atomic on Windows with MSVC
http://bugs.python.org/issue30747

#30714: test_ssl fails with openssl 1.1.0f
http://bugs.python.org/issue30714

#30711: getaddrinfo invalid port number
http://bugs.python.org/issue30711

#30710: getaddrinfo raises OverflowError
http://bugs.python.org/issue30710

#30696: infinite loop in PyRun_InteractiveLoopFlags()
http://bugs.python.org/issue30696

#30695: add a nomemory_allocator to the _testcapi module
http://bugs.python.org/issue30695

#30693: tarfile add uses random order
http://bugs.python.org/issue30693



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

#30822: Python implementation of datetime module is not being tested c
http://bugs.python.org/issue30822  29 msgs

#30302: Improve .__repr__ implementation for datetime.timedelta
http://bugs.python.org/issue30302  14 msgs

#30861: StreamReader does not return reamaing and ready data buffer be
http://bugs.python.org/issue30861  12 msgs

#29796: [2.7] test_weakref hangs on Python 2.7 on Windows
http://bugs.python.org/issue29796   9 msgs

#23644: g++ module compile fails with ‘_Atomic’ does not name a ty
http://bugs.python.org/issue23644   8 msgs

#29854: Segfault when readline history is more then 2 * history size
http://bugs.python.org/issue29854   8 msgs

#30779: IDLE: configdialog -- factor out Changes class
http://bugs.python.org/issue30779   8 msgs

#30844: selectors: Add urgent data to read event
http://bugs.python.org/issue30844   8 msgs

#30847: asyncio: selector_events: add_urgent() for urgent data to read
http://bugs.python.org/issue30847   8 msgs

#30814: Import dotted name as alias breaks with concurrency
http://bugs.python.org/issue30814   7 msgs



Issues closed (40)
==================

#6691: Support for nested classes and function for pyclbr
http://bugs.python.org/issue6691  closed by terry.reedy

#19325: _osx_support imports many modules
http://bugs.python.org/issue19325  closed by haypo

#20042: Python Launcher, Windows, fails on scripts w/ non-latin names
http://bugs.python.org/issue20042  closed by terry.reedy

#20669: OpenBSD: socket.recvmsg tests fail with OSError: [Errno 40] Me
http://bugs.python.org/issue20669  closed by haypo

#29293: Missing parameter "n" on multiprocessing.Condition.notify()
http://bugs.python.org/issue29293  closed by pitrou

#30259: Test somehow that generated files are up to date: run make reg
http://bugs.python.org/issue30259  closed by haypo

#30315: test_ftplib.TestTLS_FTPClass: "[Errno 54] Connection reset by 
http://bugs.python.org/issue30315  closed by haypo

#30319: Change socket.close() to ignore ECONNRESET
http://bugs.python.org/issue30319  closed by pitrou

#30328: test_ssl.test_connect_with_context(): ConnectionResetError on 
http://bugs.python.org/issue30328  closed by haypo

#30330: test_socket.test_idna(): socket.gaierror: [Errno 11001] getadd
http://bugs.python.org/issue30330  closed by haypo

#30351: [2.7] regrtest hangs on Python 2.7 (test_threading?)
http://bugs.python.org/issue30351  closed by haypo

#30371: test_long_lines() fails randomly on AMD64 Windows7 SP1 3.x
http://bugs.python.org/issue30371  closed by haypo

#30441: os.environ raises RuntimeError: dictionary changed size during
http://bugs.python.org/issue30441  closed by serhiy.storchaka

#30448: test_subprocess creates a core dump on FreeBSD
http://bugs.python.org/issue30448  closed by haypo

#30532: email.policy.SMTP.fold() mangles long headers
http://bugs.python.org/issue30532  closed by r.david.murray

#30543: test_timeout fails on AMD64 FreeBSD CURRENT Debug 3.x: Connect
http://bugs.python.org/issue30543  closed by haypo

#30623: python-nightly import numpy fails since recently
http://bugs.python.org/issue30623  closed by ned.deily

#30649: test_utime_current_old() of test_os fails randomy on x86 Windo
http://bugs.python.org/issue30649  closed by haypo

#30651: test_poplib.test_stls_context() access violation on x86 Window
http://bugs.python.org/issue30651  closed by haypo

#30652: test_threading_not_handled() of test_socketserver hangs random
http://bugs.python.org/issue30652  closed by haypo

#30703: Non-reentrant signal handler (test_multiprocessing_forkserver 
http://bugs.python.org/issue30703  closed by pitrou

#30726: [Windows] Warnings in elementtree due to new expat
http://bugs.python.org/issue30726  closed by haypo

#30739: pypi ssl errors [CERTIFICATE_VERIFY_FAILED]
http://bugs.python.org/issue30739  closed by ned.deily

#30741: https://www.pypi-mirrors.org/ error 503
http://bugs.python.org/issue30741  closed by ned.deily

#30758: regrtest hangs sometimes on the master branch (test_pydoc? tes
http://bugs.python.org/issue30758  closed by haypo

#30759: [2.7] Fix python2 -m test --list-cases test_multibytecodec_sup
http://bugs.python.org/issue30759  closed by haypo

#30777: IDLE: configdialog -- add docstrings and improve comments
http://bugs.python.org/issue30777  closed by terry.reedy

#30789: Redesign PyCodeObject.co_extras to use a single memory block, 
http://bugs.python.org/issue30789  closed by serhiy.storchaka

#30791: tkinter.Tk() adds suffix to window class name when launching m
http://bugs.python.org/issue30791  closed by serhiy.storchaka

#30795: OS X failures in test_site
http://bugs.python.org/issue30795  closed by ned.deily

#30804: bolen-dmg-3.x build-installer.py failed
http://bugs.python.org/issue30804  closed by haypo

#30818: Warning -- asyncore.socket_map was modified by test_ftplib on 
http://bugs.python.org/issue30818  closed by haypo

#30827: Tweak order of links in https://www.python.org/downloads/sourc
http://bugs.python.org/issue30827  closed by berker.peksag

#30829: 'Cannot serialize socket object' after ssl.wrap_socket
http://bugs.python.org/issue30829  closed by pitrou

#30832: Remove own implementation for thread-local storage
http://bugs.python.org/issue30832  closed by haypo

#30838: re \w does not match some valid Unicode characters
http://bugs.python.org/issue30838  closed by davidism

#30843: [2.7] Lib/test/bisect.py conflicts with Lib/bisect.py when run
http://bugs.python.org/issue30843  closed by haypo

#30854: Compile error on Python/ceval.c without threads
http://bugs.python.org/issue30854  closed by haypo

#30855: [3.5] test_tk: test_use() of test_tkinter.test_widgets randoml
http://bugs.python.org/issue30855  closed by haypo

#30862: parent logger should also check the level
http://bugs.python.org/issue30862  closed by vinay.sajip


More information about the Python-Dev mailing list