Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-03-13 - 2020-03-20) 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 7358 ( +1) closed 44420 (+70) total 51778 (+71) Open issues with patches: 2883 Issues opened (44) ================== #39576: Surprising MemoryError in `decimal` with MAX_PREC https://bugs.python.org/issue39576 reopened by pablogsal #39958: Deadlock in _PyInterpreterState_DeleteExceptMain with HEAD_LOC https://bugs.python.org/issue39958 opened by Atle Solbakken #39959: (Possible) bug on multiprocessing.shared_memory https://bugs.python.org/issue39959 opened by dxflores #39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H https://bugs.python.org/issue39960 opened by Matthias Braun #39961: warning: this use of "defined" may not be portable (Mac OS) https://bugs.python.org/issue39961 opened by clem.wang #39963: Subclassing slice objects https://bugs.python.org/issue39963 opened by mariode1 #39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception https://bugs.python.org/issue39966 opened by aviso #39967: bdb calls linecache.checkcache, resulting in source being diff https://bugs.python.org/issue39967 opened by blueyed #39971: Error on documentation - Quick fix. https://bugs.python.org/issue39971 opened by dxflores #39975: Group of commands running in Python 3.7.6 Shell, but failing a https://bugs.python.org/issue39975 opened by rosarion #39976: Add "**other_popen_kwargs" to subprocess API signatures in doc https://bugs.python.org/issue39976 opened by ncoghlan #39978: Vectorcall implementation should conform to PEP 590. https://bugs.python.org/issue39978 opened by Mark.Shannon #39981: Default values for AST Nodes https://bugs.python.org/issue39981 opened by BTaskaya #39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar https://bugs.python.org/issue39982 opened by vstinner #39983: test.regrtest: test marked as failed (env changed), but no war https://bugs.python.org/issue39983 opened by vstinner #39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS https://bugs.python.org/issue39984 opened by vstinner #39986: test_os / test_listdir failed as root-directory changed during https://bugs.python.org/issue39986 opened by Matthias Braun #39989: Output closing parenthesis in ast.dump() on separate line https://bugs.python.org/issue39989 opened by serhiy.storchaka #39990: help should evaluate forward reference https://bugs.python.org/issue39990 opened by McSinyx #39994: Redundant code in pprint module. https://bugs.python.org/issue39994 opened by palakjha #39995: test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest. https://bugs.python.org/issue39995 opened by vstinner #39996: test_multiprocessing_fork hangs on AMD64 FreeBSD Shared 3.x https://bugs.python.org/issue39996 opened by vstinner #39999: Fix some issues with AST node classes https://bugs.python.org/issue39999 opened by serhiy.storchaka #40001: ignore errors in SimpleCookie https://bugs.python.org/issue40001 opened by aviramha #40002: Cookie load error inconsistency https://bugs.python.org/issue40002 opened by bar.harel #40003: test.regrtest: add an option to run test.bisect_cmd on failed https://bugs.python.org/issue40003 opened by vstinner #40005: Getting different result in python 2.7 and 3.7. https://bugs.python.org/issue40005 opened by Bharatsolanki #40006: enum: Add documentation for _create_pseudo_member_ and composi https://bugs.python.org/issue40006 opened by cool-RR #40007: An attempt to make asyncio.transport.writelines (selector) use https://bugs.python.org/issue40007 opened by tzickel #40010: Inefficient signal handling in multithreaded applications https://bugs.python.org/issue40010 opened by vstinner #40011: Tkinter widget events are of type Tuple https://bugs.python.org/issue40011 opened by Hênio Tierra Sampaio #40012: Avoid Python 2 documentation to appear in Web search results https://bugs.python.org/issue40012 opened by bittner #40013: CSV DictReader parameter documentation https://bugs.python.org/issue40013 opened by Moshe Sambol #40014: os.getgrouplist() can fail on macOS https://bugs.python.org/issue40014 opened by corona10 #40016: Clarify flag case in `re` module https://bugs.python.org/issue40016 opened by cool-RR #40017: Please support CLOCK_TAI in the time module. https://bugs.python.org/issue40017 opened by r3owen #40018: test_ssl fails with OpenSSL 1.1.1e https://bugs.python.org/issue40018 opened by benjamin.peterson #40019: test_gdb should better detect when Python is optimized https://bugs.python.org/issue40019 opened by vstinner #40020: growable_comment_array_add leaks, causes crash https://bugs.python.org/issue40020 opened by Alexander Riccio #40022: 关于列表的基础算法问题 https://bugs.python.org/issue40022 opened by yepan Li #40023: os.writev and socket.sendmsg return value are not ideal https://bugs.python.org/issue40023 opened by tzickel #40024: Add _PyModule_AddType private helper function https://bugs.python.org/issue40024 opened by corona10 #40025: enum: _generate_next_value_ is not called if its definition oc https://bugs.python.org/issue40025 opened by edd07 #40026: Create render_*_diff variants to the *_diff functions in diffl https://bugs.python.org/issue40026 opened by ruoso Most recent 15 issues with no replies (15) ========================================== #40026: Create render_*_diff variants to the *_diff functions in diffl https://bugs.python.org/issue40026 #40025: enum: _generate_next_value_ is not called if its definition oc https://bugs.python.org/issue40025 #40024: Add _PyModule_AddType private helper function https://bugs.python.org/issue40024 #40023: os.writev and socket.sendmsg return value are not ideal https://bugs.python.org/issue40023 #40022: 关于列表的基础算法问题 https://bugs.python.org/issue40022 #40013: CSV DictReader parameter documentation https://bugs.python.org/issue40013 #40012: Avoid Python 2 documentation to appear in Web search results https://bugs.python.org/issue40012 #40011: Tkinter widget events are of type Tuple https://bugs.python.org/issue40011 #40006: enum: Add documentation for _create_pseudo_member_ and composi https://bugs.python.org/issue40006 #40003: test.regrtest: add an option to run test.bisect_cmd on failed https://bugs.python.org/issue40003 #40001: ignore errors in SimpleCookie https://bugs.python.org/issue40001 #39994: Redundant code in pprint module. https://bugs.python.org/issue39994 #39986: test_os / test_listdir failed as root-directory changed during https://bugs.python.org/issue39986 #39983: test.regrtest: test marked as failed (env changed), but no war https://bugs.python.org/issue39983 #39981: Default values for AST Nodes https://bugs.python.org/issue39981 Most recent 15 issues waiting for review (15) ============================================= #40024: Add _PyModule_AddType private helper function https://bugs.python.org/issue40024 #40020: growable_comment_array_add leaks, causes crash https://bugs.python.org/issue40020 #40019: test_gdb should better detect when Python is optimized https://bugs.python.org/issue40019 #40016: Clarify flag case in `re` module https://bugs.python.org/issue40016 #40014: os.getgrouplist() can fail on macOS https://bugs.python.org/issue40014 #40010: Inefficient signal handling in multithreaded applications https://bugs.python.org/issue40010 #40002: Cookie load error inconsistency https://bugs.python.org/issue40002 #40001: ignore errors in SimpleCookie https://bugs.python.org/issue40001 #39999: Fix some issues with AST node classes https://bugs.python.org/issue39999 #39994: Redundant code in pprint module. https://bugs.python.org/issue39994 #39989: Output closing parenthesis in ast.dump() on separate line https://bugs.python.org/issue39989 #39986: test_os / test_listdir failed as root-directory changed during https://bugs.python.org/issue39986 #39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS https://bugs.python.org/issue39984 #39981: Default values for AST Nodes https://bugs.python.org/issue39981 #39967: bdb calls linecache.checkcache, resulting in source being diff https://bugs.python.org/issue39967 Top 10 most discussed issues (10) ================================= #22699: Module source files not found when cross-compiling https://bugs.python.org/issue22699 11 msgs #39939: Add str methods to remove prefixes or suffixes https://bugs.python.org/issue39939 10 msgs #10572: Move test sub-packages to Lib/test https://bugs.python.org/issue10572 8 msgs #39879: Update language reference to specify that dict is insertion-or https://bugs.python.org/issue39879 8 msgs #39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS https://bugs.python.org/issue39984 8 msgs #38938: Possible performance improvement for heaqq.merge() https://bugs.python.org/issue38938 7 msgs #39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar https://bugs.python.org/issue39982 7 msgs #40016: Clarify flag case in `re` module https://bugs.python.org/issue40016 7 msgs #1635741: Py_Finalize() doesn't clear all Python objects at exit https://bugs.python.org/issue1635741 7 msgs #25024: Allow passing "delete=False" to TemporaryDirectory https://bugs.python.org/issue25024 6 msgs Issues closed (69) ================== #20125: We need a good replacement for direct use of load_module(), po https://bugs.python.org/issue20125 closed by brett.cannon #20613: Wrong line information in bytecode generated by compiler modul https://bugs.python.org/issue20613 closed by brett.cannon #20890: Miscellaneous PEP 101 additions https://bugs.python.org/issue20890 closed by brett.cannon #20986: test_startup_imports fails in test_site when executed inside v https://bugs.python.org/issue20986 closed by vstinner #21087: imp.frozen_init() incorrectly removes module during reload https://bugs.python.org/issue21087 closed by brett.cannon #21108: Add examples for importlib in doc https://bugs.python.org/issue21108 closed by brett.cannon #21199: [2.7] Python on 64-bit Windows uses signed 32-bit type for rea https://bugs.python.org/issue21199 closed by vstinner #21242: Generalize configure check for working Python executable https://bugs.python.org/issue21242 closed by brett.cannon #22497: msiexec not creating msvcr90.dll with python -2.7.6.msi https://bugs.python.org/issue22497 closed by steve.dower #26660: tempfile.TemporaryDirectory() cleanup exception if nonwriteabl https://bugs.python.org/issue26660 closed by serhiy.storchaka #27807: Prevent site-packages .pth files from causing test_site failur https://bugs.python.org/issue27807 closed by vstinner #28087: macOS 12 poll syscall returns prematurely https://bugs.python.org/issue28087 closed by vstinner #35312: lib2to3.pgen2.parse.ParseError is not roundtrip pickleable https://bugs.python.org/issue35312 closed by Anthony Sottile #35691: cpython3.7.2 make test failed https://bugs.python.org/issue35691 closed by vstinner #36478: backport of pickle fixes to Python 3.5.7 uses C99 for loops https://bugs.python.org/issue36478 closed by Anthony Sottile #37695: Incorrect error message for `unget_wch(bytes_object)` https://bugs.python.org/issue37695 closed by Anthony Sottile #38373: List overallocation strategy https://bugs.python.org/issue38373 closed by serhiy.storchaka #38500: PEP 523: Add private _PyInterpreterState_SetEvalFrameFunc() fu https://bugs.python.org/issue38500 closed by vstinner #38576: CVE-2019-18348: CRLF injection via the host part of the url pa https://bugs.python.org/issue38576 closed by gregory.p.smith #38744: python 3.8 hang in multiprocessing.Pool() locking on FreeBSD / https://bugs.python.org/issue38744 closed by pablogsal #39087: [C API] No efficient C API to get UTF-8 string from unicode ob https://bugs.python.org/issue39087 closed by inada.naoki #39220: constant folding affects annotations despite 'from __future__ https://bugs.python.org/issue39220 closed by pablogsal #39360: python3.8 regression - ThreadPool join via __del__ hangs forev https://bugs.python.org/issue39360 closed by pablogsal #39507: http library missing HTTP status code 418 "I'm a teapot" https://bugs.python.org/issue39507 closed by serhiy.storchaka #39509: Update HTTP status code to follow IANA https://bugs.python.org/issue39509 closed by serhiy.storchaka #39562: Asynchronous comprehensions don't work in asyncio REPL https://bugs.python.org/issue39562 closed by BTaskaya #39582: ossaudiodev update helpers signature https://bugs.python.org/issue39582 closed by serhiy.storchaka #39585: Delete a pending item in _warning.c https://bugs.python.org/issue39585 closed by serhiy.storchaka #39638: Keep ASDL signatures for AST nodes https://bugs.python.org/issue39638 closed by serhiy.storchaka #39656: shebanged scripts can escape from `venv` depending on how it w https://bugs.python.org/issue39656 closed by vinay.sajip #39677: 3.6+ documentation for MAKE_FUNCTION https://bugs.python.org/issue39677 closed by serhiy.storchaka #39719: tempfile.SpooledTemporaryFile still has softspace property https://bugs.python.org/issue39719 closed by serhiy.storchaka #39797: shutdown() in socketserver.BaseServer should be in a different https://bugs.python.org/issue39797 closed by ned.deily #39824: Multi-phase extension module (PEP 489): don't call m_traverse, https://bugs.python.org/issue39824 closed by vstinner #39845: Argparse on Python 3.7.1 (Windows) appends double quotes to st https://bugs.python.org/issue39845 closed by eryksun #39871: math.copysign raises SystemError with non-float x and custom y https://bugs.python.org/issue39871 closed by mark.dickinson #39887: Duplicate C object description of vectorcallfunc https://bugs.python.org/issue39887 closed by serhiy.storchaka #39915: await_args_list in AsyncMock always refers to the last awaited https://bugs.python.org/issue39915 closed by xtreak #39937: Suggest the usage of Element.iter() instead of iter() in whats https://bugs.python.org/issue39937 closed by xtreak #39946: Remove _PyThreadState_GetFrame https://bugs.python.org/issue39946 closed by vstinner #39956: Numeric Literals vs string "1_1" on input int() or float() or https://bugs.python.org/issue39956 closed by mark.dickinson #39957: bpo39775 not fixed - inspect.Signature.parameters still dict/m https://bugs.python.org/issue39957 closed by inada.naoki #39962: Wrong file.tell() function results (Windows 10/Python 64 3.8.2 https://bugs.python.org/issue39962 closed by eric.smith #39964: adding a string to a list works differently with x+='' compare https://bugs.python.org/issue39964 closed by steven.daprano #39965: await is valid in non async functions if PyCF_ALLOW_TOP_LEVEL_ https://bugs.python.org/issue39965 closed by pablogsal #39968: port extension modules' macros of `get_module_state()` to inli https://bugs.python.org/issue39968 closed by vstinner #39969: Remove Param expression context from AST https://bugs.python.org/issue39969 closed by pablogsal #39970: Combined behavior of datetime.datetime.timestamp() and datetim https://bugs.python.org/issue39970 closed by p-ganssle #39972: Math library Bug Return None for "degrees(0)" https://bugs.python.org/issue39972 closed by SilentGhost #39973: The documentation for PyObject_GenericSetDict() is incorrect https://bugs.python.org/issue39973 closed by serhiy.storchaka #39974: A race condition with GIL releasing exists in stringlib_bytes_ https://bugs.python.org/issue39974 closed by inada.naoki #39977: Python aborts trying to load libcrypto.dylib https://bugs.python.org/issue39977 closed by ned.deily #39979: Cannot tune scrypt with large enough parameters https://bugs.python.org/issue39979 closed by Gle #39980: importlib.resources.path() may return incorrect path when usin https://bugs.python.org/issue39980 closed by jaraco #39985: str.format and string.Formatter subscript behaviors diverge https://bugs.python.org/issue39985 closed by eric.smith #39987: Simplify setting line numbers in the compiler https://bugs.python.org/issue39987 closed by serhiy.storchaka #39988: Remove AugLoad and AugStore expression context from AST https://bugs.python.org/issue39988 closed by serhiy.storchaka #39991: test_uuid.test_netstat_getnode() fails on FreeBSD VM: uuid._ne https://bugs.python.org/issue39991 closed by vstinner #39992: Windows line endings of pyc file detected on Ubuntu https://bugs.python.org/issue39992 closed by serhiy.storchaka #39993: Language Reference - Function definition parameter_list item d https://bugs.python.org/issue39993 closed by serhiy.storchaka #39997: "is" operator doesn't work on method returned from method desc https://bugs.python.org/issue39997 closed by christian.heimes #39998: [C API] Remove PyEval_AcquireLock() and PyEval_ReleaseLock() f https://bugs.python.org/issue39998 closed by vstinner #40000: Improve AST validation for Constant nodes https://bugs.python.org/issue40000 closed by BTaskaya #40004: String comparison with dotted numerical values wrong https://bugs.python.org/issue40004 closed by gvanrossum #40008: Spam https://bugs.python.org/issue40008 closed by zach.ware #40009: Spam https://bugs.python.org/issue40009 closed by zach.ware #40015: logging.Logger.disabled field is redundant https://bugs.python.org/issue40015 closed by rvprasad #40021: Throwing an Exception results in stack overflow https://bugs.python.org/issue40021 closed by benjamin.peterson #40027: re.sub inconsistency beginning with 3.7 https://bugs.python.org/issue40027 closed by mrabarnett
participants (1)
-
Python tracker