ACTIVITY SUMMARY (2020-06-19 - 2020-06-26)
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    7490 (+14)
  closed 45380 (+75)
  total  52870 (+89)

Open issues with patches: 3035 


Issues opened (62)
==================

#15849: PEP 3121, 384 Refactoring applied to xx module
https://bugs.python.org/issue15849  reopened by vstinner

#35975: Put back the ability to parse files where async/await aren't k
https://bugs.python.org/issue35975  reopened by gvanrossum

#41041: Multiprocesing Pool borken on macOS REPL
https://bugs.python.org/issue41041  opened by mbussonn

#41043: Escape the literal part of the path for glob()
https://bugs.python.org/issue41043  opened by serhiy.storchaka

#41045: f-string's "debug" feature is undocumented
https://bugs.python.org/issue41045  opened by eric.smith

#41046: unittest: make skipTest a classmethod
https://bugs.python.org/issue41046  opened by jameshcorbett

#41048: read_mime_types() should read the rule file using UTF-8, not t
https://bugs.python.org/issue41048  opened by serhiy.storchaka

#41050: class multiprocessing.Value calls set_start_method
https://bugs.python.org/issue41050  opened by Kernel Plevitsky

#41051: Flush file after warning is written
https://bugs.python.org/issue41051  opened by mjacob

#41052: Opt out serialization/deserialization for heap type
https://bugs.python.org/issue41052  opened by corona10

#41053: open() fails to read app exec links
https://bugs.python.org/issue41053  opened by saschanaz

#41056: minor NULL pointer and sign issues reported by Coverity
https://bugs.python.org/issue41056  opened by gregory.p.smith

#41059: Large number of Coverity reports for parser.c
https://bugs.python.org/issue41059  opened by gregory.p.smith

#41061: Incorrect expressions / assert with side effect in hashtable
https://bugs.python.org/issue41061  opened by christian.heimes

#41062: Advanced Debugger Support C-API is useless without HEAD_LOCK()
https://bugs.python.org/issue41062  opened by pashkin

#41063: Avoid using the locale encoding for open() in tests
https://bugs.python.org/issue41063  opened by serhiy.storchaka

#41064: f-string SyntaxError gives offset within fake line, other issu
https://bugs.python.org/issue41064  opened by JNCressey

#41065: Use zip-strict in zoneinfo
https://bugs.python.org/issue41065  opened by cool-RR

#41066: Update documentation for Pathlib
https://bugs.python.org/issue41066  opened by thatiparthy

#41067: Haiku build fix - posix module
https://bugs.python.org/issue41067  opened by devnexen

#41073: [C API] PyType_GetSlot() should accept static types
https://bugs.python.org/issue41073  opened by vstinner

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

#41076: Pre-feed the parser with the f-string expression location
https://bugs.python.org/issue41076  opened by lys.nikolaou

#41078: [C API] Convert PyTuple_GET_ITEM() macro to a static inline fu
https://bugs.python.org/issue41078  opened by vstinner

#41079: _PyAsyncGenWrappedValue_Type is never Readied
https://bugs.python.org/issue41079  opened by Tomasz Pytel

#41081: Exclude __pycache__ directories from backups using CACHEDIR.TA
https://bugs.python.org/issue41081  opened by jstasiak

#41082: Error handling and documentation of Path.home()
https://bugs.python.org/issue41082  opened by timhoffm

#41083: plistlib can't decode date from year 0
https://bugs.python.org/issue41083  opened by shields-fn

#41084: Signify that a SyntaxError comes from an fstring in the error 
https://bugs.python.org/issue41084  opened by lys.nikolaou

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086  opened by scrummyin

#41088: Extend the AST Validator to validate all identifiers
https://bugs.python.org/issue41088  opened by BTaskaya

#41090: Support for "Universal 2" binary builds
https://bugs.python.org/issue41090  opened by ronaldoussoren

#41091: Remove recommendation in curses module documentation to initia
https://bugs.python.org/issue41091  opened by mjacob

