[Python-Dev] Summary of Python tracker Issues

2019年12月27日 10:10:59 -0800

ACTIVITY SUMMARY (2019年12月20日 - 2019年12月27日)
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 7203 ( +3)
 closed 43688 (+26)
 total 50891 (+29)
Open issues with patches: 2824 
Issues opened (21)
==================
#39111: Misleading documentation for NotImplemented
https://bugs.python.org/issue39111 reopened by steven.daprano
#39112: Misleading documentation for tuple
https://bugs.python.org/issue39112 opened by sberens
#39114: Python 3.9.0a2 changed how finally/return is traced
https://bugs.python.org/issue39114 opened by nedbat
#39116: StreamReader.readexactly() raises GeneratorExit on ProactorEve
https://bugs.python.org/issue39116 opened by twisteroid ambassador
#39117: Performance regression for making bound methods
https://bugs.python.org/issue39117 opened by rhettinger
#39121: gzip header write OS field
https://bugs.python.org/issue39121 opened by wungad
#39122: Environment variable PYTHONUSERBASE is not set during customiz
https://bugs.python.org/issue39122 opened by sarmar11
#39123: PyThread_xxx() not available when using limited API
https://bugs.python.org/issue39123 opened by VZ
#39125: Type signature of @property not shown in help()
https://bugs.python.org/issue39125 opened by McSinyx
#39126: Non-bmp (astral) unicode characters confuse the editor
https://bugs.python.org/issue39126 opened by dmaxime
#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127 opened by petdance
#39128: Document happy eyeball parameters in loop.create_connection si
https://bugs.python.org/issue39128 opened by xtreak
#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129 opened by xtreak
#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130 opened by khalidmammadov
#39131: signing needs two serialisation passes
https://bugs.python.org/issue39131 opened by jap
#39133: threading lib. working improperly on idle window
https://bugs.python.org/issue39133 opened by Pyjeet
#39134: can't construct dataclass as ABC (or runtime check as data pro
https://bugs.python.org/issue39134 opened by cybertreiber
#39136: Typos in whatsnew file and docs
https://bugs.python.org/issue39136 opened by xtreak
#39137: create_unicode_buffer() gives different results on Windows vs 
https://bugs.python.org/issue39137 opened by lazka
#39138: import a pycapsule object that's attached on many modules
https://bugs.python.org/issue39138 opened by yorkie
#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139 opened by khalidmammadov
Most recent 15 issues with no replies (15)
==========================================
#39137: create_unicode_buffer() gives different results on Windows vs 
https://bugs.python.org/issue39137
#39136: Typos in whatsnew file and docs
https://bugs.python.org/issue39136
#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130
#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127
#39123: PyThread_xxx() not available when using limited API
https://bugs.python.org/issue39123
#39122: Environment variable PYTHONUSERBASE is not set during customiz
https://bugs.python.org/issue39122
#39116: StreamReader.readexactly() raises GeneratorExit on ProactorEve
https://bugs.python.org/issue39116
#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104
#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101
#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100
#39098: OSError: handle closed, ProcessPoolExecutor shutdown(wait=Fals
https://bugs.python.org/issue39098
#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092
#39089: Update IDLE's credits
https://bugs.python.org/issue39089
#39088: test_concurrent_futures crashed with python.core core dump on 
https://bugs.python.org/issue39088
#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072
Most recent 15 issues waiting for review (15)
=============================================
#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139
#39131: signing needs two serialisation passes
https://bugs.python.org/issue39131
#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130
#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129
#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127
#39121: gzip header write OS field
https://bugs.python.org/issue39121
#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104
#39102: Increase Enum performance
https://bugs.python.org/issue39102
#39091: CPython Segfault in 5 lines of code
https://bugs.python.org/issue39091
#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087
#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058
#39057: Issues with urllib.request.proxy_bypass_environment
https://bugs.python.org/issue39057
#39056: Issues with handling the -W option
https://bugs.python.org/issue39056
#39055: base64.b64decode() with validate=True does not raise for a tra
https://bugs.python.org/issue39055
#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050
Top 10 most discussed issues (7)
================================
#36476: Runtime finalization assumes all other threads have exited.
https://bugs.python.org/issue36476 6 msgs
#39134: can't construct dataclass as ABC (or runtime check as data pro
https://bugs.python.org/issue39134 5 msgs
#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051 4 msgs
#39062: ValueError in TarFile.getmembers
https://bugs.python.org/issue39062 4 msgs
#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902 3 msgs
#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075 3 msgs
#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129 3 msgs
Issues closed (26)
==================
#10401: Globals / builtins cache
https://bugs.python.org/issue10401 closed by inada.naoki
#20066: PyStructSequence_NewType() not setting proper heap allocation 
https://bugs.python.org/issue20066 closed by corona10
#23868: Uninitialized objects are tracked by the garbage collector
https://bugs.python.org/issue23868 closed by pablogsal
#24770: Py_Finalize() doesn't stop daemon threads
https://bugs.python.org/issue24770 closed by eric.snow
#26845: Misleading variable name in exception handling
https://bugs.python.org/issue26845 closed by vstinner
#28158: Implement LOAD_GLOBAL opcode cache
https://bugs.python.org/issue28158 closed by inada.naoki
#30364: Outdated function attribute to disable address sanitizer
https://bugs.python.org/issue30364 closed by benjamin.peterson
#33609: Document that dicts preserve insertion order
https://bugs.python.org/issue33609 closed by inada.naoki
#33772: Fix few dead code paths
https://bugs.python.org/issue33772 closed by benjamin.peterson
#34444: Module's __file__ should be absolute always ("." in sys.path)
https://bugs.python.org/issue34444 closed by brett.cannon
#36788: Add clamp() function to builtins
https://bugs.python.org/issue36788 closed by mark.dickinson
#37509: OSError preadv()
https://bugs.python.org/issue37509 closed by YoSTEALTH
#38753: AsyncMock not cited as new in 3.8
https://bugs.python.org/issue38753 closed by xtreak
#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918 closed by eric.snow
#39103: [linux] strftime renders %Y with only 3 characters
https://bugs.python.org/issue39103 closed by p-ganssle
#39106: Add suggestions to argparse error message output for unrecogni
https://bugs.python.org/issue39106 closed by xtreak
#39110: UserList-subclass Tree slicing changes the original list unexp
https://bugs.python.org/issue39110 closed by eric.snow
#39113: PyUnicode_AsUTF8AndSize Sometimes Segfaults With Incomplete Su
https://bugs.python.org/issue39113 closed by serhiy.storchaka
#39115: Clarify Python MIME type
https://bugs.python.org/issue39115 closed by asvetlov
#39118: Variables changing values on their own
https://bugs.python.org/issue39118 closed by mark.dickinson
#39119: email/_header_value_parser.py:parse_message_id: UnblondLocalEr
https://bugs.python.org/issue39119 closed by xtreak
#39120: pyodbc dll load failed
https://bugs.python.org/issue39120 closed by xtreak
#39124: round Decimal error
https://bugs.python.org/issue39124 closed by mark.dickinson
#39132: Adding funcitonality to determine if a constant string node is
https://bugs.python.org/issue39132 closed by BTaskaya
#39135: time.get_clock_info() documentation still has 'clock' name
https://bugs.python.org/issue39135 closed by benjamin.peterson
#39140: shutil.move does not work properly with pathlib.Path objects
https://bugs.python.org/issue39140 closed by xtreak
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/W5FTYO362KM2H5L6VZ34OYLUCRQYF4SE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to