Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-01-31 - 2020-02-07) 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 7288 (-12) closed 44042 (+80) total 51330 (+68) Open issues with patches: 2864 Issues opened (43) ================== #39512: expat parser not xml 1.1 (breaks xmlrpclib) - still https://bugs.python.org/issue39512 opened by mforkel #39513: NameError: name 'open' is not defined https://bugs.python.org/issue39513 opened by Sandeep #39517: runpy calls open_code with Path object https://bugs.python.org/issue39517 opened by Tomas Ravinskas #39520: AST Unparser can't unparse ext slices correctly https://bugs.python.org/issue39520 opened by BTaskaya #39521: reversed(mylist) much slower on Python 3.8 32-bit for Windows https://bugs.python.org/issue39521 opened by Stefan Pochmann #39522: AST Unparser with unicode kinded constants https://bugs.python.org/issue39522 opened by BTaskaya #39523: Unnecessary variable assignment and initial loop check in pysq https://bugs.python.org/issue39523 opened by alex.henrie #39524: Escape sequences in doc string of ast._pad_whitespace https://bugs.python.org/issue39524 opened by mpheath #39529: Deprecate get_event_loop() https://bugs.python.org/issue39529 opened by asvetlov #39530: Documentation about comparisons between numeric types is misle https://bugs.python.org/issue39530 opened by mark.dickinson #39531: Memory Leak in multiprocessing.Pool() https://bugs.python.org/issue39531 opened by EMO #39532: Pathlib: handling of `.` in paths and patterns creates unmatch https://bugs.python.org/issue39532 opened by Isaac Muse #39533: Use `statx(2)` system call on Linux for extended `os.stat` inf https://bugs.python.org/issue39533 opened by ntninja #39534: Clarify tutorial on return statement in finally clause. https://bugs.python.org/issue39534 opened by mdk #39535: multiprocessing.Process file descriptor resource leak https://bugs.python.org/issue39535 opened by Robert Pierce #39537: Change line number table format https://bugs.python.org/issue39537 opened by Mark.Shannon #39538: SystemError when set Element.attrib to non-dict https://bugs.python.org/issue39538 opened by serhiy.storchaka #39539: Improve Keccak support in hashlib including KangarooTwelve https://bugs.python.org/issue39539 opened by gvanas #39540: Logging docs don't address the creation of multiple loggers wh https://bugs.python.org/issue39540 opened by flipdazed #39541: distutils: Remove bdist_wininst (Windows .exe installers) in f https://bugs.python.org/issue39541 opened by vstinner #39544: Pathlib PureWindowsPath sorting incorrect (is not natural sort https://bugs.python.org/issue39544 opened by tegavu #39545: await is not supported in f-string in 3.6 https://bugs.python.org/issue39545 opened by serhiy.storchaka #39546: argparse: allow_abbrev=False is ignored for alternative prefix https://bugs.python.org/issue39546 opened by kyleam #39547: hmac.new() default parameter change not mentioned in changelog https://bugs.python.org/issue39547 opened by wbond #39548: Request fails when 'WWW-Authenticate' header for Digest Authen https://bugs.python.org/issue39548 opened by Stephen Balousek #39549: The reprlib.Repr type should permit the “fillvalue” to be https://bugs.python.org/issue39549 opened by fish2000 #39550: isinstance accepts subtypes of tuples as second argument https://bugs.python.org/issue39550 opened by ewjoachim #39551: mock patch should match behavior of import from when module is https://bugs.python.org/issue39551 opened by dino.viehland #39557: ThreadPoolExecutor is busy-waiting when idle. https://bugs.python.org/issue39557 opened by Avraham Mahfuda #39560: PyUnicode_FromKindAndData kind transformation is not documente https://bugs.python.org/issue39560 opened by smola #39562: Asynchronous comprehensions don't work in asyncio REPL https://bugs.python.org/issue39562 opened by jack1142 #39565: Modules/signalmodule.c creates handlers for signals bounded by https://bugs.python.org/issue39565 opened by ngie #39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo https://bugs.python.org/issue39567 opened by serhiy.storchaka #39569: Is the return value of pathlib.Path.glob() sorted? https://bugs.python.org/issue39569 opened by Björn.Lindqvist #39570: Python 3.7.3 Crash on msilib actions https://bugs.python.org/issue39570 opened by UltraLutra #39572: [typing] TypedDict's 'total' argument is undocumented https://bugs.python.org/issue39572 opened by brett.cannon #39573: Make PyObject an opaque structure in the limited C API https://bugs.python.org/issue39573 opened by vstinner #39574: str.__doc__ is misleading https://bugs.python.org/issue39574 opened by kcirtsew #39575: `coverage` build target should use --coverage instead of -lgco https://bugs.python.org/issue39575 opened by MaskRay #39576: Surprising MemoryError in `decimal` with MAX_PREC https://bugs.python.org/issue39576 opened by tim.peters #39577: venv --prompt argument is ignored https://bugs.python.org/issue39577 opened by andream #39578: MagicMock specialisation instance can no longer be passed to n https://bugs.python.org/issue39578 opened by Frank Harrison #39579: Attribute node in a decorator has wrong end_col_offset https://bugs.python.org/issue39579 opened by lys.nikolaou Most recent 15 issues with no replies (15) ========================================== #39579: Attribute node in a decorator has wrong end_col_offset https://bugs.python.org/issue39579 #39575: `coverage` build target should use --coverage instead of -lgco https://bugs.python.org/issue39575 #39572: [typing] TypedDict's 'total' argument is undocumented https://bugs.python.org/issue39572 #39570: Python 3.7.3 Crash on msilib actions https://bugs.python.org/issue39570 #39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo https://bugs.python.org/issue39567 #39565: Modules/signalmodule.c creates handlers for signals bounded by https://bugs.python.org/issue39565 #39560: PyUnicode_FromKindAndData kind transformation is not documente https://bugs.python.org/issue39560 #39549: The reprlib.Repr type should permit the “fillvalue” to be https://bugs.python.org/issue39549 #39548: Request fails when 'WWW-Authenticate' header for Digest Authen https://bugs.python.org/issue39548 #39547: hmac.new() default parameter change not mentioned in changelog https://bugs.python.org/issue39547 #39533: Use `statx(2)` system call on Linux for extended `os.stat` inf https://bugs.python.org/issue39533 #39531: Memory Leak in multiprocessing.Pool() https://bugs.python.org/issue39531 #39523: Unnecessary variable assignment and initial loop check in pysq https://bugs.python.org/issue39523 #39522: AST Unparser with unicode kinded constants https://bugs.python.org/issue39522 #39520: AST Unparser can't unparse ext slices correctly https://bugs.python.org/issue39520 Most recent 15 issues waiting for review (15) ============================================= #39579: Attribute node in a decorator has wrong end_col_offset https://bugs.python.org/issue39579 #39575: `coverage` build target should use --coverage instead of -lgco https://bugs.python.org/issue39575 #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 #39548: Request fails when 'WWW-Authenticate' header for Digest Authen https://bugs.python.org/issue39548 #39546: argparse: allow_abbrev=False is ignored for alternative prefix https://bugs.python.org/issue39546 #39541: distutils: Remove bdist_wininst (Windows .exe installers) in f https://bugs.python.org/issue39541 #39537: Change line number table format https://bugs.python.org/issue39537 #39534: Clarify tutorial on return statement in finally clause. https://bugs.python.org/issue39534 #39524: Escape sequences in doc string of ast._pad_whitespace https://bugs.python.org/issue39524 #39523: Unnecessary variable assignment and initial loop check in pysq https://bugs.python.org/issue39523 #39520: AST Unparser can't unparse ext slices correctly https://bugs.python.org/issue39520 Top 10 most discussed issues (10) ================================= #39484: time_ns() and time() cannot be compared on windows https://bugs.python.org/issue39484 20 msgs #39573: Make PyObject an opaque structure in the limited C API https://bugs.python.org/issue39573 18 msgs #39511: [subinterpreters] Per-interpreter singletons (None, True, Fals https://bugs.python.org/issue39511 16 msgs #39020: [AIX] module _curses fails to build since ESCDELAY has been ad https://bugs.python.org/issue39020 8 msgs #39576: Surprising MemoryError in `decimal` with MAX_PREC https://bugs.python.org/issue39576 8 msgs #39432: Distutils generates the wrong export symbol for unicode module https://bugs.python.org/issue39432 7 msgs #39479: [RFE] Add math.lcm() function: Least Common Multiple https://bugs.python.org/issue39479 7 msgs #39551: mock patch should match behavior of import from when module is https://bugs.python.org/issue39551 6 msgs #39574: str.__doc__ is misleading https://bugs.python.org/issue39574 6 msgs #39350: Remove deprecated fractions.gcd() https://bugs.python.org/issue39350 5 msgs Issues closed (75) ================== #14149: argparse: Document how to use argument names that are not Pyth https://bugs.python.org/issue14149 closed by rhettinger #16651: Find out what stdlib modules lack a pure Python implementation https://bugs.python.org/issue16651 closed by rhettinger #28290: BETA report: Python-3.6 build messages to stderr: AIX and "not https://bugs.python.org/issue28290 closed by Michael.Felt #28901: Windows: document that site is not imported by default by embe https://bugs.python.org/issue28901 closed by steve.dower #32542: memory not freed, aka memory leak continues... https://bugs.python.org/issue32542 closed by Michael.Felt #33698: `._pth` does not allow to populate `sys.path` with empty entry https://bugs.python.org/issue33698 closed by steve.dower #34793: Remove support for "with (await asyncio.lock):" https://bugs.python.org/issue34793 closed by asvetlov #34841: Script’s directory not in sys.path with embeddable Windows d https://bugs.python.org/issue34841 closed by steve.dower #35760: test_asyncio: test_async_gen_asyncio_gc_aclose_09() race condi https://bugs.python.org/issue35760 closed by vstinner #36034: Suprise halt caused by -Werror=implicit-function-declaration i https://bugs.python.org/issue36034 closed by Michael.Felt #36339: test_ttk_guionly: test_traversal() fails randomly on AMD64 Win https://bugs.python.org/issue36339 closed by vstinner #36632: test_multiprocessing_forkserver: test_rapid_restart() leaked a https://bugs.python.org/issue36632 closed by vstinner #37025: Misleading error message "Python failed to load the default ac https://bugs.python.org/issue37025 closed by steve.dower #37088: Add a way to schedule a function to be called from the main th https://bugs.python.org/issue37088 closed by vstinner #37155: test_asyncio: test_stdin_broken_pipe() failed on AMD64 FreeBSD https://bugs.python.org/issue37155 closed by vstinner #37338: test_multiprocessing_forkserver, SemLock: test_thousand() logg https://bugs.python.org/issue37338 closed by vstinner #37368: test_asyncio: test_create_server_ssl_match_failed() failed on https://bugs.python.org/issue37368 closed by vstinner #37413: Deprecate sys._enablelegacywindowsfsencoding() https://bugs.python.org/issue37413 closed by vstinner #37928: test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhi https://bugs.python.org/issue37928 closed by vstinner #38149: sys.audit() is called multiple times for glob.glob() https://bugs.python.org/issue38149 closed by serhiy.storchaka #38182: test_asyncio: SubprocessMultiLoopWatcherTests.test_stdin_stdou https://bugs.python.org/issue38182 closed by vstinner #38184: test_site: test_s_option() failed on AMD64 Fedora Rawhide Refl https://bugs.python.org/issue38184 closed by vstinner #38207: subprocess: Popen.kill() + Popen.communicate() is blocking unt https://bugs.python.org/issue38207 closed by vstinner #38276: test_asyncio: test_cancel_make_subprocess_transport_exec() fai https://bugs.python.org/issue38276 closed by vstinner #38338: [2.7] test_ssl: test_protocol_sslv23() and test_protocol_tlsv1 https://bugs.python.org/issue38338 closed by vstinner #38447: test_multiprocessing_spawn: Dangling processes: {<SpawnProcess https://bugs.python.org/issue38447 closed by vstinner #38476: test_multiprocessing_fork.test_terminate() failed on AMD64 Deb https://bugs.python.org/issue38476 closed by vstinner #38578: test_concurrent_futures failed on AMD64 FreeBSD Shared 3.8 https://bugs.python.org/issue38578 closed by vstinner #38699: socket: change listen() default backlog from 128 to 4096? https://bugs.python.org/issue38699 closed by vstinner #38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD https://bugs.python.org/issue38795 closed by vstinner #38796: test_multiprocessing_forkserver: test_mymanager_context() fail https://bugs.python.org/issue38796 closed by vstinner #39005: test_faulthandler: test_dump_traceback_later_file() fails rand https://bugs.python.org/issue39005 closed by vstinner #39014: test_concurrent_futures: test_crash() timed out on AMD64 Fedor https://bugs.python.org/issue39014 closed by vstinner #39185: Add quiet and detailed verbosity levels to build.bat https://bugs.python.org/issue39185 closed by steve.dower #39238: test_asyncio: test_cancel_make_subprocess_transport_exec() han https://bugs.python.org/issue39238 closed by vstinner #39266: [2.7] test_bsddb3 leaked [1, 1, 1] file descriptors on AMD64 R https://bugs.python.org/issue39266 closed by vstinner #39268: test_asyncio: test_create_server_ssl_verified() failed on AMD6 https://bugs.python.org/issue39268 closed by vstinner #39274: Conversion from fractions.Fraction to bool https://bugs.python.org/issue39274 closed by vstinner #39279: Don't allow non-Ascii digits in platform.py https://bugs.python.org/issue39279 closed by steve.dower #39349: Add "cancel_futures" parameter to concurrent.futures.Executor. https://bugs.python.org/issue39349 closed by pitrou #39384: Email parser creates a message object that can't be flattened https://bugs.python.org/issue39384 closed by msapiro #39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe https://bugs.python.org/issue39460 closed by vstinner #39480: referendum reference is needlessly annoying https://bugs.python.org/issue39480 closed by rhettinger #39488: test_largefile: TestSocketSendfile.test_it() uses too much dis https://bugs.python.org/issue39488 closed by vstinner #39489: Remove COUNT_ALLOCS special build https://bugs.python.org/issue39489 closed by vstinner #39491: Import PEP 593 (Flexible function and variable annotations) su https://bugs.python.org/issue39491 closed by jstasiak #39492: reference cycle affecting Pickler instances (Python3.8+) https://bugs.python.org/issue39492 closed by pitrou #39496: Inelegant loops in Modules/_sqlite/cursor.c https://bugs.python.org/issue39496 closed by berker.peksag #39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh https://bugs.python.org/issue39505 closed by vinay.sajip #39510: use-after-free in BufferedReader.readinto() https://bugs.python.org/issue39510 closed by benjamin.peterson #39514: http://sphinx.pocoo.org/ https://bugs.python.org/issue39514 closed by berker.peksag #39515: pathlib won't strip "\n" in path https://bugs.python.org/issue39515 closed by 徐彻 #39516: ++ does not throw a SyntaxError https://bugs.python.org/issue39516 closed by steven.daprano #39518: Dark theme property of useragent should be supported for docs. https://bugs.python.org/issue39518 closed by xtreak #39519: Can't upgrade pip version 19.3.1 to 20.0.2 on Python 3.7.4 https://bugs.python.org/issue39519 closed by SilentGhost #39525: math.remainder() give wrong answer on large integer https://bugs.python.org/issue39525 closed by steven.daprano #39526: print(text1.get(1.2,1.5)) https://bugs.python.org/issue39526 closed by SilentGhost #39527: Update doc of argparse.rst https://bugs.python.org/issue39527 closed by rhettinger #39528: add " https://bugs.python.org/issue39528 closed by SilentGhost #39536: Datetime strftime: %Y exports years < 1000 with 3 digits inste https://bugs.python.org/issue39536 closed by mark.dickinson #39542: Cleanup object.h header https://bugs.python.org/issue39542 closed by vstinner #39543: Remove unused _Py_Dealloc() macro https://bugs.python.org/issue39543 closed by vstinner #39552: shell scripts use legacy https://bugs.python.org/issue39552 closed by skrah #39553: Delete HAVE_SXS protected code https://bugs.python.org/issue39553 closed by steve.dower #39554: @functools.lru_cache() not respecting typed=False https://bugs.python.org/issue39554 closed by rhettinger #39555: test_distutils fails for Windows debug build https://bugs.python.org/issue39555 closed by steve.dower #39556: Different objects of the same class references the same dictio https://bugs.python.org/issue39556 closed by ammar2 #39558: Implement __len__() for itertools.combinations https://bugs.python.org/issue39558 closed by rhettinger #39559: uuid.getnode() has unused argument https://bugs.python.org/issue39559 closed by serhiy.storchaka #39561: AMD64 Fedora Rawhide LTO + PGO 3.x: "checking for getaddrinfo. https://bugs.python.org/issue39561 closed by vstinner #39563: asyncio.Protocol on windows 10 x64 https://bugs.python.org/issue39563 closed by hsocarras #39564: Parsed expression has wrong col_offset when concatenating f-st https://bugs.python.org/issue39564 closed by eric.smith #39566: inspect.Signature.__init__ asks for parameters as dict but tre https://bugs.python.org/issue39566 closed by xtreak #39568: FORMATTING grouping_option ValueError: Cannot specify ',' with https://bugs.python.org/issue39568 closed by eric.smith #39571: clang warns "warning: redefinition of typedef 'PyTypeObject' i https://bugs.python.org/issue39571 closed by vstinner
participants (1)
-
Python tracker