Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-11-20 - 2020-11-27) 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 7579 (-14) closed 46642 (+80) total 54221 (+66) Open issues with patches: 3054 Issues opened (37) ================== #28468: Add platform.freedesktop_os_release() https://bugs.python.org/issue28468 reopened by christian.heimes #42392: remove the 'loop' parameter from __init__ in all classes in as https://bugs.python.org/issue42392 reopened by yselivanov #42413: Replace custom exceptions for timeouts with TimeoutError https://bugs.python.org/issue42413 reopened by christian.heimes #42422: Py_Decref on value crash the interpreter in Python/ceval.c:110 https://bugs.python.org/issue42422 opened by sbz #42425: Possible leak in initialization of errmap for OSError https://bugs.python.org/issue42425 opened by serhiy.storchaka #42429: Behavior of general (%g, :g) formatting inconsistent for decim https://bugs.python.org/issue42429 opened by Kwpolska #42431: Fix outdated bytes comments https://bugs.python.org/issue42431 opened by serhiy.storchaka #42433: mailbox.mbox fails on non ASCII characters https://bugs.python.org/issue42433 opened by flokli #42434: Library json, file json/encoder.py: Function floatstr should b https://bugs.python.org/issue42434 opened by salacdav #42436: Google use wrong "hightlight" argument https://bugs.python.org/issue42436 opened by amirouche #42437: crypt produces wrong hashes for passwords containing dollar si https://bugs.python.org/issue42437 opened by m.stoichkovaaa #42442: Tarfile to stdout documentation example https://bugs.python.org/issue42442 opened by ilaughlin #42443: Provide Thread creation hook support https://bugs.python.org/issue42443 opened by stanczyk #42444: pathlib.PurePath properties annotated with .. data directive https://bugs.python.org/issue42444 opened by p-ganssle #42447: robotsparser deny all with some rules https://bugs.python.org/issue42447 opened by contact #42451: Indicate in the docs that PyTuple_GetItem does not support neg https://bugs.python.org/issue42451 opened by Antony.Lee #42452: FIX Optimize 'rgb_to_hls' https://bugs.python.org/issue42452 opened by jjerphan #42454: Move slice creation to the compiler for constants https://bugs.python.org/issue42454 opened by BTaskaya #42455: Add decorator_with_params function to functools module https://bugs.python.org/issue42455 opened by uriyyo #42457: ArgumentParser nested subparsers resolve paths in improper ord https://bugs.python.org/issue42457 opened by carsonwilber #42461: os.statvfs_result doesn't show f_fsid https://bugs.python.org/issue42461 opened by Rethan #42464: Pathlib resolve() resolves non-existent ".." components with s https://bugs.python.org/issue42464 opened by john.engelke #42465: Reference to subclass method resolve() in PurePath docs https://bugs.python.org/issue42465 opened by john.engelke #42466: asyncio loop.getaddrinfo raises RuntimeError https://bugs.python.org/issue42466 opened by kappa #42469: Space in re's {min,max} should raise an error, rather than fai https://bugs.python.org/issue42469 opened by reuven #42470: DeprecationWarning triggers for sequences which happen to be s https://bugs.python.org/issue42470 opened by xmorel #42471: Slowdown in socket tests noticed since Py3.8 https://bugs.python.org/issue42471 opened by X-Istence #42474: improve test coverage for TracebackException's __eq__ https://bugs.python.org/issue42474 opened by iritkatriel #42476: Allow cross compiling python for macos-arm64 from macos-x86_64 https://bugs.python.org/issue42476 opened by isuruf #42477: ip_interface addition and subtraction changes netmask https://bugs.python.org/issue42477 opened by wyko.ter.haar #42478: ipaddress.IPv4network.interfaces() https://bugs.python.org/issue42478 opened by wyko.ter.haar #42480: Python Tkinter crashes on macOS 11.1 beta https://bugs.python.org/issue42480 opened by kode54 #42481: Add to pathlib function to check permission similar to os.acce https://bugs.python.org/issue42481 opened by copalco #42482: TracebackException should not hold reference to the exception https://bugs.python.org/issue42482 opened by iritkatriel #42483: Way working directory is added to sys.path differs between usi https://bugs.python.org/issue42483 opened by plammens #42484: parse_message_id, get_msg_id, get_obs_local_part is poorly wri https://bugs.python.org/issue42484 opened by dxn126 #42485: Full grammar specification should link to PEP 617 https://bugs.python.org/issue42485 opened by snoopjedi Most recent 15 issues with no replies (15) ========================================== #42485: Full grammar specification should link to PEP 617 https://bugs.python.org/issue42485 #42484: parse_message_id, get_msg_id, get_obs_local_part is poorly wri https://bugs.python.org/issue42484 #42483: Way working directory is added to sys.path differs between usi https://bugs.python.org/issue42483 #42477: ip_interface addition and subtraction changes netmask https://bugs.python.org/issue42477 #42465: Reference to subclass method resolve() in PurePath docs https://bugs.python.org/issue42465 #42464: Pathlib resolve() resolves non-existent ".." components with s https://bugs.python.org/issue42464 #42457: ArgumentParser nested subparsers resolve paths in improper ord https://bugs.python.org/issue42457 #42452: FIX Optimize 'rgb_to_hls' https://bugs.python.org/issue42452 #42451: Indicate in the docs that PyTuple_GetItem does not support neg https://bugs.python.org/issue42451 #42444: pathlib.PurePath properties annotated with .. data directive https://bugs.python.org/issue42444 #42442: Tarfile to stdout documentation example https://bugs.python.org/issue42442 #42434: Library json, file json/encoder.py: Function floatstr should b https://bugs.python.org/issue42434 #42409: Interpreter exit blocks waiting for ThreadPoolExecutor.map https://bugs.python.org/issue42409 #42408: passing memoryview slice to struct packing functions https://bugs.python.org/issue42408 #42406: Importing multiprocessing breaks pickle.whichmodule https://bugs.python.org/issue42406 Most recent 15 issues waiting for review (15) ============================================= #42485: Full grammar specification should link to PEP 617 https://bugs.python.org/issue42485 #42482: TracebackException should not hold reference to the exception https://bugs.python.org/issue42482 #42476: Allow cross compiling python for macos-arm64 from macos-x86_64 https://bugs.python.org/issue42476 #42474: improve test coverage for TracebackException's __eq__ https://bugs.python.org/issue42474 #42461: os.statvfs_result doesn't show f_fsid https://bugs.python.org/issue42461 #42455: Add decorator_with_params function to functools module https://bugs.python.org/issue42455 #42454: Move slice creation to the compiler for constants https://bugs.python.org/issue42454 #42451: Indicate in the docs that PyTuple_GetItem does not support neg https://bugs.python.org/issue42451 #42443: Provide Thread creation hook support https://bugs.python.org/issue42443 #42434: Library json, file json/encoder.py: Function floatstr should b https://bugs.python.org/issue42434 #42431: Fix outdated bytes comments https://bugs.python.org/issue42431 #42425: Possible leak in initialization of errmap for OSError https://bugs.python.org/issue42425 #42422: Py_Decref on value crash the interpreter in Python/ceval.c:110 https://bugs.python.org/issue42422 #42415: python3.lib in Python3.9.0 Windows distribution does not conta https://bugs.python.org/issue42415 #42413: Replace custom exceptions for timeouts with TimeoutError https://bugs.python.org/issue42413 Top 10 most discussed issues (10) ================================= #28468: Add platform.freedesktop_os_release() https://bugs.python.org/issue28468 41 msgs #42413: Replace custom exceptions for timeouts with TimeoutError https://bugs.python.org/issue42413 15 msgs #41818: Lib/pty.py major revision https://bugs.python.org/issue41818 10 msgs #42454: Move slice creation to the compiler for constants https://bugs.python.org/issue42454 10 msgs #42392: remove the 'loop' parameter from __init__ in all classes in as https://bugs.python.org/issue42392 9 msgs #36906: Compile time textwrap.dedent() equivalent for str or bytes lit https://bugs.python.org/issue36906 8 msgs #42411: respect cgroups limits when trying to allocate memory https://bugs.python.org/issue42411 8 msgs #41100: Support macOS 11 and Apple Silicon Macs https://bugs.python.org/issue41100 7 msgs #42422: Py_Decref on value crash the interpreter in Python/ceval.c:110 https://bugs.python.org/issue42422 6 msgs #42429: Behavior of general (%g, :g) formatting inconsistent for decim https://bugs.python.org/issue42429 5 msgs Issues closed (81) ================== #4657: Doctest gets line numbers wrongs with <> in name https://bugs.python.org/issue4657 closed by iritkatriel #8733: list type and UserList do not call super in __init__ and there https://bugs.python.org/issue8733 closed by rhettinger #13907: test_pprint relies on set/dictionary repr() ordering https://bugs.python.org/issue13907 closed by rhettinger #15450: Allow dircmp.subdirs to behave well under subclassing https://bugs.python.org/issue15450 closed by asvetlov #16346: maximum recursion installing readline package https://bugs.python.org/issue16346 closed by iritkatriel #17695: _sysconfigdata broken with universal builds on OSX https://bugs.python.org/issue17695 closed by ronaldoussoren #18212: No way to check whether Future is finished? https://bugs.python.org/issue18212 closed by iritkatriel #21041: pathlib.PurePath.parents rejects negative indexes https://bugs.python.org/issue21041 closed by p-ganssle #21564: Declaration of EVP_MD_CTX causes crash when switching between https://bugs.python.org/issue21564 closed by iritkatriel #26878: Allow doctest to deep copy globals https://bugs.python.org/issue26878 closed by iritkatriel #27839: "Python [...] calls sys.displayhook() on unhandled exceptions" https://bugs.python.org/issue27839 closed by iritkatriel #28002: ast.unparse can't roundtrip some f-strings https://bugs.python.org/issue28002 closed by BTaskaya #28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn https://bugs.python.org/issue28850 closed by taleinat #28913: "Fatal Python error: Cannot recover from stack overflow." from https://bugs.python.org/issue28913 closed by iritkatriel #29207: make install fails on ARM https://bugs.python.org/issue29207 closed by iritkatriel #29573: NamedTemporaryFile with delete=True should not fail if file al https://bugs.python.org/issue29573 closed by iritkatriel #31713: python3 python-config script generates invalid includes https://bugs.python.org/issue31713 closed by iritkatriel #32317: sys.exc_clear() clears exception in other stack frames https://bugs.python.org/issue32317 closed by iritkatriel #33167: RFC Documentation Updates to urllib.parse.rst https://bugs.python.org/issue33167 closed by iritkatriel #37317: asyncio gather doesn't handle custom exceptions that inherit f https://bugs.python.org/issue37317 closed by iritkatriel #37718: 2to3 exception handling https://bugs.python.org/issue37718 closed by iritkatriel #37865: tempfile.NamedTemporaryFile() raises exception on close() when https://bugs.python.org/issue37865 closed by iritkatriel #38443: unavailable --with-universal-archs= macOS confgure options fai https://bugs.python.org/issue38443 closed by ned.deily #38638: Backtrace of exit phase of context managers https://bugs.python.org/issue38638 closed by iritkatriel #40550: Popen.terminate fails with ProcessLookupError under certain co https://bugs.python.org/issue40550 closed by gregory.p.smith #40791: hmac.compare_digest could try harder to be constant-time. https://bugs.python.org/issue40791 closed by benjamin.peterson #40840: lzma.h file not found building on macOS https://bugs.python.org/issue40840 closed by jaraco #40857: tempfile.TemporaryDirectory() context manager can fail to prop https://bugs.python.org/issue40857 closed by iritkatriel #40934: Default RLock does not work well for Manager Condition https://bugs.python.org/issue40934 closed by iritkatriel #41015: warning: 'sqlite3_enable_shared_cache' is deprecated https://bugs.python.org/issue41015 closed by ronaldoussoren #41332: connect_accepted_socket() missing from AbstractEventLoop https://bugs.python.org/issue41332 closed by asvetlov #41442: test_posix.PosixTester.test_getgroups fail on operating system https://bugs.python.org/issue41442 closed by pxinwr #41562: StreamReaderProtocol inheritance https://bugs.python.org/issue41562 closed by asvetlov #41655: New Node may not be visited in lib2to3.refactor.RefactoringToo https://bugs.python.org/issue41655 closed by gregory.p.smith #41878: python3 fails to use custom mapping object as symbols in eval( https://bugs.python.org/issue41878 closed by josh.r #42120: Depreciated MACRO of copysign for MSVC https://bugs.python.org/issue42120 closed by steve.dower #42202: Optimize function annotation https://bugs.python.org/issue42202 closed by methane #42212: Check if generated files are up-to-date in Github Actions https://bugs.python.org/issue42212 closed by vstinner #42232: mmap module add Darwin specific madvise options https://bugs.python.org/issue42232 closed by ronaldoussoren #42299: Remove formatter module https://bugs.python.org/issue42299 closed by corona10 #42336: Make PCbuild/build.bat build x64 by default https://bugs.python.org/issue42336 closed by steve.dower #42349: Compiler front-end produces a broken CFG https://bugs.python.org/issue42349 closed by Mark.Shannon #42360: In the namedtuple documentation, mention that typename should https://bugs.python.org/issue42360 closed by rhettinger #42391: Clarify documentation of TestCase.assertIs https://bugs.python.org/issue42391 closed by terry.reedy #42395: aclosing was not added to __all__ in contextlib https://bugs.python.org/issue42395 closed by asvetlov #42407: Grammatical typo in multiprocessing doc https://bugs.python.org/issue42407 closed by terry.reedy #42410: Raise a pickleError when convert _functools module to use PyTy https://bugs.python.org/issue42410 closed by shihai1991 #42412: Fix bases issues in PyType_FromModuleAndSpec() https://bugs.python.org/issue42412 closed by serhiy.storchaka #42419: Typo in "what's new in Python 3.9" https://bugs.python.org/issue42419 closed by iritkatriel #42420: queue.Queue().join() add a timeout option https://bugs.python.org/issue42420 closed by rhettinger #42421: Native open failed to create a file on windows10 when colon ex https://bugs.python.org/issue42421 closed by steven.daprano #42423: Support passing single class to PyType_FromSpecWithBases and P https://bugs.python.org/issue42423 closed by serhiy.storchaka #42424: add constructor that support multiple context managers to cont https://bugs.python.org/issue42424 closed by serhiy.storchaka #42426: IDLE: Fix reporting RE error in searchengine https://bugs.python.org/issue42426 closed by terry.reedy #42427: Use the errno attribute of OSError instead of args[0] https://bugs.python.org/issue42427 closed by serhiy.storchaka #42428: Inconsistent squaring behavior https://bugs.python.org/issue42428 closed by christian.heimes #42430: Windows py launcher default for shebang line is surprising https://bugs.python.org/issue42430 closed by gvanrossum #42432: Http client, Bad Status Line triggered for no reason https://bugs.python.org/issue42432 closed by sicarius #42435: Speed up comparison of bytes and bytearray object with objects https://bugs.python.org/issue42435 closed by serhiy.storchaka #42438: Fatal Python error: init_fs_encoding: failed to get the Python https://bugs.python.org/issue42438 closed by eryksun #42439: Use of ternary operator instead of if and else in month calcul https://bugs.python.org/issue42439 closed by serhiy.storchaka #42440: MACBOOK Python launcher https://bugs.python.org/issue42440 closed by ronaldoussoren #42441: UnicodeEncodeError https://bugs.python.org/issue42441 closed by eryksun #42445: Assertion in run_coroutine_threadsafe https://bugs.python.org/issue42445 closed by asvetlov #42446: Assertion error os.path.exists(pyc_path) while building Python https://bugs.python.org/issue42446 closed by thoradia #42448: re.findall have different match result against re.search or re https://bugs.python.org/issue42448 closed by HaujetZhao #42449: Adding number to a declared 2 dimension list https://bugs.python.org/issue42449 closed by eric.smith #42450: Docstrings in itertools recipes should have triple-quotes https://bugs.python.org/issue42450 closed by rhettinger #42453: utf-8 codec error when pip uninstalling a package which has fi https://bugs.python.org/issue42453 closed by vstinner #42456: Logical Error https://bugs.python.org/issue42456 closed by tim.peters #42458: Pathlib resolve() on Mac prepends path https://bugs.python.org/issue42458 closed by john.engelke #42459: Wrong Output https://bugs.python.org/issue42459 closed by steven.daprano #42460: Wrong Output https://bugs.python.org/issue42460 closed by steven.daprano #42462: Unacceptable Output https://bugs.python.org/issue42462 closed by eric.smith #42463: test_pty.test_openpty() failed on x86 Gentoo Installed with X https://bugs.python.org/issue42463 closed by vstinner #42467: slice().indices() returns incorrect values https://bugs.python.org/issue42467 closed by mark.dickinson #42468: subprocess.CompletedProcess: Add boolean value https://bugs.python.org/issue42468 closed by gregory.p.smith #42472: security hole in eval() https://bugs.python.org/issue42472 closed by vstinner #42473: re.sub ignores flag re.M https://bugs.python.org/issue42473 closed by mrabarnett #42475: wrongly cache pattern by re.compile https://bugs.python.org/issue42475 closed by mrabarnett #42479: Canvas's create_image method not work in some situaction. https://bugs.python.org/issue42479 closed by MangoIceCup
participants (1)
-
Python tracker