Summary of Python tracker Issues

ACTIVITY SUMMARY (2022-01-07 - 2022-01-14) 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 7202 ( +3) closed 50906 (+81) total 58108 (+84) Open issues with patches: 2886 Issues opened (48) ================== #32876: HTMLParser raises exception on some inputs https://bugs.python.org/issue32876 reopened by iritkatriel #46298: Automatically check for __slots__-mistakes in Lib https://bugs.python.org/issue46298 opened by ariebovenberg #46304: Unable to iterate over lines in a file without a block of code https://bugs.python.org/issue46304 opened by jaraco #46309: Task created by StreamReaderProtocol gets garbage collected. https://bugs.python.org/issue46309 opened by simwr872 #46311: Clean up PyLong_FromLong and PyLong_FromLongLong https://bugs.python.org/issue46311 opened by mark.dickinson #46312: range() function could accept slice() objects as parameters https://bugs.python.org/issue46312 opened by yota moteuchi #46313: SSLObject does not raise SSLEOFError on OpenSSL 3 https://bugs.python.org/issue46313 opened by alex.gronholm #46315: Add support for WebAssembly System Interface (wasm32-wasi) https://bugs.python.org/issue46315 opened by christian.heimes #46316: Optimize pathlib.Path.iterdir() https://bugs.python.org/issue46316 opened by barneygale #46317: Pathlib.rename isn't robust https://bugs.python.org/issue46317 opened by Oz.Tiram #46318: asyncio and ssl: ResourceWarning: unclosed transport https://bugs.python.org/issue46318 opened by mdk #46323: Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c https://bugs.python.org/issue46323 opened by hydroflask #46325: Documentation for SubprocessTransport.get_pipe_transport retur https://bugs.python.org/issue46325 opened by xx11mz #46326: 'venv --clear' should prompt user before nuking entire directo https://bugs.python.org/issue46326 opened by alimpfard #46329: Split up the CALL_NO_KW and CALL_KW instructions. https://bugs.python.org/issue46329 opened by Mark.Shannon #46330: Simplify the signature of __exit__ https://bugs.python.org/issue46330 opened by Jelle Zijlstra #46333: ForwardRef.__eq__ does not respect module parameter https://bugs.python.org/issue46333 opened by andreash #46334: Glossary URLs with anchor link no longer jump to definitions https://bugs.python.org/issue46334 opened by trey #46335: asyncio.create_subprocess_exec throws RuntimeError yet still e https://bugs.python.org/issue46335 opened by Clint Olsen #46336: Sixth element of tuple from __reduce__(), inconsistency betwee https://bugs.python.org/issue46336 opened by lev.bishop #46337: urllib.parse: Allow more flexibility in schemes and URL resolu https://bugs.python.org/issue46337 opened by lincolnauster #46338: libc_ver() runtime error when sys.executable is empty https://bugs.python.org/issue46338 opened by allie.hammond #46339: PEG parser segfault from ast.literal_eval https://bugs.python.org/issue46339 opened by gregory.p.smith #46340: DeprecationWarning emitted when running asyncio tests https://bugs.python.org/issue46340 opened by kumaraditya303 #46341: duplicate paragraphs - asyncio Coroutines and Tasks file https://bugs.python.org/issue46341 opened by davem #46343: Add PyErr_GetActiveException and PyErr_SetActiveException https://bugs.python.org/issue46343 opened by iritkatriel #46349: inspect.getdoc() should append parent class method docs when e https://bugs.python.org/issue46349 opened by gregory.p.smith #46350: re.sub, re.Match.expand, etc doesn't allow x, u, U, or N escap https://bugs.python.org/issue46350 opened by bup #46351: Makefile missing '/' for some path names https://bugs.python.org/issue46351 opened by gwolski #46353: 'pydoc -k' fails when some module's loader is not found https://bugs.python.org/issue46353 opened by dlax #46356: [C API] Enforce usage of PyFrame_GetBack() https://bugs.python.org/issue46356 opened by vstinner #46360: Inconsistent import behavior for (unusual) submodules https://bugs.python.org/issue46360 opened by eric.snow #46361: Small ints aren't always cached properly https://bugs.python.org/issue46361 opened by brandtbucher #46363: Two typos in versions 3.7 document translation of zh_CN https://bugs.python.org/issue46363 opened by perlang #46364: asyncio subprocess cannot read from /dev/stdin https://bugs.python.org/issue46364 opened by xoph #46367: multiprocessing's "spawn" doesn't actually use spawn https://bugs.python.org/issue46367 opened by jakirkham #46368: faulthandler: add the ability to dump all interpreters, not on https://bugs.python.org/issue46368 opened by vstinner #46369: get_type_hints does not evaluate ForwardRefs inside NewType https://bugs.python.org/issue46369 opened by andreash #46371: A better way to resolve ForwardRefs in type aliases across mod https://bugs.python.org/issue46371 opened by andreash #46372: int/float specializations should mutate the LHS in-place when https://bugs.python.org/issue46372 opened by brandtbucher #46373: TypedDict and NamedTuple do not evaluate cross-module ForwardR https://bugs.python.org/issue46373 opened by andreash #46374: Assertion failed in ceval.c https://bugs.python.org/issue46374 opened by kumaraditya303 #46375: io.BytesIO does not have peek() https://bugs.python.org/issue46375 opened by marcelm #46376: PyMapping_Check returns 1 for list https://bugs.python.org/issue46376 opened by aviramha #46377: TimedRotatingFileHandler "midnight" misleading when interval > https://bugs.python.org/issue46377 opened by mschiess #46378: Experiment with LLVM BOLT binary optimizer https://bugs.python.org/issue46378 opened by corona10 #46379: itertools.product reference implementation creates temporaries https://bugs.python.org/issue46379 opened by mwallerb #46380: `test_functools.TestLRU` must not use `functools` module dire https://bugs.python.org/issue46380 opened by sobolevn Most recent 15 issues with no replies (15) ========================================== #46380: `test_functools.TestLRU` must not use `functools` module dire https://bugs.python.org/issue46380 #46378: Experiment with LLVM BOLT binary optimizer https://bugs.python.org/issue46378 #46375: io.BytesIO does not have peek() https://bugs.python.org/issue46375 #46373: TypedDict and NamedTuple do not evaluate cross-module ForwardR https://bugs.python.org/issue46373 #46372: int/float specializations should mutate the LHS in-place when https://bugs.python.org/issue46372 #46371: A better way to resolve ForwardRefs in type aliases across mod https://bugs.python.org/issue46371 #46367: multiprocessing's "spawn" doesn't actually use spawn https://bugs.python.org/issue46367 #46341: duplicate paragraphs - asyncio Coroutines and Tasks file https://bugs.python.org/issue46341 #46337: urllib.parse: Allow more flexibility in schemes and URL resolu https://bugs.python.org/issue46337 #46329: Split up the CALL_NO_KW and CALL_KW instructions. https://bugs.python.org/issue46329 #46325: Documentation for SubprocessTransport.get_pipe_transport retur https://bugs.python.org/issue46325 #46317: Pathlib.rename isn't robust https://bugs.python.org/issue46317 #46316: Optimize pathlib.Path.iterdir() https://bugs.python.org/issue46316 #46311: Clean up PyLong_FromLong and PyLong_FromLongLong https://bugs.python.org/issue46311 #46298: Automatically check for __slots__-mistakes in Lib https://bugs.python.org/issue46298 Most recent 15 issues waiting for review (15) ============================================= #46380: `test_functools.TestLRU` must not use `functools` module dire https://bugs.python.org/issue46380 #46379: itertools.product reference implementation creates temporaries https://bugs.python.org/issue46379 #46377: TimedRotatingFileHandler "midnight" misleading when interval > https://bugs.python.org/issue46377 #46376: PyMapping_Check returns 1 for list https://bugs.python.org/issue46376 #46372: int/float specializations should mutate the LHS in-place when https://bugs.python.org/issue46372 #46368: faulthandler: add the ability to dump all interpreters, not on https://bugs.python.org/issue46368 #46364: asyncio subprocess cannot read from /dev/stdin https://bugs.python.org/issue46364 #46361: Small ints aren't always cached properly https://bugs.python.org/issue46361 #46353: 'pydoc -k' fails when some module's loader is not found https://bugs.python.org/issue46353 #46343: Add PyErr_GetActiveException and PyErr_SetActiveException https://bugs.python.org/issue46343 #46339: PEG parser segfault from ast.literal_eval https://bugs.python.org/issue46339 #46337: urllib.parse: Allow more flexibility in schemes and URL resolu https://bugs.python.org/issue46337 #46333: ForwardRef.__eq__ does not respect module parameter https://bugs.python.org/issue46333 #46316: Optimize pathlib.Path.iterdir() https://bugs.python.org/issue46316 #46315: Add support for WebAssembly System Interface (wasm32-wasi) https://bugs.python.org/issue46315 Top 10 most discussed issues (10) ================================= #46070: [subinterpreters] crash when importing _sre in subinterpreters https://bugs.python.org/issue46070 18 msgs #46291: [doc] First argument to raise can also be BaseException https://bugs.python.org/issue46291 13 msgs #37295: Possible optimizations for math.comb() https://bugs.python.org/issue37295 10 msgs #39298: add BLAKE3 to hashlib https://bugs.python.org/issue39298 10 msgs #46249: [sqlite3] move set lastrowid out of the query loop and enable https://bugs.python.org/issue46249 8 msgs #46279: [docs] Minor information-ordering issue in __main__ doc https://bugs.python.org/issue46279 8 msgs #40479: Port _hashlib to OpenSSL 3.0.0 https://bugs.python.org/issue40479 7 msgs #46304: Unable to iterate over lines in a file without a block of code https://bugs.python.org/issue46304 7 msgs #46313: SSLObject does not raise SSLEOFError on OpenSSL 3 https://bugs.python.org/issue46313 7 msgs #46142: python --help output is too long https://bugs.python.org/issue46142 6 msgs Issues closed (75) ================== #23183: timeit CLI best of 3: undocumented output format https://bugs.python.org/issue23183 closed by iritkatriel #23819: test_asyncio fails when run under -O https://bugs.python.org/issue23819 closed by asvetlov #24650: Error in yield expression documentation https://bugs.python.org/issue24650 closed by iritkatriel #27273: subprocess.run(cmd, input='text') should pass universal_newlin https://bugs.python.org/issue27273 closed by gregory.p.smith #28546: [doc] Clarify setting pdb breakpoints https://bugs.python.org/issue28546 closed by iritkatriel #31472: "Emulating callable objects" documentation misleading https://bugs.python.org/issue31472 closed by iritkatriel #32679: concurrent.futures should store full sys.exc_info() https://bugs.python.org/issue32679 closed by iritkatriel #32996: Improve What's New in 3.7 https://bugs.python.org/issue32996 closed by iritkatriel #37591: test_concurrent_future failed https://bugs.python.org/issue37591 closed by iritkatriel #37595: Python 3.7.4 does not build on Raspbian Buster with optimizati https://bugs.python.org/issue37595 closed by christian.heimes #38204: Cannot compile on RPi with optimizations https://bugs.python.org/issue38204 closed by iritkatriel #39316: settrace skips lines when chaining methods without arguments https://bugs.python.org/issue39316 closed by iritkatriel #40064: py38: document xml.etree.cElementTree will be removed in 3.9 https://bugs.python.org/issue40064 closed by iritkatriel #44133: Some C-API symbols (e.g. Py_FrozenMain) are not always exporte https://bugs.python.org/issue44133 closed by vstinner #44577: Probably defect in Python 3.7.11 https://bugs.python.org/issue44577 closed by iritkatriel #44594: AsyncExitStack.enter_async_context() is mishandling exception https://bugs.python.org/issue44594 closed by iritkatriel #45331: Can create enum of ranges, cannot create range enum. Range sho https://bugs.python.org/issue45331 closed by AlexWaygood #45729: [doc] "history and license" link has wrong target https://bugs.python.org/issue45729 closed by mdk #45786: Avoid allocating when exiting frame; it may be unsafe. https://bugs.python.org/issue45786 closed by Mark.Shannon #45797: AMD64 Arch Linux Asan Debug buildbot sometimes hangs before te https://bugs.python.org/issue45797 closed by vstinner #46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint https://bugs.python.org/issue46006 closed by vstinner #46162: Make `builtins.property` generic https://bugs.python.org/issue46162 closed by sobolevn #46203: Add timeout for Windows build steps https://bugs.python.org/issue46203 closed by mark.dickinson #46205: test.libregrtest: Race condition in runtest_mp leads to hangs https://bugs.python.org/issue46205 closed by corona10 #46216: spurious link to os.system() from os.times() documentation ent https://bugs.python.org/issue46216 closed by iritkatriel #46217: 3.11 build failure on Win10: new _freeze_module changes? https://bugs.python.org/issue46217 closed by steve.dower #46235: Do all ref-counting at once for sequence multiplication https://bugs.python.org/issue46235 closed by tim.peters #46237: Incorrect line reported in syntax error https://bugs.python.org/issue46237 closed by pablogsal #46244: typing._TypeVarLike missing __slots__ https://bugs.python.org/issue46244 closed by AlexWaygood #46253: C API documentation of Py_UNICODE_* character properties macro https://bugs.python.org/issue46253 closed by benjamin.peterson #46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs https://bugs.python.org/issue46261 closed by erlendaasland #46269: '__new__' is never shown in `dir(SomeEnum)` https://bugs.python.org/issue46269 closed by sobolevn #46270: Comparison operators in Python Tutorial 5.7 https://bugs.python.org/issue46270 closed by rhettinger #46272: Fix bitwise and logical terminology in python.gram https://bugs.python.org/issue46272 closed by rhettinger #46285: http/server.py wont respect its protocol_version https://bugs.python.org/issue46285 closed by openalmeida #46289: AST: FomattedValue conversion's default value should be -1 https://bugs.python.org/issue46289 closed by BTaskaya #46290: Parameter names are inaccurate in dataclasses docs https://bugs.python.org/issue46290 closed by taleinat #46296: Unreachable condition: `if enum_class._member_type_ is object` https://bugs.python.org/issue46296 closed by ethan.furman #46297: Python interpreter crashes on bootup with multiple PythonPaths https://bugs.python.org/issue46297 closed by steve.dower #46299: Improve several exception handling practices in `test_descr.py https://bugs.python.org/issue46299 closed by corona10 #46300: zlib.compress level and wbits args are shown as keyword-only i https://bugs.python.org/issue46300 closed by andrei.avk #46301: Enum tests: One branch is not covered in `Enum._convert_` https://bugs.python.org/issue46301 closed by ethan.furman #46302: IndexError inside list comprehension + workaround https://bugs.python.org/issue46302 closed by steven.daprano #46303: _Py_stat and _Py_wstat using incorrect type for status argumen https://bugs.python.org/issue46303 closed by vstinner #46305: SyntaxError when using dict key in fstring https://bugs.python.org/issue46305 closed by Samisafool #46306: Suspicious operation in `doctest.py`: `None - 1` https://bugs.python.org/issue46306 closed by eric.smith #46307: string.Template should allow inspection of identifiers https://bugs.python.org/issue46307 closed by AlexWaygood #46308: Unportable test(1) operator in configure script https://bugs.python.org/issue46308 closed by vstinner #46310: Simplify `for` loop in `.close()` method in `asyncio/windows_e https://bugs.python.org/issue46310 closed by asvetlov #46314: Stray RESUME opcode for unused lambda https://bugs.python.org/issue46314 closed by Mark.Shannon #46319: datetime.utcnow() should return a timezone aware datetime https://bugs.python.org/issue46319 closed by p-ganssle #46320: runtime/interp/thread state refactoring leads to segmentation https://bugs.python.org/issue46320 closed by Quentin.Pradet #46321: Don't need delineators on lists https://bugs.python.org/issue46321 closed by Dennis Sweeney #46322: Invalid file path of SSLKEYLOGFILE throw FileNotFoundError https://bugs.python.org/issue46322 closed by ghaaf #46324: 'import traceback' Causes a Crash https://bugs.python.org/issue46324 closed by steven.daprano #46327: `test_enum` contains tests for older versions of python https://bugs.python.org/issue46327 closed by sobolevn #46328: add sys.exception() https://bugs.python.org/issue46328 closed by iritkatriel #46331: 3.11: tracing revisits class line after class docstring https://bugs.python.org/issue46331 closed by erlendaasland #46332: Use raise..from in logging/config instead of assigning __cause https://bugs.python.org/issue46332 closed by iritkatriel #46342: Make @final introspectable at runtime https://bugs.python.org/issue46342 closed by AlexWaygood #46344: 3.11: except/else/if/raise traced incorrectly https://bugs.python.org/issue46344 closed by iritkatriel #46345: Add an explicit test for `get_type_hints` for a class field wi https://bugs.python.org/issue46345 closed by sobolevn #46346: New compilation warnings on Windows https://bugs.python.org/issue46346 closed by vstinner #46347: memory leak in PyEval_EvalCodeEx https://bugs.python.org/issue46347 closed by yselivanov #46348: Modernize `test_typing` https://bugs.python.org/issue46348 closed by AlexWaygood #46352: Spam https://bugs.python.org/issue46352 closed by Dennis Sweeney #46354: AttributeError: module 'collections' has no attribute 'Mapping https://bugs.python.org/issue46354 closed by AlexWaygood #46355: [C API] Document PyFrameObject and PyThreadState changes and e https://bugs.python.org/issue46355 closed by vstinner #46357: socket module fix warning build on FreeBSD https://bugs.python.org/issue46357 closed by devnexen #46358: Modernize `test_asyncio/test_base_events.py` https://bugs.python.org/issue46358 closed by AlexWaygood #46359: Continue to modernize `test_typing.py` https://bugs.python.org/issue46359 closed by sobolevn #46362: os.path.abspath() needs more normalization on Windows https://bugs.python.org/issue46362 closed by steve.dower #46365: _ curses module is not installed https://bugs.python.org/issue46365 closed by simon28li #46366: Recursively propagate the mode, in os.makedirs https://bugs.python.org/issue46366 closed by dcasier #46370: Move runtime static init to its own header file. https://bugs.python.org/issue46370 closed by eric.snow
participants (1)
-
Python tracker