Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-03-06 - 2020-03-13) 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 7357 ( -2) closed 44350 (+80) total 51707 (+78) Open issues with patches: 2877 Issues opened (52) ================== #14126: Speed up list comprehensions by preallocating the list where p https://bugs.python.org/issue14126 reopened by vstinner #26227: Windows: socket.gethostbyaddr(name) fails for non-ASCII hostna https://bugs.python.org/issue26227 reopened by steve.dower #39321: AMD64 FreeBSD Non-Debug 3.x: main regrtest process killed by S https://bugs.python.org/issue39321 reopened by vstinner #39829: __len__ called twice in the list() constructor https://bugs.python.org/issue39829 reopened by eric.snow #39879: Update language reference to specify that dict is insertion-or https://bugs.python.org/issue39879 opened by eric.snow #39881: Multiple Interpreters in the Stdlib (PEP 554) - High-level Imp https://bugs.python.org/issue39881 opened by nanjekyejoannah #39882: Py_FatalError(): log automatically the function name https://bugs.python.org/issue39882 opened by vstinner #39883: Use BSD0 license for code in docs https://bugs.python.org/issue39883 opened by toddrjen #39885: IDLE right click outside of any selection should clear it https://bugs.python.org/issue39885 opened by terry.reedy #39887: Duplicate C object description of vectorcallfunc https://bugs.python.org/issue39887 opened by serhiy.storchaka #39891: [difflib] Improve get_close_matches() to better match when cas https://bugs.python.org/issue39891 opened by brian.gallagher #39892: Enable DeprecationWarnings by default when not explicit in uni https://bugs.python.org/issue39892 opened by gregory.p.smith #39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce https://bugs.python.org/issue39894 opened by barneygale #39895: `pathlib.Path.touch()` calls `os.close()` without using access https://bugs.python.org/issue39895 opened by barneygale #39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref https://bugs.python.org/issue39897 opened by barneygale #39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul https://bugs.python.org/issue39901 opened by barneygale #39902: dis.Bytecode objects should be comparable https://bugs.python.org/issue39902 opened by BTaskaya #39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and ` https://bugs.python.org/issue39906 opened by barneygale #39908: Remove unused args from init_set_builtins_open and _Py_FatalEr https://bugs.python.org/issue39908 opened by petdance #39910: os.ftruncate on Windows should be sparse https://bugs.python.org/issue39910 opened by Artoria2e5 #39912: warnings.py should not raise AssertionError when validating ar https://bugs.python.org/issue39912 opened by remi.lapeyre #39913: Document warnings.WarningMessage ? https://bugs.python.org/issue39913 opened by blueyed #39914: logging.config: '.' (dot) as a key is not documented https://bugs.python.org/issue39914 opened by Yuta Okamoto #39915: await_args_list in AsyncMock always refers to the last awaited https://bugs.python.org/issue39915 opened by Mads Sejersen #39917: new_compiler() called 2nd time causes error https://bugs.python.org/issue39917 opened by televi #39919: C extension code reliant on static flags/behavior with PY_DEBU https://bugs.python.org/issue39919 opened by ngie #39920: os.stat() and os.lstat() fail with Windows device paths https://bugs.python.org/issue39920 opened by Charles Machalow #39924: pathlib handles missing `os.link`, `os.symlink` and `os.readli https://bugs.python.org/issue39924 opened by barneygale #39927: IDLE.app fails on macOS 10.15 if denied access to Documents https://bugs.python.org/issue39927 opened by dd789 #39929: dataclasses.asdict will mangle collection.Counter instances https://bugs.python.org/issue39929 opened by brad.scarlett@gmail.com #39931: Global variables are not accessible from child processes (mult https://bugs.python.org/issue39931 opened by agmt #39932: test_multiprocessing_fork leaked [0, 2, 0] file descriptors on https://bugs.python.org/issue39932 opened by vstinner #39933: test_gdb fails on AMD64 FreeBSD Shared 3.x: ptrace: Operation https://bugs.python.org/issue39933 opened by vstinner #39934: Fatal Python error "XXX block stack overflow" when exception s https://bugs.python.org/issue39934 opened by myzhang1029 #39935: argparse: help parameter not documented in add_subparsers().ad https://bugs.python.org/issue39935 opened by Nazime Koussaila Lakehal #39937: Suggest the usage of Element.iter() instead of iter() in whats https://bugs.python.org/issue39937 opened by rahul-kumi #39939: Add str methods to remove prefixes or suffixes https://bugs.python.org/issue39939 opened by Dennis Sweeney #39940: Micro-optimizations to PySequence_Tuple() https://bugs.python.org/issue39940 opened by Marco Sulla #39941: multiprocessing: Process.join() should emit a warning if the p https://bugs.python.org/issue39941 opened by vstinner #39942: Making instance of `TypeVar` fails because of missing `__name_ https://bugs.python.org/issue39942 opened by jack1142 #39943: Meta: Clean up various issues in C internals https://bugs.python.org/issue39943 opened by petdance #39946: Is it time to remove _PyThreadState_GetFrame() hook? https://bugs.python.org/issue39946 opened by vstinner #39947: Make the PyThreadState structure opaque (move it to the intern https://bugs.python.org/issue39947 opened by vstinner #39948: Python 3.8 unconditionally uses functions not available on OS https://bugs.python.org/issue39948 opened by dgelessus #39949: truncating match in regular expression match objects repr https://bugs.python.org/issue39949 opened by Seth.Troisi #39950: Add pathlib.Path.hardlink_to() https://bugs.python.org/issue39950 opened by barneygale #39951: Ignore specific errors when closing ssl connections https://bugs.python.org/issue39951 opened by Dima.Tisnek #39952: Using VS2019 to automatically build Python3 and it failed to b https://bugs.python.org/issue39952 opened by Lin #39953: Let's update ssl error codes https://bugs.python.org/issue39953 opened by Dima.Tisnek #39954: test_subprocess: test_specific_shell() fails on AMD64 FreeBSD https://bugs.python.org/issue39954 opened by vstinner #39955: argparse print_help breaks when help is blank space https://bugs.python.org/issue39955 opened by Ying Zhang #39956: Numeric Literals vs string "1_1" on input int() or float() or https://bugs.python.org/issue39956 opened by zd nex Most recent 15 issues with no replies (15) ========================================== #39956: Numeric Literals vs string "1_1" on input int() or float() or https://bugs.python.org/issue39956 #39953: Let's update ssl error codes https://bugs.python.org/issue39953 #39950: Add pathlib.Path.hardlink_to() https://bugs.python.org/issue39950 #39948: Python 3.8 unconditionally uses functions not available on OS https://bugs.python.org/issue39948 #39946: Is it time to remove _PyThreadState_GetFrame() hook? https://bugs.python.org/issue39946 #39943: Meta: Clean up various issues in C internals https://bugs.python.org/issue39943 #39942: Making instance of `TypeVar` fails because of missing `__name_ https://bugs.python.org/issue39942 #39941: multiprocessing: Process.join() should emit a warning if the p https://bugs.python.org/issue39941 #39937: Suggest the usage of Element.iter() instead of iter() in whats https://bugs.python.org/issue39937 #39935: argparse: help parameter not documented in add_subparsers().ad https://bugs.python.org/issue39935 #39934: Fatal Python error "XXX block stack overflow" when exception s https://bugs.python.org/issue39934 #39919: C extension code reliant on static flags/behavior with PY_DEBU https://bugs.python.org/issue39919 #39917: new_compiler() called 2nd time causes error https://bugs.python.org/issue39917 #39914: logging.config: '.' (dot) as a key is not documented https://bugs.python.org/issue39914 #39912: warnings.py should not raise AssertionError when validating ar https://bugs.python.org/issue39912 Most recent 15 issues waiting for review (15) ============================================= #39950: Add pathlib.Path.hardlink_to() https://bugs.python.org/issue39950 #39947: Make the PyThreadState structure opaque (move it to the intern https://bugs.python.org/issue39947 #39943: Meta: Clean up various issues in C internals https://bugs.python.org/issue39943 #39939: Add str methods to remove prefixes or suffixes https://bugs.python.org/issue39939 #39915: await_args_list in AsyncMock always refers to the last awaited https://bugs.python.org/issue39915 #39912: warnings.py should not raise AssertionError when validating ar https://bugs.python.org/issue39912 #39908: Remove unused args from init_set_builtins_open and _Py_FatalEr https://bugs.python.org/issue39908 #39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and ` https://bugs.python.org/issue39906 #39902: dis.Bytecode objects should be comparable https://bugs.python.org/issue39902 #39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul https://bugs.python.org/issue39901 #39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref https://bugs.python.org/issue39897 #39895: `pathlib.Path.touch()` calls `os.close()` without using access https://bugs.python.org/issue39895 #39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce https://bugs.python.org/issue39894 #39885: IDLE right click outside of any selection should clear it https://bugs.python.org/issue39885 #39882: Py_FatalError(): log automatically the function name https://bugs.python.org/issue39882 Top 10 most discussed issues (10) ================================= #39689: struct and memoryview tests rely on undefined behavior (as rev https://bugs.python.org/issue39689 17 msgs #39927: IDLE.app fails on macOS 10.15 if denied access to Documents https://bugs.python.org/issue39927 17 msgs #35370: Add _PyEval_SetTrace(tstate, func, arg) function https://bugs.python.org/issue35370 14 msgs #38500: PEP 523: Add private _PyInterpreterState_SetEvalFrameFunc() fu https://bugs.python.org/issue38500 14 msgs #39763: distutils.spawn should use subprocess (hang in parallel builds https://bugs.python.org/issue39763 14 msgs #39947: Make the PyThreadState structure opaque (move it to the intern https://bugs.python.org/issue39947 8 msgs #39885: IDLE right click outside of any selection should clear it https://bugs.python.org/issue39885 7 msgs #36144: Dictionary union. (PEP 584) https://bugs.python.org/issue36144 6 msgs #39824: Multi-phase extension module (PEP 489): don't call m_traverse, https://bugs.python.org/issue39824 6 msgs #14126: Speed up list comprehensions by preallocating the list where p https://bugs.python.org/issue14126 5 msgs Issues closed (73) ================== #16981: ImportError hides real error when there too many open files du https://bugs.python.org/issue16981 closed by brett.cannon #17231: Mark __del__ not being called in cycles as an impl detail https://bugs.python.org/issue17231 closed by brett.cannon #17296: Cannot unpickle classes derived from 'Exception' https://bugs.python.org/issue17296 closed by brett.cannon #17716: From ... import fails when parent package failed but child mod https://bugs.python.org/issue17716 closed by brett.cannon #18114: Update PyImport_ImportFrozenModuleObject() to set __package__ https://bugs.python.org/issue18114 closed by brett.cannon #18275: Make isinstance() work with super type instances https://bugs.python.org/issue18275 closed by brett.cannon #18831: importlib.import_module() bypasses builtins.__import__ https://bugs.python.org/issue18831 closed by brett.cannon #18834: Add Clang to distutils to build C/C++ extensions https://bugs.python.org/issue18834 closed by refi64 #19257: Sub-optimal error message when importing a non-package https://bugs.python.org/issue19257 closed by brett.cannon #19531: Loading -OO bytecode files if -O was requested can lead to pro https://bugs.python.org/issue19531 closed by brett.cannon #23592: SIGSEGV on interpreter shutdown, with daemon threads running w https://bugs.python.org/issue23592 closed by vstinner #24415: SIGINT always reset to SIG_DFL by Py_Finalize() https://bugs.python.org/issue24415 closed by vstinner #26037: Crash when reading sys.stdin.buffer in a daemon thread https://bugs.python.org/issue26037 closed by vstinner #27115: IDLE goto should use query.Query subclass https://bugs.python.org/issue27115 closed by terry.reedy #30519: [threading] Add daemon argument to Timer https://bugs.python.org/issue30519 closed by vstinner #34058: Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTH https://bugs.python.org/issue34058 closed by vstinner #34822: Simplify AST for slices https://bugs.python.org/issue34822 closed by serhiy.storchaka #35775: Add a general selection function to statistics https://bugs.python.org/issue35775 closed by remi.lapeyre #36184: test_gdb.test_threads() is specific to _POSIX_THREADS, fail on https://bugs.python.org/issue36184 closed by vstinner #38080: 2to3 urllib fixer: missing fix for urllib.getproxies https://bugs.python.org/issue38080 closed by pablogsal #38249: Optimize out Py_UNREACHABLE in the release mode https://bugs.python.org/issue38249 closed by serhiy.storchaka #38643: Assertion failures when calling PyNumber_ToBase() with an inva https://bugs.python.org/issue38643 closed by serhiy.storchaka #38662: Decouple ensurepip from pip's internals using runpy https://bugs.python.org/issue38662 closed by vstinner #38818: Modify PyInterpreterState.eval_frame to pass tstate (PyThreadS https://bugs.python.org/issue38818 closed by vstinner #38894: Path.glob() sometimes misses files that match https://bugs.python.org/issue38894 closed by pablogsal #39127: _Py_HashPointer's void * argument should be const https://bugs.python.org/issue39127 closed by benjamin.peterson #39517: runpy calls open_code with Path object https://bugs.python.org/issue39517 closed by steve.dower #39577: venv --prompt argument is ignored https://bugs.python.org/issue39577 closed by vinay.sajip #39702: PEP 614: Relaxing Grammar Restrictions On Decorators https://bugs.python.org/issue39702 closed by brandtbucher #39761: Python 3.9.0a4 fails to build when configured with --with-dtra https://bugs.python.org/issue39761 closed by petr.viktorin #39822: Use NULL instead of None for empty attrib in C implementation https://bugs.python.org/issue39822 closed by serhiy.storchaka #39828: json.tool should catch BrokenPipeError https://bugs.python.org/issue39828 closed by vstinner #39844: IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows https://bugs.python.org/issue39844 closed by ned.deily #39847: EnterNonRecursiveMutex on win32 can hang for 49.7 days: use Ge https://bugs.python.org/issue39847 closed by vstinner #39850: multiprocessing.connection.Listener fails to close with null b https://bugs.python.org/issue39850 closed by pablogsal #39852: IDLE: Goto should remove selection and update the status bar https://bugs.python.org/issue39852 closed by terry.reedy #39857: subprocess.run: add an extra_env kwarg to complement existing https://bugs.python.org/issue39857 closed by gregory.p.smith #39861: French doc __futur__: Bad URL https://bugs.python.org/issue39861 closed by SilentGhost #39869: Improve Instance Objects tutorial documentation https://bugs.python.org/issue39869 closed by Mariatta #39875: urllib.request.urlopen sends POST data as query string https://bugs.python.org/issue39875 closed by henrik242 #39877: Daemon thread is crashing in PyEval_RestoreThread() while the https://bugs.python.org/issue39877 closed by vstinner #39878: Remove unused args in Python/formatter_unicode.c https://bugs.python.org/issue39878 closed by benjamin.peterson #39880: string.lstrip() with leading '3's https://bugs.python.org/issue39880 closed by steven.daprano #39884: "SystemError: bad call flags" exceptions added as part of BPO- https://bugs.python.org/issue39884 closed by vstinner #39886: Remove unused arg in config_get_stdio_errors in Python/initcon https://bugs.python.org/issue39886 closed by benjamin.peterson #39888: modules not install https://bugs.python.org/issue39888 closed by eric.smith #39889: Fix ast.unparse() for subscription by extended slices and tupl https://bugs.python.org/issue39889 closed by serhiy.storchaka #39890: The AST is mangled when compiling starred assignments https://bugs.python.org/issue39890 closed by pablogsal #39893: Add set_terminate() to logging https://bugs.python.org/issue39893 closed by vinay.sajip #39896: Const args and remove unused args in Python/compile.c https://bugs.python.org/issue39896 closed by petdance #39898: Remove unused arg from append_formattedvalue in Python/ast_unp https://bugs.python.org/issue39898 closed by benjamin.peterson #39899: `pathlib.Path.expanduser()` does not call `os.path.expanduser( https://bugs.python.org/issue39899 closed by serhiy.storchaka #39900: `pathlib.Path.__bytes__()` calls `os.fsencode()` without using https://bugs.python.org/issue39900 closed by barneygale #39903: Double decref in _elementtree.Element.__getstate__ https://bugs.python.org/issue39903 closed by serhiy.storchaka #39904: Move handling of one-argument call of type() from type.__new__ https://bugs.python.org/issue39904 closed by serhiy.storchaka #39905: Cannot load sub package having a 3-dot relative import https://bugs.python.org/issue39905 closed by mark.dickinson #39907: `pathlib.Path.iterdir()` wastes memory by using `os.listdir()` https://bugs.python.org/issue39907 closed by barneygale #39909: Assignment expression in assert causes SyntaxError https://bugs.python.org/issue39909 closed by eric.smith #39911: "AMD64 Windows7 SP1 3.x" buildbot doesn't build anymore https://bugs.python.org/issue39911 closed by vstinner #39916: More reliable use of scandir in Path.glob() https://bugs.python.org/issue39916 closed by serhiy.storchaka #39918: random.Random(False) weird error https://bugs.python.org/issue39918 closed by vstinner #39921: json module install error i was use windows 10 pro 64 bit, pls https://bugs.python.org/issue39921 closed by serhiy.storchaka #39922: Remove unused args in Python/compile.c https://bugs.python.org/issue39922 closed by benjamin.peterson #39923: Command errored out with exit status 1: while jsonlib https://bugs.python.org/issue39923 closed by serhiy.storchaka #39925: `pathlib.Path.link_to()` has the wrong argument order https://bugs.python.org/issue39925 closed by eric.smith #39926: unicodedata for Unicode 13.0.0 https://bugs.python.org/issue39926 closed by benjamin.peterson #39928: Pysftp Issue File Upload is not working - put command https://bugs.python.org/issue39928 closed by eric.smith #39930: Embedded installer for Python 3.7.7 missing vcruntime140.dll https://bugs.python.org/issue39930 closed by steve.dower #39936: Python fails to build _asyncio on module on AIX https://bugs.python.org/issue39936 closed by vstinner #39938: RotatingFileHandler does not support any mode other than 'a'. https://bugs.python.org/issue39938 closed by vinay.sajip #39944: UserString.join should return UserString https://bugs.python.org/issue39944 closed by serhiy.storchaka #39945: Wrong example result in docs https://bugs.python.org/issue39945 closed by hook #1294959: Add sys.platlibdir to use /usr/lib64 on Fedora and SuSE https://bugs.python.org/issue1294959 closed by vstinner
participants (1)
-
Python tracker