Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-08-28 - 2020-09-04) 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 7692 (+20) closed 45764 (+44) total 53456 (+64) Open issues with patches: 3129 Issues opened (44) ================== #41657: Refactor for object source files variable in Makefile https://bugs.python.org/issue41657 opened by ElianMariano #41658: http.client not allowing non-ascii in headers https://bugs.python.org/issue41658 opened by yellalena #41659: PEG discrepancy on 'if {x} {a}: pass' https://bugs.python.org/issue41659 opened by gvanrossum #41660: multiprocessing.Manager objects lose connection info https://bugs.python.org/issue41660 opened by tim.peters #41661: os.path.relpath does not document ValueError on Windows with d https://bugs.python.org/issue41661 opened by andymaier #41662: Bugs in binding parameters in sqlite3 https://bugs.python.org/issue41662 opened by serhiy.storchaka #41663: Support Windows pseudoterminals in pty and termios modules https://bugs.python.org/issue41663 opened by cs01 #41667: The python PEG generator incorrectly handles empty sequences i https://bugs.python.org/issue41667 opened by pablogsal #41669: Case mismatch between "include" and "Include" https://bugs.python.org/issue41669 opened by indygreg #41670: ceval traces code differently with USE_COMPUTED_GOTOS https://bugs.python.org/issue41670 opened by nedbat #41671: inspect.getdoc/.cleandoc doesn't always remove trailing blank https://bugs.python.org/issue41671 opened by RalfM #41672: imaplib: wrong return type documented https://bugs.python.org/issue41672 opened by norbertcyran #41673: Result of multiprocessing.heap.BufferWrapper.create_memoryview https://bugs.python.org/issue41673 opened by Eric Wieser #41676: asyncio.Event.wait broken link from asyncio.Event https://bugs.python.org/issue41676 opened by graingert #41677: os.access() doesn't recognize lack of permissions on an SMB mo https://bugs.python.org/issue41677 opened by mvpel #41680: Turtles in Python 3.8.5 crashes OSX 10.14.6 https://bugs.python.org/issue41680 opened by dulcimoo #41682: test_asyncio: Proactor test_sendfile_close_peer_in_the_middle_ https://bugs.python.org/issue41682 opened by aeros #41684: argparse: unexpected subparser behaviour on parse_args with na https://bugs.python.org/issue41684 opened by lucca.ruhland #41686: C++ Embedded 'time.sleep()' is not working on Windows host due https://bugs.python.org/issue41686 opened by hafizbilal100 #41687: sendfile implementation is not compatible with Solaris https://bugs.python.org/issue41687 opened by kulikjak #41688: Document how **= does not fall back on ** https://bugs.python.org/issue41688 opened by brett.cannon #41692: Deprecate immortal interned strings: PyUnicode_InternImmortal( https://bugs.python.org/issue41692 opened by vstinner #41695: http.cookies.SimpleCookie.parse could not parse cookies when o https://bugs.python.org/issue41695 opened by brayer.benoit #41696: asyncio.run interacts surprisingly with debug mode https://bugs.python.org/issue41696 opened by hauntsaninja #41698: io.[Text]IOBase.seek doesn't take keyword parameter - revisite https://bugs.python.org/issue41698 opened by andymaier #41699: Potential memory leak with asyncio and run_in_executor https://bugs.python.org/issue41699 opened by sophia2 #41701: Buildbot web page: connection lost after 1 minute, then displa https://bugs.python.org/issue41701 opened by vstinner #41702: Inconsistent behaviour in strftime https://bugs.python.org/issue41702 opened by valdemarrolfsen #41703: Most bytecode changes are absent from Python 3.9 What's new https://bugs.python.org/issue41703 opened by mdartiailh #41704: logging module needs some form of introspection or debugging s https://bugs.python.org/issue41704 opened by jackjansen #41705: os.makedirs fails on long-path UNC-paths if it is the first su https://bugs.python.org/issue41705 opened by Safihre #41706: docs: operator dunder (`__add__`, et al.) invocations describe https://bugs.python.org/issue41706 opened by wchargin #41707: Builtins like int() and float() should not blindly treat buffe https://bugs.python.org/issue41707 opened by amohr #41708: request make uninstall target https://bugs.python.org/issue41708 opened by jeffs #41710: Timeout is affected by jumps in system time https://bugs.python.org/issue41710 opened by wocket #41711: Socker send method throws a timeout exception https://bugs.python.org/issue41711 opened by pppig #41712: REDoS in purge https://bugs.python.org/issue41712 opened by yetingli #41713: _signal module leak: test_interpreters leaked [1424, 1422, 142 https://bugs.python.org/issue41713 opened by vstinner #41714: multiprocessing.Queue deadlock https://bugs.python.org/issue41714 opened by rpurdie #41715: REDoS in c_analyzer https://bugs.python.org/issue41715 opened by yetingli #41717: [AIX] test_io: files was modified by test_io: (@test_6488748_t https://bugs.python.org/issue41717 opened by vstinner #41718: test.regrtest has way too many imports https://bugs.python.org/issue41718 opened by vstinner #41719: Why does not range() support decimals? https://bugs.python.org/issue41719 opened by prasechen #41720: Missed "return NotImplemented" in Vec2D.__rmul__ https://bugs.python.org/issue41720 opened by serhiy.storchaka Most recent 15 issues with no replies (15) ========================================== #41720: Missed "return NotImplemented" in Vec2D.__rmul__ https://bugs.python.org/issue41720 #41719: Why does not range() support decimals? https://bugs.python.org/issue41719 #41711: Socker send method throws a timeout exception https://bugs.python.org/issue41711 #41708: request make uninstall target https://bugs.python.org/issue41708 #41706: docs: operator dunder (`__add__`, et al.) invocations describe https://bugs.python.org/issue41706 #41703: Most bytecode changes are absent from Python 3.9 What's new https://bugs.python.org/issue41703 #41701: Buildbot web page: connection lost after 1 minute, then displa https://bugs.python.org/issue41701 #41699: Potential memory leak with asyncio and run_in_executor https://bugs.python.org/issue41699 #41688: Document how **= does not fall back on ** https://bugs.python.org/issue41688 #41687: sendfile implementation is not compatible with Solaris https://bugs.python.org/issue41687 #41671: inspect.getdoc/.cleandoc doesn't always remove trailing blank https://bugs.python.org/issue41671 #41667: The python PEG generator incorrectly handles empty sequences i https://bugs.python.org/issue41667 #41663: Support Windows pseudoterminals in pty and termios modules https://bugs.python.org/issue41663 #41662: Bugs in binding parameters in sqlite3 https://bugs.python.org/issue41662 #41661: os.path.relpath does not document ValueError on Windows with d https://bugs.python.org/issue41661 Most recent 15 issues waiting for review (15) ============================================= #41720: Missed "return NotImplemented" in Vec2D.__rmul__ https://bugs.python.org/issue41720 #41718: test.regrtest has way too many imports https://bugs.python.org/issue41718 #41715: REDoS in c_analyzer https://bugs.python.org/issue41715 #41713: _signal module leak: test_interpreters leaked [1424, 1422, 142 https://bugs.python.org/issue41713 #41706: docs: operator dunder (`__add__`, et al.) invocations describe https://bugs.python.org/issue41706 #41696: asyncio.run interacts surprisingly with debug mode https://bugs.python.org/issue41696 #41687: sendfile implementation is not compatible with Solaris https://bugs.python.org/issue41687 #41676: asyncio.Event.wait broken link from asyncio.Event https://bugs.python.org/issue41676 #41670: ceval traces code differently with USE_COMPUTED_GOTOS https://bugs.python.org/issue41670 #41667: The python PEG generator incorrectly handles empty sequences i https://bugs.python.org/issue41667 #41662: Bugs in binding parameters in sqlite3 https://bugs.python.org/issue41662 #41657: Refactor for object source files variable in Makefile https://bugs.python.org/issue41657 #41655: New Node may not be visited in lib2to3.refactor.RefactoringToo https://bugs.python.org/issue41655 #41643: make shutil.make_archive always accept pathlib objects https://bugs.python.org/issue41643 #41638: Error message: sqlite3.ProgrammingError: You did not supply a https://bugs.python.org/issue41638 Top 10 most discussed issues (10) ================================= #39010: ProactorEventLoop raises unhandled ConnectionResetError https://bugs.python.org/issue39010 12 msgs #41615: sys.argv may be None or an empty list https://bugs.python.org/issue41615 10 msgs #41642: Buildbot: workers detached every minute and "no space left on https://bugs.python.org/issue41642 6 msgs #39883: Use BSD0 license for code in docs https://bugs.python.org/issue39883 5 msgs #41638: Error message: sqlite3.ProgrammingError: You did not supply a https://bugs.python.org/issue41638 5 msgs #41686: C++ Embedded 'time.sleep()' is not working on Windows host due https://bugs.python.org/issue41686 5 msgs #1635741: Py_Finalize() doesn't clear all Python objects at exit https://bugs.python.org/issue1635741 5 msgs #41684: argparse: unexpected subparser behaviour on parse_args with na https://bugs.python.org/issue41684 4 msgs #41696: asyncio.run interacts surprisingly with debug mode https://bugs.python.org/issue41696 4 msgs #41713: _signal module leak: test_interpreters leaked [1424, 1422, 142 https://bugs.python.org/issue41713 4 msgs Issues closed (43) ================== #14611: inspect.getargs fails on some anonymous tuples https://bugs.python.org/issue14611 closed by corona10 #15947: Assigning new values to instance of pointer types does not che https://bugs.python.org/issue15947 closed by facundobatista #19521: Parallel build race condition on AIX since python-2.7 https://bugs.python.org/issue19521 closed by skrah #30926: KeyError with cgitb inspecting exception in generator expressi https://bugs.python.org/issue30926 closed by jaraco #37168: small_ints[] modified (third party C-extension?) https://bugs.python.org/issue37168 closed by skrah #38240: assertCountEqual is horribly misleading, sounds like only coun https://bugs.python.org/issue38240 closed by mark.dickinson #39461: [RFE] os.environ should support Path-like values, like subproc https://bugs.python.org/issue39461 closed by ethan.furman #39994: pprint handling of dict subclasses that override __repr__ https://bugs.python.org/issue39994 closed by eric.smith #40083: No run option available in python idle in version 3.8.2 https://bugs.python.org/issue40083 closed by terry.reedy #40153: json dump with repeated key https://bugs.python.org/issue40153 closed by rhettinger #40275: test.support has way too many imports https://bugs.python.org/issue40275 closed by vstinner #41059: Large number of Coverity reports for parser.c https://bugs.python.org/issue41059 closed by gvanrossum #41344: SharedMemory crash when size is 0 https://bugs.python.org/issue41344 closed by pablogsal #41524: PyOS_mystricmp advances pointers too far https://bugs.python.org/issue41524 closed by corona10 #41533: Bugfix: va_build_stack leaks the stack if do_mkstack fails https://bugs.python.org/issue41533 closed by benjamin.peterson #41534: argparse : allow_abbrev behavior between 3.7 and 3.8 https://bugs.python.org/issue41534 closed by paul.j3 #41549: IDLE leaks `_` into hint box https://bugs.python.org/issue41549 closed by terry.reedy #41617: __builtin_bswap16 is used without checking it is supported https://bugs.python.org/issue41617 closed by vstinner #41634: Typo in curses documentation https://bugs.python.org/issue41634 closed by terry.reedy #41637: Calling with an infinite number of parameters is not detected https://bugs.python.org/issue41637 closed by serhiy.storchaka #41640: module zipfile issue on closing https://bugs.python.org/issue41640 closed by xtreak #41653: About the use of cpython console mode problem https://bugs.python.org/issue41653 closed by terry.reedy #41654: Segfault when raising MemoryError https://bugs.python.org/issue41654 closed by pablogsal #41664: re.sub does NOT substitute all the matching patterns when re.I https://bugs.python.org/issue41664 closed by mrabarnett #41665: Empty https://bugs.python.org/issue41665 closed by x_0euf #41666: fix https://bugs.python.org/issue41666 closed by xtreak #41668: Expose eventfd for high-performance event notifier in Linux https://bugs.python.org/issue41668 closed by pablogsal #41674: Doc tests failing for many PRs on GitHub https://bugs.python.org/issue41674 closed by xtreak #41675: Modernize siginterrupt calls https://bugs.python.org/issue41675 closed by pablogsal #41678: File-level, optionally external sorting https://bugs.python.org/issue41678 closed by rhettinger #41679: Deprecation warning due to invalid escape sequences in Doc/too https://bugs.python.org/issue41679 closed by pablogsal #41681: f-string error description seems wrong https://bugs.python.org/issue41681 closed by eric.smith #41683: Python3: Installation error on Ubunti-18 https://bugs.python.org/issue41683 closed by ned.deily #41685: make doctest on 3.10 (master branch) fails with setuptools 50. https://bugs.python.org/issue41685 closed by vstinner #41689: allow __text_signature__ to work for c heap types https://bugs.python.org/issue41689 closed by benjamin.peterson #41690: Use a loop to collect args in the parser instead of recursion https://bugs.python.org/issue41690 closed by pablogsal #41691: Idle 3.8.5 on Win64 won't save a file if it didn't include a n https://bugs.python.org/issue41691 closed by terry.reedy #41693: AttributeError: 'str' object has no attribute '__cause__' (pyt https://bugs.python.org/issue41693 closed by abaelhe #41694: python3 futures.as_completed timeout broken if future contains https://bugs.python.org/issue41694 closed by josh.r #41697: Heap buffer overflow in the parser https://bugs.python.org/issue41697 closed by pablogsal #41700: test_c_locale_coercion: test_PYTHONCOERCECLOCALE_set_to_one() https://bugs.python.org/issue41700 closed by corona10 #41709: Tkinter erases clipboard upon closing https://bugs.python.org/issue41709 closed by terry.reedy #41716: SyntaxError: EOL while scanning string literal https://bugs.python.org/issue41716 closed by steven.daprano
participants (1)
-
Python tracker