[Python-Dev] Summary of Python tracker Issues

2019年12月20日 10:18:55 -0800

ACTIVITY SUMMARY (2019年12月13日 - 2019年12月20日)
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 7200 (+26)
 closed 43662 (+45)
 total 50862 (+71)
Open issues with patches: 2822 
Issues opened (46)
==================
#39041: Support GitHub Actions in CI
https://bugs.python.org/issue39041 opened by steve.dower
#39042: Use the runtime's main thread ID in the threading module.
https://bugs.python.org/issue39042 opened by eric.snow
#39046: collections.abc.Reversible should not be a subclass of Hashabl
https://bugs.python.org/issue39046 opened by Zac Hatfield-Dodds
#39047: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
https://bugs.python.org/issue39047 opened by attilajeges
#39048: Reorder the __aenter__ and __aexit__ method checks for the asy
https://bugs.python.org/issue39048 opened by maggyero
#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050 opened by ZackerySpytz
#39052: import error when in python -m pdb debug mode
https://bugs.python.org/issue39052 opened by chengyang
#39055: base64.b64decode() with validate=True does not raise for a tra
https://bugs.python.org/issue39055 opened by serhiy.storchaka
#39056: Issues with handling the -W option
https://bugs.python.org/issue39056 opened by serhiy.storchaka
#39057: Issues with urllib.request.proxy_bypass_environment
https://bugs.python.org/issue39057 opened by serhiy.storchaka
#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058 opened by rhettinger
#39060: asyncio.Task.print_stack doesn't print the full stack
https://bugs.python.org/issue39060 opened by amit7itz
#39061: Garbage Collection makes some object live for very long
https://bugs.python.org/issue39061 opened by mistasse
#39062: ValueError in TarFile.getmembers
https://bugs.python.org/issue39062 opened by jvoisin
#39064: ValueError in zipfile.ZipFile
https://bugs.python.org/issue39064 opened by jvoisin
#39065: OSError in TarFile.getmembers()
https://bugs.python.org/issue39065 opened by jvoisin
#39067: EOFError in tarfile.open
https://bugs.python.org/issue39067 opened by jvoisin
#39068: Base 85 encoding initialization race condition
https://bugs.python.org/issue39068 opened by drmonkeysee
#39070: Uninstalling 3.8.0 fails but it says it succeeds..
https://bugs.python.org/issue39070 opened by tuijatuulia
#39071: email.parser.BytesParser - parse and parsebytes work not equiv
https://bugs.python.org/issue39071 opened by mkaiser
#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072 opened by vstinner
#39073: email incorrect handling of crlf in Address objects.
https://bugs.python.org/issue39073 opened by jap
#39074: Threading memory leak in _shutdown_locks for non-daemon thread
https://bugs.python.org/issue39074 opened by krypticus
#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075 opened by eric.snow
#39076: Use types.SimpleNamespace for argparse.Namespace
https://bugs.python.org/issue39076 opened by eric.snow
#39078: __function.__defaults__ breaks for __init__ of dataclasses wit
https://bugs.python.org/issue39078 opened by RunOrVeith
#39082: AsyncMock is unable to correctly patch static or class methods
https://bugs.python.org/issue39082 opened by czardoz
#39085: Improve docs for await expression
https://bugs.python.org/issue39085 opened by aeros
#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087 opened by inada.naoki
#39088: test_concurrent_futures crashed with python.core core dump on 
https://bugs.python.org/issue39088 opened by vstinner
#39089: Update IDLE's credits
https://bugs.python.org/issue39089 opened by taleinat
#39090: Document various options for getting the absolute path from pa
https://bugs.python.org/issue39090 opened by brett.cannon
#39091: CPython Segfault in 5 lines of code
https://bugs.python.org/issue39091 opened by skrause
#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092 opened by evan.whitfield
#39093: tkinter objects garbage collected from non-tkinter thread caus
https://bugs.python.org/issue39093 opened by obserience
#39096: Description of "Format Specification Mini-Language" not accura
https://bugs.python.org/issue39096 opened by mamrhein
#39098: OSError: handle is closed in ProcessPoolExecutor on shutdown(
https://bugs.python.org/issue39098 opened by patbuxton
#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100 opened by elenril
#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101 opened by fornellas
#39102: Increase Enum performance
https://bugs.python.org/issue39102 opened by MrMrRobat
#39103: [linux] strftime renders %Y with only 3 characters
https://bugs.python.org/issue39103 opened by jaraco
#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104 opened by tomMoral
#39106: Add suggestions to argparse error message output for unrecogni
https://bugs.python.org/issue39106 opened by xtreak
#39107: Consider building Tkinter with Tk 8.6.10
https://bugs.python.org/issue39107 opened by Aivar.Annamaa
#39108: Documentation for "random.gauss" vs "random.normalvariate" is 
https://bugs.python.org/issue39108 opened by cnewey
#39110: It seems that list() changes the value of the parameter
https://bugs.python.org/issue39110 opened by ctarn
Most recent 15 issues with no replies (15)
==========================================
#39108: Documentation for "random.gauss" vs "random.normalvariate" is 
https://bugs.python.org/issue39108
#39106: Add suggestions to argparse error message output for unrecogni
https://bugs.python.org/issue39106
#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104
#39102: Increase Enum performance
https://bugs.python.org/issue39102
#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 is closed in ProcessPoolExecutor on shutdown(
https://bugs.python.org/issue39098
#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092
#39090: Document various options for getting the absolute path from pa
https://bugs.python.org/issue39090
#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
#39068: Base 85 encoding initialization race condition
https://bugs.python.org/issue39068
#39065: OSError in TarFile.getmembers()
https://bugs.python.org/issue39065
#39064: ValueError in zipfile.ZipFile
https://bugs.python.org/issue39064
Most recent 15 issues waiting for review (15)
=============================================
#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
#39047: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
https://bugs.python.org/issue39047
#39041: Support GitHub Actions in CI
https://bugs.python.org/issue39041
#39040: Wrong attachement filename when mail mime header was too long
https://bugs.python.org/issue39040
#39037: Fix the trial order of the __exit__ and __enter__ methods in t
https://bugs.python.org/issue39037
#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035
#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033
Top 10 most discussed issues (10)
=================================
#39040: Wrong attachement filename when mail mime header was too long
https://bugs.python.org/issue39040 15 msgs
#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035 10 msgs
#38295: test_relative_path of test_py_compile fails on macOS 10.15 Cat
https://bugs.python.org/issue38295 9 msgs
#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087 7 msgs
#39110: It seems that list() changes the value of the parameter
https://bugs.python.org/issue39110 6 msgs
#39070: Uninstalling 3.8.0 fails but it says it succeeds..
https://bugs.python.org/issue39070 5 msgs
#37224: test__xxsubinterpreters fails randomly
https://bugs.python.org/issue37224 4 msgs
#38904: "signal only works in main thread" in main thread
https://bugs.python.org/issue38904 4 msgs
#39037: Fix the trial order of the __exit__ and __enter__ methods in t
https://bugs.python.org/issue39037 4 msgs
#39067: EOFError in tarfile.open
https://bugs.python.org/issue39067 4 msgs
Issues closed (43)
==================
#34000: Document when compile returns a code object v. AST
https://bugs.python.org/issue34000 closed by cheryl.sabella
#36095: Better NaN sorting.
https://bugs.python.org/issue36095 closed by tim.peters
#36406: doctest.testmod(empty_package) raises TypeError in 3.7 (and no
https://bugs.python.org/issue36406 closed by xtreak
#36500: Add "regen-*" equivalent projects for Windows builds
https://bugs.python.org/issue36500 closed by steve.dower
#36589: Incorrect error handling in curses.update_lines_cols()
https://bugs.python.org/issue36589 closed by cheryl.sabella
#37762: IDLE very slow due a super long line output in chunks
https://bugs.python.org/issue37762 closed by terry.reedy
#38021: Modify AIX platform_tag so it provides PEP425 needs
https://bugs.python.org/issue38021 closed by ncoghlan
#38316: docs: Code object's "co_stacksize" field is described with mis
https://bugs.python.org/issue38316 closed by vstinner
#38348: Make python -m ast more configurable
https://bugs.python.org/issue38348 closed by vstinner
#38546: test_concurrent_futures: reap_children() warnings on RHEL7 and
https://bugs.python.org/issue38546 closed by vstinner
#38629: float is missing __ceil__() and __floor__(), required by numbe
https://bugs.python.org/issue38629 closed by vstinner
#38720: Logging failure with timestamp messages
https://bugs.python.org/issue38720 closed by cheryl.sabella
#38811: Pathlib crashes when os module is missing 'link' method
https://bugs.python.org/issue38811 closed by vstinner
#38993: cProfile behaviour issue with decorator and math.factorial() l
https://bugs.python.org/issue38993 closed by mark.dickinson
#39025: Windows Python Launcher does not update PATH to Scripts direct
https://bugs.python.org/issue39025 closed by bluebird
#39028: ENH: Fix performance issue in keyword extraction
https://bugs.python.org/issue39028 closed by inada.naoki
#39031: Inconsistency with lineno and col_offset info when parsing eli
https://bugs.python.org/issue39031 closed by gvanrossum
#39036: Add center_char attribute to str type
https://bugs.python.org/issue39036 closed by rhettinger
#39043: Add math.fib() generator
https://bugs.python.org/issue39043 closed by rhettinger
#39044: Segfault on build for the master branch
https://bugs.python.org/issue39044 closed by nanjekyejoannah
#39045: Segmentation of string
https://bugs.python.org/issue39045 closed by SilentGhost
#39049: Add "elif" to "for_stmt" and "while_stmt"
https://bugs.python.org/issue39049 closed by rhettinger
#39051: Python not working on Windows 10
https://bugs.python.org/issue39051 closed by rafaeldominiquini
#39053: Hide manually raised exception formatting
https://bugs.python.org/issue39053 closed by SilentGhost
#39054: Add an parameter to list.remove()
https://bugs.python.org/issue39054 closed by SilentGhost
#39059: Getting incorrect results in rounding procedures
https://bugs.python.org/issue39059 closed by mark.dickinson
#39063: Format string does not work with "in" statement
https://bugs.python.org/issue39063 closed by [email protected]
#39066: Expose SOABI setting in the header
https://bugs.python.org/issue39066 closed by mathstuf
#39069: Move ast.unparse() function to a different module
https://bugs.python.org/issue39069 closed by pablogsal
#39077: Numeric formatting inconsistent between int, float and Decimal
https://bugs.python.org/issue39077 closed by mamrhein
#39079: help() modifies the string module
https://bugs.python.org/issue39079 closed by zach.ware
#39080: Inconsistency with Starred Expression line/col info
https://bugs.python.org/issue39080 closed by pablogsal
#39081: pathlib '/' operator does not resolve Enums with str mixin as 
https://bugs.python.org/issue39081 closed by brett.cannon
#39083: Dictionary get(key, default-expression) not short circuit beha
https://bugs.python.org/issue39083 closed by eric.smith
#39084: string.letters is flipped after setlocale is called
https://bugs.python.org/issue39084 closed by zach.ware
#39086: Division "/" error on Long Integers
https://bugs.python.org/issue39086 closed by steven.daprano
#39094: Add a default to statistics.mean and related functions
https://bugs.python.org/issue39094 closed by steven.daprano
#39095: Negative Array Index not Yielding "Index Out Of Bounds"
https://bugs.python.org/issue39095 closed by zach.ware
#39097: The description of multiprocessing.cpu_count() is not accurate
https://bugs.python.org/issue39097 closed by asvetlov
#39099: scandir.dirfd() method
https://bugs.python.org/issue39099 closed by giampaolo.rodola
#39105: Spam
https://bugs.python.org/issue39105 closed by xtreak
#39109: [C-API] PyUnicode_FromString
https://bugs.python.org/issue39109 closed by vstinner
#39111: Misleading documentation
https://bugs.python.org/issue39111 closed by brett.cannon
_______________________________________________
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/UBZ4ZIIXW4XADBNGSUUGG34QZLFMTU2E/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to