ACTIVITY SUMMARY (2020-09-25 - 2020-10-02)
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    7688 ( +9)
  closed 45960 (+41)
  total  53648 (+50)

Open issues with patches: 3138 


Issues opened (36)
==================

#41773: Clarify handling of infinity and nan in random.choices
https://bugs.python.org/issue41773  reopened by rhettinger

#41864: Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnos
https://bugs.python.org/issue41864  opened by micwin

#41866: Document error in chinese version of contextlib.
https://bugs.python.org/issue41866  opened by siyuan

#41867: Include options for timespec in docstrings of isoformat
https://bugs.python.org/issue41867  opened by cool-RR

#41868: SMTPLIB integrate or provide option to use "logging"
https://bugs.python.org/issue41868  opened by hpkkumar007

#41869: Multiprocessing Manager Object Cleanup
https://bugs.python.org/issue41869  opened by boom0192

#41875: __builtin_unreachable error in gcc 4.4.5
https://bugs.python.org/issue41875  opened by yota moteuchi

#41876: Add __repr__ for Tkinter Font objects
https://bugs.python.org/issue41876  opened by serhiy.storchaka

#41877: Check against misspellings of assert etc. in mock
https://bugs.python.org/issue41877  opened by vabr2

#41878: python3 fails to use custom mapping object as symbols in eval(
https://bugs.python.org/issue41878  opened by Robert Haschke

#41879: Outdated description of async iterables in documentation of as
https://bugs.python.org/issue41879  opened by nickgaya

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880  opened by benwolsieffer

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882  opened by termim

#41883: ctypes pointee goes out of scope, then pointer in struct dangl
https://bugs.python.org/issue41883  opened by NankerPhelge

#41884: tempfile.py TemporaryDirectory/mkdtemp defaults to mode 0o700,
https://bugs.python.org/issue41884  opened by ray-sit

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886  opened by da-woods

#41887: ast.literal_eval does not accept strings with leading whitespa
https://bugs.python.org/issue41887  opened by gousaiyang

#41889: enum: Mixin and int base class regression in 3.8.6
https://bugs.python.org/issue41889  opened by puddly

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891  opened by rkojedzinszky

#41892: use both "for in" and "ElementTree.remove" has a index bug
https://bugs.python.org/issue41892  opened by WoodyWoo

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894  opened by kadler

#41895: PyMethodDef does NOT have any fields contain context in embedd
https://bugs.python.org/issue41895  opened by dexter

#41896: Moving index with wordstart expression includes non-alphanumbe
https://bugs.python.org/issue41896  opened by pyTama

#41898: Any logging causes assertLogs to pass
https://bugs.python.org/issue41898  opened by udalrich.schermer

#41900: XML C14N serialisation fails with default namespace
https://bugs.python.org/issue41900  opened by scoder

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902  opened by corona10

#41903: PyNumber_InPlacePower ignores o3 if o1 implements __ipow__
https://bugs.python.org/issue41903  opened by hodgestar

#41904: datetime.datetime.today makes no sense and should be removed
https://bugs.python.org/issue41904  opened by yurzo

#41905: add update_abstractmethods function to update an ABC's abstrac
https://bugs.python.org/issue41905  opened by avrahami.ben

#41906: logging.config.dictConfig does not work with callable filters
https://bugs.python.org/issue41906  opened by raybb

#41907: Regression in IntFlag behaviour in f-string
https://bugs.python.org/issue41907  opened by rt121212121

#41908: Make IDLE Start Menu entry more descriptive
https://bugs.python.org/issue41908  opened by terry.reedy

#41909: Segfault on __getattr__ infinite recursion on certain attribut
https://bugs.python.org/issue41909  opened by bluetech

#41910: Document that object.__eq__ implements `a is b`
https://bugs.python.org/issue41910  opened by brett.cannon

#41911: Language reference incorrectly says comparison expressions ret
https://bugs.python.org/issue41911  opened by brett.cannon

