[Python-Dev] Summary of Python tracker Issues

2021年4月30日 11:11:19 -0700

ACTIVITY SUMMARY (2021年04月23日 - 2021年04月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 7453 (-21)
 closed 48273 (+86)
 total 55726 (+65)
Open issues with patches: 2968 
Issues opened (48)
==================
#42737: PEP 563: drop annotations for complex assign targets
https://bugs.python.org/issue42737 reopened by BTaskaya
#43926: Clean metadata (importlib_metadata 4.0)
https://bugs.python.org/issue43926 opened by jaraco
#43927: Remove IOError references from the tutorial
https://bugs.python.org/issue43927 opened by hugetim
#43928: Fix the typo in documentation
https://bugs.python.org/issue43928 opened by jeffreytse
#43930: Update bundled pip to 21.1 and setuptools to 56.0.0
https://bugs.python.org/issue43930 opened by sbidoul
#43931: Add the Python version to the API data.
https://bugs.python.org/issue43931 opened by Gabriele Tornetta
#43935: Fix typo in Turtle.back docstring
https://bugs.python.org/issue43935 opened by tarjeiba
#43936: os.path.realpath() normalizes paths before resolving links on 
https://bugs.python.org/issue43936 opened by barneygale
#43937: Turtle uses the default root window
https://bugs.python.org/issue43937 opened by serhiy.storchaka
#43939: Deadlock in logging
https://bugs.python.org/issue43939 opened by DaRoee
#43941: Unit test failure in test_gdb only with -O0
https://bugs.python.org/issue43941 opened by larry
#43942: RawDescriptionHelpFormatter seems to be ignored for argument d
https://bugs.python.org/issue43942 opened by rrt
#43943: test_ssl fails in the macos CI
https://bugs.python.org/issue43943 opened by pablogsal
#43944: Processes in Python 3.9 exiting with code 1 when It's created 
https://bugs.python.org/issue43944 opened by Genarito
#43945: [Enum] standardize format() behavior
https://bugs.python.org/issue43945 opened by ethan.furman
#43946: unpickling a subclass of list fails when it implements its own
https://bugs.python.org/issue43946 opened by gregory.p.smith
#43948: sysconfig???s osx_framework_user puts headers in different loc
https://bugs.python.org/issue43948 opened by uranusjr
#43949: binascii.Error raised in smtplib when initial_response_ok=Fals
https://bugs.python.org/issue43949 opened by junpengruan
#43950: Include column offsets for bytecode instructions
https://bugs.python.org/issue43950 opened by pablogsal
#43952: Multiprocessing UNIX socket connection: client freeze if authk
https://bugs.python.org/issue43952 opened by anon01
#43953: InitVar should not be available on a @dataclass-decorated clas
https://bugs.python.org/issue43953 opened by superbobry
#43956: C-API: Incorrect default value for Py_SetProgramName
https://bugs.python.org/issue43956 opened by joukewitteveen
#43957: [Enum] update __contains__ to return True for valid values
https://bugs.python.org/issue43957 opened by ethan.furman
#43962: test_interpreters: when TestInterpreterAttrs.test_id_type() is
https://bugs.python.org/issue43962 opened by vstinner
#43964: ctypes CDLL search path issue on MacOS
https://bugs.python.org/issue43964 opened by Victor.Lazzarini
#43965: dataclasses.replace breaks when __init__ is overrriden in subc
https://bugs.python.org/issue43965 opened by SebastianSpeitel
#43967: Valgrind memcheck on Py_Initialize
https://bugs.python.org/issue43967 opened by simonaldrich
#43968: os.path.realpath() unexpected breaking change: resolves subst'
https://bugs.python.org/issue43968 opened by sfmc
#43969: "bad magic number" when Python 2's pyc file exists without py 
https://bugs.python.org/issue43969 opened by mitchhentges
#43971: documentation: no spacing around default args in annotated fun
https://bugs.python.org/issue43971 opened by moselhy
#43972: Simple HTTP Request Handler in http.server does not set a cont
https://bugs.python.org/issue43972 opened by sirosen
#43974: setup.py should set Py_BUILD_CORE_MODULE as defined macro
https://bugs.python.org/issue43974 opened by christian.heimes
#43975: Incorrect MIME type returned for .js files Windows 10.
https://bugs.python.org/issue43975 opened by smeans
#43976: Introduce mechanism to allow Python distributors to add custom
https://bugs.python.org/issue43976 opened by FFY00
#43977: Implement the latest semantics for PEP 634 for matching collec
https://bugs.python.org/issue43977 opened by Mark.Shannon
#43978: Incorrect "versionadded" info in typing.NoReturn documentation
https://bugs.python.org/issue43978 opened by Mariatta
#43979: Simplify urllib.parse_qsl
https://bugs.python.org/issue43979 opened by cito
#43980: netrc module looks for .netrc even on Windows where the conven
https://bugs.python.org/issue43980 opened by jheiselman
#43981: test_idle is leaking references
https://bugs.python.org/issue43981 opened by pablogsal
#43982: Code coverage on the CI: validate codecov shell script checksu
https://bugs.python.org/issue43982 opened by vstinner
#43983: Can't install Python v3.9.4 / 0x80070643 / windows 10 64bit
https://bugs.python.org/issue43983 opened by Marwan
#43984: winreg.SetValueEx should check the returned value
https://bugs.python.org/issue43984 opened by r3pwnx
#43985: lib2to3 fails on a slash('/') after positional_only paramter i
https://bugs.python.org/issue43985 opened by cloud-yu
#43986: ipaddress: increment/decrement on IPv*Interface disregards bit
https://bugs.python.org/issue43986 opened by katsel
#43987: Add "Annotations Best Practices" to HOWTO
https://bugs.python.org/issue43987 opened by larry
#43988: Add test.support.assert_dissallow_instantiation
https://bugs.python.org/issue43988 opened by erlendaasland
#43989: Enum deprecation breaks SSL tests
https://bugs.python.org/issue43989 opened by christian.heimes
#43990: In documentation Section 6.17, Operator precedence, footnotes 
https://bugs.python.org/issue43990 opened by webbnh
Most recent 15 issues with no replies (15)
==========================================
#43990: In documentation Section 6.17, Operator precedence, footnotes 
https://bugs.python.org/issue43990
#43989: Enum deprecation breaks SSL tests
https://bugs.python.org/issue43989
#43988: Add test.support.assert_dissallow_instantiation
https://bugs.python.org/issue43988
#43987: Add "Annotations Best Practices" to HOWTO
https://bugs.python.org/issue43987
#43986: ipaddress: increment/decrement on IPv*Interface disregards bit
https://bugs.python.org/issue43986
#43983: Can't install Python v3.9.4 / 0x80070643 / windows 10 64bit
https://bugs.python.org/issue43983
#43975: Incorrect MIME type returned for .js files Windows 10.
https://bugs.python.org/issue43975
#43972: Simple HTTP Request Handler in http.server does not set a cont
https://bugs.python.org/issue43972
#43971: documentation: no spacing around default args in annotated fun
https://bugs.python.org/issue43971
#43967: Valgrind memcheck on Py_Initialize
https://bugs.python.org/issue43967
#43964: ctypes CDLL search path issue on MacOS
https://bugs.python.org/issue43964
#43956: C-API: Incorrect default value for Py_SetProgramName
https://bugs.python.org/issue43956
#43952: Multiprocessing UNIX socket connection: client freeze if authk
https://bugs.python.org/issue43952
#43949: binascii.Error raised in smtplib when initial_response_ok=Fals
https://bugs.python.org/issue43949
#43948: sysconfig???s osx_framework_user puts headers in different loc
https://bugs.python.org/issue43948
Most recent 15 issues waiting for review (15)
=============================================
#43988: Add test.support.assert_dissallow_instantiation
https://bugs.python.org/issue43988
#43987: Add "Annotations Best Practices" to HOWTO
https://bugs.python.org/issue43987
#43981: test_idle is leaking references
https://bugs.python.org/issue43981
#43980: netrc module looks for .netrc even on Windows where the conven
https://bugs.python.org/issue43980
#43979: Simplify urllib.parse_qsl
https://bugs.python.org/issue43979
#43977: Implement the latest semantics for PEP 634 for matching collec
https://bugs.python.org/issue43977
#43974: setup.py should set Py_BUILD_CORE_MODULE as defined macro
https://bugs.python.org/issue43974
#43972: Simple HTTP Request Handler in http.server does not set a cont
https://bugs.python.org/issue43972
#43971: documentation: no spacing around default args in annotated fun
https://bugs.python.org/issue43971
#43969: "bad magic number" when Python 2's pyc file exists without py 
https://bugs.python.org/issue43969
#43962: test_interpreters: when TestInterpreterAttrs.test_id_type() is
https://bugs.python.org/issue43962
#43957: [Enum] update __contains__ to return True for valid values
https://bugs.python.org/issue43957
#43945: [Enum] standardize format() behavior
https://bugs.python.org/issue43945
#43937: Turtle uses the default root window
https://bugs.python.org/issue43937
#43935: Fix typo in Turtle.back docstring
https://bugs.python.org/issue43935
Top 10 most discussed issues (10)
=================================
#43908: array.array should remain immutable: add Py_TPFLAGS_IMMUTABLET
https://bugs.python.org/issue43908 87 msgs
#43916: Mark static types newly converted to heap types as immutable: 
https://bugs.python.org/issue43916 45 msgs
#37387: test_compileall fails randomly on Windows when tests are run i
https://bugs.python.org/issue37387 13 msgs
#14243: tempfile.NamedTemporaryFile not particularly useful on Windows
https://bugs.python.org/issue14243 10 msgs
#42725: PEP 563: Should the behavior change for yield/yield from's
https://bugs.python.org/issue42725 9 msgs
#43981: test_idle is leaking references
https://bugs.python.org/issue43981 8 msgs
#43651: PEP 597: Fix EncodingWarning warnings in the Python stdlib
https://bugs.python.org/issue43651 7 msgs
#42998: pathlib.Path: add `username` argument to `home()`
https://bugs.python.org/issue42998 6 msgs
#43851: Optimise SQLite builds on macOS and Windows
https://bugs.python.org/issue43851 6 msgs
#41282: Deprecate and remove distutils
https://bugs.python.org/issue41282 5 msgs
Issues closed (76)
==================
#3849: FUD in documentation for urllib.urlopen()
https://bugs.python.org/issue3849 closed by iritkatriel
#4130: Intel icc 9.1 does not support __int128_t used by ctypes
https://bugs.python.org/issue4130 closed by iritkatriel
#7405: compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4
https://bugs.python.org/issue7405 closed by iritkatriel
#10599: sgmllib.parse_endtag() is not respecting quoted text
https://bugs.python.org/issue10599 closed by iritkatriel
#11100: test_fdopen: close failed in file object destructor
https://bugs.python.org/issue11100 closed by iritkatriel
#11975: Fix referencing of built-in types (list, int, ...)
https://bugs.python.org/issue11975 closed by rhettinger
#12966: cookielib.LWPCookieJar breaks on cookie values with a newline
https://bugs.python.org/issue12966 closed by orsenthil
#14810: tarfile does not support timestamp older 1970年01月01日
https://bugs.python.org/issue14810 closed by iritkatriel
#16062: Socket closed prematurely in httplib for https
https://bugs.python.org/issue16062 closed by iritkatriel
#18125: Out-of-tree build cannot regenerate Makefile.pre
https://bugs.python.org/issue18125 closed by iritkatriel
#19348: Building _testcapimodule as a builtin results in compile error
https://bugs.python.org/issue19348 closed by iritkatriel
#20290: inspect module bug for modules with same filename
https://bugs.python.org/issue20290 closed by iritkatriel
#22972: Timeout making ajax calls to SimpleHTTPServer from internet ex
https://bugs.python.org/issue22972 closed by iritkatriel
#23336: Thread.LockType is misnamed
https://bugs.python.org/issue23336 closed by iritkatriel
#24026: Python hangs forever in wait() of threading.py
https://bugs.python.org/issue24026 closed by iritkatriel
#25817: modsupport: 'countformat' does not handle strings without brac
https://bugs.python.org/issue25817 closed by iritkatriel
#26215: Make GC_Head a compile-time option
https://bugs.python.org/issue26215 closed by vstinner
#26629: Need an ability to build standard DLLs with distutils
https://bugs.python.org/issue26629 closed by iritkatriel
#26810: inconsistent garbage collector behavior across platforms when 
https://bugs.python.org/issue26810 closed by iritkatriel
#27420: Docs for os.link - say what happens if link already exists
https://bugs.python.org/issue27420 closed by iritkatriel
#28968: xml rpc server fails with connection reset by peer error no 10
https://bugs.python.org/issue28968 closed by iritkatriel
#31726: Missing token.COMMENT
https://bugs.python.org/issue31726 closed by iritkatriel
#31870: add timeout parameter for get_server_certificate in ssl.py
https://bugs.python.org/issue31870 closed by christian.heimes
#32891: Add 'Integer' as synonym for 'Integral' in numbers module.
https://bugs.python.org/issue32891 closed by rhettinger
#34463: Discrepancy between traceback.print_exception and sys.__except
https://bugs.python.org/issue34463 closed by iritkatriel
#36077: Inheritance dataclasses fields and default init statement
https://bugs.python.org/issue36077 closed by eric.smith
#38490: statistics: add covariance, Pearson's correlation, and simple 
https://bugs.python.org/issue38490 closed by taleinat
#39529: Deprecate get_event_loop()
https://bugs.python.org/issue39529 closed by serhiy.storchaka
#41139: cgi uses the locale encoding for log files
https://bugs.python.org/issue41139 closed by methane
#41350: Use of zipfile.Path causes attempt to write after ZipFile is c
https://bugs.python.org/issue41350 closed by jaraco
#41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module
https://bugs.python.org/issue41486 closed by gregory.p.smith
#41559: Add support for PEP 612 (Parameter Specification Variables) to
https://bugs.python.org/issue41559 closed by kj
#41639: Unpickling derived class of list does not call __init__()
https://bugs.python.org/issue41639 closed by gregory.p.smith
#41735: Thread locks in zlib module may go wrong in rare case
https://bugs.python.org/issue41735 closed by lukasz.langa
#42589: doc: Wrong "from" keyword link in Exceptions doc
https://bugs.python.org/issue42589 closed by Mariatta
#42739: Crash when try to disassemble bogus code object
https://bugs.python.org/issue42739 closed by Mark.Shannon
#42924: bytearray_repeat copies from ob_bytes instead of ob_start
https://bugs.python.org/issue42924 closed by lukasz.langa
#43193: Installer for All users
https://bugs.python.org/issue43193 closed by xmha97
#43312: Interface to select preferred "user" or "home" sysconfig schem
https://bugs.python.org/issue43312 closed by ncoghlan
#43492: Upgrade to SQLite 3.35.5 in macOS and Windows
https://bugs.python.org/issue43492 closed by steve.dower
#43534: turtle.textinput window is not transient
https://bugs.python.org/issue43534 closed by serhiy.storchaka
#43649: time.strftime('%z') doesn't return UTC offset in the form ??HH
https://bugs.python.org/issue43649 closed by steve.dower
#43652: Upgrade Windows tcl/tk to 8.6.11
https://bugs.python.org/issue43652 closed by steve.dower
#43655: Tkinter: make X window & macOS recognize dialogs as such
https://bugs.python.org/issue43655 closed by serhiy.storchaka
#43664: Compiling long expression leads to segfault (again)
https://bugs.python.org/issue43664 closed by serhiy.storchaka
#43757: pathlib: move 'resolve()' logic out of path flavour
https://bugs.python.org/issue43757 closed by steve.dower
#43762: Add audit events for loading of sqlite3 extensions
https://bugs.python.org/issue43762 closed by steve.dower
#43766: Implement PEP 647 (User-Defined Type Guards) in typing.py
https://bugs.python.org/issue43766 closed by kj
#43780: Sync importlib_metadata enhancements through 3.10.
https://bugs.python.org/issue43780 closed by jaraco
#43817: Add inspect.get_annotations()
https://bugs.python.org/issue43817 closed by larry
#43864: [Windows] test_importlib logs: DeprecationWarning: WindowsRegi
https://bugs.python.org/issue43864 closed by brett.cannon
#43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list
https://bugs.python.org/issue43868 closed by vstinner
#43889: Pickle performance regression in 3.10
https://bugs.python.org/issue43889 closed by kj
#43892: Make match patterns explicit in the AST
https://bugs.python.org/issue43892 closed by ncoghlan
#43901: Lazy-create an empty annotations dict in all unannotated user 
https://bugs.python.org/issue43901 closed by larry
#43907: pickle.py bytearray memoization bug with protocol 5
https://bugs.python.org/issue43907 closed by pitrou
#43922: Double dots in quopri transported emails
https://bugs.python.org/issue43922 closed by Julien Castiaux
#43924: print unexpected values in infinite loop
https://bugs.python.org/issue43924 closed by steven.daprano
#43929: Raise on threading.Event.__bool__ due to ambiguous nature
https://bugs.python.org/issue43929 closed by rhettinger
#43932: f-string decimal has leading space
https://bugs.python.org/issue43932 closed by mark.dickinson
#43933: Regression in python3.10 with traceback frame having lineno of
https://bugs.python.org/issue43933 closed by Mark.Shannon
#43934: Minimal version of SQLite3 - 3.26 ?
https://bugs.python.org/issue43934 closed by matrixise
#43938: Document that dataclasses.FrozenInstanceError derives from Att
https://bugs.python.org/issue43938 closed by eric.smith
#43940: int casting to float results to a different value in memory
https://bugs.python.org/issue43940 closed by mark.dickinson
#43947: lambdas stored with assignment expressions are unoptimized
https://bugs.python.org/issue43947 closed by serhiy.storchaka
#43951: Two minor fixes for C module object
https://bugs.python.org/issue43951 closed by larry
#43954: Possible missing word on unittest doc
https://bugs.python.org/issue43954 closed by mdk
#43955: Windows: Running the Python test suite sequentially is interru
https://bugs.python.org/issue43955 closed by vstinner
#43958: Importlib.metadata docs claim PackagePath is a Path subclass
https://bugs.python.org/issue43958 closed by jaraco
#43959: Improve documentation of PyContextVar C-API
https://bugs.python.org/issue43959 closed by scoder
#43960: test_pdb fails when only some tests are run
https://bugs.python.org/issue43960 closed by vstinner
#43961: [Windows] test_logging.test_namer_rotator_inheritance() logs a
https://bugs.python.org/issue43961 closed by vstinner
#43963: test_interpreters has side effects on test_signal
https://bugs.python.org/issue43963 closed by vstinner
#43966: F String bugs with numpy.float32
https://bugs.python.org/issue43966 closed by mark.dickinson
#43970: Optimize Path.cwd() in pathlib
https://bugs.python.org/issue43970 closed by eric.smith
#43973: Use Py_TPFLAGS_IMMUTABLETYPE in __class__ assignments check
https://bugs.python.org/issue43973 closed by erlendaasland
_______________________________________________
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/Y5GEYWJABYUVYB4AFSAYEEG6N7V6Z5X2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to