Summary of Python tracker Issues
ACTIVITY SUMMARY (2021-12-31 - 2022-01-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 7199 ( +4) closed 50825 (+78) total 58024 (+82) Open issues with patches: 2886 Issues opened (50) ================== #34931: os.path.splitext with more dots https://bugs.python.org/issue34931 reopened by xnovakj #46009: sending non-None values makes generator raise StopIteration on https://bugs.python.org/issue46009 reopened by christian.heimes #46110: compile("-"*3000000 + "4", '', mode) causes hard crash https://bugs.python.org/issue46110 reopened by pablogsal #46216: spurious link to os.system() from os.times() documentation ent https://bugs.python.org/issue46216 opened by emery.berger #46217: 3.11 build failure on Win10: new _freeze_module changes? https://bugs.python.org/issue46217 opened by terry.reedy #46220: imaplib.py "select" mailbox names containing spaces. https://bugs.python.org/issue46220 opened by mckenzm #46223: asyncio cause infinite loop during debug https://bugs.python.org/issue46223 opened by zillionare #46225: f_lasti behaves differently for lambdas returned from loops https://bugs.python.org/issue46225 opened by nedbat #46226: User specific paths added to System PATH environment variable https://bugs.python.org/issue46226 opened by akrymskiy #46227: add pathlib.Path.walk method https://bugs.python.org/issue46227 opened by Ovsyanka #46232: Client certificates with UniqueIdentifier in the subject break https://bugs.python.org/issue46232 opened by kacper #46234: 3.11: Tracing of decorators now visits the decorator line befo https://bugs.python.org/issue46234 opened by nedbat #46235: Do all ref-counting at once for sequence multiplication https://bugs.python.org/issue46235 opened by Dennis Sweeney #46237: Incorrect line reported in syntax error https://bugs.python.org/issue46237 opened by arian-f #46242: Improve error message when attempting to extend an enum with ` https://bugs.python.org/issue46242 opened by sobolevn #46244: typing._TypeVarLike missing __slots__ https://bugs.python.org/issue46244 opened by ariebovenberg #46245: Add support for dir_fd in shutil.rmtree() https://bugs.python.org/issue46245 opened by serhiy.storchaka #46246: importlib.metadata.DeprecatedList appears to be missing __slot https://bugs.python.org/issue46246 opened by ariebovenberg #46247: in xml.dom.minidom, Node and DocumentLS appear to be missing _ https://bugs.python.org/issue46247 opened by ariebovenberg #46249: [sqlite3] move set lastrowid out of the query loop and enable https://bugs.python.org/issue46249 opened by erlendaasland #46250: 3.10 docs responsive design removes navigation buttons (next, https://bugs.python.org/issue46250 opened by vkvanjavk #46252: SSLWantReadError causes _SelectorSocketTransport to close https://bugs.python.org/issue46252 opened by matan1008 #46253: C API documentation of Py_UNICODE_* character properties macro https://bugs.python.org/issue46253 opened by juliangilbey #46254: Better fitting type for iterating in the trace_init C function https://bugs.python.org/issue46254 opened by uriya1998 #46255: Remove unnecessary check in _IOBase._check*() methods https://bugs.python.org/issue46255 opened by malin #46258: Minor algorithmic improvements for math.isqrt https://bugs.python.org/issue46258 opened by mark.dickinson #46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs https://bugs.python.org/issue46261 opened by erlendaasland #46264: 'I'.lower() should give non dotted i for LANG=tr_TR https://bugs.python.org/issue46264 opened by fbacher #46265: Error when cross compiling for hardfloat MIPS https://bugs.python.org/issue46265 opened by jefferyto #46267: gzip.compress incorrectly ignores level parameter https://bugs.python.org/issue46267 opened by rhpvorderman #46269: '__new__' is never shown in `dir(SomeEnum)` https://bugs.python.org/issue46269 opened by sobolevn #46270: Comparison operators in Python Tutorial 5.7 https://bugs.python.org/issue46270 opened by realjanpaulus #46271: frozen modules are not regenerated on bytecode magic change wh https://bugs.python.org/issue46271 opened by christian.heimes #46272: Fix bitwise and logical terminology in python.gram https://bugs.python.org/issue46272 opened by rhettinger #46273: Document what asyncio.wait() and asyncio.as_completed() do if https://bugs.python.org/issue46273 opened by termim #46274: Tokenizer module does not handle backslash characters correctl https://bugs.python.org/issue46274 opened by ucodery #46275: caret location for syntax error pointing with f-strings https://bugs.python.org/issue46275 opened by williamnavaraj #46276: ImportError: DLL load failed while importing https://bugs.python.org/issue46276 opened by 89z #46279: [docs] Minor information-ordering issue in __main__ doc https://bugs.python.org/issue46279 opened by ferdnyc #46280: About vulnerabilities in Cpython native code https://bugs.python.org/issue46280 opened by urnotmax #46282: print() docs do not indicate its return value https://bugs.python.org/issue46282 opened by SnoopJeDi #46283: [subinterpreters] Unicode interned strings must not be shared https://bugs.python.org/issue46283 opened by vstinner #46284: DirEntry returns invalid values for is_dir and is_file on NFS https://bugs.python.org/issue46284 opened by Nicolas SURRIBAS #46285: http/server.py wont respect its protocol_version https://bugs.python.org/issue46285 opened by openalmeida #46287: UNC path normalisation issues on Windows https://bugs.python.org/issue46287 opened by steve.dower #46289: AST: FomattedValue conversion's default value should be -1 https://bugs.python.org/issue46289 opened by iyume #46290: Parameter names are inaccurate in dataclasses docs https://bugs.python.org/issue46290 opened by zsol #46291: [doc] First argument to raise can also be BaseException https://bugs.python.org/issue46291 opened by gtitze #46292: Add microseconds to logging.LogRecord https://bugs.python.org/issue46292 opened by jamescasbon #46296: Unreachable condition: `if enum_class._member_type_ is object` https://bugs.python.org/issue46296 opened by sobolevn Most recent 15 issues with no replies (15) ========================================== #46296: Unreachable condition: `if enum_class._member_type_ is object` https://bugs.python.org/issue46296 #46292: Add microseconds to logging.LogRecord https://bugs.python.org/issue46292 #46290: Parameter names are inaccurate in dataclasses docs https://bugs.python.org/issue46290 #46284: DirEntry returns invalid values for is_dir and is_file on NFS https://bugs.python.org/issue46284 #46283: [subinterpreters] Unicode interned strings must not be shared https://bugs.python.org/issue46283 #46279: [docs] Minor information-ordering issue in __main__ doc https://bugs.python.org/issue46279 #46274: Tokenizer module does not handle backslash characters correctl https://bugs.python.org/issue46274 #46273: Document what asyncio.wait() and asyncio.as_completed() do if https://bugs.python.org/issue46273 #46271: frozen modules are not regenerated on bytecode magic change wh https://bugs.python.org/issue46271 #46267: gzip.compress incorrectly ignores level parameter https://bugs.python.org/issue46267 #46265: Error when cross compiling for hardfloat MIPS https://bugs.python.org/issue46265 #46258: Minor algorithmic improvements for math.isqrt https://bugs.python.org/issue46258 #46255: Remove unnecessary check in _IOBase._check*() methods https://bugs.python.org/issue46255 #46254: Better fitting type for iterating in the trace_init C function https://bugs.python.org/issue46254 #46253: C API documentation of Py_UNICODE_* character properties macro https://bugs.python.org/issue46253 Most recent 15 issues waiting for review (15) ============================================= #46296: Unreachable condition: `if enum_class._member_type_ is object` https://bugs.python.org/issue46296 #46292: Add microseconds to logging.LogRecord https://bugs.python.org/issue46292 #46290: Parameter names are inaccurate in dataclasses docs https://bugs.python.org/issue46290 #46282: print() docs do not indicate its return value https://bugs.python.org/issue46282 #46280: About vulnerabilities in Cpython native code https://bugs.python.org/issue46280 #46269: '__new__' is never shown in `dir(SomeEnum)` https://bugs.python.org/issue46269 #46267: gzip.compress incorrectly ignores level parameter https://bugs.python.org/issue46267 #46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs https://bugs.python.org/issue46261 #46258: Minor algorithmic improvements for math.isqrt https://bugs.python.org/issue46258 #46255: Remove unnecessary check in _IOBase._check*() methods https://bugs.python.org/issue46255 #46254: Better fitting type for iterating in the trace_init C function https://bugs.python.org/issue46254 #46253: C API documentation of Py_UNICODE_* character properties macro https://bugs.python.org/issue46253 #46252: SSLWantReadError causes _SelectorSocketTransport to close https://bugs.python.org/issue46252 #46249: [sqlite3] move set lastrowid out of the query loop and enable https://bugs.python.org/issue46249 #46246: importlib.metadata.DeprecatedList appears to be missing __slot https://bugs.python.org/issue46246 Top 10 most discussed issues (10) ================================= #46280: About vulnerabilities in Cpython native code https://bugs.python.org/issue46280 21 msgs #46070: [subinterpreters] asyncio crash when importing _asyncio in sub https://bugs.python.org/issue46070 17 msgs #45665: Problems caused by isinstance(list[int], type) returning True https://bugs.python.org/issue45665 10 msgs #46249: [sqlite3] move set lastrowid out of the query loop and enable https://bugs.python.org/issue46249 9 msgs #34931: os.path.splitext with more dots https://bugs.python.org/issue34931 8 msgs #45925: Upgrade macOS and Windows installers to use SQLite 3.37.2 https://bugs.python.org/issue45925 7 msgs #46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint https://bugs.python.org/issue46006 7 msgs #46142: python --help output is too long https://bugs.python.org/issue46142 7 msgs #46187: Optionally support rounding for math.isqrt() https://bugs.python.org/issue46187 6 msgs #46198: Duplicate and unused code in tests https://bugs.python.org/issue46198 6 msgs Issues closed (75) ================== #9937: _winreg.EnumValue causes MemoryError https://bugs.python.org/issue9937 closed by iritkatriel #17951: TypeError during gdb backtracing https://bugs.python.org/issue17951 closed by iritkatriel #20369: concurrent.futures.wait() blocks forever when given duplicate https://bugs.python.org/issue20369 closed by AlexWaygood #25478: Consider adding a normalize() method to collections.Counter() https://bugs.python.org/issue25478 closed by rhettinger #30337: Vague wording of pkgutil.walk_packages parameter 'prefix' https://bugs.python.org/issue30337 closed by iritkatriel #31137: Add a path attribute to NamedTemporaryFile https://bugs.python.org/issue31137 closed by iritkatriel #32696: Fix pickling exceptions with multiple arguments https://bugs.python.org/issue32696 closed by iritkatriel #33130: functools.reduce signature uses `iterable`, documentation shou https://bugs.python.org/issue33130 closed by iritkatriel #33252: [doc] Clarify ResourceWarning documentation https://bugs.python.org/issue33252 closed by iritkatriel #33857: python exception on Solaris : code for hash blake2b was not fo https://bugs.python.org/issue33857 closed by iritkatriel #34538: Remove encouragement to author a base class for all Exception https://bugs.python.org/issue34538 closed by iritkatriel #37489: pickling instance which inherited from Exception with keyword https://bugs.python.org/issue37489 closed by iritkatriel #39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond https://bugs.python.org/issue39181 closed by jack1142 #40222: "Zero cost" exception handling https://bugs.python.org/issue40222 closed by Mark.Shannon #40477: Python Launcher app on macOS 10.15+ fails to run scripts https://bugs.python.org/issue40477 closed by ned.deily #40545: Expose _PyErr_GetTopmostException https://bugs.python.org/issue40545 closed by iritkatriel #42032: Setting PYTHONPYCACHEPREFIX using ~ (tilde) creates a "~" fold https://bugs.python.org/issue42032 closed by petr.viktorin #42657: Python 3.9.1 building process could not use local standard lib https://bugs.python.org/issue42657 closed by ned.deily #43122: Python Launcher doesn't open a terminal window https://bugs.python.org/issue43122 closed by ned.deily #44092: [sqlite3] Remove special rollback handling https://bugs.python.org/issue44092 closed by pablogsal #44669: TypeError: 'type' object is not subscriptable https://bugs.python.org/issue44669 closed by iritkatriel #45256: Remove the usage of the C stack in Python to Python calls https://bugs.python.org/issue45256 closed by Mark.Shannon #45292: Implement PEP 654: Exception Groups https://bugs.python.org/issue45292 closed by iritkatriel #45615: Missing test for type of error when printing traceback for non https://bugs.python.org/issue45615 closed by iritkatriel #45711: Simplify the interpreter's (type, val, tb) exception represent https://bugs.python.org/issue45711 closed by iritkatriel #45903: What���s New In Python 3.11: wrong reference to Signature.from https://bugs.python.org/issue45903 closed by Mariatta #46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE https://bugs.python.org/issue46031 closed by Mark.Shannon #46039: Break up the YIELD_FROM instruction. https://bugs.python.org/issue46039 closed by Mark.Shannon #46079: [doc] Broken URL in "Brief Tour of the Standard Library" https://bugs.python.org/issue46079 closed by rhettinger #46095: Improve SeqIter documentation https://bugs.python.org/issue46095 closed by rhettinger #46148: Optimize pathlib https://bugs.python.org/issue46148 closed by kumaraditya303 #46178: Remove `.travis.yml`? https://bugs.python.org/issue46178 closed by sobolevn #46181: Destroying an expaned Combobox prevents Entry focus until Alt+ https://bugs.python.org/issue46181 closed by serhiy.storchaka #46182: `super` and descriptor clarification https://bugs.python.org/issue46182 closed by rhettinger #46184: Remove `netlify.toml`? https://bugs.python.org/issue46184 closed by sobolevn #46196: documentation for cmd library should include columnize() funct https://bugs.python.org/issue46196 closed by eric.araujo #46199: Calculation influenced by print https://bugs.python.org/issue46199 closed by mark.dickinson #46202: remove opcode POP_EXCEPT_AND_RERAISE https://bugs.python.org/issue46202 closed by iritkatriel #46206: Crash when editing emoji containing strings https://bugs.python.org/issue46206 closed by pablogsal #46208: os.path.normpath change between 3.11.0a2 and 3.11.0a3+ https://bugs.python.org/issue46208 closed by steve.dower #46215: Wrong error line after using pdb https://bugs.python.org/issue46215 closed by bedapisl #46218: Change long_pow() to sliding window algorithm https://bugs.python.org/issue46218 closed by tim.peters #46219: except* assumes that an exception group is truthy https://bugs.python.org/issue46219 closed by iritkatriel #46221: Simplify except* implementation and move helpers to exceptions https://bugs.python.org/issue46221 closed by iritkatriel #46222: posixmodule sendfile FreeBSD's constants update https://bugs.python.org/issue46222 closed by asvetlov #46224: doc: Fix bisect example using mutable function default https://bugs.python.org/issue46224 closed by rhettinger #46228: argparse docs: default for prog= in ArgumentParser() should be https://bugs.python.org/issue46228 closed by rhettinger #46229: CODE_OF_CONDUCT shadowing org default https://bugs.python.org/issue46229 closed by Mariatta #46230: NEWLINE* is missing in 'file' rule in PEG grammar https://bugs.python.org/issue46230 closed by pablogsal #46231: grammar rule definition is missing: invalid_double_starred_kvp https://bugs.python.org/issue46231 closed by pablogsal #46233: Minor speedup for bigint squaring https://bugs.python.org/issue46233 closed by tim.peters #46236: PyFunction_GetAnnotations returning Tuple vs Dict https://bugs.python.org/issue46236 closed by pablogsal #46238: Improve constants usage / definition in asyncio.windows_events https://bugs.python.org/issue46238 closed by asvetlov #46239: Incosistent error message in asyncio: windows_events / windows https://bugs.python.org/issue46239 closed by asvetlov #46240: Incorrect hint about forgetting a comma https://bugs.python.org/issue46240 closed by pablogsal #46241: importlib.utils.find_spec() has issues with "tests" folder https://bugs.python.org/issue46241 closed by brett.cannon #46243: Spam https://bugs.python.org/issue46243 closed by christian.heimes #46248: Compilation errors on macOS https://bugs.python.org/issue46248 closed by ned.deily #46251: logger.config.configure_formatter executes arbitrary code https://bugs.python.org/issue46251 closed by vinay.sajip #46256: Objects __del__ called after module have been removed https://bugs.python.org/issue46256 closed by pablogsal #46257: Convert statistics sum of squares to a single pass algorithm https://bugs.python.org/issue46257 closed by rhettinger #46259: float formatting error? https://bugs.python.org/issue46259 closed by rhettinger #46260: Misleading SyntaxError on f-string https://bugs.python.org/issue46260 closed by eric.smith #46262: Enum tests: Error path in `_missing_()` is not covered for `Fl https://bugs.python.org/issue46262 closed by ethan.furman #46263: FreeBSD buildbots cannot compile Python https://bugs.python.org/issue46263 closed by christian.heimes #46266: Improve day constants (`MONDAY` ... `SUNDAY`) in `calendar.py` https://bugs.python.org/issue46266 closed by rhettinger #46268: Buildbot failure for buildbot/AMD64 FreeBSD Non-Debug / Shared https://bugs.python.org/issue46268 closed by erlendaasland #46277: '''...''' error https://bugs.python.org/issue46277 closed by vstinner #46278: AbstractEventLoop.call_* should reflect the 'context' argument https://bugs.python.org/issue46278 closed by asvetlov #46281: Python 3.10.1 build errors on Ubuntu 18.04 https://bugs.python.org/issue46281 closed by christian.heimes #46286: use the new POP_JUMP_IF_NOT_NONE to simplify except* a bit https://bugs.python.org/issue46286 closed by iritkatriel #46288: Migrating python 2.7 to 3.6 using 2to3 tool https://bugs.python.org/issue46288 closed by eric.smith #46293: Typo in specifying escape sequence https://bugs.python.org/issue46293 closed by steven.daprano #46294: Integer overflow & Int values loaded into Bool detected via Li https://bugs.python.org/issue46294 closed by swirsz #46295: Subinterpreters hang in GIL adquisition if an extension module https://bugs.python.org/issue46295 closed by pablogsal
participants (1)
-
Python tracker