Summary of Python tracker Issues

ACTIVITY SUMMARY (2021-05-14 - 2021-05-21) 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 7452 (+23) closed 48492 (+51) total 55944 (+74) Open issues with patches: 2965 Issues opened (57) ================== #39950: Add pathlib.Path.hardlink_to() https://bugs.python.org/issue39950 reopened by barneygale #42834: [subinterpreters] Convert "global" static variable caches in _ https://bugs.python.org/issue42834 reopened by kj #44126: Support cross-compiling of cpython modules using setuptools https://bugs.python.org/issue44126 reopened by jmoguill2 #44135: issubclass documentation doesn't explain tuple semantic https://bugs.python.org/issue44135 opened by joaozinho #44136: Remove pathlib flavours https://bugs.python.org/issue44136 opened by barneygale #44138: multiprocessing documentation should note behavior when proces https://bugs.python.org/issue44138 opened by kushal-kumaran #44140: WeakKeyDictionary should support lookup by id instead of hash https://bugs.python.org/issue44140 opened by conchylicultor #44142: ast.unparse: visually better code generation https://bugs.python.org/issue44142 opened by BTaskaya #44145: hmac.update is not releasing the GIL when openssl's hmac is us https://bugs.python.org/issue44145 opened by gregory.p.smith #44147: [WinError 193] %1 is not a valid Win32 application https://bugs.python.org/issue44147 opened by bassel27 #44149: difflib.get_close_matches: Add `key` argument https://bugs.python.org/issue44149 opened by mustafaquraish #44151: Improve parameter names and return value ordering for linear_r https://bugs.python.org/issue44151 opened by rhettinger #44153: Signaling an asyncio subprocess might raise ProcessLookupError https://bugs.python.org/issue44153 opened by syntaxcoloring #44155: Race condition when using multiprocessing BaseManager and Pool https://bugs.python.org/issue44155 opened by chenzhuowansui #44156: [subinterpreters] Replace static string caches with subinterpr https://bugs.python.org/issue44156 opened by kj #44157: redirect_* should also redirect C-level streams https://bugs.python.org/issue44157 opened by xmorel #44158: Clarify documentation for redirected stdout/stderr when using https://bugs.python.org/issue44158 opened by tanty #44159: mimetypes - "strict" on Windows https://bugs.python.org/issue44159 opened by Norman Lorrain #44163: IDLE ValueError in HyperParser https://bugs.python.org/issue44163 opened by rhettinger #44164: Document what are resources in importlib.resources https://bugs.python.org/issue44164 opened by FFY00 #44165: [sqlite3] sqlite3_prepare_v2 micro optimisation: pass string s https://bugs.python.org/issue44165 opened by erlendaasland #44166: Make IndexError messages for list more informative https://bugs.python.org/issue44166 opened by miguendes #44167: ipaddress.IPv6Address.is_private makes redundant checks https://bugs.python.org/issue44167 opened by mjpieters #44170: ShareableList cannot safely handle multibyte utf-8 characters https://bugs.python.org/issue44170 opened by huwcbjones #44172: curses module may call delwin() on original window before subw https://bugs.python.org/issue44172 opened by michaelforney #44173: Stored (uncompressed) ZipExtFile in zipfile can be seekable at https://bugs.python.org/issue44173 opened by juniorjpdj #44174: Unclear meaning of _Private__names in enum docs. https://bugs.python.org/issue44174 opened by gregory.p.smith #44175: What do "cased" and "uncased" mean? https://bugs.python.org/issue44175 opened by otakutyrant #44176: asyncio.as_completed() raises TypeError when the first supplie https://bugs.python.org/issue44176 opened by alexdelorenzo #44178: Add an interpreter-level critical section construct https://bugs.python.org/issue44178 opened by xmorel #44180: SyntaxError misidentified in 3.10.0b1 when = used instead of : https://bugs.python.org/issue44180 opened by aroberge #44181: SyntaxError in Python 3.10.0b1: wrong token for missing comma https://bugs.python.org/issue44181 opened by aroberge #44182: python-config.sh vs python-config.py inconsistency https://bugs.python.org/issue44182 opened by millert #44183: Can't install certificates if GUI tools are not installed on m https://bugs.python.org/issue44183 opened by thetechconspiracy #44184: crash on windows invoking flake8 https://bugs.python.org/issue44184 opened by Anthony Sottile #44185: mock_open file handle __exit__ does not call close https://bugs.python.org/issue44185 opened by williamsjoblom #44186: TimedRotatingFileHandler overwrite log https://bugs.python.org/issue44186 opened by aeg #44187: Implement infrastructure for quickening and specializing https://bugs.python.org/issue44187 opened by Mark.Shannon #44188: ThreadPoolExecutor unbalanced semaphore count https://bugs.python.org/issue44188 opened by bennieswart #44189: multiprocessing AF_PIPE name format is slightly confusing in t https://bugs.python.org/issue44189 opened by Antony.Lee #44190: Dictionary assignment shorthand https://bugs.python.org/issue44190 opened by davidhariri #44191: Getting an ImportError DLL load failed while importing _ssl https://bugs.python.org/issue44191 opened by lnegger #44192: Annotations, Inheritance and Circular Reference https://bugs.python.org/issue44192 opened by reob-info #44193: socket line 46 import _socket Import Error https://bugs.python.org/issue44193 opened by Joshex #44194: Folding ''.join(<known number of elts>) into f-strings https://bugs.python.org/issue44194 opened by BTaskaya #44195: importlib.abc.TraversableReader is not implemented https://bugs.python.org/issue44195 opened by FFY00 #44196: Document that importlib.abc.Traversable's methods should raise https://bugs.python.org/issue44196 opened by FFY00 #44198: Add flags or function in pathlib.Path https://bugs.python.org/issue44198 opened by tetelevm #44200: Recommend importlib.abc.Traversable users to implement __fspat https://bugs.python.org/issue44200 opened by FFY00 #44201: REPL requests another line despite syntax error https://bugs.python.org/issue44201 opened by gvanrossum #44202: Add errors argument to importlib.abc.Traversable.read_text https://bugs.python.org/issue44202 opened by FFY00 #44203: test__xxsubinterpreters: heap-buffer-overflow in interp_is_run https://bugs.python.org/issue44203 opened by vstinner #44204: socket.connect ignores CTRL+C during timeout on Win https://bugs.python.org/issue44204 opened by mrx23dot #44205: shutil.copystat can fail when copying to a file system with a https://bugs.python.org/issue44205 opened by chrisburr #44206: Add a version number to dict keys. https://bugs.python.org/issue44206 opened by Mark.Shannon #44207: Add a version number to Python functions https://bugs.python.org/issue44207 opened by Mark.Shannon #44208: argparse: Accept option without needing to distinguish "-" fro https://bugs.python.org/issue44208 opened by wbarnha Most recent 15 issues with no replies (15) ========================================== #44208: argparse: Accept option without needing to distinguish "-" fro https://bugs.python.org/issue44208 #44207: Add a version number to Python functions https://bugs.python.org/issue44207 #44205: shutil.copystat can fail when copying to a file system with a https://bugs.python.org/issue44205 #44204: socket.connect ignores CTRL+C during timeout on Win https://bugs.python.org/issue44204 #44203: test__xxsubinterpreters: heap-buffer-overflow in interp_is_run https://bugs.python.org/issue44203 #44198: Add flags or function in pathlib.Path https://bugs.python.org/issue44198 #44196: Document that importlib.abc.Traversable's methods should raise https://bugs.python.org/issue44196 #44195: importlib.abc.TraversableReader is not implemented https://bugs.python.org/issue44195 #44192: Annotations, Inheritance and Circular Reference https://bugs.python.org/issue44192 #44188: ThreadPoolExecutor unbalanced semaphore count https://bugs.python.org/issue44188 #44187: Implement infrastructure for quickening and specializing https://bugs.python.org/issue44187 #44186: TimedRotatingFileHandler overwrite log https://bugs.python.org/issue44186 #44185: mock_open file handle __exit__ does not call close https://bugs.python.org/issue44185 #44183: Can't install certificates if GUI tools are not installed on m https://bugs.python.org/issue44183 #44182: python-config.sh vs python-config.py inconsistency https://bugs.python.org/issue44182 Most recent 15 issues waiting for review (15) ============================================= #44208: argparse: Accept option without needing to distinguish "-" fro https://bugs.python.org/issue44208 #44205: shutil.copystat can fail when copying to a file system with a https://bugs.python.org/issue44205 #44196: Document that importlib.abc.Traversable's methods should raise https://bugs.python.org/issue44196 #44195: importlib.abc.TraversableReader is not implemented https://bugs.python.org/issue44195 #44188: ThreadPoolExecutor unbalanced semaphore count https://bugs.python.org/issue44188 #44187: Implement infrastructure for quickening and specializing https://bugs.python.org/issue44187 #44184: crash on windows invoking flake8 https://bugs.python.org/issue44184 #44180: SyntaxError misidentified in 3.10.0b1 when = used instead of : https://bugs.python.org/issue44180 #44173: Stored (uncompressed) ZipExtFile in zipfile can be seekable at https://bugs.python.org/issue44173 #44172: curses module may call delwin() on original window before subw https://bugs.python.org/issue44172 #44167: ipaddress.IPv6Address.is_private makes redundant checks https://bugs.python.org/issue44167 #44166: Make IndexError messages for list more informative https://bugs.python.org/issue44166 #44165: [sqlite3] sqlite3_prepare_v2 micro optimisation: pass string s https://bugs.python.org/issue44165 #44164: Document what are resources in importlib.resources https://bugs.python.org/issue44164 #44156: [subinterpreters] Replace static string caches with subinterpr https://bugs.python.org/issue44156 Top 10 most discussed issues (10) ================================= #44184: crash on windows invoking flake8 https://bugs.python.org/issue44184 32 msgs #40452: Tkinter/IDLE: preserve clipboard on closure https://bugs.python.org/issue40452 19 msgs #44151: Improve parameter names and return value ordering for linear_r https://bugs.python.org/issue44151 13 msgs #44099: [C API] Introduce a new slot in PyModuleDef to hold the classe https://bugs.python.org/issue44099 10 msgs #44147: [WinError 193] %1 is not a valid Win32 application https://bugs.python.org/issue44147 10 msgs #28937: str.split(): allow removing empty strings (when sep is not Non https://bugs.python.org/issue28937 9 msgs #44180: SyntaxError misidentified in 3.10.0b1 when = used instead of : https://bugs.python.org/issue44180 8 msgs #43882: [security] urllib.parse should sanitize urls containing ASCII https://bugs.python.org/issue43882 7 msgs #44175: What do "cased" and "uncased" mean? https://bugs.python.org/issue44175 6 msgs #42109: Use hypothesis for testing the standard library, falling back https://bugs.python.org/issue42109 5 msgs Issues closed (48) ================== #22891: code removal from urllib.parse.urlsplit() https://bugs.python.org/issue22891 closed by gregory.p.smith #29639: test suite intentionally avoids referring to localhost, destro https://bugs.python.org/issue29639 closed by gregory.p.smith #30593: Document that sqlite3.Cursor.executescript disregards isolatio https://bugs.python.org/issue30593 closed by berker.peksag #32133: documentation: numbers module nitpick https://bugs.python.org/issue32133 closed by rhettinger #33433: ipaddress is_private misleading for IPv4 mapped IPv6 addresses https://bugs.python.org/issue33433 closed by gregory.p.smith #35765: Document references object x but doesn't show it in the exampl https://bugs.python.org/issue35765 closed by iritkatriel #35889: sqlite3.Row doesn't have useful repr https://bugs.python.org/issue35889 closed by berker.peksag #36160: Multiple errors in test_site.py on sysconfig._CONFIG_VARS.clea https://bugs.python.org/issue36160 closed by iritkatriel #36464: Python 2.7 build install fails intermittently with -j on MacOS https://bugs.python.org/issue36464 closed by willingc #38593: Python 3.7 does not catch infinite recursion for some values o https://bugs.python.org/issue38593 closed by iritkatriel #39924: pathlib handles missing `os.link`, `os.symlink` and `os.readli https://bugs.python.org/issue39924 closed by barneygale #40339: Instead of skipping, IPV6 test(s) fail on a non-IPV6 machine https://bugs.python.org/issue40339 closed by gregory.p.smith #40670: supplying an empty string to timeit causes an IndentationError https://bugs.python.org/issue40670 closed by iritkatriel #40975: contextlib.AsyncExitStack enter_async_context and aclose shoul https://bugs.python.org/issue40975 closed by iritkatriel #41318: Better error message of "Cannot recover from stack overflow." https://bugs.python.org/issue41318 closed by iritkatriel #42022: Allow ensurepip to work without bundled wheels https://bugs.python.org/issue42022 closed by FFY00 #42783: asyncio.sleep(0) idiom is not documented https://bugs.python.org/issue42783 closed by iritkatriel #43295: datetime.strptime emits IndexError on parsing 'z' as %z https://bugs.python.org/issue43295 closed by vstinner #43650: MemoryError on zip.read in shutil._unpack_zipfile https://bugs.python.org/issue43650 closed by gregory.p.smith #43753: [C API] Add Py_Is(x, y) and Py_IsNone(x) functions https://bugs.python.org/issue43753 closed by vstinner #44038: In documentation Section 8.6, the definition of parameter_list https://bugs.python.org/issue44038 closed by pablogsal #44072: Doc: power operator (`**`) present for numbers.Complex, not ad https://bugs.python.org/issue44072 closed by terry.reedy #44078: Output relative path when using PurePath.relative_to https://bugs.python.org/issue44078 closed by terry.reedy #44081: ast.unparse: dont use redundant space separator for lambdas wi https://bugs.python.org/issue44081 closed by BTaskaya #44086: py.svg not found on search result page https://bugs.python.org/issue44086 closed by jugmac00 #44106: [sqlite3] don't use politicians in examples/docs https://bugs.python.org/issue44106 closed by erlendaasland #44107: HTTPServer can't close http client completely https://bugs.python.org/issue44107 closed by gregory.p.smith #44132: Local import conflict with system import https://bugs.python.org/issue44132 closed by ned.deily #44137: importlib.resources.path raises RuntimeError when FileNotFound https://bugs.python.org/issue44137 closed by jaraco #44139: Unparenthesized tuple doc bug in what's new https://bugs.python.org/issue44139 closed by pablogsal #44141: Getting error while importing ssl "import _ssl ImportError: DL https://bugs.python.org/issue44141 closed by christian.heimes #44143: The parse crashes when raising tokenizer errors when an existi https://bugs.python.org/issue44143 closed by pablogsal #44144: Python window not opening https://bugs.python.org/issue44144 closed by christian.heimes #44146: Format string fill not handling brace char https://bugs.python.org/issue44146 closed by eric.smith #44148: Raise a SystemError if frame is NULL in PyEval_GetGlobals https://bugs.python.org/issue44148 closed by shreyanavigyan #44150: Add optional weights parameter to statistics.fmean() https://bugs.python.org/issue44150 closed by rhettinger #44152: [not a bug] .isupper() does not support Polytonic Greek (but . https://bugs.python.org/issue44152 closed by Jelle Zijlstra #44154: Optimize Fraction pickling https://bugs.python.org/issue44154 closed by Sergey.Kirpichev #44160: speed up searching for keywords by using a dictionary https://bugs.python.org/issue44160 closed by Dennis Sweeney #44161: free: invalid pointer on graph and photo.message imports https://bugs.python.org/issue44161 closed by christian.heimes #44162: importlib.resources.path no longer supports directories https://bugs.python.org/issue44162 closed by gitpushdashf #44168: Wrong syntax error hint when spurious colon present in functio https://bugs.python.org/issue44168 closed by pablogsal #44169: Add HTTPS support to http.server https://bugs.python.org/issue44169 closed by ned.deily #44171: Cython cannot compile 'a = 5/6' and return 'a = 0' https://bugs.python.org/issue44171 closed by pablogsal #44177: Unable to get the else while parsing through AST module https://bugs.python.org/issue44177 closed by eric.smith #44179: python3 ������ range������������������ https://bugs.python.org/issue44179 closed by christian.heimes #44197: [request feature] Itertools extended combinations to limited n https://bugs.python.org/issue44197 closed by rhettinger #44199: code example index error in tutorial controlflow https://bugs.python.org/issue44199 closed by HVoltBb
participants (1)
-
Python tracker