[Python-Dev] Summary of Python tracker Issues

2021年1月22日 10:10:50 -0800

ACTIVITY SUMMARY (2021年01月15日 - 2021年01月22日)
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 7578 (+32)
 closed 47161 (+35)
 total 54739 (+67)
Open issues with patches: 3037 
Issues opened (52)
==================
#42604: EXT_SUFFIX too short on FreeBSD and AIX
https://bugs.python.org/issue42604 reopened by vstinner
#42937: 192.0.0.8 (IPv4 dummy address) considered globally reachable
https://bugs.python.org/issue42937 opened by cdirkx
#42939: Linux's chattr i.e. ioctl(FS_IOC_SETFLAGS) is not supported in
https://bugs.python.org/issue42939 opened by socketpair
#42940: Incorrect behavior of inspect.signature(f).bind
https://bugs.python.org/issue42940 opened by slavkostrov
#42941: Infinite loop in asyncio sslproto
https://bugs.python.org/issue42941 opened by linxy95
#42943: singledispatchmethod should expose registry of all known overl
https://bugs.python.org/issue42943 opened by Ilya.Kulakov
#42946: email: ValueError in get_section when parsing header with non-
https://bugs.python.org/issue42946 opened by The Compiler
#42947: email: Handling when both extended/ascii parameter (filename*/
https://bugs.python.org/issue42947 opened by The Compiler
#42948: bytearray.copy is undocumented
https://bugs.python.org/issue42948 opened by wim.glenn
#42949: pdb & multiprocessing.Pool: AttributeError: module '__main__' 
https://bugs.python.org/issue42949 opened by macfreek
#42950: Incorrect exception behavior in handling recursive call.
https://bugs.python.org/issue42950 opened by xxm
#42952: Incorrect handling of EC_KEY_new_by_curve_name() in the _ssl m
https://bugs.python.org/issue42952 opened by ZackerySpytz
#42955: Add sys.module_names: list of stdlib module names (Python and 
https://bugs.python.org/issue42955 opened by vstinner
#42956: Easy conversion between range and slice
https://bugs.python.org/issue42956 opened by nemeskeyd
#42957: os.readlink produces wrong result on windows
https://bugs.python.org/issue42957 opened by simon mackenzie
#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958 opened by AlexVndnblcke
#42960: resources module, FreeBSD update adding RLIMIT_KQUEUES constan
https://bugs.python.org/issue42960 opened by devnexen
#42961: Use-after-free (of a heap type) during finalization
https://bugs.python.org/issue42961 opened by bstaletic
#42962: Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
https://bugs.python.org/issue42962 opened by William.Schwartz
#42963: [multiprocessing] Calling pool.terminate() from an error_callb
https://bugs.python.org/issue42963 opened by sjelin
#42964: Draft PEP blob etc
https://bugs.python.org/issue42964 opened by larry
#42966: argparse: customizable help formatter
https://bugs.python.org/issue42966 opened by monkeyman79
#42967: [security] urllib.parse.parse_qsl(): Web cache poisoning - `; 
https://bugs.python.org/issue42967 opened by AdamGold
#42968: multiprocessing handle leak on Windows when child process is k
https://bugs.python.org/issue42968 opened by dgrunwald
#42969: pthread_exit & PyThread_exit_thread from PyEval_RestoreThread 
https://bugs.python.org/issue42969 opened by gregory.p.smith
#42970: File path with blank causes open error in 3.8, not in 3.7
https://bugs.python.org/issue42970 opened by dday52
#42971: Some errnos for BSD/OSX are missing from errno module
https://bugs.python.org/issue42971 opened by ngie
#42972: [C API] Heap types (PyType_FromSpec) must fully implement the 
https://bugs.python.org/issue42972 opened by vstinner
#42973: argparse: mixing optional and positional arguments... not agai
https://bugs.python.org/issue42973 opened by monkeyman79
#42974: tokenize reports incorrect end col offset and line string when
https://bugs.python.org/issue42974 opened by romanows
#42976: __text_signature__ parser silently drops arguments with certai
https://bugs.python.org/issue42976 opened by Antony.Lee
#42977: Tkinter Optionmenu Too Narrow on Mac
https://bugs.python.org/issue42977 opened by zjdavid
#42979: _zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_
https://bugs.python.org/issue42979 opened by vstinner
#42980: argparse: GNU-style help formatter
https://bugs.python.org/issue42980 opened by will
#42981: Error messages raised by _hashlib_scrypt_impl() are slightly m
https://bugs.python.org/issue42981 opened by illia-v
#42982: Update suggested number of iterations for pbkdf2_hmac()
https://bugs.python.org/issue42982 opened by illia-v
#42985: AMD64 Arch Linux Asan 3.x fails: command timed out: 1200 secon
https://bugs.python.org/issue42985 opened by vstinner
#42986: pegen parser: Crash on SyntaxError with f-string on Windows
https://bugs.python.org/issue42986 opened by neonene
#42988: Information disclosure via pydoc -p: /getfile?key=path allows 
https://bugs.python.org/issue42988 opened by hroncok
#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990 opened by Mark.Shannon
#42991: support for splitting multichannel audio fragments in audioop 
https://bugs.python.org/issue42991 opened by Th4R4
#42992: Tkinter bbox coordinates incorrectly drawn
https://bugs.python.org/issue42992 opened by rhoffmann
#42993: doc xml.etree.ElementTree.ElementTree.write does not mention a
https://bugs.python.org/issue42993 opened by buhtz
#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994 opened by nbeals
#42995: Add PurePath.with_suffix_appended()
https://bugs.python.org/issue42995 opened by bgerrity
#42997: Improve error message for missing : before suites
https://bugs.python.org/issue42997 opened by pablogsal
#42998: pathlib.Path: add `username` argument to `home()`
https://bugs.python.org/issue42998 opened by barneygale
#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999 opened by barneygale
#43000: All SSL requests fail with WRONG_VERSION_NUMBER when a packet 
https://bugs.python.org/issue43000 opened by darrenrs
#43001: python3.9.1 test_embed test_tabnanny failed
https://bugs.python.org/issue43001 opened by asholomitskiy84
#43002: Exception chaining accepts exception classes
https://bugs.python.org/issue43002 opened by cool-RR
#43003: Parts of the API will be removed in Python 4.0 ?
https://bugs.python.org/issue43003 opened by MichaelClerx
Most recent 15 issues with no replies (15)
==========================================
#43003: Parts of the API will be removed in Python 4.0 ?
https://bugs.python.org/issue43003
#43002: Exception chaining accepts exception classes
https://bugs.python.org/issue43002
#43001: python3.9.1 test_embed test_tabnanny failed
https://bugs.python.org/issue43001
#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999
#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994
#42993: doc xml.etree.ElementTree.ElementTree.write does not mention a
https://bugs.python.org/issue42993
#42991: support for splitting multichannel audio fragments in audioop 
https://bugs.python.org/issue42991
#42981: Error messages raised by _hashlib_scrypt_impl() are slightly m
https://bugs.python.org/issue42981
#42979: _zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_
https://bugs.python.org/issue42979
#42976: __text_signature__ parser silently drops arguments with certai
https://bugs.python.org/issue42976
#42966: argparse: customizable help formatter
https://bugs.python.org/issue42966
#42963: [multiprocessing] Calling pool.terminate() from an error_callb
https://bugs.python.org/issue42963
#42960: resources module, FreeBSD update adding RLIMIT_KQUEUES constan
https://bugs.python.org/issue42960
#42949: pdb & multiprocessing.Pool: AttributeError: module '__main__' 
https://bugs.python.org/issue42949
#42947: email: Handling when both extended/ascii parameter (filename*/
https://bugs.python.org/issue42947
Most recent 15 issues waiting for review (15)
=============================================
#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999
#42997: Improve error message for missing : before suites
https://bugs.python.org/issue42997
#42995: Add PurePath.with_suffix_appended()
https://bugs.python.org/issue42995
#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994
#42991: support for splitting multichannel audio fragments in audioop 
https://bugs.python.org/issue42991
#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990
#42988: Information disclosure via pydoc -p: /getfile?key=path allows 
https://bugs.python.org/issue42988
#42986: pegen parser: Crash on SyntaxError with f-string on Windows
https://bugs.python.org/issue42986
#42982: Update suggested number of iterations for pbkdf2_hmac()
https://bugs.python.org/issue42982
#42981: Error messages raised by _hashlib_scrypt_impl() are slightly m
https://bugs.python.org/issue42981
#42980: argparse: GNU-style help formatter
https://bugs.python.org/issue42980
#42974: tokenize reports incorrect end col offset and line string when
https://bugs.python.org/issue42974
#42973: argparse: mixing optional and positional arguments... not agai
https://bugs.python.org/issue42973
#42967: [security] urllib.parse.parse_qsl(): Web cache poisoning - `; 
https://bugs.python.org/issue42967
#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958
Top 10 most discussed issues (10)
=================================
#42955: Add sys.module_names: list of stdlib module names (Python and 
https://bugs.python.org/issue42955 24 msgs
#42988: Information disclosure via pydoc -p: /getfile?key=path allows 
https://bugs.python.org/issue42988 13 msgs
#42967: [security] urllib.parse.parse_qsl(): Web cache poisoning - `; 
https://bugs.python.org/issue42967 10 msgs
#42887: 100000 assignments of .__sizeof__ cause a segfault on del
https://bugs.python.org/issue42887 7 msgs
#42962: Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
https://bugs.python.org/issue42962 7 msgs
#42985: AMD64 Arch Linux Asan 3.x fails: command timed out: 1200 secon
https://bugs.python.org/issue42985 7 msgs
#41701: Buildbot web page: connection lost after 1 minute, then displa
https://bugs.python.org/issue41701 6 msgs
#42606: Support POSIX atomicity guarantee of O_APPEND on Windows
https://bugs.python.org/issue42606 6 msgs
#42800: Traceback objects allow accessing frame objects without trigge
https://bugs.python.org/issue42800 6 msgs
#33289: tkinter askcolor returning floats for r, g, b values instead o
https://bugs.python.org/issue33289 5 msgs
Issues closed (35)
==================
#36769: doc Document that fnmatch.filter supports any kind of iterable
https://bugs.python.org/issue36769 closed by iritkatriel
#40176: unterminated string literal tokenization error messages could 
https://bugs.python.org/issue40176 closed by BTaskaya
#40304: Classes created using type() don't need to explicitly inherit 
https://bugs.python.org/issue40304 closed by terry.reedy
#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036 closed by vstinner
#41545: gc API requiring matching number of gc.disable - gc.enable cal
https://bugs.python.org/issue41545 closed by Yonatan Goldschmidt
#41995: five possible Null Pointer Dereference bugs.
https://bugs.python.org/issue41995 closed by vstinner
#42005: profile/cProfile CLI should catch BrokenPipeError
https://bugs.python.org/issue42005 closed by vstinner
#42048: Document Argument Clinic's defining_class converter
https://bugs.python.org/issue42048 closed by erlendaasland
#42163: _replace() no longer works on platform.uname_result objects
https://bugs.python.org/issue42163 closed by jaraco
#42189: copy.deepcopy() no longer works on platform.uname_result objec
https://bugs.python.org/issue42189 closed by jaraco
#42447: robotsparser deny all with some rules
https://bugs.python.org/issue42447 closed by terry.reedy
#42531: importlib.resources.path() raises TypeError for packages witho
https://bugs.python.org/issue42531 closed by jaraco
#42659: Objects of uname_result Class Cannot be Successfully Pickled
https://bugs.python.org/issue42659 closed by jaraco
#42780: os.set_inheritable() fails for O_PATH file descriptors on Linu
https://bugs.python.org/issue42780 closed by vstinner
#42856: ensurepip: add configure --with-wheel-pkg-dir=PATH to get whee
https://bugs.python.org/issue42856 closed by vstinner
#42864: Improve error messages regarding unclosed parentheses
https://bugs.python.org/issue42864 closed by pablogsal
#42923: Py_FatalError(): dump the list of extension modules
https://bugs.python.org/issue42923 closed by vstinner
#42925: Error trace of else inside class
https://bugs.python.org/issue42925 closed by Mark.Shannon
#42931: Include randbytes in random.__all__
https://bugs.python.org/issue42931 closed by rhettinger
#42938: [security] ctypes double representation BoF
https://bugs.python.org/issue42938 closed by benjamin.peterson
#42942: Feature request: Add decdigest() to hashlib
https://bugs.python.org/issue42942 closed by 2d4d
#42944: random.Random.sample bug when counts is not None
https://bugs.python.org/issue42944 closed by rhettinger
#42945: weakref.finalize documentation contradicts itself RE: finalize
https://bugs.python.org/issue42945 closed by ryan.a.heisler
#42951: Random and infinite loop in dealing with recursion error for "
https://bugs.python.org/issue42951 closed by Mark.Shannon
#42953: After the subclass of enum.Enum is imported in some diffenent 
https://bugs.python.org/issue42953 closed by ethan.furman
#42954: new "if-as" syntax
https://bugs.python.org/issue42954 closed by steven.daprano
#42959: AttributeError: module 'signal' has no attribute 'SIGHUP'
https://bugs.python.org/issue42959 closed by gvanrossum
#42965: Optional callable raises TypeError
https://bugs.python.org/issue42965 closed by Ofekmeister
#42975: urllib.parse.parse_qsl(): add an option to not consider semico
https://bugs.python.org/issue42975 closed by vstinner
#42978: Improve error message when "self" is missing from the method d
https://bugs.python.org/issue42978 closed by pablogsal
#42983: sys.argv incorrectly parses command lines with args in environ
https://bugs.python.org/issue42983 closed by gvanrossum
#42984: Python 3.7 and qt Libraries
https://bugs.python.org/issue42984 closed by gvanrossum
#42987: HTTP header injection in urllib on windows
https://bugs.python.org/issue42987 closed by vstinner
#42989: Bug
https://bugs.python.org/issue42989 closed by zach.ware
#42996: hashlib documentation references an obsolete RFC 2898
https://bugs.python.org/issue42996 closed by illia-v
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/L4CKLX4MKOYRG7BCF2ZZTO6BOVCZLOM4/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to