Summary of Python tracker Issues

ACTIVITY SUMMARY (2020-02-07 - 2020-02-14) 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 7277 (-11) closed 44107 (+65) total 51384 (+54) Open issues with patches: 2861 Issues opened (35) ================== #5537: LWPCookieJar cannot handle cookies with expirations of 2038 or https://bugs.python.org/issue5537 reopened by vstinner #38324: [Windows] test_locale and test__locale failures on Windows https://bugs.python.org/issue38324 reopened by eryksun #39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo https://bugs.python.org/issue39567 reopened by serhiy.storchaka #39580: Check for COMMAND_LINE_INSTALL variable in Python_Documentatio https://bugs.python.org/issue39580 opened by flammable #39582: ossaudiodev update helpers signature https://bugs.python.org/issue39582 opened by devnexen #39583: Remove superfluous "extern C" bits from Include/cpython/*.h https://bugs.python.org/issue39583 opened by skip.montanaro #39584: multiprocessing.shared_memory: MacOS crashes by running attach https://bugs.python.org/issue39584 opened by vinay0410 #39585: Delete a pending item in _warning.c https://bugs.python.org/issue39585 opened by shihai1991 #39587: Mixin repr overrides Enum repr in some cases https://bugs.python.org/issue39587 opened by rmccampbell7 #39589: Logging QueueListener should support context manager https://bugs.python.org/issue39589 opened by sbrugman #39593: ctypes s_set() uses strlen() and so truncates string at null c https://bugs.python.org/issue39593 opened by shihai1991 #39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He https://bugs.python.org/issue39599 opened by jd #39601: brace escapes are not working in formatted string literal form https://bugs.python.org/issue39601 opened by jitterman #39602: importlib: lazy loading can result in reimporting a submodule https://bugs.python.org/issue39602 opened by Pox TheGreat #39603: [security] http.client: HTTP Header Injection in the HTTP meth https://bugs.python.org/issue39603 opened by maxpl0it #39604: Document PyDateTimeAPI / PyDateTime_CAPI struct https://bugs.python.org/issue39604 opened by p-ganssle #39607: Add a parameter to strip, lstrip, and rstrip that treats the f https://bugs.python.org/issue39607 opened by Chris Rogers #39609: Set the thread_name_prefix for asyncio's default executor Thre https://bugs.python.org/issue39609 opened by Markus Mohrhard #39610: memoryview.__len__ should raise an exception for 0d buffers https://bugs.python.org/issue39610 opened by Eric Wieser #39611: PyVectorcall_NARGS(): change return type to Py_ssize_t https://bugs.python.org/issue39611 opened by vstinner #39612: Python UnicodeDecodeError while using modulefinder https://bugs.python.org/issue39612 opened by ArtOfCode Studio #39613: IsolatedAsyncioTestCase closes default event loop https://bugs.python.org/issue39613 opened by arturhoo #39614: Documentation of attribute reference is unclear https://bugs.python.org/issue39614 opened by Dirk Herrmann #39616: SSLContext.check_hostname description is inaccurate wrt match_ https://bugs.python.org/issue39616 opened by scop #39617: max_workers argument to concurrent.futures.ProcessPoolExecutor https://bugs.python.org/issue39617 opened by sam-s #39618: logger.exception with default message https://bugs.python.org/issue39618 opened by Denis Vieira #39620: PyObject_GetAttrString and tp_getattr do not agree https://bugs.python.org/issue39620 opened by petdance #39622: KeyboardInterrupt is ignored when await asyncio.sleep(0) https://bugs.python.org/issue39622 opened by Zhibin Dong #39623: __str__ and __repr__ for asyncio.Task still omit arg values https://bugs.python.org/issue39623 opened by stuball123 #39624: Trace greedy replaces $prefix and $exec_prefix https://bugs.python.org/issue39624 opened by mathstuf #39625: Traceback needs more details https://bugs.python.org/issue39625 opened by Andrew Wall #39628: msg.walk memory leak? https://bugs.python.org/issue39628 opened by falon #39631: Fix file association MIME type on Windows https://bugs.python.org/issue39631 opened by steve.dower #39632: variadic function call broken on armhf when passing a float ar https://bugs.python.org/issue39632 opened by Nicolas Dessart #39633: venv does not include python<major>.<minor> symlink by default https://bugs.python.org/issue39633 opened by lys.nikolaou Most recent 15 issues with no replies (15) ========================================== #39633: venv does not include python<major>.<minor> symlink by default https://bugs.python.org/issue39633 #39632: variadic function call broken on armhf when passing a float ar https://bugs.python.org/issue39632 #39628: msg.walk memory leak? https://bugs.python.org/issue39628 #39625: Traceback needs more details https://bugs.python.org/issue39625 #39622: KeyboardInterrupt is ignored when await asyncio.sleep(0) https://bugs.python.org/issue39622 #39618: logger.exception with default message https://bugs.python.org/issue39618 #39616: SSLContext.check_hostname description is inaccurate wrt match_ https://bugs.python.org/issue39616 #39614: Documentation of attribute reference is unclear https://bugs.python.org/issue39614 #39613: IsolatedAsyncioTestCase closes default event loop https://bugs.python.org/issue39613 #39612: Python UnicodeDecodeError while using modulefinder https://bugs.python.org/issue39612 #39611: PyVectorcall_NARGS(): change return type to Py_ssize_t https://bugs.python.org/issue39611 #39609: Set the thread_name_prefix for asyncio's default executor Thre https://bugs.python.org/issue39609 #39604: Document PyDateTimeAPI / PyDateTime_CAPI struct https://bugs.python.org/issue39604 #39602: importlib: lazy loading can result in reimporting a submodule https://bugs.python.org/issue39602 #39589: Logging QueueListener should support context manager https://bugs.python.org/issue39589 Most recent 15 issues waiting for review (15) ============================================= #39632: variadic function call broken on armhf when passing a float ar https://bugs.python.org/issue39632 #39616: SSLContext.check_hostname description is inaccurate wrt match_ https://bugs.python.org/issue39616 #39610: memoryview.__len__ should raise an exception for 0d buffers https://bugs.python.org/issue39610 #39609: Set the thread_name_prefix for asyncio's default executor Thre https://bugs.python.org/issue39609 #39603: [security] http.client: HTTP Header Injection in the HTTP meth https://bugs.python.org/issue39603 #39601: brace escapes are not working in formatted string literal form https://bugs.python.org/issue39601 #39593: ctypes s_set() uses strlen() and so truncates string at null c https://bugs.python.org/issue39593 #39589: Logging QueueListener should support context manager https://bugs.python.org/issue39589 #39585: Delete a pending item in _warning.c https://bugs.python.org/issue39585 #39583: Remove superfluous "extern C" bits from Include/cpython/*.h https://bugs.python.org/issue39583 #39574: str.__doc__ is misleading https://bugs.python.org/issue39574 #39573: Make PyObject an opaque structure in the limited C API https://bugs.python.org/issue39573 #39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo https://bugs.python.org/issue39567 #39551: mock patch should match behavior of import from when module is https://bugs.python.org/issue39551 #39549: The reprlib.Repr type should permit the “fillvalue” to be https://bugs.python.org/issue39549 Top 10 most discussed issues (10) ================================= #1294959: Problems with /usr/lib64 builds. https://bugs.python.org/issue1294959 20 msgs #39573: Make PyObject an opaque structure in the limited C API https://bugs.python.org/issue39573 15 msgs #39601: brace escapes are not working in formatted string literal form https://bugs.python.org/issue39601 12 msgs #39484: time_ns() and time() cannot be compared on windows https://bugs.python.org/issue39484 9 msgs #39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He https://bugs.python.org/issue39599 9 msgs #38324: [Windows] test_locale and test__locale failures on Windows https://bugs.python.org/issue38324 5 msgs #39603: [security] http.client: HTTP Header Injection in the HTTP meth https://bugs.python.org/issue39603 5 msgs #5537: LWPCookieJar cannot handle cookies with expirations of 2038 or https://bugs.python.org/issue5537 4 msgs #39011: ElementTree attributes replace "\r" with "\n" https://bugs.python.org/issue39011 4 msgs #39090: Document various options for getting the absolute path from pa https://bugs.python.org/issue39090 4 msgs Issues closed (61) ================== #13826: Having a shlex example in the subprocess.Popen docs is confusi https://bugs.python.org/issue13826 closed by gvanrossum #15976: Inconsistent behavior of search_for_exec_prefix() results in s https://bugs.python.org/issue15976 closed by vstinner #16529: Compiler error when trying to compile ceval.c on OpenSUSE 11.3 https://bugs.python.org/issue16529 closed by vstinner #16776: Document PyCFunction_New and PyCFunction_NewEx functions https://bugs.python.org/issue16776 closed by gvanrossum #18092: Python 2.7.5 installation broken on OpenSuse 12.2 https://bugs.python.org/issue18092 closed by vstinner #18819: tarfile fills devmajor and devminor fields even for non-device https://bugs.python.org/issue18819 closed by ethan.furman #19482: _pickle build warnings on Fedora 19 https://bugs.python.org/issue19482 closed by vstinner #20265: Bring Windows docs up to date https://bugs.python.org/issue20265 closed by Mariatta #21016: trace: $prefix and $exec_prefix improperly replaced on Fedora https://bugs.python.org/issue21016 closed by vstinner #21998: asyncio: support fork https://bugs.python.org/issue21998 closed by vstinner #25753: Reference leaks in test_smtplib https://bugs.python.org/issue25753 closed by corona10 #32897: test_gdb failed on Fedora 27 https://bugs.python.org/issue32897 closed by vstinner #34032: Add platlibdir to allow distinction between /usr/lib and /usr/ https://bugs.python.org/issue34032 closed by vstinner #34592: cdll.LoadLibrary allows None as an argument https://bugs.python.org/issue34592 closed by vstinner #35318: Check accuracy of str() doc string for its encoding argument https://bugs.python.org/issue35318 closed by martin.panter #35361: Update libffi dependency to 3.2.1? https://bugs.python.org/issue35361 closed by vstinner #35501: "make coverage" should not leak coverage compiler flags to thi https://bugs.python.org/issue35501 closed by vstinner #36194: Add "make regen-configure" https://bugs.python.org/issue36194 closed by vstinner #36273: test_thread leaks a core dump on PPC64 AIX 3.x https://bugs.python.org/issue36273 closed by vstinner #37685: Fix equality checks for some types https://bugs.python.org/issue37685 closed by serhiy.storchaka #38063: Modify test_socket.py to use unittest test discovery https://bugs.python.org/issue38063 closed by vstinner #38180: Test pyexpat fails on Fedora 30 https://bugs.python.org/issue38180 closed by vstinner #38325: [Windows] test_winconsoleio failures https://bugs.python.org/issue38325 closed by vstinner #38374: Remove weakref.ReferenceError entry from documentation https://bugs.python.org/issue38374 closed by gvanrossum #38515: regrtest main process timed out after 5 min on AMD64 FreeBSD C https://bugs.python.org/issue38515 closed by vstinner #38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1 https://bugs.python.org/issue38887 closed by vstinner #39150: See if PyToken_OneChar would be faster as a lookup table https://bugs.python.org/issue39150 closed by petdance #39219: Fix attributes of syntax errors raized in the tokenizer https://bugs.python.org/issue39219 closed by serhiy.storchaka #39299: Improve test coverage for mimetypes module https://bugs.python.org/issue39299 closed by xtreak #39341: [security] zipfile: ZIP Bomb vulnerability, don't check announ https://bugs.python.org/issue39341 closed by vstinner #39474: col_offset for parenthesized expressions looks weird https://bugs.python.org/issue39474 closed by gvanrossum #39500: Document PyUnicode_IsIdentifier() function https://bugs.python.org/issue39500 closed by vstinner #39501: gettext's default localedir does not match documentation https://bugs.python.org/issue39501 closed by gvanrossum #39521: reversed(mylist) much slower on Python 3.8 32-bit for Windows https://bugs.python.org/issue39521 closed by vstinner #39534: Clarify tutorial on return statement in finally clause. https://bugs.python.org/issue39534 closed by mdk #39545: await is not supported in f-string in 3.6 https://bugs.python.org/issue39545 closed by ned.deily #39575: `coverage` build target should use --coverage instead of -lgco https://bugs.python.org/issue39575 closed by benjamin.peterson #39579: Attribute node in a decorator has wrong end_col_offset https://bugs.python.org/issue39579 closed by gvanrossum #39581: Python Interpreter Doesn't Work Well In Thread Class https://bugs.python.org/issue39581 closed by mark.dickinson #39586: Deprecate bdist_msi: use bdist_wheel instead https://bugs.python.org/issue39586 closed by vstinner #39588: Use memcpy() instead of for() loops in _PyUnicode_To* https://bugs.python.org/issue39588 closed by rhettinger #39590: collections.deque.__contains__ and .count should hold strong r https://bugs.python.org/issue39590 closed by rhettinger #39591: Functions in Python/traceback.c can take const pointer argumen https://bugs.python.org/issue39591 closed by serhiy.storchaka #39592: Year not updated at python.org https://bugs.python.org/issue39592 closed by ammar2 #39594: Typo in documentation for os.times https://bugs.python.org/issue39594 closed by Mariatta #39595: Improve performance of importlib.metadata and zipfile.Path https://bugs.python.org/issue39595 closed by jaraco #39596: reverse parameter for enumerate() https://bugs.python.org/issue39596 closed by eric.smith #39597: sorting the String https://bugs.python.org/issue39597 closed by ronaldoussoren #39598: ERR_CACHE_MISS https://bugs.python.org/issue39598 closed by xtreak #39600: idle_test: test_fontlist_key() fails if two font families have https://bugs.python.org/issue39600 closed by terry.reedy #39605: Fix some casts to not cast away const https://bugs.python.org/issue39605 closed by benjamin.peterson #39606: Regression: it should be possible to close async iterators mul https://bugs.python.org/issue39606 closed by njs #39608: Bug in lots of 0s https://bugs.python.org/issue39608 closed by steven.daprano #39615: cpython/abstract.h not compatible with C90 https://bugs.python.org/issue39615 closed by benjamin.peterson #39619: os.chroot is not enabled on HP-UX builds https://bugs.python.org/issue39619 closed by benjamin.peterson #39621: md5_compress() in Modules/md5module.c can take a const buf https://bugs.python.org/issue39621 closed by benjamin.peterson #39626: random choice to delegate to sample on sets https://bugs.python.org/issue39626 closed by rhettinger #39627: Fix TypedDict totality check for inherited keys https://bugs.python.org/issue39627 closed by gvanrossum #39629: inspect.signature fails on math.hypot https://bugs.python.org/issue39629 closed by rhettinger #39630: Const some pointers to string literals https://bugs.python.org/issue39630 closed by benjamin.peterson #858809: Use directories from configure rather than hardcoded https://bugs.python.org/issue858809 closed by vstinner
participants (1)
-
Python tracker