#41092: Report actual size from 'os.path.getsize'
https://bugs.python.org/issue41092  opened by stephenfin

#41093: TCPServer's server_forever() shutdown immediately when calling
https://bugs.python.org/issue41093  opened by tontinton

#41095: inspect.signature() doesn't parse __text_signature__ containin
https://bugs.python.org/issue41095  opened by vstinner

#41096: Need command to exit PDB interactive shell
https://bugs.python.org/issue41096  opened by Kerrick Staley

#41097: confusing BufferError: Existing exports of data: object cannot
https://bugs.python.org/issue41097  opened by arigo

#41098: Deprecating PyUnicodeEncodeError_Create
https://bugs.python.org/issue41098  opened by inada.naoki

#41099: Deprecating PyUnicodeTranslateError_Create
https://bugs.python.org/issue41099  opened by inada.naoki

#41100: Build failure on macOS 11 (beta)
https://bugs.python.org/issue41100  opened by ronaldoussoren

#41101: Support "arm64" in Mac/Tools/pythonw
https://bugs.python.org/issue41101  opened by ronaldoussoren

#41102: ZipFile.namelist() does not match the actual files in .zip fil
https://bugs.python.org/issue41102  opened by longavailable

#41104: IMAPlib debug errors
https://bugs.python.org/issue41104  opened by skorpeo

#41105: Add some extra content check  in configure process for some em
https://bugs.python.org/issue41105  opened by Manjusaka

#41106: os.scandir() Windows bug dir_entry.stat() not works on file du
https://bugs.python.org/issue41106  opened by Cezary.Wagner

#41107: Running a generator in a map-like manner
https://bugs.python.org/issue41107  opened by natsuwumi

#41108: IN module removed in python 3.x; socket doesn't fill in the ga
https://bugs.python.org/issue41108  opened by ngie

#41109: subclasses of pathlib.PurePosixPath never call __init__ or __n
https://bugs.python.org/issue41109  opened by Étienne Pot

#41110: 2to3 reports some files as both not changing and having been m
https://bugs.python.org/issue41110  opened by AWhetter

#41111: Convert a few stdlib extensions to the limited C API
https://bugs.python.org/issue41111  opened by vstinner

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

#41115: Codecs should raise precise UnicodeDecodeError or UnicodeEncod
https://bugs.python.org/issue41115  opened by pitrou

#41116: build on macOS 11 (beta) does not find system-supplied third-p
https://bugs.python.org/issue41116  opened by ned.deily

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse' 
https://bugs.python.org/issue41117  opened by WildCard65

#41119: Wrong error message for list/tuple followed by a colon
https://bugs.python.org/issue41119  opened by lys.nikolaou

#41122: functools.singledispatchfunction has confusing error message i
https://bugs.python.org/issue41122  opened by markgrandi

#41123: Remove Py_UNICODE APIs except PEP 623
https://bugs.python.org/issue41123  opened by inada.naoki

#41125: Display exit-codes for abruptly terminated processes in concur
https://bugs.python.org/issue41125  opened by Epic_Wink

#41126: Running test suite gives me - python.exe(14198,0x114352dc0) ma
https://bugs.python.org/issue41126  opened by thatiparthy

#41127: Executing code in thread or process pools: run_in_executor exa
https://bugs.python.org/issue41127  opened by aaraney

#41128: Signal handlers should not hang during blocked main thread
https://bugs.python.org/issue41128  opened by Josef Havránek



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

#41128: Signal handlers should not hang during blocked main thread
https://bugs.python.org/issue41128

#41127: Executing code in thread or process pools: run_in_executor exa
https://bugs.python.org/issue41127

#41125: Display exit-codes for abruptly terminated processes in concur
https://bugs.python.org/issue41125

#41123: Remove Py_UNICODE APIs except PEP 623
https://bugs.python.org/issue41123

#41122: functools.singledispatchfunction has confusing error message i
https://bugs.python.org/issue41122

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse' 
https://bugs.python.org/issue41117

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