#41912: Long generator chain causes segmentation fault
https://bugs.python.org/issue41912  opened by karzes



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

#41912: Long generator chain causes segmentation fault
https://bugs.python.org/issue41912

#41911: Language reference incorrectly says comparison expressions ret
https://bugs.python.org/issue41911

#41910: Document that object.__eq__ implements `a is b`
https://bugs.python.org/issue41910

#41909: Segfault on __getattr__ infinite recursion on certain attribut
https://bugs.python.org/issue41909

#41900: XML C14N serialisation fails with default namespace
https://bugs.python.org/issue41900

#41898: Any logging causes assertLogs to pass
https://bugs.python.org/issue41898

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880

#41879: Outdated description of async iterables in documentation of as
https://bugs.python.org/issue41879

#41869: Multiprocessing Manager Object Cleanup
https://bugs.python.org/issue41869

#41868: SMTPLIB integrate or provide option to use "logging"
https://bugs.python.org/issue41868

#41867: Include options for timespec in docstrings of isoformat
https://bugs.python.org/issue41867



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

#41907: Regression in IntFlag behaviour in f-string
https://bugs.python.org/issue41907

#41905: add update_abstractmethods function to update an ABC's abstrac
https://bugs.python.org/issue41905

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902

#41900: XML C14N serialisation fails with default namespace
https://bugs.python.org/issue41900

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894

#41892: use both "for in" and "ElementTree.remove" has a index bug
https://bugs.python.org/issue41892

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891

#41889: enum: Mixin and int base class regression in 3.8.6
https://bugs.python.org/issue41889

#41887: ast.literal_eval does not accept strings with leading whitespa
https://bugs.python.org/issue41887

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880

#41876: Add __repr__ for Tkinter Font objects
https://bugs.python.org/issue41876

#41875: __builtin_unreachable error in gcc 4.4.5
https://bugs.python.org/issue41875

#41867: Include options for timespec in docstrings of isoformat
https://bugs.python.org/issue41867



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

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902  15 msgs

#41892: use both "for in" and "ElementTree.remove" has a index bug
https://bugs.python.org/issue41892  13 msgs

#41851: tkinter: add font equal methods
https://bugs.python.org/issue41851   6 msgs

#41774: While removing element from list using for and remove(), which
https://bugs.python.org/issue41774   5 msgs

#41875: __builtin_unreachable error in gcc 4.4.5
https://bugs.python.org/issue41875   5 msgs

#41905: add update_abstractmethods function to update an ABC's abstrac
https://bugs.python.org/issue41905   5 msgs

#41859: Uncaught ValueError
https://bugs.python.org/issue41859   4 msgs

#41861: Convert sqlite3 to PEP 384
https://bugs.python.org/issue41861   4 msgs

#41883: ctypes pointee goes out of scope, then pointer in struct dangl
https://bugs.python.org/issue41883   4 msgs

#41903: PyNumber_InPlacePower ignores o3 if o1 implements __ipow__
https://bugs.python.org/issue41903   4 msgs



Issues closed (39)
==================

#13790: In str.format an incorrect error message for list, tuple, dict
https://bugs.python.org/issue13790  closed by eric.smith

#17490: Improve ast.literal_eval test suite coverage
https://bugs.python.org/issue17490  closed by serhiy.storchaka

#29127: Incorrect reference names in asyncio.subprocess documentation
https://bugs.python.org/issue29127  closed by aeros

#29893: create_subprocess_exec doc doesn't match software
https://bugs.python.org/issue29893  closed by vstinner

#29940: Add follow_wrapped=True option to help()
https://bugs.python.org/issue29940  closed by taleinat

#30953: Fatal python error when jumping into except clause
https://bugs.python.org/issue30953  closed by ppperry

#31256: xml.etree.ElementTree: add support for doctype in tostring met
https://bugs.python.org/issue31256  closed by scoder

