[Python-Dev] Summary of Python tracker Issues

2021年10月15日 11:15:48 -0700

ACTIVITY SUMMARY (2021年10月08日 - 2021年10月15日)
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 7401 (+27)
 closed 49822 (+50)
 total 57223 (+77)
Open issues with patches: 2925 
Issues opened (50)
==================
#35081: Move internal headers to Include/internal/
https://bugs.python.org/issue35081 reopened by vstinner
#35134: Add a new Include/cpython/ subdirectory for the "CPython API" 
https://bugs.python.org/issue35134 reopened by vstinner
#42248: Raised exception in Enum keeping user objects alive unnecessar
https://bugs.python.org/issue42248 reopened by pitrou
#44559: Enum: revert to 3.9
https://bugs.python.org/issue44559 reopened by pitrou
#45249: Update doctect SyntaxErrors for location range
https://bugs.python.org/issue45249 reopened by pablogsal
#45414: pathlib.Path.parents negative indexing is wrong for absolute p
https://bugs.python.org/issue45414 opened by josh.r
#45415: Assert oparg < INSTR_OFFSET()
https://bugs.python.org/issue45415 opened by steve.dower
#45417: Enum creation non-linear in the number of values
https://bugs.python.org/issue45417 opened by olliemath
#45420: Python 3.10 final installation failure
https://bugs.python.org/issue45420 opened by wyz23x2
#45423: SSL SNI varies when host contains port number
https://bugs.python.org/issue45423 opened by hexf
#45425: There is an error in the Chinese documentation of contextlib.A
https://bugs.python.org/issue45425 opened by laxtiz
#45427: importlib.readers.MultiplexedPath
https://bugs.python.org/issue45427 opened by daveraja
#45429: [Windows] time.sleep() should use CREATE_WAITABLE_TIMER_HIGH_R
https://bugs.python.org/issue45429 opened by vstinner
#45431: [C API] Rename CFrame or hide it to only export names starting
https://bugs.python.org/issue45431 opened by vstinner
#45435: delete misleading faq entry about atomic operations
https://bugs.python.org/issue45435 opened by graingert
#45436: test_tk.test_configure_type() failed on x86 Gentoo Non-Debug w
https://bugs.python.org/issue45436 opened by vstinner
#45438: inspect not capturing type annotations created by __class_geti
https://bugs.python.org/issue45438 opened by rhettinger
#45442: Update `Virtual Environment` tutorial
https://bugs.python.org/issue45442 opened by shivnaren
#45443: 'ThreadPoolExecutor' object has no attribute 'map'
https://bugs.python.org/issue45443 opened by zohim
#45444: test.test_concurrent_futures fail in x86_ 64 architecture
https://bugs.python.org/issue45444 opened by sxt1001
#45445: Fail if an invalid -X option is provided
https://bugs.python.org/issue45445 opened by pablogsal
#45446: Add a way to hide fields in dataclasses
https://bugs.python.org/issue45446 opened by formigacomcaimbra
#45447: IDLE: Support syntax highlighting for .pyi stub files
https://bugs.python.org/issue45447 opened by AlexWaygood
#45449: Document that collections.abc types are subscriptable
https://bugs.python.org/issue45449 opened by FFY00
#45450: Improve syntax error for parenthesized arguments
https://bugs.python.org/issue45450 opened by pablogsal
#45451: IDLE Shell GUI - remove window border
https://bugs.python.org/issue45451 opened by primexx
#45452: Support crash tolerance feature for gdbm module
https://bugs.python.org/issue45452 opened by corona10
#45455: Fill func.__doc__ lazily
https://bugs.python.org/issue45455 opened by methane
#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457 opened by LincolnPuzey
#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 opened by christian.heimes
#45460: distutils.sysconfig.get_python_lib() does not respect sysconfi
https://bugs.python.org/issue45460 opened by hroncok
#45463: Documentation inconsistency on the number of identifiers allow
https://bugs.python.org/issue45463 opened by lucach
#45464: TypeError when inheriting from both OSError and AttributeError
https://bugs.python.org/issue45464 opened by marmarek
#45466: Simple curl/wget-like download functionality in urllib (like h
https://bugs.python.org/issue45466 opened by tom.pohl
#45468: Add support for preloading a Python script
https://bugs.python.org/issue45468 opened by Gabriele Tornetta
#45472: Add public C API for partial "unicode-escape" and "raw-unicode
https://bugs.python.org/issue45472 opened by serhiy.storchaka
#45473: Enum: add "name" and "value" keywords to call syntax
https://bugs.python.org/issue45473 opened by aekoch
#45475: gzip fails to read a gzipped file (ValueError: readline of clo
https://bugs.python.org/issue45475 opened by minstrelofc
#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476 opened by vstinner
#45477: configure script cannot detect float word ordering on linux
https://bugs.python.org/issue45477 opened by sourish.basu
#45478: Send a patch to libexpat to solve _POSIX_C_SOURCE issue.
https://bugs.python.org/issue45478 opened by corona10
#45480: Missing link(s) to the "Python Module Index" page
https://bugs.python.org/issue45480 opened by mark
#45483: pure Python class that has been registered as a `collections.a
https://bugs.python.org/issue45483 opened by GalaxySnail
#45484: test_pickle segfault on s390x RHEL7 LTO 3.x
https://bugs.python.org/issue45484 opened by vstinner
#45485: datetime.strptime issues message attribute of type 'NoneType' 
https://bugs.python.org/issue45485 opened by f.de.kruijf
#45486: Stop using internal APIs in _xxsubinterpretersmodule.c.
https://bugs.python.org/issue45486 opened by eric.snow
#45487: SSLEOFError regression with certain servers in Python 3.10
https://bugs.python.org/issue45487 opened by nyuszika7h
#45488: Powershell Commands no Longer Recognised
https://bugs.python.org/issue45488 opened by julienbloxerk
#45489: ForwardRef does not support | operator
https://bugs.python.org/issue45489 opened by bobbeyreese
#45490: [meta][C API] Avoid C macro pitfalls and usage of static inlin
https://bugs.python.org/issue45490 opened by vstinner
Most recent 15 issues with no replies (15)
==========================================
#45490: [meta][C API] Avoid C macro pitfalls and usage of static inlin
https://bugs.python.org/issue45490
#45489: ForwardRef does not support | operator
https://bugs.python.org/issue45489
#45488: Powershell Commands no Longer Recognised
https://bugs.python.org/issue45488
#45486: Stop using internal APIs in _xxsubinterpretersmodule.c.
https://bugs.python.org/issue45486
#45483: pure Python class that has been registered as a `collections.a
https://bugs.python.org/issue45483
#45472: Add public C API for partial "unicode-escape" and "raw-unicode
https://bugs.python.org/issue45472
#45466: Simple curl/wget-like download functionality in urllib (like h
https://bugs.python.org/issue45466
#45463: Documentation inconsistency on the number of identifiers allow
https://bugs.python.org/issue45463
#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457
#45425: There is an error in the Chinese documentation of contextlib.A
https://bugs.python.org/issue45425
#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388
#45387: GzipFile.write should be buffered
https://bugs.python.org/issue45387
#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383
#45379: Improve errors related to frozen modules.
https://bugs.python.org/issue45379
#45376: Run Windows release docs build on regular CI
https://bugs.python.org/issue45376
Most recent 15 issues waiting for review (15)
=============================================
#45478: Send a patch to libexpat to solve _POSIX_C_SOURCE issue.
https://bugs.python.org/issue45478
#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476
#45472: Add public C API for partial "unicode-escape" and "raw-unicode
https://bugs.python.org/issue45472
#45468: Add support for preloading a Python script
https://bugs.python.org/issue45468
#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457
#45455: Fill func.__doc__ lazily
https://bugs.python.org/issue45455
#45452: Support crash tolerance feature for gdbm module
https://bugs.python.org/issue45452
#45450: Improve syntax error for parenthesized arguments
https://bugs.python.org/issue45450
#45447: IDLE: Support syntax highlighting for .pyi stub files
https://bugs.python.org/issue45447
#45446: Add a way to hide fields in dataclasses
https://bugs.python.org/issue45446
#45445: Fail if an invalid -X option is provided
https://bugs.python.org/issue45445
#45442: Update `Virtual Environment` tutorial
https://bugs.python.org/issue45442
#45435: delete misleading faq entry about atomic operations
https://bugs.python.org/issue45435
#45417: Enum creation non-linear in the number of values
https://bugs.python.org/issue45417
#45410: python -m test -jN: write stderr in stdout to get messages in 
https://bugs.python.org/issue45410
Top 10 most discussed issues (10)
=================================
#45452: Support crash tolerance feature for gdbm module
https://bugs.python.org/issue45452 14 msgs
#44828: Using tkinter.filedialog crashes on macOS Python 3.9.6
https://bugs.python.org/issue44828 10 msgs
#45384: Accept Final as indicating ClassVar for dataclass
https://bugs.python.org/issue45384 10 msgs
#45447: IDLE: Support syntax highlighting for .pyi stub files
https://bugs.python.org/issue45447 10 msgs
#45356: Calling `help` executes @classmethod @property decorated metho
https://bugs.python.org/issue45356 9 msgs
#45415: Assert oparg < INSTR_OFFSET()
https://bugs.python.org/issue45415 9 msgs
#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476 9 msgs
#45435: delete misleading faq entry about atomic operations
https://bugs.python.org/issue45435 8 msgs
#45410: python -m test -jN: write stderr in stdout to get messages in 
https://bugs.python.org/issue45410 7 msgs
#35134: Add a new Include/cpython/ subdirectory for the "CPython API" 
https://bugs.python.org/issue35134 6 msgs
Issues closed (53)
==================
#20028: csv: Confusing error message when giving invalid quotechar in 
https://bugs.python.org/issue20028 closed by corona10
#23262: webbrowser module broken with Firefox 36+
https://bugs.python.org/issue23262 closed by serhiy.storchaka
#24444: In argparse empty choices cannot be printed in the help
https://bugs.python.org/issue24444 closed by lukasz.langa
#27580: CSV Null Byte Error
https://bugs.python.org/issue27580 closed by serhiy.storchaka
#27744: Add AF_ALG (Linux Kernel crypto) to socket module
https://bugs.python.org/issue27744 closed by christian.heimes
#27928: Add hashlib.scrypt
https://bugs.python.org/issue27928 closed by christian.heimes
#29410: Moving to SipHash-1-3
https://bugs.python.org/issue29410 closed by methane
#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 closed by methane
#42253: xml.dom.minidom.rst missing standalone documentation
https://bugs.python.org/issue42253 closed by serhiy.storchaka
#44105: tempfile.TemporaryDirectory deleted after sleep in threads
https://bugs.python.org/issue44105 closed by serhiy.storchaka
#44904: Classmethod properties are erroneously "called" in multiple mo
https://bugs.python.org/issue44904 closed by rhettinger
#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084 closed by vstinner
#45203: Improve specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203 closed by kj
#45239: email.utils.parsedate_tz raises UnboundLocalError if time has 
https://bugs.python.org/issue45239 closed by lukasz.langa
#45351: asyncio doc: List all sockets in TCP echo server using streams
https://bugs.python.org/issue45351 closed by vstinner
#45353: sys.modules: dictionary changed size during iteration
https://bugs.python.org/issue45353 closed by gregory.p.smith
#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386 closed by lukasz.langa
#45401: logging TimedRotatingFileHandler must not rename devices like 
https://bugs.python.org/issue45401 closed by vinay.sajip
#45404: Undefined I_* macros of stropts.h when building Python 3.10 on
https://bugs.python.org/issue45404 closed by christian.heimes
#45405: configure fails on macOS with non-Apple clang version 13 which
https://bugs.python.org/issue45405 closed by ned.deily
#45412: [C API] Remove Py_OVERFLOWED(), Py_SET_ERRNO_ON_MATH_ERROR(), 
https://bugs.python.org/issue45412 closed by vstinner
#45416: "loop argument must agree with lock" instantiating asyncio.Con
https://bugs.python.org/issue45416 closed by asvetlov
#45418: types.UnionType is not subscriptable
https://bugs.python.org/issue45418 closed by kj
#45419: DegenerateFiles.Path mismatch to Traversable interface
https://bugs.python.org/issue45419 closed by jaraco
#45421: Remove dead code from html.parser
https://bugs.python.org/issue45421 closed by methane
#45422: Data 0 cannot be plotted by matplotlib.pyplot just because som
https://bugs.python.org/issue45422 closed by serhiy.storchaka
#45424: ssl.SSLError: unknown error (_ssl.c:4034)
https://bugs.python.org/issue45424 closed by rahullak
#45426: PANDAS INSTALLATION PIP FAILED ON WINDOWS 11
https://bugs.python.org/issue45426 closed by eric.smith
#45428: py_compile fails to read filenames from stdin
https://bugs.python.org/issue45428 closed by serhiy.storchaka
#45430: PEP 523 no longer works
https://bugs.python.org/issue45430 closed by Mark.Shannon
#45432: sys.argv is processed strangely under Windows
https://bugs.python.org/issue45432 closed by zach.ware
#45433: libpython should not be linked with libcrypt
https://bugs.python.org/issue45433 closed by vstinner
#45434: [C API] Clean-up the Python.h header file
https://bugs.python.org/issue45434 closed by vstinner
#45437: Assignment to a list of dictionary wrong
https://bugs.python.org/issue45437 closed by zach.ware
#45439: [C API] Move usage of tp_vectorcall_offset from public headers
https://bugs.python.org/issue45439 closed by vstinner
#45440: [C API] Py_IS_INFINITY() macro doesn't work in the limited C A
https://bugs.python.org/issue45440 closed by vstinner
#45441: Some links in the document is changed
https://bugs.python.org/issue45441 closed by serhiy.storchaka
#45448: PIP package installation failure for multiple packages
https://bugs.python.org/issue45448 closed by eric.smith
#45453: test_embed.StdPrinterTests() crash if stdout FD is not 1 or 2
https://bugs.python.org/issue45453 closed by vstinner
#45454: Unable to explicitly subclass protocol when subclass has mixin
https://bugs.python.org/issue45454 closed by cmeyer
#45456: operator 'pass' in 'if-else' linear expression
https://bugs.python.org/issue45456 closed by steven.daprano
#45458: "\W" pattern with re.ASCII flag is not equivalent to "[^a-zA-Z
https://bugs.python.org/issue45458 closed by serhiy.storchaka
#45461: UnicodeDecodeError: 'unicodeescape' codec can't decode byte 0x
https://bugs.python.org/issue45461 closed by serhiy.storchaka
#45462: Speed up re.match with pre-compiled patterns
https://bugs.python.org/issue45462 closed by serhiy.storchaka
#45465: logging messages are needlessly reformatted for every handler
https://bugs.python.org/issue45465 closed by vinay.sajip
#45467: Fix incremental decoder and stream reader in the "raw-unicode-
https://bugs.python.org/issue45467 closed by serhiy.storchaka
#45469: lambda issue in for-loop
https://bugs.python.org/issue45469 closed by christian.heimes
#45470: possible bug in datetime.timestamp()
https://bugs.python.org/issue45470 closed by stef
#45471: _Py_path_config.stdlib_dir should not be set in Py_SetPythonHo
https://bugs.python.org/issue45471 closed by eric.snow
#45474: [C API] marshal.h must not use FILE* type in the limited C API
https://bugs.python.org/issue45474 closed by vstinner
#45479: clean up Py_UniversalNewlineFgets
https://bugs.python.org/issue45479 closed by benjamin.peterson
#45481: gc is disabled without explict calling gc.disable()
https://bugs.python.org/issue45481 closed by eric.smith
#45482: [C API] Move _PyNamespace_New() to the internal C API
https://bugs.python.org/issue45482 closed by vstinner
_______________________________________________
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/VYUJPCCRB3EDQ6GJ5S4XVLBY5K6TEBJT/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to