[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 23 13:10:00 EDT 2018


ACTIVITY SUMMARY (2018-03-16 - 2018-03-23)
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    6528 ( +3)
  closed 38349 (+37)
  total  44877 (+40)

Open issues with patches: 2542 


Issues opened (30)
==================

#33087: No reliable clean shutdown method
https://bugs.python.org/issue33087  opened by Void2258

#33088: Cannot pass a SyncManager proxy to a multiprocessing subproces
https://bugs.python.org/issue33088  opened by jjdmon

#33089: Add multi-dimensional Euclidean distance function to the math 
https://bugs.python.org/issue33089  opened by rhettinger

#33090: race condition between send and recv in _ssl with non-zero tim
https://bugs.python.org/issue33090  opened by nneonneo

#33091: ssl.SSLError: Invalid error code (_ssl.c:2217)
https://bugs.python.org/issue33091  opened by devkid

#33092: The bytecode for f-string formatting is inefficient.
https://bugs.python.org/issue33092  opened by Mark.Shannon

#33093: Fatal error on SSL transport
https://bugs.python.org/issue33093  opened by Eric Toombs

#33095: Cross-reference isolated mode from relevant locations
https://bugs.python.org/issue33095  opened by ncoghlan

#33096: ttk.Treeview.insert() does not allow to insert item with "Fals
https://bugs.python.org/issue33096  opened by igor.yakovchenko

#33097: concurrent futures Executors accept tasks after interpreter sh
https://bugs.python.org/issue33097  opened by mrknmc

#33099: test_poplib hangs with the changes done in PR
https://bugs.python.org/issue33099  opened by jayyin11043

#33102: get the nth folder of a given path
https://bugs.python.org/issue33102  opened by amjad ben hedhili

#33105: os.path.isfile returns false on Windows when file path is long
https://bugs.python.org/issue33105  opened by ldconejo

#33106: Deleting a key in a read-only gdbm results in KeyError, not gd
https://bugs.python.org/issue33106  opened by sam-s

#33109: argparse: make new 'required' argument to add_subparsers defau
https://bugs.python.org/issue33109  opened by wolma

#33110: Adding a done callback to a concurrent.futures Future once it 
https://bugs.python.org/issue33110  opened by samm

#33111: Merely importing tkinter breaks parallel code (multiprocessing
https://bugs.python.org/issue33111  opened by ezwelty

#33113: Query performance is very low and can even lead to denial of s
https://bugs.python.org/issue33113  opened by ghi5107

#33114: random.sample() behavior is unexpected/unclear from docs
https://bugs.python.org/issue33114  opened by Scott Eilerman

#33115: Asyncio loop blocks with a lot of parallel tasks
https://bugs.python.org/issue33115  opened by decaz

#33117: asyncio example uses non-existing/documented method
https://bugs.python.org/issue33117  opened by hfingler

#33118: No clean way to get notified when a Transport's write buffer e
https://bugs.python.org/issue33118  opened by vitaly.krug

#33119: python sys.argv argument parsing not clear
https://bugs.python.org/issue33119  opened by Jonathan Huot

#33120: infinite loop in inspect.unwrap(unittest.mock.call)
https://bugs.python.org/issue33120  opened by peterdemin

#33121: recv returning 0 on closed connection not documented
https://bugs.python.org/issue33121  opened by joders

#33122: ftplib: FTP_TLS seems to have problems with sites that close t
https://bugs.python.org/issue33122  opened by jottbe

#33123: Path.unlink should have a missing_ok parameter
https://bugs.python.org/issue33123  opened by rbu

#33124: Lazy execution of module bytecode
https://bugs.python.org/issue33124  opened by nascheme

#33125: Windows 10 ARM64 platform support
https://bugs.python.org/issue33125  opened by Steven Noonan

#33126: Some C buffer protocol APIs not documented
https://bugs.python.org/issue33126  opened by pitrou



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

#33126: Some C buffer protocol APIs not documented
https://bugs.python.org/issue33126

#33124: Lazy execution of module bytecode
https://bugs.python.org/issue33124

#33123: Path.unlink should have a missing_ok parameter
https://bugs.python.org/issue33123

#33122: ftplib: FTP_TLS seems to have problems with sites that close t
https://bugs.python.org/issue33122

#33121: recv returning 0 on closed connection not documented
https://bugs.python.org/issue33121

#33119: python sys.argv argument parsing not clear
https://bugs.python.org/issue33119

#33117: asyncio example uses non-existing/documented method
https://bugs.python.org/issue33117

#33113: Query performance is very low and can even lead to denial of s
https://bugs.python.org/issue33113

#33110: Adding a done callback to a concurrent.futures Future once it 
https://bugs.python.org/issue33110

#33099: test_poplib hangs with the changes done in PR
https://bugs.python.org/issue33099

#33096: ttk.Treeview.insert() does not allow to insert item with "Fals
https://bugs.python.org/issue33096

#33095: Cross-reference isolated mode from relevant locations
https://bugs.python.org/issue33095

#33090: race condition between send and recv in _ssl with non-zero tim
https://bugs.python.org/issue33090

#33088: Cannot pass a SyncManager proxy to a multiprocessing subproces
https://bugs.python.org/issue33088

#33085: *** Error in `python': double free or corruption (out): 0x0000
https://bugs.python.org/issue33085



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

#33124: Lazy execution of module bytecode
https://bugs.python.org/issue33124

#33123: Path.unlink should have a missing_ok parameter
https://bugs.python.org/issue33123

#33097: concurrent futures Executors accept tasks after interpreter sh
https://bugs.python.org/issue33097

#33092: The bytecode for f-string formatting is inefficient.
https://bugs.python.org/issue33092

#33083: math.factorial accepts non-integral Decimal instances
https://bugs.python.org/issue33083

#33082: multiprocessing docs bury very important 'callback=' args
https://bugs.python.org/issue33082

#33070: Add platform triplet for RISC-V
https://bugs.python.org/issue33070

#33063: failed to build _ctypes: undefined reference to `ffi_closure_F
https://bugs.python.org/issue33063

#33061: NoReturn missing from __all__ in typing.py
https://bugs.python.org/issue33061

#33058: Enhance Python's Memory Instrumentation with COUNT_ALLOCS
https://bugs.python.org/issue33058

#33057: logging.Manager.logRecordFactory is never used
https://bugs.python.org/issue33057

#33051: IDLE: Create new tab for editor options in configdialog
https://bugs.python.org/issue33051

#33048: macOS job broken on Travis CI
https://bugs.python.org/issue33048

#33042: New 3.7 startup sequence crashes PyInstaller
https://bugs.python.org/issue33042

#33038: GzipFile doesn't always ignore None as filename
https://bugs.python.org/issue33038



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

#33053: Avoid adding an empty directory to sys.path when running a mod
https://bugs.python.org/issue33053  18 msgs

#33089: Add multi-dimensional Euclidean distance function to the math 
https://bugs.python.org/issue33089  12 msgs

#33118: No clean way to get notified when a Transport's write buffer e
https://bugs.python.org/issue33118   9 msgs

#6083: Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupl
https://bugs.python.org/issue6083   7 msgs

#33115: Asyncio loop blocks with a lot of parallel tasks
https://bugs.python.org/issue33115   7 msgs

#25345: Unable to install Python 3.5 on Windows 10
https://bugs.python.org/issue25345   5 msgs

#32949: Simplify "with"-related opcodes
https://bugs.python.org/issue32949   5 msgs

#33109: argparse: make new 'required' argument to add_subparsers defau
https://bugs.python.org/issue33109   5 msgs

#33111: Merely importing tkinter breaks parallel code (multiprocessing
https://bugs.python.org/issue33111   5 msgs

#31550: Inconsistent error message for TypeError with subscripting
https://bugs.python.org/issue31550   4 msgs



Issues closed (36)
==================

#18802: ipaddress documentation errors
https://bugs.python.org/issue18802  closed by xiang.zhang

#23203: Aliasing import of sub-{module,package} from the package raise
https://bugs.python.org/issue23203  closed by ncoghlan

#25836: Documentation of MAKE_FUNCTION/MAKE_CLOSURE_EXTENDED_ARG is mi
https://bugs.python.org/issue25836  closed by serhiy.storchaka

#27683: ipaddress subnet slicing iterator malfunction
https://bugs.python.org/issue27683  closed by xiang.zhang

#28247: Add an option to zipapp to produce a Windows executable
https://bugs.python.org/issue28247  closed by csabella

#31639: http.server and SimpleHTTPServer hang after a few requests
https://bugs.python.org/issue31639  closed by mdk

#32056: Improve exceptions in aifc, sunau and wave
https://bugs.python.org/issue32056  closed by serhiy.storchaka

#32421: Keeping an exception in cache can segfault the interpreter
https://bugs.python.org/issue32421  closed by zunger

#32489: Allow 'continue' in 'finally' clause
https://bugs.python.org/issue32489  closed by serhiy.storchaka

#32505: dataclasses: make field() with no annotation an error
https://bugs.python.org/issue32505  closed by eric.smith

#32506: dataclasses: no need for OrderedDict now that dict guarantees 
https://bugs.python.org/issue32506  closed by eric.smith

#32829: Lib/ be more pythonic
https://bugs.python.org/issue32829  closed by r.david.murray

#32838: Fix Python versions in the table of magic numbers
https://bugs.python.org/issue32838  closed by serhiy.storchaka

#32896: Error when subclassing a dataclass with a field that uses a de
https://bugs.python.org/issue32896  closed by eric.smith

#32953: Dataclasses: frozen should not be inherited for non-dataclass 
https://bugs.python.org/issue32953  closed by eric.smith

#32960: dataclasses: disallow inheritance between frozen and non-froze
https://bugs.python.org/issue32960  closed by eric.smith

#33018: Improve issubclass() error checking and message
https://bugs.python.org/issue33018  closed by levkivskyi

#33027: handling filename encoding in Content-Disposition by cgi.Field
https://bugs.python.org/issue33027  closed by pawciobiel

#33034: urllib.parse.urlparse and urlsplit not raising ValueError for 
https://bugs.python.org/issue33034  closed by berker.peksag

#33041: Issues with "async for"
https://bugs.python.org/issue33041  closed by serhiy.storchaka

#33044: pdb from base class, get inside a method of derived class
https://bugs.python.org/issue33044  closed by terry.reedy

#33049: itertools.count() confusingly mentions zip() and sequence numb
https://bugs.python.org/issue33049  closed by rhettinger

#33069: Maintainer information discarded when writing PKG-INFO
https://bugs.python.org/issue33069  closed by ncoghlan

#33078: Queue with maxsize can lead to deadlocks
https://bugs.python.org/issue33078  closed by pitrou

#33081: multiprocessing Queue leaks a file descriptor associated with 
https://bugs.python.org/issue33081  closed by pitrou

#33086: pip: IndexError
https://bugs.python.org/issue33086  closed by eric.smith

#33094: dataclasses: ClassVar attributes are not working properly
https://bugs.python.org/issue33094  closed by eric.smith

#33098: add implicit conversion for random.choice() on a dict
https://bugs.python.org/issue33098  closed by tim.peters

#33100: dataclasses and __slots__ - non-default argument (member_descr
https://bugs.python.org/issue33100  closed by eric.smith

#33101: Possible name inversion in heapq implementation
https://bugs.python.org/issue33101  closed by rhettinger

#33103: Syntax to get multiple arbitrary items from an sequence
https://bugs.python.org/issue33103  closed by serhiy.storchaka

#33104: Documentation for EXTENDED_ARG in dis module is incorrect for 
https://bugs.python.org/issue33104  closed by Eric Appelt

#33107: Feature request: more typing.SupportsXXX
https://bugs.python.org/issue33107  closed by gvanrossum

#33108: Unicode char 304 in lowercase has len = 2
https://bugs.python.org/issue33108  closed by serhiy.storchaka

#33112: SequenceMatcher bug
https://bugs.python.org/issue33112  closed by tim.peters

#33116: Field is not exposed in dataclasses.__all__
https://bugs.python.org/issue33116  closed by eric.smith


More information about the Python-Dev mailing list