[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Feb 8 13:07:53 EST 2019


ACTIVITY SUMMARY (2019-02-01 - 2019-02-08)
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    6998 (+13)
  closed 40696 (+47)
  total  47694 (+60)

Open issues with patches: 2783 


Issues opened (43)
==================

#35885: configparser: indentation
https://bugs.python.org/issue35885  opened by mrs.red

#35886: Move PyInterpreterState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35886  opened by eric.snow

#35887: Doc string for updating the frozen version of importlib in _bo
https://bugs.python.org/issue35887  opened by nnja

#35888: ssl module - could not get the server certificate w/o complete
https://bugs.python.org/issue35888  opened by Lee Eric

#35889: sqlite3.Row doesn't have useful repr
https://bugs.python.org/issue35889  opened by vlad

#35891: urllib.parse.splituser has no suitable replacement
https://bugs.python.org/issue35891  opened by jaraco

#35892: Fix awkwardness of statistics.mode() for multimodal datasets
https://bugs.python.org/issue35892  opened by rhettinger

#35893: distutils fails to build extension on windows when it is a pac
https://bugs.python.org/issue35893  opened by ronaldoussoren

#35898: The TARGETDIR variable must be provided when invoking this ins
https://bugs.python.org/issue35898  opened by Thomas Trummer

#35899: '_is_sunder' function in 'enum' module fails on empty string
https://bugs.python.org/issue35899  opened by Maxpxt

#35900: Add pickler hook for the user to customize the serialization o
https://bugs.python.org/issue35900  opened by pierreglaser

#35901: json.dumps infinite recurssion
https://bugs.python.org/issue35901  opened by MultiSosnooley

#35903: Build of posixshmem.c should probe for required OS functions
https://bugs.python.org/issue35903  opened by nascheme

#35904: Add statistics.fmean(seq)
https://bugs.python.org/issue35904  opened by rhettinger

#35905: macOS build docs need refresh (2019)
https://bugs.python.org/issue35905  opened by jaraco

#35906: Header Injection in urllib
https://bugs.python.org/issue35906  opened by push0ebp

#35907: Unnecessary URL scheme exists to allow file:// reading file  i
https://bugs.python.org/issue35907  opened by push0ebp

#35912: _testembed.c fails to compile when using --with-cxx-main in th
https://bugs.python.org/issue35912  opened by pablogsal

#35913: asyncore: allow handling of half closed connections
https://bugs.python.org/issue35913  opened by Isaac Boukris

#35915: re.search extreme slowness (looks like hang/livelock), searchi
https://bugs.python.org/issue35915  opened by benspiller

#35918: multiprocessing's SyncManager.dict.has_key() method is broken
https://bugs.python.org/issue35918  opened by giampaolo.rodola

#35919: multiprocessing: shared manager Pool fails with AttributeError
https://bugs.python.org/issue35919  opened by giampaolo.rodola

#35920: Windows 10 ARM32 platform support
https://bugs.python.org/issue35920  opened by steve.dower

#35921: Use ccache by default
https://bugs.python.org/issue35921  opened by pitrou

#35922: robotparser crawl_delay and request_rate do not work with no m
https://bugs.python.org/issue35922  opened by joseph_myers

#35923: Update the BuiltinImporter in importlib to use loader._ORIGIN 
https://bugs.python.org/issue35923  opened by nnja

#35924: curses segfault resizing window
https://bugs.python.org/issue35924  opened by Josiah Ulfers

#35925: test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster
https://bugs.python.org/issue35925  opened by pablogsal

#35926: Need openssl 1.1.1 support on Windows for ARM and ARM64
https://bugs.python.org/issue35926  opened by Paul Monson

#35927: Intra-package References Documentation Incomplete
https://bugs.python.org/issue35927  opened by ADataGman

#35928: socket makefile read-write discards received data
https://bugs.python.org/issue35928  opened by pravn

#35930: Raising an exception raised in a "future" instance will create
https://bugs.python.org/issue35930  opened by jcea

#35931: pdb: "debug print(" crashes with SyntaxError
https://bugs.python.org/issue35931  opened by blueyed

#35933: python doc does not say that the state kwarg in Pickler.save_r
https://bugs.python.org/issue35933  opened by pierreglaser

#35934: Add socket.bind_socket() utility function
https://bugs.python.org/issue35934  opened by giampaolo.rodola

#35935: threading.Event().wait() not interruptable with Ctrl-C on Wind
https://bugs.python.org/issue35935  opened by Chris Billington

#35936: Give modulefinder some much-needed updates.
https://bugs.python.org/issue35936  opened by brandtbucher

#35937: Add instancemethod to types.py
https://bugs.python.org/issue35937  opened by bup

#35939: Remove urllib.parse._splittype from mimetypes.guess_type
https://bugs.python.org/issue35939  opened by corona10

#35940: multiprocessing manager tests fail in the Refleaks buildbots
https://bugs.python.org/issue35940  opened by pablogsal

#35941: ssl.enum_certificates() regression
https://bugs.python.org/issue35941  opened by schlenk

#35942: posixmodule.c:path_converter() returns an invalid exception me
https://bugs.python.org/issue35942  opened by lukasz.langa

#35943: PyImport_GetModule() can return partially-initialized module
https://bugs.python.org/issue35943  opened by pitrou



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

#35942: posixmodule.c:path_converter() returns an invalid exception me
https://bugs.python.org/issue35942

#35940: multiprocessing manager tests fail in the Refleaks buildbots
https://bugs.python.org/issue35940

#35939: Remove urllib.parse._splittype from mimetypes.guess_type
https://bugs.python.org/issue35939

#35936: Give modulefinder some much-needed updates.
https://bugs.python.org/issue35936

#35934: Add socket.bind_socket() utility function
https://bugs.python.org/issue35934

#35931: pdb: "debug print(" crashes with SyntaxError
https://bugs.python.org/issue35931

#35930: Raising an exception raised in a "future" instance will create
https://bugs.python.org/issue35930

#35928: socket makefile read-write discards received data
https://bugs.python.org/issue35928

#35927: Intra-package References Documentation Incomplete
https://bugs.python.org/issue35927

#35926: Need openssl 1.1.1 support on Windows for ARM and ARM64
https://bugs.python.org/issue35926

#35924: curses segfault resizing window
https://bugs.python.org/issue35924

#35920: Windows 10 ARM32 platform support
https://bugs.python.org/issue35920

#35919: multiprocessing: shared manager Pool fails with AttributeError
https://bugs.python.org/issue35919

#35918: multiprocessing's SyncManager.dict.has_key() method is broken
https://bugs.python.org/issue35918

#35912: _testembed.c fails to compile when using --with-cxx-main in th
https://bugs.python.org/issue35912



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

#35936: Give modulefinder some much-needed updates.
https://bugs.python.org/issue35936

#35934: Add socket.bind_socket() utility function
https://bugs.python.org/issue35934

#35931: pdb: "debug print(" crashes with SyntaxError
https://bugs.python.org/issue35931

#35926: Need openssl 1.1.1 support on Windows for ARM and ARM64
https://bugs.python.org/issue35926

#35922: robotparser crawl_delay and request_rate do not work with no m
https://bugs.python.org/issue35922

#35921: Use ccache by default
https://bugs.python.org/issue35921

#35920: Windows 10 ARM32 platform support
https://bugs.python.org/issue35920

#35913: asyncore: allow handling of half closed connections
https://bugs.python.org/issue35913

#35906: Header Injection in urllib
https://bugs.python.org/issue35906

#35903: Build of posixshmem.c should probe for required OS functions
https://bugs.python.org/issue35903

#35900: Add pickler hook for the user to customize the serialization o
https://bugs.python.org/issue35900

#35887: Doc string for updating the frozen version of importlib in _bo
https://bugs.python.org/issue35887

#35886: Move PyInterpreterState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35886

#35878: ast.c: end_col_offset may be used uninitialized in this functi
https://bugs.python.org/issue35878

#35876: test_start_new_session for posix_spawnp fails
https://bugs.python.org/issue35876



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

#35813: shared memory construct to avoid need for serialization betwee
https://bugs.python.org/issue35813  19 msgs

#35904: Add statistics.fmean(seq)
https://bugs.python.org/issue35904  11 msgs

#35913: asyncore: allow handling of half closed connections
https://bugs.python.org/issue35913  11 msgs

#35921: Use ccache by default
https://bugs.python.org/issue35921   9 msgs

#35706: Make it easier to use a venv with an embedded Python interpret
https://bugs.python.org/issue35706   7 msgs

#35893: distutils fails to build extension on windows when it is a pac
https://bugs.python.org/issue35893   7 msgs

#30670: pprint for dict in sorted order or insert order?
https://bugs.python.org/issue30670   6 msgs

#35907: Unnecessary URL scheme exists to allow file:// reading file  i
https://bugs.python.org/issue35907   6 msgs

#34572: C unpickling bypasses import thread safety
https://bugs.python.org/issue34572   5 msgs

#35933: python doc does not say that the state kwarg in Pickler.save_r
https://bugs.python.org/issue35933   5 msgs



Issues closed (46)
==================

#20001: pathlib inheritance diagram too large
https://bugs.python.org/issue20001  closed by inada.naoki

#22474: No explanation of how a task gets destroyed in asyncio 'task' 
https://bugs.python.org/issue22474  closed by cheryl.sabella

#24087: Documentation doesn't explain the term "coroutine" (PEP 342)
https://bugs.python.org/issue24087  closed by paul.moore

#24209: Allow IPv6 bind in http.server
https://bugs.python.org/issue24209  closed by jaraco

#26256: Fast decimalisation and conversion to other bases
https://bugs.python.org/issue26256  closed by skrah

#27344: zipfile *does* support utf-8 filenames
https://bugs.python.org/issue27344  closed by cheryl.sabella

#29734: os.stat handle leak
https://bugs.python.org/issue29734  closed by steve.dower

#30130: array.array is not an instance of collections.MutableSequence
https://bugs.python.org/issue30130  closed by cheryl.sabella

#32560: [EASY C] inherit the py launcher's STARTUPINFO
https://bugs.python.org/issue32560  closed by steve.dower

#33316: Windows: PyThread_release_lock always fails
https://bugs.python.org/issue33316  closed by steve.dower

#33895: LoadLibraryExW called with GIL held can cause deadlock
https://bugs.python.org/issue33895  closed by steve.dower

#34691: _contextvars missing in xmaster branch Windows build?
https://bugs.python.org/issue34691  closed by steve.dower

#35299: LGHT0091: Duplicate symbol 'File:include_pyconfig.h' found
https://bugs.python.org/issue35299  closed by steve.dower

#35358: Document that importlib.import_module accepts names that are n
https://bugs.python.org/issue35358  closed by matrixise

#35485: tkinter windows turn black while resized using Tk 8.6.9.1 on m
https://bugs.python.org/issue35485  closed by ned.deily

#35605: backported patch requires new sphinx, minimum sphinx version w
https://bugs.python.org/issue35605  closed by ned.deily

#35606: Add prod() function to the math module
https://bugs.python.org/issue35606  closed by rhettinger

#35615: "RuntimeError: Dictionary changed size during iteration" when 
https://bugs.python.org/issue35615  closed by pitrou

#35642: _asynciomodule.c compiled in both pythoncore.vcxproj and _asyn
https://bugs.python.org/issue35642  closed by steve.dower

#35686: BufferError with memory.release()
https://bugs.python.org/issue35686  closed by skrah

#35692: pathlib.Path.exists() on non-existent drive raises WinError in
https://bugs.python.org/issue35692  closed by steve.dower

#35758: Disable x87 control word for MSVC ARM compiler
https://bugs.python.org/issue35758  closed by Minmin.Gong

#35851: Make search result in online docs keep their position when sea
https://bugs.python.org/issue35851  closed by xtreak

#35861: test_named_expressions raises SyntaxWarning
https://bugs.python.org/issue35861  closed by emilyemorehouse

#35862: Change the environment for a new process
https://bugs.python.org/issue35862  closed by steve.dower

#35872: Creating venv from venv no longer works in 3.7.2
https://bugs.python.org/issue35872  closed by steve.dower

#35873: Controlling venv from venv no longer works in 3.7.2
https://bugs.python.org/issue35873  closed by steve.dower

#35877: parenthesis is mandatory for named expressions in while statem
https://bugs.python.org/issue35877  closed by emilyemorehouse

#35879: test_type_comments leaks references
https://bugs.python.org/issue35879  closed by gvanrossum

#35884: Add variable access benchmark to Tools/Scripts
https://bugs.python.org/issue35884  closed by rhettinger

#35890: Cleanup some non-consistent API callings
https://bugs.python.org/issue35890  closed by steve.dower

#35894: Apparent regression in 3.8-dev: 'TypeError: required field "ty
https://bugs.python.org/issue35894  closed by gvanrossum

#35895: the test suite of pytest failed with 3.8.0a1
https://bugs.python.org/issue35895  closed by gvanrossum

#35896: sysconfig.get_platform returns wrong value when Python 32b is 
https://bugs.python.org/issue35896  closed by steve.dower

#35897: Support list as argument to .startswith()
https://bugs.python.org/issue35897  closed by rhettinger

#35902: Forking from background thread
https://bugs.python.org/issue35902  closed by pitrou

#35908: build with building extension modules as builtins is broken in
https://bugs.python.org/issue35908  closed by doko

#35909: Zip Slip Vulnerability
https://bugs.python.org/issue35909  closed by christian.heimes

#35910: Curious problem with my choice of variables
https://bugs.python.org/issue35910  closed by matrixise

#35911: add a cell construtor, and expose the cell type in Lib/types.p
https://bugs.python.org/issue35911  closed by pitrou

#35914: [2.7] PyStructSequence objects not behaving like nametuple
https://bugs.python.org/issue35914  closed by eric.snow

#35916: 3.6.5 try/except/else/finally block executes code with typos, 
https://bugs.python.org/issue35916  closed by SilentGhost

#35917: multiprocessing: provide unit-tests for manager classes and sh
https://bugs.python.org/issue35917  closed by pitrou

#35929: Spam
https://bugs.python.org/issue35929  closed by Mariatta

#35932: Interpreter gets stuck while applying a regex pattern
https://bugs.python.org/issue35932  closed by tim.peters

#35938: crash of METADATA file cannot be fixed by reinstall of python
https://bugs.python.org/issue35938  closed by steven.daprano


More information about the Python-Dev mailing list