ACTIVITY SUMMARY (2020-07-03 - 2020-07-10)
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    7530 (+10)
  closed 45482 (+58)
  total  53012 (+68)

Open issues with patches: 3058 


Issues opened (41)
==================

#39542: Cleanup object.h header
https://bugs.python.org/issue39542  reopened by rhettinger

#41194: Python 3.9.0b3 crash on compile() in PyAST_Check() when the _a
https://bugs.python.org/issue41194  reopened by arcivanov

#41203: Replace references to OS X in documentation with macOS
https://bugs.python.org/issue41203  opened by pxeger

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205  opened by JD-Veiga

#41209: Scripts Folder is Empty
https://bugs.python.org/issue41209  opened by Jamesss04

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210  opened by miurahr

#41212: Emoji Unicode failing in standard release of Python 3.8.3 / tk
https://bugs.python.org/issue41212  opened by Ben Griffin

#41214: -O0: Segmentation fault in _PyArg_UnpackStack
https://bugs.python.org/issue41214  opened by Vincent LE GARREC

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217  opened by waszil

#41219: Mimetypes doesn't support audio/webm
https://bugs.python.org/issue41219  opened by cere blanco

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220  opened by Itayazolay

#41221: io.TextIOWrapper ignores silently partial write if buffer is u
https://bugs.python.org/issue41221  opened by mjacob

#41222: Undocumented behaviour change of POpen.stdout.readine with buf
https://bugs.python.org/issue41222  opened by yann

#41223: `object`-backed `memoryview`'s `tolist` errors
https://bugs.python.org/issue41223  opened by jakirkham

#41226: Supporting `strides` in `memoryview.cast`
https://bugs.python.org/issue41226  opened by jakirkham

#41228: Fix the typo in the description of calendar.monthcalendar(year
https://bugs.python.org/issue41228  opened by ndini

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229  opened by zkonge

#41231: Type annotations lost when using wraps by default
https://bugs.python.org/issue41231  opened by David Caro

#41232: Python `functools.wraps` doesn't deal with defaults correctly
https://bugs.python.org/issue41232  opened by Thor Whalen2

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233  opened by yyyyyyyan

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234  opened by nanjekyejoannah

#41236: "about" button in MacOS caused an error
https://bugs.python.org/issue41236  opened by Baozhen Chen

#41238: Python 3 shelve.DbfilenameShelf is generating 164 times larger
https://bugs.python.org/issue41238  opened by Paweł Miech

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241  opened by ys19991

#41245: cmath module documentation is misleading on branch cuts
https://bugs.python.org/issue41245  opened by mark.dickinson

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246  opened by tontinton

#41248: Python manual forced in maximized window
https://bugs.python.org/issue41248  opened by Mischiew Rithe

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249  opened by keithblaha

#41253: unittest -h shows a flag -s but it doesn't work
https://bugs.python.org/issue41253  opened by Faris Chugthai

#41254: Add to/from string methods to datetime.timedelta
https://bugs.python.org/issue41254  opened by tebeka

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255  opened by mhughes

#41256: activate script created by venv is not smart enough
https://bugs.python.org/issue41256  opened by kunaltyagi

#41257: mimetypes.guess_extension('video/x-matroska') return wrong val
https://bugs.python.org/issue41257  opened by Saber Hayati

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259  opened by Rim Chatti

#41260: datetime: strftime method takes different keyword argument: fm
https://bugs.python.org/issue41260  opened by Anthony Sottile

#41261: 3.9-dev SEGV in object_recursive_isinstance in ast.literal_eva
https://bugs.python.org/issue41261  opened by arcivanov

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262  opened by serhiy.storchaka

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265  opened by malin

#41266: Wrong hint when class methods and builtins named same
https://bugs.python.org/issue41266  opened by wyz23x2

#41268: 3.9-dev regression? TypeError: exec_module() missing 1 require
https://bugs.python.org/issue41268  opened by hugovk

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270  opened by xzy3