#41110: 2to3 reports some files as both not changing and having been m
https://bugs.python.org/issue41110

#41108: IN module removed in python 3.x; socket doesn't fill in the ga
https://bugs.python.org/issue41108

#41104: IMAPlib debug errors
https://bugs.python.org/issue41104

#41102: ZipFile.namelist() does not match the actual files in .zip fil
https://bugs.python.org/issue41102

#41101: Support "arm64" in Mac/Tools/pythonw
https://bugs.python.org/issue41101

#41091: Remove recommendation in curses module documentation to initia
https://bugs.python.org/issue41091

#41088: Extend the AST Validator to validate all identifiers
https://bugs.python.org/issue41088

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086



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

#41125: Display exit-codes for abruptly terminated processes in concur
https://bugs.python.org/issue41125

#41123: Remove Py_UNICODE APIs except PEP 623
https://bugs.python.org/issue41123

#41119: Wrong error message for list/tuple followed by a colon
https://bugs.python.org/issue41119

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse' 
https://bugs.python.org/issue41117

#41115: Codecs should raise precise UnicodeDecodeError or UnicodeEncod
https://bugs.python.org/issue41115

#41101: Support "arm64" in Mac/Tools/pythonw
https://bugs.python.org/issue41101

#41100: Build failure on macOS 11 (beta)
https://bugs.python.org/issue41100

#41098: Deprecating PyUnicodeEncodeError_Create
https://bugs.python.org/issue41098

#41095: inspect.signature() doesn't parse __text_signature__ containin
https://bugs.python.org/issue41095

#41093: TCPServer's server_forever() shutdown immediately when calling
https://bugs.python.org/issue41093

#41092: Report actual size from 'os.path.getsize'
https://bugs.python.org/issue41092

#41091: Remove recommendation in curses module documentation to initia
https://bugs.python.org/issue41091

#41090: Support for "Universal 2" binary builds
https://bugs.python.org/issue41090

#41088: Extend the AST Validator to validate all identifiers
https://bugs.python.org/issue41088

#41086: Exception for uninstantiated interpolation (configparser)
https://bugs.python.org/issue41086



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

#40521: [subinterpreters] Make free lists and unicode caches per-inter
https://bugs.python.org/issue40521  14 msgs

#41106: os.scandir() Windows bug dir_entry.stat() not works on file du
https://bugs.python.org/issue41106  14 msgs

#41056: minor NULL pointer and sign issues reported by Coverity
https://bugs.python.org/issue41056  11 msgs

#41078: [C API] Convert PyTuple_GET_ITEM() macro to a static inline fu
https://bugs.python.org/issue41078  11 msgs

#41111: Convert a few stdlib extensions to the limited C API
https://bugs.python.org/issue41111  11 msgs

#40939: Remove the old parser
https://bugs.python.org/issue40939  10 msgs

#35975: Put back the ability to parse files where async/await aren't k
https://bugs.python.org/issue35975   8 msgs

#40204: Docs build error with Sphinx 3.0 due to invalid C declaration
https://bugs.python.org/issue40204   7 msgs

#41005: Permission denied: 'xdg-settings' when executing 'jupyter note
https://bugs.python.org/issue41005   7 msgs

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960   6 msgs



Issues closed (72)
==================

#6467: PyOS_Readline: treatment of "1234EOF"; behavior of builtin_raw
https://bugs.python.org/issue6467  closed by vstinner

#8212: A tp_dealloc of a subclassed class cannot resurrect an object
https://bugs.python.org/issue8212  closed by vstinner

#12861: PyOS_Readline uses single lock
https://bugs.python.org/issue12861  closed by vstinner

#15652: PEP 3121, 384 refactoring applied to gdbm module
https://bugs.python.org/issue15652  closed by vstinner

#15654: PEP 384 Refactoring applied to bz2 module
https://bugs.python.org/issue15654  closed by vstinner

