ACTIVITY SUMMARY (2019-12-27 - 2020-01-03) 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 7227 (+24) closed 43726 (+38) total 50953 (+62) Open issues with patches: 2842 Issues opened (48) ================== #27973: urllib.urlretrieve() fails on second ftp transfer https://bugs.python.org/issue27973 reopened by pablogsal #39114: Python 3.9.0a2 changed how finally/return is traced https://bugs.python.org/issue39114 reopened by nedbat #39141: IDLE Clear function returns 256 on Mac OS Catalina https://bugs.python.org/issue39141 opened by twiste...@gmail.com #39143: Implementing sub-generation steps in the gc https://bugs.python.org/issue39143 opened by pablogsal #39146: too much memory consumption in re.compile unicode https://bugs.python.org/issue39146 opened by Zhipeng Xie #39147: using zipfile with root privilege shows FileNotFoundError https://bugs.python.org/issue39147 opened by Patrick Liu #39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop https://bugs.python.org/issue39148 opened by alex.gronholm #39150: See if PyToken_OneChar would be faster as a lookup table https://bugs.python.org/issue39150 opened by petdance #39151: Simplify the deep-first-search of the assembler https://bugs.python.org/issue39151 opened by pablogsal #39152: Faulty override of tkinter.Misc.configure in tkinter.ttk.Scale https://bugs.python.org/issue39152 opened by glombardo #39153: Clarify refcounting semantics of PyDict_SetItem[String] https://bugs.python.org/issue39153 opened by ncoghlan #39154: "utf8" not always a synonym for "utf-8" in lib2to3 https://bugs.python.org/issue39154 opened by Peter Ludemann #39155: "utf8-sig" missing from codecs (inconsistency) https://bugs.python.org/issue39155 opened by Peter Ludemann #39156: Break up COMPARE_OP into logically distinct operations. https://bugs.python.org/issue39156 opened by Mark.Shannon #39157: test_pidfd_send_signal can fail on some systems with Permissio https://bugs.python.org/issue39157 opened by pablogsal #39159: Ideas for making ast.literal_eval() usable https://bugs.python.org/issue39159 opened by rhettinger #39160: ./configure --help has inconsistencies in style https://bugs.python.org/issue39160 opened by anthony shaw #39161: Py_NewInterpreter docs need updating for multi-phase initializ https://bugs.python.org/issue39161 opened by ncoghlan #39162: setup.py not picking up tkinter headers https://bugs.python.org/issue39162 opened by anthonypjshaw #39164: PyErr_GetExcInfo does not allow to retrieve for an arbitrary t https://bugs.python.org/issue39164 opened by jd #39165: Completeness and symmetry in RE, avoid `findall(...)[0]` https://bugs.python.org/issue39165 opened by apalala #39166: Python 3.9.0a2 changed how "async for" traces its final iterat https://bugs.python.org/issue39166 opened by nedbat #39168: Generic type subscription is a huge toll on Python performance https://bugs.python.org/issue39168 opened by Ruslan Dautkhanov #39169: TypeError: 'int' object is not callable if the signal handler https://bugs.python.org/issue39169 opened by Ronald Li #39170: Sqlite3 row_factory for attribute access: NamedRow https://bugs.python.org/issue39170 opened by jidn #39171: Missing default root in tkinter simpledialog.py https://bugs.python.org/issue39171 opened by dominic108 #39173: _AttributeHolder of argparse should support the sort function https://bugs.python.org/issue39173 opened by shihai1991 #39174: unicodedata.normalize failing with NFD and NFKD for some chara https://bugs.python.org/issue39174 opened by Lee Collins #39177: In tkinter, simple dialogs, askstrings, etc. with flexible coo https://bugs.python.org/issue39177 opened by dominic108 #39179: pandas tz_convert() seems to report incorrect date conversion https://bugs.python.org/issue39179 opened by Seeking.that #39180: Missing getlines func documentation from linecache module https://bugs.python.org/issue39180 opened by khalidmammadov #39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond https://bugs.python.org/issue39181 opened by jack1142 #39182: sys.addaudithook(hook) loops indefinitely on mismatch for hook https://bugs.python.org/issue39182 opened by Dutcho #39184: Many command execution functions are not raising auditing even https://bugs.python.org/issue39184 opened by Saiyang Gou #39185: Add quiet and detailed verbosity levels to build.bat https://bugs.python.org/issue39185 opened by anthonypjshaw #39187: urllib.robotparser does not respect the longest match for the https://bugs.python.org/issue39187 opened by gallicrooster #39188: recent change when passing a Union to a function https://bugs.python.org/issue39188 opened by Kevin Schlossser #39189: Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable https://bugs.python.org/issue39189 opened by Bahram Aghaei #39190: _result_handler dies on raised exceptions [multiprocessing] https://bugs.python.org/issue39190 opened by sindrig #39191: Coroutine is awaited despite an exception in run_until_complet https://bugs.python.org/issue39191 opened by dkaveshnikov #39194: asyncio.open_connection returns a closed client when server fa https://bugs.python.org/issue39194 opened by Jonathan Martin #39196: json fails to encode dictionary view types https://bugs.python.org/issue39196 opened by jogo #39197: Support the title and description arguments for mutually exclu https://bugs.python.org/issue39197 opened by signing_agreement #39198: Lock may not be released in Logger.isEnabledFor https://bugs.python.org/issue39198 opened by derektbrown #39199: Improve the AST documentation https://bugs.python.org/issue39199 opened by pablogsal #39200: Fix inaccurate TypeError messages when calling with insufficie https://bugs.python.org/issue39200 opened by jferard #39201: Threading.timer leaks memory in 3.8.0/3.8.1 https://bugs.python.org/issue39201 opened by mneerup #39202: Python shelve __del__ ignored exception https://bugs.python.org/issue39202 opened by libbkmz Most recent 15 issues with no replies (15) ========================================== #39202: Python shelve __del__ ignored exception https://bugs.python.org/issue39202 #39199: Improve the AST documentation https://bugs.python.org/issue39199 #39197: Support the title and description arguments for mutually exclu https://bugs.python.org/issue39197 #39194: asyncio.open_connection returns a closed client when server fa https://bugs.python.org/issue39194 #39190: _result_handler dies on raised exceptions [multiprocessing] https://bugs.python.org/issue39190 #39189: Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable https://bugs.python.org/issue39189 #39188: recent change when passing a Union to a function https://bugs.python.org/issue39188 #39185: Add quiet and detailed verbosity levels to build.bat https://bugs.python.org/issue39185 #39184: Many command execution functions are not raising auditing even https://bugs.python.org/issue39184 #39182: sys.addaudithook(hook) loops indefinitely on mismatch for hook https://bugs.python.org/issue39182 #39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond https://bugs.python.org/issue39181 #39180: Missing getlines func documentation from linecache module https://bugs.python.org/issue39180 #39177: In tkinter, simple dialogs, askstrings, etc. with flexible coo https://bugs.python.org/issue39177 #39170: Sqlite3 row_factory for attribute access: NamedRow https://bugs.python.org/issue39170 #39169: TypeError: 'int' object is not callable if the signal handler https://bugs.python.org/issue39169 Most recent 15 issues waiting for review (15) ============================================= #39200: Fix inaccurate TypeError messages when calling with insufficie https://bugs.python.org/issue39200 #39199: Improve the AST documentation https://bugs.python.org/issue39199 #39198: Lock may not be released in Logger.isEnabledFor https://bugs.python.org/issue39198 #39191: Coroutine is awaited despite an exception in run_until_complet https://bugs.python.org/issue39191 #39190: _result_handler dies on raised exceptions [multiprocessing] https://bugs.python.org/issue39190 #39187: urllib.robotparser does not respect the longest match for the https://bugs.python.org/issue39187 #39185: Add quiet and detailed verbosity levels to build.bat https://bugs.python.org/issue39185 #39180: Missing getlines func documentation from linecache module https://bugs.python.org/issue39180 #39171: Missing default root in tkinter simpledialog.py https://bugs.python.org/issue39171 #39170: Sqlite3 row_factory for attribute access: NamedRow https://bugs.python.org/issue39170 #39166: Python 3.9.0a2 changed how "async for" traces its final iterat https://bugs.python.org/issue39166 #39164: PyErr_GetExcInfo does not allow to retrieve for an arbitrary t https://bugs.python.org/issue39164 #39162: setup.py not picking up tkinter headers https://bugs.python.org/issue39162 #39160: ./configure --help has inconsistencies in style https://bugs.python.org/issue39160 #39157: test_pidfd_send_signal can fail on some systems with Permissio https://bugs.python.org/issue39157 Top 10 most discussed issues (10) ================================= #39143: Implementing sub-generation steps in the gc https://bugs.python.org/issue39143 15 msgs #39168: Generic type subscription is a huge toll on Python performance https://bugs.python.org/issue39168 12 msgs #36051: Drop the GIL during large bytes.join operations? https://bugs.python.org/issue36051 10 msgs #32615: Inconsistent behavior if globals is a dict subclass https://bugs.python.org/issue32615 9 msgs #27973: urllib.urlretrieve() fails on second ftp transfer https://bugs.python.org/issue27973 8 msgs #39114: Python 3.9.0a2 changed how finally/return is traced https://bugs.python.org/issue39114 6 msgs #39134: can't construct dataclass as ABC (or runtime check as data pro https://bugs.python.org/issue39134 6 msgs #39166: Python 3.9.0a2 changed how "async for" traces its final iterat https://bugs.python.org/issue39166 6 msgs #34118: Fix some class entries in 'Built-in Functions' https://bugs.python.org/issue34118 5 msgs #39156: Break up COMPARE_OP into logically distinct operations. https://bugs.python.org/issue39156 5 msgs Issues closed (38) ================== #5851: Add a stream parameter to gc.set_debug https://bugs.python.org/issue5851 closed by pablogsal #13601: sys.stderr should be line-buffered when stderr is not a TTY https://bugs.python.org/issue13601 closed by pitrou #15273: Remove unnecessarily random behavior from test_unparse.py https://bugs.python.org/issue15273 closed by pablogsal #15723: Python breaks OS' append guarantee on file writes https://bugs.python.org/issue15723 closed by gvanrossum #18858: dummy_threading lacks threading.get_ident() equivalent https://bugs.python.org/issue18858 closed by inada.naoki #20443: __code__. co_filename should always be an absolute path https://bugs.python.org/issue20443 closed by ncoghlan #24174: Python crash on exit https://bugs.python.org/issue24174 closed by SilentGhost #25087: Type variable substitution in type instances https://bugs.python.org/issue25087 closed by gvanrossum #30427: isinstance checks in os.path.normcase redundant with os.fspath https://bugs.python.org/issue30427 closed by brett.cannon #32438: PyLong_ API cleanup https://bugs.python.org/issue32438 closed by mark.dickinson #33387: Simplify bytecodes for try-finally, try-except and with blocks https://bugs.python.org/issue33387 closed by Mark.Shannon #33777: dummy_threading: .is_alive method returns True after execution https://bugs.python.org/issue33777 closed by inada.naoki #35143: `from __future__ import annotations` has no effect inside `ast https://bugs.python.org/issue35143 closed by eric.smith #36220: LOAD_NAME and LOAD_GLOBAL, STORE_GLOBAL handle dict subclasses https://bugs.python.org/issue36220 closed by pablogsal #37446: Undefined behavior in Python/hamt.c https://bugs.python.org/issue37446 closed by benjamin.peterson #38532: Missing decrefs in the _ctypes module https://bugs.python.org/issue38532 closed by twouters #38588: Use-after-free in dict/list https://bugs.python.org/issue38588 closed by pablogsal #38610: use-after-free in list object function https://bugs.python.org/issue38610 closed by pablogsal #38879: Reordered error checking in PyArena_New(). https://bugs.python.org/issue38879 closed by pitrou #39037: Fix the trial order of the __exit__ and __enter__ methods in t https://bugs.python.org/issue39037 closed by maggyero #39112: Misleading documentation for tuple https://bugs.python.org/issue39112 closed by terry.reedy #39136: Typos in whatsnew file and docs https://bugs.python.org/issue39136 closed by terry.reedy #39142: logging.config.dictConfig will convert namedtuple to Convertin https://bugs.python.org/issue39142 closed by vinay.sajip #39144: Align ctags and etags targets and include Python stdlib https://bugs.python.org/issue39144 closed by pablogsal #39145: Innocuous parent class changes multiple inheritance MRO https://bugs.python.org/issue39145 closed by steven.daprano #39149: False positive using operator 'AND' while checking keys on dic https://bugs.python.org/issue39149 closed by serhiy.storchaka #39158: ast.literal_eval() doesn't support empty sets https://bugs.python.org/issue39158 closed by rhettinger #39163: spam https://bugs.python.org/issue39163 closed by xtreak #39167: argparse boolean type bug https://bugs.python.org/issue39167 closed by josh.r #39172: Transformation of "string.find('asd', 'sd')" to Python 3 using https://bugs.python.org/issue39172 closed by serhiy.storchaka #39175: Funkness with issubset https://bugs.python.org/issue39175 closed by rhettinger #39176: Syntax error message uses strange term: "named assignment" https://bugs.python.org/issue39176 closed by rhettinger #39178: Should we make dict not accept a sequence of sets? https://bugs.python.org/issue39178 closed by steven.daprano #39183: Text divided in two strings due to wrong formatting https://bugs.python.org/issue39183 closed by rffontenelle #39186: Windows installer instructions refer to mercurial https://bugs.python.org/issue39186 closed by zach.ware #39192: relationlist module https://bugs.python.org/issue39192 closed by mark.dickinson #39193: Out-of-bound write in ceval.c:_PyEval_EvalFrameDefault https://bugs.python.org/issue39193 closed by pablogsal #39195: re._compile should check if the argument is a compiled pattern https://bugs.python.org/issue39195 closed by Recursing _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/PDFUYEWGPPXQIPYWLULFVSOE5RGLQURY/ Code of Conduct: http://python.org/psf/codeofconduct/