Most recent 15 issues with no replies (15)
==========================================

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270

#41268: 3.9-dev regression? TypeError: exec_module() missing 1 require
https://bugs.python.org/issue41268

#41266: Wrong hint when class methods and builtins named same
https://bugs.python.org/issue41266

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262

#41257: mimetypes.guess_extension('video/x-matroska') return wrong val
https://bugs.python.org/issue41257

#41256: activate script created by venv is not smart enough
https://bugs.python.org/issue41256

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249

#41248: Python manual forced in maximized window
https://bugs.python.org/issue41248

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229

#41228: Fix the typo in the description of calendar.monthcalendar(year
https://bugs.python.org/issue41228



Most recent 15 issues waiting for review (15)
=============================================

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233

#41232: Python `functools.wraps` doesn't deal with defaults correctly
https://bugs.python.org/issue41232

#41231: Type annotations lost when using wraps by default
https://bugs.python.org/issue41231

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220

#41219: Mimetypes doesn't support audio/webm
https://bugs.python.org/issue41219

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205



Top 10 most discussed issues (10)
=================================

#26205: Better specify number of nested scopes
https://bugs.python.org/issue26205  14 msgs

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177   7 msgs

#41202: Allow to provide custom exception handler to asyncio.run()
https://bugs.python.org/issue41202   7 msgs

#41221: io.TextIOWrapper ignores silently partial write if buffer is u
https://bugs.python.org/issue41221   7 msgs

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360   6 msgs

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255   6 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170   5 msgs

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205   5 msgs

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210   5 msgs

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220   5 msgs



Issues closed (57)
==================

#13554: Tkinter doesn't use higher resolution app icon
https://bugs.python.org/issue13554  closed by terry.reedy

#20257: test_socket fails if using tipc module and SELinux enabled
https://bugs.python.org/issue20257  closed by christian.heimes

#20353: Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.
https://bugs.python.org/issue20353  closed by terry.reedy

#21333: Document recommended exception for objects that shouldn't be p
https://bugs.python.org/issue21333  closed by terry.reedy

#23885: urllib.quote horribly mishandles unicode as second parameter
https://bugs.python.org/issue23885  closed by terry.reedy

#24163: shutil.copystat fails when attribute security.selinux is prese
https://bugs.python.org/issue24163  closed by christian.heimes

#24670: os.chdir breaks result of os.path.abspath(__file__) and os.pat
https://bugs.python.org/issue24670  closed by terry.reedy

#26212: Python with ncurses6.0 will not load _curses module on Solaris
https://bugs.python.org/issue26212  closed by terry.reedy

#26328: shutil._copyxattr() function shouldn't fail if setting securit
https://bugs.python.org/issue26328  closed by christian.heimes

#27154: Regression in file.writelines behavior
https://bugs.python.org/issue27154  closed by terry.reedy

#28681: Clarify multiple function names in the tutorial
https://bugs.python.org/issue28681  closed by terry.reedy

#29727: collections.abc.Reversible doesn't fully support the reversing
https://bugs.python.org/issue29727  closed by pablogsal

#33864: collections.abc.ByteString does not register memoryview
https://bugs.python.org/issue33864  closed by gvanrossum

#35350: importing "ctypes" immediately causes a segmentation fault
https://bugs.python.org/issue35350  closed by christian.heimes

#37765: IDLE: Include keywords in module-level autocomplete list
https://bugs.python.org/issue37765  closed by terry.reedy

#39168: Generic type subscription is a huge toll on Python performance
https://bugs.python.org/issue39168  closed by gvanrossum

#39417: Link to "Python Packaging User Guide: Creating and using virtu
https://bugs.python.org/issue39417  closed by Mariatta

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960  closed by scoder

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597  closed by maxking

#40742: Doc: Parallel build break audit table
https://bugs.python.org/issue40742  closed by mdk

#40832: hi param in bisect module should not accept negative values
https://bugs.python.org/issue40832  closed by rhettinger

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014  closed by ronaldoussoren