#15655: PEP 384 Refactoring applied to json module
https://bugs.python.org/issue15655  closed by vstinner

#15666: PEP 3121, 384 refactoring applied to lzma module
https://bugs.python.org/issue15666  closed by corona10

#15685: PEP 3121, 384 Refactoring applied to itertools module
https://bugs.python.org/issue15685  closed by vstinner

#15687: PEP 3121, 384 Refactoring applied to mmap module
https://bugs.python.org/issue15687  closed by vstinner

#15688: PEP 3121 Refactoring applied to nis module
https://bugs.python.org/issue15688  closed by vstinner

#15689: PEP 3121, 384 Refactoring applied to operator module
https://bugs.python.org/issue15689  closed by vstinner

#15690: PEP 3121, 384 Refactoring applied to parser module
https://bugs.python.org/issue15690  closed by vstinner

#15691: PEP 3121, 384 Refactoring applied to posix module
https://bugs.python.org/issue15691  closed by vstinner

#15700: PEP 3121, 384 Refactoring applied to resource module
https://bugs.python.org/issue15700  closed by vstinner

#15703: PEP 3121, 384 Refactoring applied to select module
https://bugs.python.org/issue15703  closed by vstinner

#15711: PEP 3121, 384 Refactoring applied to time module
https://bugs.python.org/issue15711  closed by vstinner

#18670: Using read_mime_types function from mimetypes module gives res
https://bugs.python.org/issue18670  closed by serhiy.storchaka

#25257: In subject line email library inserts unwanted space after a t
https://bugs.python.org/issue25257  closed by SilentGhost

#26774: Elide Py_atomic fences when WITH_THREAD is disabled?
https://bugs.python.org/issue26774  closed by vstinner

#30852: _PyObject_GC_UNTRACK corruption when call a lambda function wi
https://bugs.python.org/issue30852  closed by vstinner

#31282: C APIs called without GIL in PyOS_Readline
https://bugs.python.org/issue31282  closed by vstinner

#33738: PyIndex_Check conflicts with PEP 384
https://bugs.python.org/issue33738  closed by vstinner

#35773: test_bdb fails on non-UTF-8 locale
https://bugs.python.org/issue35773  closed by serhiy.storchaka

#35949: Move PyThreadState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35949  closed by vstinner

#38073: Make pwd module PEP-384 compatible
https://bugs.python.org/issue38073  closed by vstinner

#38116: Make select module PEP-384 compatible
https://bugs.python.org/issue38116  closed by vstinner

#38377: test_asyncio.test_events.GetEventLoopTestsMixin.test_get_event
https://bugs.python.org/issue38377  closed by vstinner

#39503: [security][CVE-2020-8492] Denial of service in urllib.request.
https://bugs.python.org/issue39503  closed by larry

#39580: Check for COMMAND_LINE_INSTALL variable in Python_Documentatio
https://bugs.python.org/issue39580  closed by ned.deily

#39891: [difflib] Improve get_close_matches() to better match when cas
https://bugs.python.org/issue39891  closed by rhettinger

#40400: Mac build-installer.py doesn't support new plist format
https://bugs.python.org/issue40400  closed by ned.deily

#40636: Provide a strict form of zip (PEP-618) requiring same length i
https://bugs.python.org/issue40636  closed by brandtbucher

#40704: PyIter_Check fails when compiling in the Limited API
https://bugs.python.org/issue40704  closed by scoder

#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707  closed by terry.reedy

#40773: DOC: Fix rendering for 'retval' on the pdb page
https://bugs.python.org/issue40773  closed by eric.araujo

#40824: Unexpected errors in __iter__ are masked in "in" and the opera
https://bugs.python.org/issue40824  closed by serhiy.storchaka

#40965: Segfault when importing unittest module via C API
https://bugs.python.org/issue40965  closed by vstinner

#40986: Async generators are not garbage collected
https://bugs.python.org/issue40986  closed by vytas

