Summary of Python tracker Issues
ACTIVITY SUMMARY (2020-07-17 - 2020-07-24) 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 7569 (+19) closed 45560 (+43) total 53129 (+62) Open issues with patches: 3075 Issues opened (44) ================== #38946: IDLE on macOS 10.15 Catalina does not open double-clicked file https://bugs.python.org/issue38946 reopened by ned.deily #41288: Pickle crashes unpickling invalid NEWOBJ_EX opcode https://bugs.python.org/issue41288 reopened by serhiy.storchaka #41314: PEP 563 and annotations __future__ mandatory version https://bugs.python.org/issue41314 reopened by gvanrossum #41326: Build failure in blurb-it repo: "Failed building wheel for yar https://bugs.python.org/issue41326 opened by Mariatta #41328: Hudson CI is not available anymore https://bugs.python.org/issue41328 opened by DmytroLitvinov #41330: Inefficient error-handle for CJK encodings https://bugs.python.org/issue41330 opened by malin #41332: connect_accepted_socket() missing from AbstractEventLoop https://bugs.python.org/issue41332 opened by alex.gronholm #41335: free(): invalid pointer in list_ass_item() in Python 3.7.3 https://bugs.python.org/issue41335 opened by Howard_Landman #41336: Sporadic segfaults during zoneinfo object creation stopped usi https://bugs.python.org/issue41336 opened by xtreak #41340: Not very good strcpy implementation in cpython/Python/strdup.c https://bugs.python.org/issue41340 opened by fj92f3jj923f923 #41341: Recursive evaluation of ForwardRef (and PEP 563) https://bugs.python.org/issue41341 opened by joperez #41344: SharedMemory crash when size is 0 https://bugs.python.org/issue41344 opened by vinay0410 #41345: Remote end closed connection without response https://bugs.python.org/issue41345 opened by Michal Arbet #41346: test_thousand and compileall hangs on riscv64 https://bugs.python.org/issue41346 opened by felixonmars #41348: Support replacing global function pointers in a shared library https://bugs.python.org/issue41348 opened by Unai Martinez #41349: idle not going full screen when I rotate screen 90° on mac https://bugs.python.org/issue41349 opened by Tim Z #41350: Use of zipfile.Path causes attempt to write after ZipFile is c https://bugs.python.org/issue41350 opened by Nick Henderson #41352: FileIO.readall() should raise "UnsupportedOperation" when in " https://bugs.python.org/issue41352 opened by Ziyi Wang #41353: Indicate supported sound header formats https://bugs.python.org/issue41353 opened by nanjekyejoannah #41354: filecmp.cmp documentation does not match actual code https://bugs.python.org/issue41354 opened by chanke #41355: os.link(..., follow_symlinks=False) without linkat(3) https://bugs.python.org/issue41355 opened by ronaldoussoren #41356: Convert bool.__new__ to argument clinic https://bugs.python.org/issue41356 opened by Dennis Sweeney #41357: pathlib.Path.resolve incorrect os.path equivalent https://bugs.python.org/issue41357 opened by Jendrik Weise #41359: argparse mutually exclusive group does not exclude in some ca https://bugs.python.org/issue41359 opened by kkarbowiak #41360: method _tunnel does not allow for a standard proxy authenticat https://bugs.python.org/issue41360 opened by Namyotkin #41362: Regenerating parser table fails (windows) https://bugs.python.org/issue41362 opened by constantmarks #41365: Python Launcher is sorry to say... No pyvenv.cfg file https://bugs.python.org/issue41365 opened by Packhash #41367: Popen Timeout raised on 3.6 but not on 3.8 https://bugs.python.org/issue41367 opened by Joan Prat Rigol #41368: Allow compiling Python with llvm-clang on Windows. https://bugs.python.org/issue41368 opened by William Pickard #41369: Update to libmpdec-2.5.1 https://bugs.python.org/issue41369 opened by skrah #41370: PEP 585 and ForwardRef https://bugs.python.org/issue41370 opened by joperez #41371: test_zoneinfo fails when lzma module is unavailable https://bugs.python.org/issue41371 opened by doodspav #41372: Log exception never retrieved in concurrent.futures https://bugs.python.org/issue41372 opened by bar.harel #41373: IDLE: edit/save files created by Windows Explorer https://bugs.python.org/issue41373 opened by terry.reedy #41374: socket.TCP_* no longer available with cygwin 3.1.6+ https://bugs.python.org/issue41374 opened by lazka #41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE https://bugs.python.org/issue41376 opened by pelson #41377: memoryview of str (unicode) https://bugs.python.org/issue41377 opened by jakirkham #41380: Add snake example to turtledemo https://bugs.python.org/issue41380 opened by Ehsonjon Gadoev #41381: Google chat handler in Logging module https://bugs.python.org/issue41381 opened by anandtripathi5 #41383: Provide a limit arguments for __repr__ https://bugs.python.org/issue41383 opened by Bernat Gabor #41384: tkinter raises TypeError when it's supposed to raise TclError https://bugs.python.org/issue41384 opened by Akuli #41385: test_executable_without_cwd fails on appx test run in Azure pi https://bugs.python.org/issue41385 opened by xtreak #41386: Popen.wait does not account for negative return codes https://bugs.python.org/issue41386 opened by MrTroble #41387: Escape needed in the email documentation example https://bugs.python.org/issue41387 opened by Antonio Gutierrez Most recent 15 issues with no replies (15) ========================================== #41387: Escape needed in the email documentation example https://bugs.python.org/issue41387 #41385: test_executable_without_cwd fails on appx test run in Azure pi https://bugs.python.org/issue41385 #41384: tkinter raises TypeError when it's supposed to raise TclError https://bugs.python.org/issue41384 #41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE https://bugs.python.org/issue41376 #41374: socket.TCP_* no longer available with cygwin 3.1.6+ https://bugs.python.org/issue41374 #41372: Log exception never retrieved in concurrent.futures https://bugs.python.org/issue41372 #41362: Regenerating parser table fails (windows) https://bugs.python.org/issue41362 #41360: method _tunnel does not allow for a standard proxy authenticat https://bugs.python.org/issue41360 #41355: os.link(..., follow_symlinks=False) without linkat(3) https://bugs.python.org/issue41355 #41354: filecmp.cmp documentation does not match actual code https://bugs.python.org/issue41354 #41353: Indicate supported sound header formats https://bugs.python.org/issue41353 #41352: FileIO.readall() should raise "UnsupportedOperation" when in " https://bugs.python.org/issue41352 #41348: Support replacing global function pointers in a shared library https://bugs.python.org/issue41348 #41346: test_thousand and compileall hangs on riscv64 https://bugs.python.org/issue41346 #41344: SharedMemory crash when size is 0 https://bugs.python.org/issue41344 Most recent 15 issues waiting for review (15) ============================================= #41386: Popen.wait does not account for negative return codes https://bugs.python.org/issue41386 #41385: test_executable_without_cwd fails on appx test run in Azure pi https://bugs.python.org/issue41385 #41380: Add snake example to turtledemo https://bugs.python.org/issue41380 #41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE https://bugs.python.org/issue41376 #41373: IDLE: edit/save files created by Windows Explorer https://bugs.python.org/issue41373 #41369: Update to libmpdec-2.5.1 https://bugs.python.org/issue41369 #41357: pathlib.Path.resolve incorrect os.path equivalent https://bugs.python.org/issue41357 #41356: Convert bool.__new__ to argument clinic https://bugs.python.org/issue41356 #41354: filecmp.cmp documentation does not match actual code https://bugs.python.org/issue41354 #41353: Indicate supported sound header formats https://bugs.python.org/issue41353 #41352: FileIO.readall() should raise "UnsupportedOperation" when in " https://bugs.python.org/issue41352 #41350: Use of zipfile.Path causes attempt to write after ZipFile is c https://bugs.python.org/issue41350 #41344: SharedMemory crash when size is 0 https://bugs.python.org/issue41344 #41341: Recursive evaluation of ForwardRef (and PEP 563) https://bugs.python.org/issue41341 #41340: Not very good strcpy implementation in cpython/Python/strdup.c https://bugs.python.org/issue41340 Top 10 most discussed issues (10) ================================= #41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi https://bugs.python.org/issue41295 11 msgs #38628: Issue with ctypes in AIX https://bugs.python.org/issue38628 8 msgs #41273: asyncio: proactor read transport: use recv_into instead of rec https://bugs.python.org/issue41273 6 msgs #41365: Python Launcher is sorry to say... No pyvenv.cfg file https://bugs.python.org/issue41365 6 msgs #23882: unittest discovery doesn't detect namespace packages when give https://bugs.python.org/issue23882 5 msgs #41317: sock_accept() does not remove server socket reader on cancella https://bugs.python.org/issue41317 5 msgs #41330: Inefficient error-handle for CJK encodings https://bugs.python.org/issue41330 5 msgs #41350: Use of zipfile.Path causes attempt to write after ZipFile is c https://bugs.python.org/issue41350 5 msgs #41377: memoryview of str (unicode) https://bugs.python.org/issue41377 5 msgs #40979: typing module docs: keep text, add subsections https://bugs.python.org/issue40979 4 msgs Issues closed (42) ================== #4630: IDLE: add cursor noblink option https://bugs.python.org/issue4630 closed by terry.reedy #10879: cgi memory usage https://bugs.python.org/issue10879 closed by inada.naoki #35617: unittest discover does not work with implicit namespaces https://bugs.python.org/issue35617 closed by inada.naoki #36723: Unittest Discovery for namespace subpackages dot notation fail https://bugs.python.org/issue36723 closed by inada.naoki #37703: Inconsistent gather with child exception https://bugs.python.org/issue37703 closed by asvetlov #38018: Increase Code Coverage for multiprocessing.shared_memory https://bugs.python.org/issue38018 closed by vinay0410 #38169: Increase Code Coverage for SharedMemory and ShareableListe https://bugs.python.org/issue38169 closed by corona10 #39073: [security] email module incorrect handling of CR and LF newlin https://bugs.python.org/issue39073 closed by ned.deily #39603: [security] http.client: HTTP Header Injection in the HTTP meth https://bugs.python.org/issue39603 closed by ned.deily #40741: Upgrade to SQLite v3.32 in Windows and macOS builds https://bugs.python.org/issue40741 closed by steve.dower #41220: add optional make_key argument to lru_cache https://bugs.python.org/issue41220 closed by rhettinger #41229: Asynchronous generator memory leak https://bugs.python.org/issue41229 closed by njs #41262: Convert memoryview to Argument Clinic https://bugs.python.org/issue41262 closed by serhiy.storchaka #41271: Add support for io_uring to cpython https://bugs.python.org/issue41271 closed by ronaldoussoren #41272: New clause in FOR and WHILE instead of ELSE https://bugs.python.org/issue41272 closed by rhettinger #41297: Remove doctest import from heapq https://bugs.python.org/issue41297 closed by ronaldoussoren #41300: IDLE: add missing import io in iomenu.py https://bugs.python.org/issue41300 closed by terry.reedy #41311: Add a function to get a random sample from an iterable (reserv https://bugs.python.org/issue41311 closed by rhettinger #41315: Add mathematical functions as wrappers to decimal.Decimal meth https://bugs.python.org/issue41315 closed by terry.reedy #41321: Calculate timestamp is wrong in datetime.datetime https://bugs.python.org/issue41321 closed by SilentGhost #41325: Document addition of `mock.call_args.args` and `mock.call_args https://bugs.python.org/issue41325 closed by xtreak #41327: Windows Store "stub" Python executables give confusing behavio https://bugs.python.org/issue41327 closed by brett.cannon #41329: IDLE not saving .py files https://bugs.python.org/issue41329 closed by terry.reedy #41331: Sphinx can't find asdl.py when not started from the Doc/ direc https://bugs.python.org/issue41331 closed by mdk #41333: Convert OrderedDict.pop() to Argument Clinic https://bugs.python.org/issue41333 closed by serhiy.storchaka #41334: Convert str(), bytes() and bytearray() to Argument Clinic https://bugs.python.org/issue41334 closed by serhiy.storchaka #41337: strangnedd with the parser https://bugs.python.org/issue41337 closed by eric.smith #41338: test_decimal emits DeprecationWarning due to PyUnicode_FromUni https://bugs.python.org/issue41338 closed by inada.naoki #41339: make queue.Queue objects iterable https://bugs.python.org/issue41339 closed by rhettinger #41342: Convert int.__round__ to Argument Clinic https://bugs.python.org/issue41342 closed by serhiy.storchaka #41343: Convert complex methods to Argument Clinic https://bugs.python.org/issue41343 closed by serhiy.storchaka #41347: collections.deque.count performance enhancement https://bugs.python.org/issue41347 closed by corona10 #41351: IDLE does not close the brackets and does not insert the closi https://bugs.python.org/issue41351 closed by terry.reedy #41358: Unable to uninstall Python launcher using command line https://bugs.python.org/issue41358 closed by hap #41361: Converting collections.deque methods to Argument Clinic https://bugs.python.org/issue41361 closed by rhettinger #41363: python 3.8.5 folder not visible in https://www.python.org/ftp/ https://bugs.python.org/issue41363 closed by ned.deily #41364: Optimise uuid platform detection https://bugs.python.org/issue41364 closed by steve.dower #41366: sign-conversion warning in 3.9 beta https://bugs.python.org/issue41366 closed by inada.naoki #41375: `mode` security concern https://bugs.python.org/issue41375 closed by YoSTEALTH #41378: IDLE EOL convention not set on a empty file https://bugs.python.org/issue41378 closed by serhiy.storchaka #41379: Configparser is not reading Indended Sections as Mentioned in https://bugs.python.org/issue41379 closed by SilentGhost #41382: print() unpredictable behaviour https://bugs.python.org/issue41382 closed by n-io
participants (1)
-
Python tracker