[Python-Dev] Summary of Python tracker Issues

2020年10月30日 11:13:39 -0700

ACTIVITY SUMMARY (2020年10月23日 - 2020年10月30日)
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 7626 (+18)
 closed 46322 (+64)
 total 53948 (+82)
Open issues with patches: 3063 
Issues opened (60)
==================
#30681: email.utils.parsedate_to_datetime() should return None when da
https://bugs.python.org/issue30681 reopened by serhiy.storchaka
#41919: Modify test_codecs to use the new codecs.unregister() function
https://bugs.python.org/issue41919 reopened by pablogsal
#42131: [zipimport] Update zipimport to use specs
https://bugs.python.org/issue42131 opened by brett.cannon
#42132: Use specs instead of just __loader__ in C code
https://bugs.python.org/issue42132 opened by brett.cannon
#42133: Update the stdlib to fall back to __spec__.parent if __loader_
https://bugs.python.org/issue42133 opened by brett.cannon
#42134: Raise ImportWarning when falling back to find_module()
https://bugs.python.org/issue42134 opened by brett.cannon
#42135: [importlib] Deprecate find_module() implementations
https://bugs.python.org/issue42135 opened by brett.cannon
#42136: [importlib] deprecate module_repr() methods
https://bugs.python.org/issue42136 opened by brett.cannon
#42137: Raise an ImportWarning for calling module_repr() on loaders
https://bugs.python.org/issue42137 opened by brett.cannon
#42140: asyncio.wait function creates futures set two times
https://bugs.python.org/issue42140 opened by dutradda
#42142: FAIL tkinter ttk LabeledScale test_resize, and more
https://bugs.python.org/issue42142 opened by terry.reedy
#42146: subprocess.Popen() leaks cwd in case of uid/gid overflow
https://bugs.python.org/issue42146 opened by izbyshev
#42149: Python 'make test' failed inside ssh+tmux
https://bugs.python.org/issue42149 opened by kmash
#42151: Pure Python xml.etree.ElementTree is missing default attribute
https://bugs.python.org/issue42151 opened by obfusk
#42152: Use PyDict_Contains() and PyDict_SetDefault() instead of PyDic
https://bugs.python.org/issue42152 opened by serhiy.storchaka
#42153: doc: library imaplib a url not available
https://bugs.python.org/issue42153 opened by chrisxiao
#42154: Bad proxy returned immediately after BaseManager server restar
https://bugs.python.org/issue42154 opened by jryan
#42158: http.server doesn't guess n-quads, n-triples, notation3 and Tr
https://bugs.python.org/issue42158 opened by DylanVanAssche
#42159: AsyncMock restores stopped patch if same object stopped multip
https://bugs.python.org/issue42159 opened by lisroach
#42162: The license page for Python 3.0 is messed up
https://bugs.python.org/issue42162 opened by MaT1g3R
#42163: _replace() no longer works on platform.uname_result objects
https://bugs.python.org/issue42163 opened by cs-shadow
#42164: Python fails to compile in the Fedora Stable LTO buildbots
https://bugs.python.org/issue42164 opened by pablogsal
#42166: corrupted size vs. prev_size
https://bugs.python.org/issue42166 opened by kannanf9t
#42167: Documentation for SETUP_WITH opcode is wrong
https://bugs.python.org/issue42167 opened by pxeger
#42171: Add PEP 573 to the stable ABI
https://bugs.python.org/issue42171 opened by petr.viktorin
#42173: Drop Solaris support
https://bugs.python.org/issue42173 opened by vstinner
#42174: shutil.get_terminal_size() returns 0 when run in a pty
https://bugs.python.org/issue42174 opened by The Compiler
#42177: Improving KeyError exception
https://bugs.python.org/issue42177 opened by zingero
#42178: failed pickle hangs python on exit in CMD.exe only
https://bugs.python.org/issue42178 opened by charles.mcmarrow.4
#42179: Clarify chaining exceptions in tutorial/errors.rst
https://bugs.python.org/issue42179 opened by Vladimir Ryabtsev
#42181: describe PyEval_CallObjectWithKeywords and its replacement
https://bugs.python.org/issue42181 opened by j5w6
#42182: 3.10 Documentation Not Hyperlinking Some Methods
https://bugs.python.org/issue42182 opened by kj
#42183: Stack overflow error with asyncio.all_tasks and wait_for
https://bugs.python.org/issue42183 opened by Gobot1234
#42184: pdb exits unexpectedly when calling args
https://bugs.python.org/issue42184 opened by xgenadam
#42185: class body bytecode uses less efficient *_NAME opcodes
https://bugs.python.org/issue42185 opened by gregory.p.smith
#42186: unittest overrides more serious warnings filter added before u
https://bugs.python.org/issue42186 opened by yilei
#42187: Deprecating / removing token.ISTERMINAL/ISNONTERMINAL
https://bugs.python.org/issue42187 opened by BTaskaya
#42188: forkserver not reused in child processes
https://bugs.python.org/issue42188 opened by cchomey
#42189: copy.deepcopy() no longer works on platform.uname_result objec
https://bugs.python.org/issue42189 opened by rocallahan
#42190: global declarations affect too much inside exec or compile
https://bugs.python.org/issue42190 opened by Kevin Shweh
#42191: lib.argparse._check_value() using repr instead of str
https://bugs.python.org/issue42191 opened by avdwoude
#42192: Python Windows .exe Installer ignores /TargetDir if there is a
https://bugs.python.org/issue42192 opened by Martin.Gfeller
#42193: Improve socket.bind error message
https://bugs.python.org/issue42193 opened by flying sheep
#42194: Docs for argparse.BooleanOptionalAction missing "New in versio
https://bugs.python.org/issue42194 opened by shangxiao
#42195: Inconsistent __args__ between typing.Callable and collections.
https://bugs.python.org/issue42195 opened by Zac Hatfield-Dodds
#42196: Python Windows Installation Error 0x800705aa
https://bugs.python.org/issue42196 opened by shakir_juolay
#42197: Disable automatic update of frame locals during tracing
https://bugs.python.org/issue42197 opened by fabioz
#42198: Clean up docs for Union and GenericAlias
https://bugs.python.org/issue42198 opened by kj
#42199: bytecode_helper assertNotInBytecode fails too eagerly
https://bugs.python.org/issue42199 opened by tekknolagi
#42200: Support TLS 1.3 half-closed connections
https://bugs.python.org/issue42200 opened by Dima.Tisnek
#42201: Priority queue realization issue
https://bugs.python.org/issue42201 opened by dupeljan
#42202: Optimize function annotation
https://bugs.python.org/issue42202 opened by methane
#42204: "import setuptools" Results in "ModuleNotFoundError: No module
https://bugs.python.org/issue42204 opened by sy
#42205: Add image/webp to list of non-standard mimetypes
https://bugs.python.org/issue42205 opened by waicalibre
#42207: Python 3.9 testing fails when building with clang and optimiza
https://bugs.python.org/issue42207 opened by serge-sans-paille
#42208: Using logging or warnings during Python finalization does cras
https://bugs.python.org/issue42208 opened by vstinner
#42209: Incorrect line reported in syntax error
https://bugs.python.org/issue42209 opened by gkuhn
#42210: float.hex discards sign from -nan
https://bugs.python.org/issue42210 opened by sree314
#42211: CRASH
https://bugs.python.org/issue42211 opened by badamesoham8
#42212: Check if generated files are up-to-date in Github Actions
https://bugs.python.org/issue42212 opened by FFY00
Most recent 15 issues with no replies (15)
==========================================
#42212: Check if generated files are up-to-date in Github Actions
https://bugs.python.org/issue42212
#42210: float.hex discards sign from -nan
https://bugs.python.org/issue42210
#42207: Python 3.9 testing fails when building with clang and optimiza
https://bugs.python.org/issue42207
#42205: Add image/webp to list of non-standard mimetypes
https://bugs.python.org/issue42205
#42204: "import setuptools" Results in "ModuleNotFoundError: No module
https://bugs.python.org/issue42204
#42201: Priority queue realization issue
https://bugs.python.org/issue42201
#42200: Support TLS 1.3 half-closed connections
https://bugs.python.org/issue42200
#42199: bytecode_helper assertNotInBytecode fails too eagerly
https://bugs.python.org/issue42199
#42197: Disable automatic update of frame locals during tracing
https://bugs.python.org/issue42197
#42193: Improve socket.bind error message
https://bugs.python.org/issue42193
#42190: global declarations affect too much inside exec or compile
https://bugs.python.org/issue42190
#42188: forkserver not reused in child processes
https://bugs.python.org/issue42188
#42184: pdb exits unexpectedly when calling args
https://bugs.python.org/issue42184
#42182: 3.10 Documentation Not Hyperlinking Some Methods
https://bugs.python.org/issue42182
#42181: describe PyEval_CallObjectWithKeywords and its replacement
https://bugs.python.org/issue42181
Most recent 15 issues waiting for review (15)
=============================================
#42212: Check if generated files are up-to-date in Github Actions
https://bugs.python.org/issue42212
#42208: Using logging or warnings during Python finalization does cras
https://bugs.python.org/issue42208
#42207: Python 3.9 testing fails when building with clang and optimiza
https://bugs.python.org/issue42207
#42205: Add image/webp to list of non-standard mimetypes
https://bugs.python.org/issue42205
#42199: bytecode_helper assertNotInBytecode fails too eagerly
https://bugs.python.org/issue42199
#42198: Clean up docs for Union and GenericAlias
https://bugs.python.org/issue42198
#42197: Disable automatic update of frame locals during tracing
https://bugs.python.org/issue42197
#42194: Docs for argparse.BooleanOptionalAction missing "New in versio
https://bugs.python.org/issue42194
#42189: copy.deepcopy() no longer works on platform.uname_result objec
https://bugs.python.org/issue42189
#42183: Stack overflow error with asyncio.all_tasks and wait_for
https://bugs.python.org/issue42183
#42173: Drop Solaris support
https://bugs.python.org/issue42173
#42171: Add PEP 573 to the stable ABI
https://bugs.python.org/issue42171
#42163: _replace() no longer works on platform.uname_result objects
https://bugs.python.org/issue42163
#42152: Use PyDict_Contains() and PyDict_SetDefault() instead of PyDic
https://bugs.python.org/issue42152
#42151: Pure Python xml.etree.ElementTree is missing default attribute
https://bugs.python.org/issue42151
Top 10 most discussed issues (10)
=================================
#42173: Drop Solaris support
https://bugs.python.org/issue42173 30 msgs
#42166: corrupted size vs. prev_size
https://bugs.python.org/issue42166 11 msgs
#42140: asyncio.wait function creates futures set two times
https://bugs.python.org/issue42140 8 msgs
#26789: logging: Trying to log during Python finalization with NameErr
https://bugs.python.org/issue26789 6 msgs
#41699: Potential memory leak with asyncio and run_in_executor
https://bugs.python.org/issue41699 6 msgs
#42164: Python fails to compile in the Fedora Stable LTO buildbots
https://bugs.python.org/issue42164 6 msgs
#39573: [C API] Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 5 msgs
#41835: Speed up dict vectorcall creation using keywords
https://bugs.python.org/issue41835 5 msgs
#42202: Optimize function annotation
https://bugs.python.org/issue42202 5 msgs
#42070: Revisit IsoCalendarDate being private from pickle perspective
https://bugs.python.org/issue42070 4 msgs
Issues closed (57)
==================
#6761: Class calling
https://bugs.python.org/issue6761 closed by eric.araujo
#23797: Mac OS X locale setup in thread happens sometime after run() i
https://bugs.python.org/issue23797 closed by ronaldoussoren
#24165: Free list for single-digits ints
https://bugs.python.org/issue24165 closed by methane
#24427: subclass of multiprocessing Connection segfault upon attribute
https://bugs.python.org/issue24427 closed by iritkatriel
#29981: Update Index for set, dict, and generator 'comprehensions'
https://bugs.python.org/issue29981 closed by methane
#30181: Correct the parsing of a test case docstring.
https://bugs.python.org/issue30181 closed by chris.jerdonek
#31484: Cache single-character strings outside of the Latin1 range
https://bugs.python.org/issue31484 closed by serhiy.storchaka
#32659: Solaris "stat" should support "st_fstype"
https://bugs.python.org/issue32659 closed by vstinner
#33557: Windows multiprocessing doesn't propagate tabcheck to children
https://bugs.python.org/issue33557 closed by methane
#34204: Bump the default pickle protocol in shelve
https://bugs.python.org/issue34204 closed by cheryl.sabella
#34394: Descriptors HowTo doesn't mention __set_name__
https://bugs.python.org/issue34394 closed by rhettinger
#35823: Use vfork() in subprocess on Linux
https://bugs.python.org/issue35823 closed by gregory.p.smith
#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870 closed by BTaskaya
#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976 closed by orsenthil
#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101 closed by lisroach
#39108: random needs doc for "gauss" versus "normalvariate"
https://bugs.python.org/issue39108 closed by rhettinger
#39189: Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable
https://bugs.python.org/issue39189 closed by methane
#39706: unittest.IsolatedAsyncioTestCase hangs on asyncio.CancelledErr
https://bugs.python.org/issue39706 closed by lisroach
#39715: Implement __repr__ methods for AST classes
https://bugs.python.org/issue39715 closed by vstinner
#40841: Provide mimetypes.sniff API as stdlib
https://bugs.python.org/issue40841 closed by corona10
#41052: Opt out serialization/deserialization for heap type
https://bugs.python.org/issue41052 closed by serhiy.storchaka
#41101: Support "arm64" in Mac/Tools/pythonw
https://bugs.python.org/issue41101 closed by ronaldoussoren
#41474: Missing dependency on Include/cpython/frameobject.h
https://bugs.python.org/issue41474 closed by vstinner
#41659: PEG discrepancy on 'if {x} {a}: pass'
https://bugs.python.org/issue41659 closed by lys.nikolaou
#41805: types.GenericAlias and types.Union have no documentation
https://bugs.python.org/issue41805 closed by gvanrossum
#42058: Process not running with args
https://bugs.python.org/issue42058 closed by terry.reedy
#42061: Document __format__ method for IPv[46]Address
https://bugs.python.org/issue42061 closed by eric.smith
#42096: zipfile.is_zipfile incorrectly identifying a gzipped file as a
https://bugs.python.org/issue42096 closed by serhiy.storchaka
#42097: Python 3.7.9 logging/threading/fork hang
https://bugs.python.org/issue42097 closed by izbyshev
#42099: Fix reference to ob_type in unionobject.c and ceval
https://bugs.python.org/issue42099 closed by Mark.Shannon
#42121: unable to input certain Unicode characters in Text widget
https://bugs.python.org/issue42121 closed by terry.reedy
#42123: Run parser twice; enable invalid_* rules only on the second ru
https://bugs.python.org/issue42123 closed by lys.nikolaou
#42127: functools.cached_property possibly disables key-sharing instan
https://bugs.python.org/issue42127 closed by rhettinger
#42138: Forward port Doc/whatsnew/3.9.rst to master
https://bugs.python.org/issue42138 closed by gvanrossum
#42139: Synchronize What's New in 3.9 master and 3.9
https://bugs.python.org/issue42139 closed by terry.reedy
#42141: Speedup various dict inits
https://bugs.python.org/issue42141 closed by Marco Sulla
#42143: Corruptions in func_dealloc() with partially-created function 
https://bugs.python.org/issue42143 closed by serhiy.storchaka
#42144: A missing "goto" in the _ssl module!
https://bugs.python.org/issue42144 closed by christian.heimes
#42145: test_io is leaking references
https://bugs.python.org/issue42145 closed by pablogsal
#42147: Micro optimization for longrange iteration if step is 1
https://bugs.python.org/issue42147 closed by corona10
#42148: floating point representation issues
https://bugs.python.org/issue42148 closed by eric.smith
#42150: Buffer overflow in bad_single_statement (Parser/pegen.c)
https://bugs.python.org/issue42150 closed by pablogsal
#42155: email.utils.parsedate_to_datetime() should return None when da
https://bugs.python.org/issue42155 closed by barry
#42156: Currency not correct for all locales
https://bugs.python.org/issue42156 closed by eric.smith
#42157: Cleanup the unicodedata module
https://bugs.python.org/issue42157 closed by vstinner
#42160: unnecessary overhead in tempfile
https://bugs.python.org/issue42160 closed by methane
#42161: Remove private _PyLong_Zero and _PyLong_One variables
https://bugs.python.org/issue42161 closed by vstinner
#42165: closed (reopen with other issue)
https://bugs.python.org/issue42165 closed by hyoxt121
#42168: Question about deserializing some numbers (bug??)
https://bugs.python.org/issue42168 closed by eric.smith
#42169: Apparently all documentation on @typing.overload is wrong
https://bugs.python.org/issue42169 closed by gvanrossum
#42170: splitdrive fails for UNC path with the "\\?\UNC\" prefix.
https://bugs.python.org/issue42170 closed by eryksun
#42172: Typo in test library for test_socket.py
https://bugs.python.org/issue42172 closed by corona10
#42175: long lines from interactive stdin are truncated
https://bugs.python.org/issue42175 closed by Anthony Sottile
#42176: Valgrind reports "Conditional jump or move depends on uninitia
https://bugs.python.org/issue42176 closed by methane
#42180: Missing a plural in library/functions
https://bugs.python.org/issue42180 closed by pablogsal
#42203: Unexpected behaviour NameError: name 'open' is not defined
https://bugs.python.org/issue42203 closed by vstinner
#42206: Pegen: Raise errors occurred by the AST validator
https://bugs.python.org/issue42206 closed by BTaskaya
_______________________________________________
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/22UJL7UQTWLEGDLMSRGWU3W4FL3QFHZT/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to