#41002: HTTPResponse.read with amt is slow
https://bugs.python.org/issue41002  closed by inada.naoki

#41009: @support.requires_*_version broken for classes
https://bugs.python.org/issue41009  closed by ned.deily

#41035: zipfile.Path does not work properly with zip archives where pa
https://bugs.python.org/issue41035  closed by jaraco

#41038: VersionInfo string is corrupted when building on Windows with 
https://bugs.python.org/issue41038  closed by steve.dower

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039  closed by steve.dower

#41040: Fix test_modulefinder
https://bugs.python.org/issue41040  closed by serhiy.storchaka

#41042: import searches for package even after file was found successf
https://bugs.python.org/issue41042  closed by eric.smith

#41044: Pegen: double trailing comma on optional+sequence rules at pyt
https://bugs.python.org/issue41044  closed by pablogsal

#41047: argparse: misbehavior when combining positionals and choices
https://bugs.python.org/issue41047  closed by paul.j3

#41049: Document pointer comparison in PyObject_RichCompareBool()
https://bugs.python.org/issue41049  closed by rhettinger

#41054: Simplify resource compilation on Windows
https://bugs.python.org/issue41054  closed by steve.dower

#41055: Remove outdated tests for tp_print
https://bugs.python.org/issue41055  closed by serhiy.storchaka

#41057: Division error
https://bugs.python.org/issue41057  closed by mark.dickinson

#41058: pdb reads source files using the locale encoding
https://bugs.python.org/issue41058  closed by gregory.p.smith

#41060: `with a as b` segfault in new peg parser
https://bugs.python.org/issue41060  closed by lys.nikolaou

#41068: zipfile: read after write fails for non-ascii files
https://bugs.python.org/issue41068  closed by serhiy.storchaka

#41069: Use non-ascii file names in tests by default
https://bugs.python.org/issue41069  closed by serhiy.storchaka

#41070: Simplify pyshellext.dll build
https://bugs.python.org/issue41070  closed by steve.dower

#41071: from an int to a float , why
https://bugs.python.org/issue41071  closed by serhiy.storchaka

#41072: Python 3.8.3 passively introduced open source software contain
https://bugs.python.org/issue41072  closed by serhiy.storchaka

#41074: msilib does not work correctly with non-ASCII names
https://bugs.python.org/issue41074  closed by serhiy.storchaka

#41077: Make Cookiejar a  bit more pythonic
https://bugs.python.org/issue41077  closed by thatiparthy

#41080: re.sub treats * incorrectly?
https://bugs.python.org/issue41080  closed by ezio.melotti

#41085: [easy C] array.array.index() method downcasts Py_ssize_t to lo
https://bugs.python.org/issue41085  closed by WildCard65

#41087: Argparse int / float default
https://bugs.python.org/issue41087  closed by serhiy.storchaka

#41089: Filters and other issues in Visual Studio projects
https://bugs.python.org/issue41089  closed by steve.dower

#41094: Audit does not work with non-ASCII data on non-UTF-8 locale
https://bugs.python.org/issue41094  closed by serhiy.storchaka

#41103: Removing old buffer support
https://bugs.python.org/issue41103  closed by inada.naoki

#41112: test_peg_generator fails on non-UTF-8 locale
https://bugs.python.org/issue41112  closed by serhiy.storchaka

#41113: test_warnings fails on non-Western locales
https://bugs.python.org/issue41113  closed by serhiy.storchaka

#41118: datetime object does not preserve POSIX timestamp
https://bugs.python.org/issue41118  closed by p-ganssle

#41120: Possible performance improvement for itertools.product example
https://bugs.python.org/issue41120  closed by rhettinger

#41121: Path sep. in IDLE on Windows changes
https://bugs.python.org/issue41121  closed by terry.reedy

#41124: String with encode causing addition of 'b' in the beginning
https://bugs.python.org/issue41124  closed by SilentGhost
_______________________________________________
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/TOXEHRH5MMEBCBKUHKMYSBFQVL2V4XSD/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to