[Python-Dev] Summary of Python tracker Issues

2020年1月17日 10:19:21 -0800

ACTIVITY SUMMARY (2020年01月10日 - 2020年01月17日)
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 7268 (+17)
 closed 43855 (+63)
 total 51123 (+80)
Open issues with patches: 2847 
Issues opened (54)
==================
#16576: ctypes: structure with bitfields as argument
https://bugs.python.org/issue16576 reopened by vinay.sajip
#37751: In codecs, function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751 reopened by vstinner
#38076: Make struct module PEP-384 compatible
https://bugs.python.org/issue38076 reopened by pablogsal
#39293: Windows 10 64-bit needs reboot
https://bugs.python.org/issue39293 opened by ToKa
#39294: zipfile.ZipInfo objects contain invalid 'extra' fields.
https://bugs.python.org/issue39294 opened by Bram Stolk
#39295: usage of bitfields in ctypes structures changed between 3.7.5 
https://bugs.python.org/issue39295 opened by Matthew Newville
#39296: Windows register keys
https://bugs.python.org/issue39296 opened by ToKa
#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298 opened by larry
#39299: Improve test coverage for mimetypes module
https://bugs.python.org/issue39299 opened by xtreak
#39301: Specification of bitshift on integers should clearly state flo
https://bugs.python.org/issue39301 opened by ncoghlan
#39302: Language reference does not clearly describe modern operand co
https://bugs.python.org/issue39302 opened by ncoghlan
#39305: Merge nntplib._NNTPBase and nntplib.NNTP
https://bugs.python.org/issue39305 opened by corona10
#39306: Lib/configparser.py - RawConfigParser.set does not pass non-tr
https://bugs.python.org/issue39306 opened by Strijker
#39309: Please delete my account
https://bugs.python.org/issue39309 opened by sfjwlejfawnf
#39314: Autofill the closing paraenthesis during auto-completion for f
https://bugs.python.org/issue39314 opened by opensource-assist
#39316: settrace skips lines when chaining methods without arguments
https://bugs.python.org/issue39316 opened by alexmojaki
#39318: NamedTemporaryFile could cause double-close on an fd if _Tempo
https://bugs.python.org/issue39318 opened by nneonneo
#39320: Handle unpacking of */** arguments and rvalues in the compiler
https://bugs.python.org/issue39320 opened by Mark.Shannon
#39323: Add test for imghdr cli
https://bugs.python.org/issue39323 opened by xtreak
#39324: Add mimetype for extension .md (markdown)
https://bugs.python.org/issue39324 opened by Ryan Batchelder
#39325: Original window focus when opening IDLE by double clicking Pyt
https://bugs.python.org/issue39325 opened by IrvKalb
#39326: Python-3.8.1 "test_importlib" failed
https://bugs.python.org/issue39326 opened by Divyansh_tiwari
#39327: shutil.rmtree using vagrant synched folder fails
https://bugs.python.org/issue39327 opened by PeterFS
#39328: Allow filename mismatch in local and central directories in zi
https://bugs.python.org/issue39328 opened by cheryl.sabella
#39331: 2to3 mishandles indented imports
https://bugs.python.org/issue39331 opened by galun.guy
#39334: python specific index directives in our doc has been deprecate
https://bugs.python.org/issue39334 opened by mdk
#39336: Immutable module type can't be used as package in custom loade
https://bugs.python.org/issue39336 opened by dino.viehland
#39337: codecs.lookup() ignores non-ASCII characters, whereas encoding
https://bugs.python.org/issue39337 opened by vstinner
#39339: ProcessPoolExecutor() Exception in thread QueueManagerThread
https://bugs.python.org/issue39339 opened by pythonpython
#39340: shutil.rmtree and write protected files
https://bugs.python.org/issue39340 opened by PeterFS
#39341: [security] zipfile: ZIP Bomb vulnerability, don't check announ
https://bugs.python.org/issue39341 opened by vstinner
#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342 opened by chrisburr
#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343 opened by vstinner
#39344: Getting error while importing ssl " import _ssl # if we can't 
https://bugs.python.org/issue39344 opened by Ajaya
#39345: Py_Initialize Hangs on Windows 10
https://bugs.python.org/issue39345 opened by dhamilton
#39346: gzip module only supports half of possible read/write scenario
https://bugs.python.org/issue39346 opened by ddevault
#39347: Use of argument clinic like parsing and `METH_FASTCALL` suppor
https://bugs.python.org/issue39347 opened by seberg
#39349: Add "cancel_futures" parameter to concurrent.futures.Executor.
https://bugs.python.org/issue39349 opened by aeros
#39352: Remove the formatter module, deprecated since Python 3.4
https://bugs.python.org/issue39352 opened by vstinner
#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353 opened by vstinner
#39355: The Python library will not compile with a C++2020 compiler be
https://bugs.python.org/issue39355 opened by aCuria
#39358: test_code.CoExtra leads to double-free when ce_size >1
https://bugs.python.org/issue39358 opened by slebedev
#39359: zipfile: add missing "pwd: expected bytes, got str" exception 
https://bugs.python.org/issue39359 opened by dhillier
#39360: python3.8 regression - ThreadPool join via __del__ hangs forev
https://bugs.python.org/issue39360 opened by gaborbernat
#39361: [C API] Document PyTypeObject.tp_print removal in What's New I
https://bugs.python.org/issue39361 opened by vstinner
#39362: add option to make chunksize adaptive for multiprocessing.pool
https://bugs.python.org/issue39362 opened by fgregg
#39363: zipfile with multiprocessing: zipfile.BadZipFile
https://bugs.python.org/issue39363 opened by maxime-lemonnier
#39364: Automatically tabulate module contents in the docs
https://bugs.python.org/issue39364 opened by alexchandel
#39365: Support (SEEK_END/SEEK_CUR) relative seeking in StringIO
https://bugs.python.org/issue39365 opened by random832
#39366: Remove deprecated nntplib method
https://bugs.python.org/issue39366 opened by corona10
#39369: Doc: Update mmap readline method documentation
https://bugs.python.org/issue39369 opened by wellpardim
#39370: askopenfilename is missing from the Tkinter filedialog library
https://bugs.python.org/issue39370 opened by rdnielsen
#39371: http.client.HTTPResponse raises IncompleteRead on chunked enco
https://bugs.python.org/issue39371 opened by Arden
#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372 opened by pablogsal
Most recent 15 issues with no replies (15)
==========================================
#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372
#39370: askopenfilename is missing from the Tkinter filedialog library
https://bugs.python.org/issue39370
#39369: Doc: Update mmap readline method documentation
https://bugs.python.org/issue39369
#39365: Support (SEEK_END/SEEK_CUR) relative seeking in StringIO
https://bugs.python.org/issue39365
#39364: Automatically tabulate module contents in the docs
https://bugs.python.org/issue39364
#39362: add option to make chunksize adaptive for multiprocessing.pool
https://bugs.python.org/issue39362
#39361: [C API] Document PyTypeObject.tp_print removal in What's New I
https://bugs.python.org/issue39361
#39359: zipfile: add missing "pwd: expected bytes, got str" exception 
https://bugs.python.org/issue39359
#39358: test_code.CoExtra leads to double-free when ce_size >1
https://bugs.python.org/issue39358
#39347: Use of argument clinic like parsing and `METH_FASTCALL` suppor
https://bugs.python.org/issue39347
#39346: gzip module only supports half of possible read/write scenario
https://bugs.python.org/issue39346
#39345: Py_Initialize Hangs on Windows 10
https://bugs.python.org/issue39345
#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342
#39339: ProcessPoolExecutor() Exception in thread QueueManagerThread
https://bugs.python.org/issue39339
#39337: codecs.lookup() ignores non-ASCII characters, whereas encoding
https://bugs.python.org/issue39337
Most recent 15 issues waiting for review (15)
=============================================
#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372
#39366: Remove deprecated nntplib method
https://bugs.python.org/issue39366
#39359: zipfile: add missing "pwd: expected bytes, got str" exception 
https://bugs.python.org/issue39359
#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353
#39352: Remove the formatter module, deprecated since Python 3.4
https://bugs.python.org/issue39352
#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343
#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342
#39336: Immutable module type can't be used as package in custom loade
https://bugs.python.org/issue39336
#39334: python specific index directives in our doc has been deprecate
https://bugs.python.org/issue39334
#39324: Add mimetype for extension .md (markdown)
https://bugs.python.org/issue39324
#39323: Add test for imghdr cli
https://bugs.python.org/issue39323
#39320: Handle unpacking of */** arguments and rvalues in the compiler
https://bugs.python.org/issue39320
#39318: NamedTemporaryFile could cause double-close on an fd if _Tempo
https://bugs.python.org/issue39318
#39299: Improve test coverage for mimetypes module
https://bugs.python.org/issue39299
#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298
Top 10 most discussed issues (10)
=================================
#39318: NamedTemporaryFile could cause double-close on an fd if _Tempo
https://bugs.python.org/issue39318 10 msgs
#39295: usage of bitfields in ctypes structures changed between 3.7.5 
https://bugs.python.org/issue39295 8 msgs
#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 7 msgs
#37751: In codecs, function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751 6 msgs
#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343 6 msgs
#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353 6 msgs
#29282: Fused multiply-add: proposal to add math.fma()
https://bugs.python.org/issue29282 5 msgs
#38076: Make struct module PEP-384 compatible
https://bugs.python.org/issue38076 5 msgs
#39207: concurrent.futures.ProcessPoolExecutor does not properly reap 
https://bugs.python.org/issue39207 5 msgs
#39296: Windows register keys
https://bugs.python.org/issue39296 5 msgs
Issues closed (65)
==================
#17718: boolop constant checking for if/while
https://bugs.python.org/issue17718 closed by benjamin.peterson
#19557: ast - docs for every node type are missing
https://bugs.python.org/issue19557 closed by cheryl.sabella
#27195: Crash when RawIOBase.write(b) evaluates b.format
https://bugs.python.org/issue27195 closed by cheryl.sabella
#31031: Unify duplicate bits_in_digit and bit_length
https://bugs.python.org/issue31031 closed by vstinner
#32021: Brotli encoding is not recognized by mimetypes
https://bugs.python.org/issue32021 closed by maxking
#32524: Python 2.7 leaks a packages __init__.py module object on Synta
https://bugs.python.org/issue32524 closed by cheryl.sabella
#32615: Inconsistent behavior if globals is a dict subclass
https://bugs.python.org/issue32615 closed by vstinner
#33471: string format with 'n' failling with french locales
https://bugs.python.org/issue33471 closed by cheryl.sabella
#34922: hashlib segmentation fault
https://bugs.python.org/issue34922 closed by ned.deily
#36556: Trashcan causing duplicated __del__ calls
https://bugs.python.org/issue36556 closed by cheryl.sabella
#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710 closed by vstinner
#36746: Create test for fcntl.lockf()
https://bugs.python.org/issue36746 closed by vstinner
#37958: Adding get_profile_dict to pstats
https://bugs.python.org/issue37958 closed by gregory.p.smith
#38293: Deepcopying property objects results in unexpected TypeError
https://bugs.python.org/issue38293 closed by cheryl.sabella
#38330: httplib specifies content-length when transfer-encoding presen
https://bugs.python.org/issue38330 closed by cheryl.sabella
#38356: test_asyncio: SubprocessThreadedWatcherTests leaks threads
https://bugs.python.org/issue38356 closed by asvetlov
#38361: syslog: Default "ident" in syslog.openlog() shouldn't contain 
https://bugs.python.org/issue38361 closed by brandtbucher
#38630: subprocess.Popen.send_signal() should poll the process
https://bugs.python.org/issue38630 closed by vstinner
#38901: [venv] Add a CLI flag to venv to use the pwd basename as the p
https://bugs.python.org/issue38901 closed by vinay.sajip
#38903: #if 0 block on parsetok.c
https://bugs.python.org/issue38903 closed by pablogsal
#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033 closed by petr.viktorin
#39048: Look up __aenter__ before __aexit__ in the async with statemen
https://bugs.python.org/issue39048 closed by ncoghlan
#39156: Break up COMPARE_OP into logically distinct operations.
https://bugs.python.org/issue39156 closed by Mark.Shannon
#39160: ./configure --help has inconsistencies in style
https://bugs.python.org/issue39160 closed by ned.deily
#39164: Add private _PyErr_GetExcInfo() function which accepts a tstat
https://bugs.python.org/issue39164 closed by vstinner
#39179: pandas tz_convert() seems to report incorrect date conversion
https://bugs.python.org/issue39179 closed by cheryl.sabella
#39200: Fix inaccurate TypeError messages when calling with insufficie
https://bugs.python.org/issue39200 closed by vstinner
#39233: glossary entry for parameter out-of-date for positional-only p
https://bugs.python.org/issue39233 closed by mark.dickinson
#39249: difflib SequenceMatcher 200 char length limitation for ratio c
https://bugs.python.org/issue39249 closed by terry.reedy
#39259: poplib.POP3/POP3_SSL should reject timeout = 0 (non-blocking m
https://bugs.python.org/issue39259 closed by vstinner
#39275: Traceback off by one line when
https://bugs.python.org/issue39275 closed by facundobatista
#39288: Add math.nextafter(a, b)
https://bugs.python.org/issue39288 closed by vstinner
#39289: crypt.crypt fail with OSError "[Errno 22] Invalid argument" on
https://bugs.python.org/issue39289 closed by vinay.sajip
#39291: "pathlib.Path.link_to()" and "pathlib.Path.symlink_to()" have 
https://bugs.python.org/issue39291 closed by pitrou
#39292: syslog constants behind rfc
https://bugs.python.org/issue39292 closed by vinay.sajip
#39297: Synchronize importlib.metadata with importlib_metadata 1.4
https://bugs.python.org/issue39297 closed by jaraco
#39300: dataclasses non-default argument follows default argument
https://bugs.python.org/issue39300 closed by eric.smith
#39303: Refactor cmd module
https://bugs.python.org/issue39303 closed by cheryl.sabella
#39304: Don't accept a negative number for the count argument in str.r
https://bugs.python.org/issue39304 closed by rhettinger
#39307: Memory leak in parsetok
https://bugs.python.org/issue39307 closed by pablogsal
#39308: Literal[True] prints as Literal[1] in some cases
https://bugs.python.org/issue39308 closed by gvanrossum
#39310: Add math.ulp(x): unit in the last place
https://bugs.python.org/issue39310 closed by vstinner
#39311: difflib pathlike support for {unified,context}_diff() {from,to
https://bugs.python.org/issue39311 closed by rhettinger
#39312: Expose placeholder reparse points in Windows
https://bugs.python.org/issue39312 closed by steve.dower
#39313: lib2to3 provide a way to use exec as a function in Refactoring
https://bugs.python.org/issue39313 closed by pablogsal
#39315: Lists of objects containing lists
https://bugs.python.org/issue39315 closed by hmathers
#39317: This new feature or bug about operator "- -"?
https://bugs.python.org/issue39317 closed by rhettinger
#39319: ntpath module must not be available on POSIX platforms
https://bugs.python.org/issue39319 closed by eryksun
#39321: AMD64 FreeBSD Non-Debug 3.x: main regrtest process killed by S
https://bugs.python.org/issue39321 closed by vstinner
#39322: Add gc.is_finalized to check if an object has been finalised b
https://bugs.python.org/issue39322 closed by pablogsal
#39329: smtplib.LMTP needs timeout parameter
https://bugs.python.org/issue39329 closed by vstinner
#39330: Way to build without IDLE
https://bugs.python.org/issue39330 closed by zach.ware
#39332: Python 3.6 compiler protections from Ubuntu distros
https://bugs.python.org/issue39332 closed by benjamin.peterson
#39333: argparse should offer an alternative to SystemExit in case a p
https://bugs.python.org/issue39333 closed by geophile
#39335: round Decimal edge case
https://bugs.python.org/issue39335 closed by benjamin.peterson
#39338: Data lost randomly from dictionary after creating the dictiona
https://bugs.python.org/issue39338 closed by zach.ware
#39348: wrong rst syntax in socket.rst
https://bugs.python.org/issue39348 closed by Mariatta
#39350: Remove deprecated fractions.gcd()
https://bugs.python.org/issue39350 closed by vstinner
#39351: Remove base64.encodestring() and base64.decodestring() aliases
https://bugs.python.org/issue39351 closed by vstinner
#39354: collections.UserString format and format_map return a string
https://bugs.python.org/issue39354 closed by rhettinger
#39356: zipfile suprising "except DeprecationWarning:" block
https://bugs.python.org/issue39356 closed by vstinner
#39357: bz2: Remove deprecated buffering parameter of bz2.BZ2File
https://bugs.python.org/issue39357 closed by vstinner
#39367: readline module core dumps Python 3.8.1 when calling exit()
https://bugs.python.org/issue39367 closed by vstinner
#39368: A matrix (list of lists) behaves differently, depending how it
https://bugs.python.org/issue39368 closed by ezio.melotti
#1531415: parsetok.c emits warnings by writing to stderr
https://bugs.python.org/issue1531415 closed by pablogsal
_______________________________________________
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/RBZW6ESWYL7TP4NXM6E5F2PKUWH7FP3E/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to