#41018: warning: 'Tk_MainWindow' is deprecated: first deprecated
https://bugs.python.org/issue41018  closed by ronaldoussoren

#41075: Make support of navigating through prev. commands in IDLE more
https://bugs.python.org/issue41075  closed by wyz23x2

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172  closed by steve.dower

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173  closed by steve.dower

#41198: Round built-in function not shows zeros acording significant f
https://bugs.python.org/issue41198  closed by mark.dickinson

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199  closed by eric.smith

#41204: Use of unitialized variable `fields` along error path in code 
https://bugs.python.org/issue41204  closed by vstinner

#41206: behaviour change with EmailMessage.set_content
https://bugs.python.org/issue41206  closed by maxking

#41207: distutils.command.build_ext raises FileNotFoundError
https://bugs.python.org/issue41207  closed by vstinner

#41208: An exploitable segmentation fault in marshal module
https://bugs.python.org/issue41208  closed by serhiy.storchaka

#41211: PyLong_FromUnicodeObject document is wrong
https://bugs.python.org/issue41211  closed by inada.naoki

#41213: Cannot locate MSBuild.exe on PATH or as MSBUILD variable
https://bugs.python.org/issue41213  closed by Amen8

#41215: AIX: build fails for xlc/xlC since new PEG parser
https://bugs.python.org/issue41215  closed by pablogsal

#41216: eval don't load local variable in dict and list comprehensions
https://bugs.python.org/issue41216  closed by eric.smith

#41218: PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUT
https://bugs.python.org/issue41218  closed by pablogsal

#41224: Document is_annotate() in symtable and update doc strings
https://bugs.python.org/issue41224  closed by nanjekyejoannah

#41225: Add a test for get_id() in the symtable module
https://bugs.python.org/issue41225  closed by nanjekyejoannah

#41227: minor typo in asyncio transport protocol
https://bugs.python.org/issue41227  closed by xtreak

#41230: IDLE intellisense
https://bugs.python.org/issue41230  closed by terry.reedy

#41235: Incorrect error handling in SSLContext.load_dh_params()
https://bugs.python.org/issue41235  closed by benjamin.peterson

#41237: Access violation in python39.dll!meth_dealloc on exit
https://bugs.python.org/issue41237  closed by cgohlke

#41239: SSL Certificate verify failed in Python3.6/3.7
https://bugs.python.org/issue41239  closed by christian.heimes

#41240: Use the same kind of quotation mark in f-string
https://bugs.python.org/issue41240  closed by eric.smith

#41242: When concating strings, I think it is better to use += than jo
https://bugs.python.org/issue41242  closed by asvetlov

#41243: SPAM
https://bugs.python.org/issue41243  closed by steven.daprano

#41244: Change to use str.join() instead of += when concatenating stri
https://bugs.python.org/issue41244  closed by zach.ware

#41247: asyncio.set_running_loop() cache running loop holder
https://bugs.python.org/issue41247  closed by yselivanov

#41250: Number separators in different places
https://bugs.python.org/issue41250  closed by rhettinger

#41251: __future__.barry_as_FLUFL.getMandatoryRelease() is wrong
https://bugs.python.org/issue41251  closed by christian.heimes

#41252: Incorrect reference counting in _ssl.c's _servername_callback(
https://bugs.python.org/issue41252  closed by christian.heimes

#41258: CVE-2020-14422
https://bugs.python.org/issue41258  closed by vstinner

#41263: Convert code.__new__ to Argument Clinic
https://bugs.python.org/issue41263  closed by serhiy.storchaka

#41264: Do not use the name of the built-in function as a variable.
https://bugs.python.org/issue41264  closed by serhiy.storchaka

#41267: Attribute error: Pandas module doesn't have 'Plotting' attribu
https://bugs.python.org/issue41267  closed by eric.smith

#41269: Wrong subtraction calculations
https://bugs.python.org/issue41269  closed by mark.dickinson
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/KVESVKFZP4NL25VIVLWHLCYN743TJWM5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to