#33867: Module dicts are wiped on module garbage collection
https://bugs.python.org/issue33867  closed by serhiy.storchaka

#35103: format_exception() doesn't work with PyErr_Fetch
https://bugs.python.org/issue35103  closed by pablogsal

#36255: Provide a simple way to delete and edit python's welcome messa
https://bugs.python.org/issue36255  closed by rhettinger

#38989: pip install selects 32 bit wheels for 64 bit python if vcvarsa
https://bugs.python.org/issue38989  closed by steve.dower

#39862: Why are the union relationships not implemented by default for
https://bugs.python.org/issue39862  closed by rhettinger

#40105: Updating zip comment doesn't truncate the zip file
https://bugs.python.org/issue40105  closed by taleinat

#41114: "TypeError: unhashable type" could often be more clear
https://bugs.python.org/issue41114  closed by rhettinger

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295  closed by scoder

#41356: Convert bool.__new__ to argument clinic
https://bugs.python.org/issue41356  closed by Dennis Sweeney

#41613: get_type_hints regression for 3.9 and 3.10
https://bugs.python.org/issue41613  closed by BTaskaya

#41692: Deprecate immortal interned strings: PyUnicode_InternImmortal(
https://bugs.python.org/issue41692  closed by vstinner

#41738: MIME type for *.zip becomes application/x-zip-compressed on Wi
https://bugs.python.org/issue41738  closed by steve.dower

#41802: Missing documentation for 'PyDict_DelItem' behavior
https://bugs.python.org/issue41802  closed by serhiy.storchaka

#41834: Remove _Py_CheckRecursionLimit variable
https://bugs.python.org/issue41834  closed by vstinner

#41842: Add codecs.unregister() to unregister a codec search function
https://bugs.python.org/issue41842  closed by vstinner

#41848: PEG parser doesn't allow lambda in for_if_clause
https://bugs.python.org/issue41848  closed by gvanrossum

#41858: Fix incomplete line on optparse documentation
https://bugs.python.org/issue41858  closed by taleinat

#41863: IDLE shell not opening with 3.5  on Mac Mohave.
https://bugs.python.org/issue41863  closed by terry.reedy

#41865: doc search for super().__init__() returns no useful results
https://bugs.python.org/issue41865  closed by rhettinger

#41870: Use PEP 590 vectorcall to speed up calls to bool()
https://bugs.python.org/issue41870  closed by corona10

#41871: Add PyList_Remove() in listobject.c
https://bugs.python.org/issue41871  closed by shihai1991

#41872: get_type_hints fails to resolve forward references in nested f
https://bugs.python.org/issue41872  closed by gvanrossum

#41873: Add vectorcall for float()
https://bugs.python.org/issue41873  closed by corona10

#41874: datetime.strptime raises error if date is before 1900
https://bugs.python.org/issue41874  closed by redrooster

#41881: New Line escape issue in raw strings
https://bugs.python.org/issue41881  closed by ardath.kevin

#41885: Unexpected behavior re.sub() with raw f-strings
https://bugs.python.org/issue41885  closed by eric.smith

#41888: Duplicate Opcode value in master and 3.9rc2
https://bugs.python.org/issue41888  closed by anthonypjshaw

#41890: crypt produces wrong hashes for passwords containing newline c
https://bugs.python.org/issue41890  closed by amarahzm

#41893: remove() method is not working as expected(Hard to explain)
https://bugs.python.org/issue41893  closed by eric.smith

#41897: ast.parse in Python 3.9 does not produce SyntaxError for assig
https://bugs.python.org/issue41897  closed by gvanrossum

#41899: Poor example for Element.remove()
https://bugs.python.org/issue41899  closed by scoder

#41901: Added some explaining to pickle errors.
https://bugs.python.org/issue41901  closed by Marco Sulla
_______________________________________________
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/IHXKWY2BFTYE6D7RAR26HJKDY2VDZKXX/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to