[Python-Dev] Summary of Python tracker Issues

2021年10月22日 11:11:06 -0700

ACTIVITY SUMMARY (2021年10月15日 - 2021年10月22日)
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 7199 (-202)
 closed 50111 (+289)
 total 57310 (+87)
Open issues with patches: 2841 
Issues opened (65)
==================
#19459: Python does not support the GEORGIAN-PS charset
https://bugs.python.org/issue19459 reopened by vstinner
#40051: Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*
https://bugs.python.org/issue40051 reopened by zach.ware
#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 reopened by andrei.avk
#45434: [C API] Clean-up the Python.h header file
https://bugs.python.org/issue45434 reopened by vstinner
#45445: Fail if an invalid -X option is provided
https://bugs.python.org/issue45445 reopened by pablogsal
#45474: [C API] marshal.h must not use FILE* type in the limited C API
https://bugs.python.org/issue45474 reopened by petr.viktorin
#45491: help() is too noisy for types used like functions
https://bugs.python.org/issue45491 opened by rhettinger
#45492: stdlib inspect documentation on code.co_names is incorrect
https://bugs.python.org/issue45492 opened by Dutcho
#45493: str() and repr() of enum different in Python 3.11 from Python 
https://bugs.python.org/issue45493 opened by Dutcho
#45496: Tkinter: test_winfo_rgb failure
https://bugs.python.org/issue45496 opened by epaine
#45501: [idea] Successfully creating a venv could print a message.
https://bugs.python.org/issue45501 opened by mdk
#45502: Fix test_shelve and make it discoverable
https://bugs.python.org/issue45502 opened by serhiy.storchaka
#45503: Several improvement point of gdbm module
https://bugs.python.org/issue45503 opened by corona10
#45504: [argparse] Entering a partial config_parser flag works with su
https://bugs.python.org/issue45504 opened by swills1
#45505: Remove unneeded ZipFile IO
https://bugs.python.org/issue45505 opened by data-ux
#45506: Out of source tree builds failing on main - test_importlib oth
https://bugs.python.org/issue45506 opened by gregory.p.smith
#45507: Small oversight in 3.11 gzip.decompress implementation with re
https://bugs.python.org/issue45507 opened by rhpvorderman
#45508: Specialize INPLACE_ADD
https://bugs.python.org/issue45508 opened by Dennis Sweeney
#45509: Gzip header corruption not properly checked.
https://bugs.python.org/issue45509 opened by rhpvorderman
#45510: Specialize BINARY_SUBTRACT
https://bugs.python.org/issue45510 opened by corona10
#45511: input() method limited to 4095 characters on *NIX
https://bugs.python.org/issue45511 opened by Romuald
#45512: [sqlite3] simplify "isolation level"
https://bugs.python.org/issue45512 opened by erlendaasland
#45514: Deprecate legacy functions from importlib.resources (importlib
https://bugs.python.org/issue45514 opened by jaraco
#45517: TarFile.add skips files when tarfile name matches a directory
https://bugs.python.org/issue45517 opened by jkinkead
#45518: Invalid example for typing
https://bugs.python.org/issue45518 opened by bozhiyou
#45519: Minor docstring improvement in __contains__
https://bugs.python.org/issue45519 opened by Ivan.Savov
#45520: Frozen dataclass deep copy doesn't work with __slots__
https://bugs.python.org/issue45520 opened by jfuruness
#45524: Cross-module dataclass inheritance breaks get_type_hints
https://bugs.python.org/issue45524 opened by aidan.b.clark
#45528: mmap: constants not listed in the documentation
https://bugs.python.org/issue45528 opened by goodmami
#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530 opened by tim.peters
#45531: field "mro" behaves strangely in dataclass
https://bugs.python.org/issue45531 opened by finite-state-machine
#45533: loop.sock_connect doesn't resolve the address parameter on Win
https://bugs.python.org/issue45533 opened by YAtOff
#45534: Failing test_exceptions and test_threading
https://bugs.python.org/issue45534 opened by aritra1911
#45535: Enum's dir() does not contain inherited members
https://bugs.python.org/issue45535 opened by serhiy.storchaka
#45539: Negative lookaround assertions sometimes leak capture groups
https://bugs.python.org/issue45539 opened by jirkamarsik
#45540: module.__package__ and module.__spec__.parent have different s
https://bugs.python.org/issue45540 opened by barry
#45542: Using multiple comparison operators can cause performance issu
https://bugs.python.org/issue45542 opened by akuvfx
#45545: chdir __exit__ is not safe
https://bugs.python.org/issue45545 opened by ucodery
#45546: Unable to pickle enum with nested frozen dataclass?
https://bugs.python.org/issue45546 opened by Eric Cousineau
#45547: Modernize the importlib loaders
https://bugs.python.org/issue45547 opened by FFY00
#45548: Update Modules/Setup
https://bugs.python.org/issue45548 opened by brett.cannon
#45549: Seek in file object didn't treat all paths of exceptions
https://bugs.python.org/issue45549 opened by mog7599
#45550: Increase the information content and robustness of tp_version_
https://bugs.python.org/issue45550 opened by Mark.Shannon
#45551: EmailMessage utf-8 folding error
https://bugs.python.org/issue45551 opened by andrzejQ
#45554: multiprocessing exitcode is insufficiently documented
https://bugs.python.org/issue45554 opened by jmarshall
#45555: Object stays alive for weak reference if an exception happens 
https://bugs.python.org/issue45555 opened by guijarro
#45558: shutil.copytree: Give the option to disable copystat
https://bugs.python.org/issue45558 opened by doronbehar
#45559: pprint tests do not test pprint.pprint()
https://bugs.python.org/issue45559 opened by eric.smith
#45560: sys.last_* not set for SyntaxErrors with IDLE
https://bugs.python.org/issue45560 opened by aroberge
#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561 opened by nascheme
#45562: python -d creates lots of tokenizer messages
https://bugs.python.org/issue45562 opened by lemburg
#45563: inspect.getframeinfo() doesn't handle frames without lineno
https://bugs.python.org/issue45563 opened by lemburg
#45564: shutil.rmtree and os.walk are implemented using recursion, fai
https://bugs.python.org/issue45564 opened by Alexander.Patrakov
#45565: More LOAD_ATTR specializations
https://bugs.python.org/issue45565 opened by kj
#45566: `test_frozen_pickle` does not use all possible `pickle` protoc
https://bugs.python.org/issue45566 opened by sobolevn
#45567: Support TLS Encrypted ClientHello (ECH)
https://bugs.python.org/issue45567 opened by eighthave
#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568 opened by zsiciarz
#45569: Drop support for 15-bit PyLong digits?
https://bugs.python.org/issue45569 opened by mark.dickinson
#45571: Modules/makesetup uses wrong CFLAGS for *shared*
https://bugs.python.org/issue45571 opened by christian.heimes
#45572: urllib.request:AttributeError: 'dict' object has no attribute 
https://bugs.python.org/issue45572 opened by sxt1001
#45573: Use pkg-config autoconf macros to detect flags for Modules/Set
https://bugs.python.org/issue45573 opened by christian.heimes
#45574: Warning: ???print_escape??? defined but not used
https://bugs.python.org/issue45574 opened by sobolevn
#45575: Use a more principled approach to freelists
https://bugs.python.org/issue45575 opened by Mark.Shannon
#45576: Cannot import modules from Zip64 files
https://bugs.python.org/issue45576 opened by lfamorim
#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577 opened by sobolevn
Most recent 15 issues with no replies (15)
==========================================
#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577
#45576: Cannot import modules from Zip64 files
https://bugs.python.org/issue45576
#45575: Use a more principled approach to freelists
https://bugs.python.org/issue45575
#45574: Warning: ???print_escape??? defined but not used
https://bugs.python.org/issue45574
#45572: urllib.request:AttributeError: 'dict' object has no attribute 
https://bugs.python.org/issue45572
#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568
#45566: `test_frozen_pickle` does not use all possible `pickle` protoc
https://bugs.python.org/issue45566
#45565: More LOAD_ATTR specializations
https://bugs.python.org/issue45565
#45564: shutil.rmtree and os.walk are implemented using recursion, fai
https://bugs.python.org/issue45564
#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561
#45559: pprint tests do not test pprint.pprint()
https://bugs.python.org/issue45559
#45558: shutil.copytree: Give the option to disable copystat
https://bugs.python.org/issue45558
#45554: multiprocessing exitcode is insufficiently documented
https://bugs.python.org/issue45554
#45550: Increase the information content and robustness of tp_version_
https://bugs.python.org/issue45550
#45533: loop.sock_connect doesn't resolve the address parameter on Win
https://bugs.python.org/issue45533
Most recent 15 issues waiting for review (15)
=============================================
#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577
#45575: Use a more principled approach to freelists
https://bugs.python.org/issue45575
#45573: Use pkg-config autoconf macros to detect flags for Modules/Set
https://bugs.python.org/issue45573
#45571: Modules/makesetup uses wrong CFLAGS for *shared*
https://bugs.python.org/issue45571
#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568
#45566: `test_frozen_pickle` does not use all possible `pickle` protoc
https://bugs.python.org/issue45566
#45565: More LOAD_ATTR specializations
https://bugs.python.org/issue45565
#45562: python -d creates lots of tokenizer messages
https://bugs.python.org/issue45562
#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561
#45558: shutil.copytree: Give the option to disable copystat
https://bugs.python.org/issue45558
#45548: Update Modules/Setup
https://bugs.python.org/issue45548
#45542: Using multiple comparison operators can cause performance issu
https://bugs.python.org/issue45542
#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530
#45528: mmap: constants not listed in the documentation
https://bugs.python.org/issue45528
#45524: Cross-module dataclass inheritance breaks get_type_hints
https://bugs.python.org/issue45524
Top 10 most discussed issues (10)
=================================
#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 13 msgs
#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530 13 msgs
#45436: test_tk.test_configure_type() fails with Tcl/Tk 8.6.11
https://bugs.python.org/issue45436 11 msgs
#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395 10 msgs
#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 10 msgs
#45477: configure script cannot detect float word ordering on linux
https://bugs.python.org/issue45477 9 msgs
#45506: Out of source tree builds failing on main - test_importlib oth
https://bugs.python.org/issue45506 9 msgs
#39247: dataclass defaults and property don't work together
https://bugs.python.org/issue39247 8 msgs
#45534: Failing test_exceptions and test_threading
https://bugs.python.org/issue45534 8 msgs
#45540: module.__package__ and module.__spec__.parent have different s
https://bugs.python.org/issue45540 8 msgs
Issues closed (274)
===================
#1034: [patch] Add 2to3 support for displaying warnings as Python com
https://bugs.python.org/issue1034 closed by iritkatriel
#2005: posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)
https://bugs.python.org/issue2005 closed by christian.heimes
#2233: Makefile.pre.in contains extra slash before $(DESTDIR) which c
https://bugs.python.org/issue2233 closed by iritkatriel
#2470: Need fixer for dl (removed) -> ctypes module
https://bugs.python.org/issue2470 closed by iritkatriel
#3778: python uninstaller leave registry entries
https://bugs.python.org/issue3778 closed by steve.dower
#4709: Mingw-w64 and python on windows x64
https://bugs.python.org/issue4709 closed by iritkatriel
#4802: detect_tkinter for cygwin
https://bugs.python.org/issue4802 closed by iritkatriel
#5664: 2to3 wont convert Cookie.Cookie properly
https://bugs.python.org/issue5664 closed by iritkatriel
#6335: Add support for mingw
https://bugs.python.org/issue6335 closed by iritkatriel
#6529: get{pw,gr}{nam,[ug]id}() calls are not re-entrant
https://bugs.python.org/issue6529 closed by christian.heimes
#6672: Add Mingw recognition to pyport.h to allow building extensions
https://bugs.python.org/issue6672 closed by iritkatriel
#6899: Base.replace breaks tree
https://bugs.python.org/issue6899 closed by iritkatriel
#7162: 2to3 does not convert __builtins__.file
https://bugs.python.org/issue7162 closed by iritkatriel
#7406: int arithmetic relies on C signed overflow behaviour
https://bugs.python.org/issue7406 closed by christian.heimes
#7438: Allow to use a part of subprocess module during building Pytho
https://bugs.python.org/issue7438 closed by iritkatriel
#7757: sys.path is incorrect when prefix is ""
https://bugs.python.org/issue7757 closed by christian.heimes
#8029: bug in 2to3 dealing with "print FOO," followed by "sys.stdout.
https://bugs.python.org/issue8029 closed by iritkatriel
#9273: 2to3 to simultaneously do code and doctests
https://bugs.python.org/issue9273 closed by iritkatriel
#9621: Graphviz output for 2to3 fixer patterns
https://bugs.python.org/issue9621 closed by iritkatriel
#10504: Trivial mingw compile fixes
https://bugs.python.org/issue10504 closed by iritkatriel
#10615: Trivial mingw compile fixes
https://bugs.python.org/issue10615 closed by iritkatriel
#10954: csv.reader/writer to raise exception if mode is binary or newl
https://bugs.python.org/issue10954 closed by iritkatriel
#11056: 2to3 fails for inner __metaclass__ class definition
https://bugs.python.org/issue11056 closed by iritkatriel
#11173: Undocumented public APIs in Python 3.2
https://bugs.python.org/issue11173 closed by iritkatriel
#11195: next fixer fooled by trailing characters
https://bugs.python.org/issue11195 closed by iritkatriel
#11275: Linking to gcc's gomp causes crash later.
https://bugs.python.org/issue11275 closed by iritkatriel
#11276: 2to3: imports fixer doesn't update references to modules speci
https://bugs.python.org/issue11276 closed by iritkatriel
#11702: dir on return value of msilib.OpenDatabase() crashes python
https://bugs.python.org/issue11702 closed by iritkatriel
#12613: itertools fixer fails
https://bugs.python.org/issue12613 closed by iritkatriel
#12653: Provide accelerators for all buttons in Windows installers
https://bugs.python.org/issue12653 closed by iritkatriel
#12771: 2to3 -d adds extra whitespace
https://bugs.python.org/issue12771 closed by iritkatriel
#12864: 2to3 creates illegal code on import a.b inside a package
https://bugs.python.org/issue12864 closed by iritkatriel
#12873: 2to3 incorrectly handles multi-line imports from __future__
https://bugs.python.org/issue12873 closed by iritkatriel
#12942: Shebang line fixer for 2to3
https://bugs.python.org/issue12942 closed by iritkatriel
#13253: 2to3 fix_renames renames sys.maxint only in imports
https://bugs.python.org/issue13253 closed by iritkatriel
#13272: 2to3 fix_renames doesn't rename string.lowercase/uppercase/let
https://bugs.python.org/issue13272 closed by iritkatriel
#13332: execfile fixer produces code that does not close the file
https://bugs.python.org/issue13332 closed by iritkatriel
#13372: handle_close called twice in poll2
https://bugs.python.org/issue13372 closed by iritkatriel
#14185: Failure to build _dbm with ndbm on Arch Linux
https://bugs.python.org/issue14185 closed by iritkatriel
#15251: new.code and new.function crashes Python iterpretter
https://bugs.python.org/issue15251 closed by taleinat
#15315: Can't build Python extension with mingw32 on Windows
https://bugs.python.org/issue15315 closed by iritkatriel
#15727: PyType_FromSpecWithBases tp_new bugfix
https://bugs.python.org/issue15727 closed by iritkatriel
#15890: lib2to3 pickles created with wrong permissions
https://bugs.python.org/issue15890 closed by iritkatriel
#16621: sched module enhancement request
https://bugs.python.org/issue16621 closed by iritkatriel
#17067: Examples in documentation for 3.x in 23.1.3.4. Deferred transl
https://bugs.python.org/issue17067 closed by iritkatriel
#17148: mingw: nt thread model detection
https://bugs.python.org/issue17148 closed by iritkatriel
#17181: SSLContext.set_servername_callback should be able to set argum
https://bugs.python.org/issue17181 closed by christian.heimes
#17318: xml.sax and xml.dom fetch DTDs by default
https://bugs.python.org/issue17318 closed by christian.heimes
#17393: stdlib import mistaken for local by import_fixer
https://bugs.python.org/issue17393 closed by iritkatriel
#17405: Add _Py_memset_s() to securely clear memory
https://bugs.python.org/issue17405 closed by christian.heimes
#17590: mingw: translate gcc internal defines to python platform speci
https://bugs.python.org/issue17590 closed by iritkatriel
#17592: mingw: configure MACHDEP and platform for build
https://bugs.python.org/issue17592 closed by iritkatriel
#17594: mingw: preset configure defaults
https://bugs.python.org/issue17594 closed by iritkatriel
#17595: mingw: configure largefile support for windows builds
https://bugs.python.org/issue17595 closed by iritkatriel
#17597: mingw: Allow Objects/exceptions.c to include "errmap.h"
https://bugs.python.org/issue17597 closed by iritkatriel
#17598: mingw: init system calls
https://bugs.python.org/issue17598 closed by iritkatriel
#17600: mingw: build-in windows modules (winreg)
https://bugs.python.org/issue17600 closed by iritkatriel
#17601: mingw: determine if pwdmodule should be used
https://bugs.python.org/issue17601 closed by iritkatriel
#17604: mingw: use main() to start execution
https://bugs.python.org/issue17604 closed by iritkatriel
#17605: mingw-meta: build interpeter core
https://bugs.python.org/issue17605 closed by iritkatriel
#17925: asynchat.async_chat.initiate_send : del deque[0] is not safe
https://bugs.python.org/issue17925 closed by iritkatriel
#18056: Document importlib._bootstrap.NamespaceLoader
https://bugs.python.org/issue18056 closed by brett.cannon
#18083: _sysconfigdata.py is installed in an arch-independent director
https://bugs.python.org/issue18083 closed by iritkatriel
#18100: socket.sendall() cannot send buffers of 2GB or more
https://bugs.python.org/issue18100 closed by christian.heimes
#18276: posixpath.c:_fd_converter() should use PyObject_AsFileDescript
https://bugs.python.org/issue18276 closed by christian.heimes
#18477: fix_import (2to3 fixer) is not case-sensitive
https://bugs.python.org/issue18477 closed by iritkatriel
#18485: mingw: configure for shared build
https://bugs.python.org/issue18485 closed by iritkatriel
#18486: mingw: dynamic loading support
https://bugs.python.org/issue18486 closed by iritkatriel
#18487: mingw implement exec prefix
https://bugs.python.org/issue18487 closed by iritkatriel
#18495: mingw: ignore main program for frozen scripts
https://bugs.python.org/issue18495 closed by iritkatriel
#18496: mingw: setup exclude termios module
https://bugs.python.org/issue18496 closed by iritkatriel
#18497: mingw: setup _multiprocessing module
https://bugs.python.org/issue18497 closed by iritkatriel
#18498: mingw: setup select module
https://bugs.python.org/issue18498 closed by iritkatriel
#18500: mingw: detect winsock2 and setup _socket module
https://bugs.python.org/issue18500 closed by iritkatriel
#18618: Need an atexit.register equivalent that also works in subinter
https://bugs.python.org/issue18618 closed by iritkatriel
#18630: mingw: exclude unix only modules
https://bugs.python.org/issue18630 closed by iritkatriel
#18631: mingw: setup msvcrt and _winapi modules
https://bugs.python.org/issue18631 closed by iritkatriel
#18632: mingw: build extensions with GCC
https://bugs.python.org/issue18632 closed by iritkatriel
#18633: mingw: use Mingw32CCompiler as default compiler for mingw* bu
https://bugs.python.org/issue18633 closed by iritkatriel
#18634: mingw find import library
https://bugs.python.org/issue18634 closed by iritkatriel
#18638: mingw: generalization of posix build in sysconfig.py
https://bugs.python.org/issue18638 closed by iritkatriel
#18641: mingw: customize site
https://bugs.python.org/issue18641 closed by iritkatriel
#18653: mingw-meta: build core modules
https://bugs.python.org/issue18653 closed by iritkatriel
#18737: Get virtual subclasses of an ABC
https://bugs.python.org/issue18737 closed by christian.heimes
#19111: 2to3 should remove from future_builtins import *
https://bugs.python.org/issue19111 closed by iritkatriel
#19241: MINGW: install import library
https://bugs.python.org/issue19241 closed by iritkatriel
#19242: MINGW: generalization of posix installation in distutils
https://bugs.python.org/issue19242 closed by iritkatriel
#19243: MINGW: support stdcall without underscore
https://bugs.python.org/issue19243 closed by iritkatriel
#19244: MINGW: use replace instead rename to avoid failure on windows
https://bugs.python.org/issue19244 closed by iritkatriel
#19245: mingw-meta: installation
https://bugs.python.org/issue19245 closed by iritkatriel
#19259: Provide Python implementation of operator.compare_digest()
https://bugs.python.org/issue19259 closed by christian.heimes
#19336: No API to get events from epoll without allocating a list
https://bugs.python.org/issue19336 closed by iritkatriel
#19510: lib2to3.fixes.fix_import gets confused if implicit relative im
https://bugs.python.org/issue19510 closed by iritkatriel
#19899: No test for thread.interrupt_main()
https://bugs.python.org/issue19899 closed by christian.heimes
#20742: 2to3 zip fixer doesn't fix for loops.
https://bugs.python.org/issue20742 closed by iritkatriel
#20768: pyconfig.h #defines macros in global namespace
https://bugs.python.org/issue20768 closed by iritkatriel
#20867: fix_import in 2to3 adds spurious relative import (windows)
https://bugs.python.org/issue20867 closed by iritkatriel
#20937: test_socket: buffer overflow in sock_recvmsg_guts
https://bugs.python.org/issue20937 closed by iritkatriel
#20952: OpenSSL and RDRAND
https://bugs.python.org/issue20952 closed by christian.heimes
#20983: Python 3.4 'repair' Windows installation does not install pip 
https://bugs.python.org/issue20983 closed by zach.ware
#21531: doc: asyncore does not support UDP
https://bugs.python.org/issue21531 closed by iritkatriel
#22268: add dedicated functions mrohasattr and mrogetattr
https://bugs.python.org/issue22268 closed by iritkatriel
#22294: 2to3 consuming_calls: len, min, max, zip, map, reduce, filter
https://bugs.python.org/issue22294 closed by iritkatriel
#22425: 2to3 import fixer writes dotted_as_names into import_as_names
https://bugs.python.org/issue22425 closed by iritkatriel
#23120: installation order of 32bit and 64bit python seems to matter
https://bugs.python.org/issue23120 closed by zach.ware
#24055: unittest package-level set up & tear down module
https://bugs.python.org/issue24055 closed by iritkatriel
#24069: Option to delete obsolete bytecode files
https://bugs.python.org/issue24069 closed by iritkatriel
#24343: Installing 3.4.3 gives error codes 2503 and 2502 on windows 
https://bugs.python.org/issue24343 closed by iritkatriel
#24397: Test asynchat makes wrong assumptions
https://bugs.python.org/issue24397 closed by iritkatriel
#24666: Buffered I/O does not take file position into account when rea
https://bugs.python.org/issue24666 closed by iritkatriel
#24807: compileall can cause Python installation to fail
https://bugs.python.org/issue24807 closed by iritkatriel
#25116: It failed to install Py3.5 on win2008R2
https://bugs.python.org/issue25116 closed by iritkatriel
#25222: 3.5.0 regression - Fatal Python error: Cannot recover from sta
https://bugs.python.org/issue25222 closed by iritkatriel
#25327: Python 3.5 Windows 10 Installation Fails With Corrupt Director
https://bugs.python.org/issue25327 closed by iritkatriel
#25527: Invalid (... and confusing) warning raised by 2to3 regarding r
https://bugs.python.org/issue25527 closed by iritkatriel
#26155: 3.5.1 installer issue on Win 7 32 bit
https://bugs.python.org/issue26155 closed by iritkatriel
#26539: frozen executables should have an empty path
https://bugs.python.org/issue26539 closed by iritkatriel
#26626: test_dbm_gnu
https://bugs.python.org/issue26626 closed by zach.ware
#26631: Unable to install Python 3.5.1 on Windows 10 - Error 0x8007064
https://bugs.python.org/issue26631 closed by iritkatriel
#26906: Special method lookup fails on uninitialized types
https://bugs.python.org/issue26906 closed by iritkatriel
#27292: Warn users that os.urandom() prior to 3.6 can return insecure 
https://bugs.python.org/issue27292 closed by christian.heimes
#27374: Cygwin: Makefile does not install DLL import library
https://bugs.python.org/issue27374 closed by iritkatriel
#28134: socket.socket(fileno=fd) does not work as documented
https://bugs.python.org/issue28134 closed by christian.heimes
#28267: [MinGW] Crash at start when compiled by MinGW for 64-bit Windo
https://bugs.python.org/issue28267 closed by iritkatriel
#28270: [MinGW] Can't compile Modules/posixmodule.c by MinGW - several
https://bugs.python.org/issue28270 closed by iritkatriel
#28271: [MinGW] Can't compile _ctypes/callproc.c - SEH not supported b
https://bugs.python.org/issue28271 closed by iritkatriel
#28459: _pyio module broken on Cygwin / setmode not usable
https://bugs.python.org/issue28459 closed by iritkatriel
#28576: Uninstalling Py352 x86 with /uninstall option does not remove 
https://bugs.python.org/issue28576 closed by iritkatriel
#28983: Windows: Python 3.5.2 won't install on my computer
https://bugs.python.org/issue28983 closed by iritkatriel
#29141: error in 2to3
https://bugs.python.org/issue29141 closed by iritkatriel
#29151: test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_Us
https://bugs.python.org/issue29151 closed by iritkatriel
#29370: "./configure --enable-optimizations && make install" does not 
https://bugs.python.org/issue29370 closed by zach.ware
#29941: Confusion between asserts and Py_DEBUG
https://bugs.python.org/issue29941 closed by twouters
#30076: Opcode names BUILD_MAP_UNPACK_WITH_CALL and BUILD_TUPLE_UNPACK
https://bugs.python.org/issue30076 closed by serhiy.storchaka
#30099: Lib2to3 fails with unreadable pickle file
https://bugs.python.org/issue30099 closed by iritkatriel
#30931: Race condition in asyncore may access the wrong dispatcher
https://bugs.python.org/issue30931 closed by iritkatriel
#31143: lib2to3 requires source files for fixes
https://bugs.python.org/issue31143 closed by iritkatriel
#31382: CGI upload error when file ~< 10kb
https://bugs.python.org/issue31382 closed by iritkatriel
#31875: Error 0x80070642: Failed to install MSI package.
https://bugs.python.org/issue31875 closed by steve.dower
#31882: Cygwin: asyncio and asyncore test suites hang indefinitely due
https://bugs.python.org/issue31882 closed by iritkatriel
#31885: Cygwin: socket test suites hang indefinitely due to bug in Cyg
https://bugs.python.org/issue31885 closed by erik.bray
#32243: Tests that set aggressive switch interval hang in Cygwin on a 
https://bugs.python.org/issue32243 closed by iritkatriel
#32629: PyImport_ImportModule occasionally cause access violation
https://bugs.python.org/issue32629 closed by iritkatriel
#32835: Add documention mentioning that Cygwin isn't fully compatible
https://bugs.python.org/issue32835 closed by iritkatriel
#32966: Python 3.7.2 - 0x80070643 - Fatal Error during installation
https://bugs.python.org/issue32966 closed by iritkatriel
#33193: Cannot create a venv on Windows when directory path contains d
https://bugs.python.org/issue33193 closed by steve.dower
#33338: [lib2to3] Synchronize token.py and tokenize.py with the standa
https://bugs.python.org/issue33338 closed by iritkatriel
#33991: lib2to3 should parse f-strings
https://bugs.python.org/issue33991 closed by iritkatriel
#34036: ModuleNotFoundError: No module named '_ctypes' when install Py
https://bugs.python.org/issue34036 closed by iritkatriel
#34192: FunctionType.__new__ can generate functions that immediately c
https://bugs.python.org/issue34192 closed by Dennis Sweeney
#34240: Convert test_mmap to use tempfile
https://bugs.python.org/issue34240 closed by tim.golden
#34553: Python Crashes when trying to access any date related fields i
https://bugs.python.org/issue34553 closed by iritkatriel
#34737: Python upgrade with SYSTEM account uninstalls python
https://bugs.python.org/issue34737 closed by iritkatriel
#35282: Add a return value to lib2to3.refactor.refactor_file and refac
https://bugs.python.org/issue35282 closed by iritkatriel
#35417: Double parenthesis in print function running 2to3 in already c
https://bugs.python.org/issue35417 closed by iritkatriel
#35503: os.path.islink() works with cygwin installation but not python
https://bugs.python.org/issue35503 closed by iritkatriel
#35673: Loader for namespace packages
https://bugs.python.org/issue35673 closed by barry
#35708: lib2to3 failed to convert as refactor's fixes not search.pyc f
https://bugs.python.org/issue35708 closed by iritkatriel
#35799: fix or remove smtpd.PureProxy
https://bugs.python.org/issue35799 closed by iritkatriel
#35883: Python startup fails with a fatal error if a command line argu
https://bugs.python.org/issue35883 closed by iritkatriel
#35913: asyncore: allow handling of half closed connections
https://bugs.python.org/issue35913 closed by iritkatriel
#36313: error: [Errno 13] Permission denied: '/usr/local/lib/python3.7
https://bugs.python.org/issue36313 closed by gregory.p.smith
#37274: Scripts folder is empty in python 3.7.3 for windows.
https://bugs.python.org/issue37274 closed by iritkatriel
#37402: Fatal Python error: Cannot recover from stack overflow issues 
https://bugs.python.org/issue37402 closed by iritkatriel
#37516: test_asyncio logs: Unknown child process
https://bugs.python.org/issue37516 closed by iritkatriel
#37654: 2to3 no-ops on embeddable distribution
https://bugs.python.org/issue37654 closed by iritkatriel
#37709: CSVReader ignores dialect.lineterminator
https://bugs.python.org/issue37709 closed by iritkatriel
#37721: smtpd: staling connect
https://bugs.python.org/issue37721 closed by iritkatriel
#37801: Compilation on MINGW64 fails (CODESET,wcstok,...)
https://bugs.python.org/issue37801 closed by iritkatriel
#37815: 'Make Test' error while trying to install Python 3.7.4 on Linu
https://bugs.python.org/issue37815 closed by zach.ware
#37981: Can't install Python 3.7.4 x64 on Win 8.1
https://bugs.python.org/issue37981 closed by iritkatriel
#38681: 2to3 Conversion Result using BlankLine() can be Syntactically 
https://bugs.python.org/issue38681 closed by iritkatriel
#39098: OSError: handle closed, ProcessPoolExecutor shutdown(wait=Fals
https://bugs.python.org/issue39098 closed by iritkatriel
#39154: "utf8" not always a synonym for "utf-8" in lib2to3
https://bugs.python.org/issue39154 closed by iritkatriel
#39290: lib2to3.fixes.fix_import: support imports_as_name in traverse_
https://bugs.python.org/issue39290 closed by iritkatriel
#39293: Windows 10 64-bit needs reboot after install
https://bugs.python.org/issue39293 closed by zach.ware
#39410: CentOS 6.10 SQLite 3.30.1 - _sqlite3 builds successfully but i
https://bugs.python.org/issue39410 closed by erlendaasland
#39423: Process finished with exit code -1073741819 (0xC0000005) when 
https://bugs.python.org/issue39423 closed by gregory.p.smith
#39490: Python Uninstaller fails to clean up the old path variables wh
https://bugs.python.org/issue39490 closed by steve.dower
#39670: 2to3 fix_apply tries to fix user-defined apply function calls
https://bugs.python.org/issue39670 closed by iritkatriel
#39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
https://bugs.python.org/issue39683 closed by iritkatriel
#39838: Possible unnecessary redifinition of _POSIX_C_SOURCE
https://bugs.python.org/issue39838 closed by nanjekyejoannah
#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167 closed by iritkatriel
#40547: 2to3 raise can silently remove code from old 2.4 string except
https://bugs.python.org/issue40547 closed by iritkatriel
#40645: Use OpenSSL's HMAC API
https://bugs.python.org/issue40645 closed by christian.heimes
#40697: add fissix as a lib2to3 alternative
https://bugs.python.org/issue40697 closed by iritkatriel
#40777: _datetimemodule.c:3328:16: error: initializer element is not c
https://bugs.python.org/issue40777 closed by petr.viktorin
#40906: Unable to import module due to python unable to resolve depend
https://bugs.python.org/issue40906 closed by zach.ware
#41104: IMAPlib debug errors
https://bugs.python.org/issue41104 closed by iritkatriel
#41110: 2to3 reports some files as both not changing and having been m
https://bugs.python.org/issue41110 closed by iritkatriel
#41185: lib2to3 generation of pickle files is racy
https://bugs.python.org/issue41185 closed by iritkatriel
#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309 closed by steve.dower
#41374: socket.TCP_* no longer available with cygwin 3.1.6+
https://bugs.python.org/issue41374 closed by iritkatriel
#41592: Make _SubParsersAction public
https://bugs.python.org/issue41592 closed by kj
#41983: Missing Documentation AF_PACKET
https://bugs.python.org/issue41983 closed by lukasz.langa
#42074: setup error on windows
https://bugs.python.org/issue42074 closed by zach.ware
#42092: test_host_resolution_bad_address does not always fail as expec
https://bugs.python.org/issue42092 closed by barry
#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115 closed by kj
#42174: shutil.get_terminal_size() returns 0 when run in a pty
https://bugs.python.org/issue42174 closed by lukasz.langa
#42280: The list of standard generic collections is incomplete
https://bugs.python.org/issue42280 closed by kj
#42358: Python 3.9.0 unable to detect ax_cv_c_float_words_bigendian va
https://bugs.python.org/issue42358 closed by zach.ware
#42935: Pickle can't import builtins at exit
https://bugs.python.org/issue42935 closed by iritkatriel
#42961: Use-after-free (of a heap type) during finalization
https://bugs.python.org/issue42961 closed by petr.viktorin
#43139: test_ttk test_compound, test_tk test_type fail with Tk 8.6.11.
https://bugs.python.org/issue43139 closed by zach.ware
#43257: get_type_hints evaluates class variables before type hints
https://bugs.python.org/issue43257 closed by kj
#43537: interpreter crashes when handling long text in input()
https://bugs.python.org/issue43537 closed by iritkatriel
#43592: test_importlib: test_multiprocessing_pool_circular_import() fa
https://bugs.python.org/issue43592 closed by gregory.p.smith
#43668: Segfault with for fresh ubuntu 20.04 install
https://bugs.python.org/issue43668 closed by iritkatriel
#43678: TypeError: get() got an unexpected keyword argument 'vars'
https://bugs.python.org/issue43678 closed by iritkatriel
#43706: enumerate() instantiation time reducing by using PEP 590 vecto
https://bugs.python.org/issue43706 closed by corona10
#43851: Optimise SQLite builds on macOS and Windows
https://bugs.python.org/issue43851 closed by erlendaasland
#43974: Define Py_BUILD_CORE_MODULE in extensions instead of setup.py 
https://bugs.python.org/issue43974 closed by christian.heimes
#44156: [subinterpreters] Replace static string caches with subinterpr
https://bugs.python.org/issue44156 closed by kj
#44174: Unclear meaning of _Private__names in enum docs.
https://bugs.python.org/issue44174 closed by ethan.furman
#44191: Getting an ImportError DLL load failed while importing _ssl
https://bugs.python.org/issue44191 closed by iritkatriel
#44210: Make importlib.metadata._meta.PackageMetadata public
https://bugs.python.org/issue44210 closed by FFY00
#44220: PyStructSequence_UnnamedField unavailable on Windows
https://bugs.python.org/issue44220 closed by petr.viktorin
#44259: lib2to3 does not accept "exec" as name
https://bugs.python.org/issue44259 closed by iritkatriel
#44344: Documentation for pow() should include the possibility of comp
https://bugs.python.org/issue44344 closed by lukasz.langa
#44351: distutils.sysconfig.parse_makefile() regression in Python 3.10
https://bugs.python.org/issue44351 closed by petr.viktorin
#44372: Can't install Python3.8, 3.9, 3.10 various errors including 0x
https://bugs.python.org/issue44372 closed by iritkatriel
#44547: fraction.Fraction does not implement __int__.
https://bugs.python.org/issue44547 closed by lukasz.langa
#44609: Buffer support in the stable ABI
https://bugs.python.org/issue44609 closed by petr.viktorin
#44926: [DOC] typing.get_type_hints() raises for type aliases with for
https://bugs.python.org/issue44926 closed by iritkatriel
#44927: [sqlite3] proposal: add sqlite3.Cursor.insert() method
https://bugs.python.org/issue44927 closed by erlendaasland
#44970: Re-examine complex pow special case handling
https://bugs.python.org/issue44970 closed by mark.dickinson
#45125: Improve tests and docs of how `pickle` works with `SharedMemor
https://bugs.python.org/issue45125 closed by sobolevn
#45160: ttk.OptionMenu radiobuttons change variable value twice
https://bugs.python.org/issue45160 closed by lukasz.langa
#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221 closed by ned.deily
#45315: `PyType_FromSpec` does not copy the name
https://bugs.python.org/issue45315 closed by petr.viktorin
#45320: Remove deprecated inspect functions
https://bugs.python.org/issue45320 closed by lukasz.langa
#45330: dulwich_log performance regression in 3.10
https://bugs.python.org/issue45330 closed by kj
#45340: Lazily create dictionaries for plain Python objects
https://bugs.python.org/issue45340 closed by Mark.Shannon
#45367: Specialize BINARY_MULTIPLY
https://bugs.python.org/issue45367 closed by Dennis Sweeney
#45427: importlib.readers.MultiplexedPath
https://bugs.python.org/issue45427 closed by daveraja
#45442: Update `Virtual Environment` tutorial
https://bugs.python.org/issue45442 closed by shivnaren
#45449: Document that collections.abc types are subscriptable
https://bugs.python.org/issue45449 closed by lukasz.langa
#45463: Document that # of identifiers allowed in global stmt is plura
https://bugs.python.org/issue45463 closed by terry.reedy
#45464: TypeError when inheriting from both OSError and AttributeError
https://bugs.python.org/issue45464 closed by lukasz.langa
#45475: gzip fails to read a gzipped file (ValueError: readline of clo
https://bugs.python.org/issue45475 closed by methane
#45478: Send a patch to libexpat to solve _POSIX_C_SOURCE issue.
https://bugs.python.org/issue45478 closed by corona10
#45485: datetime.strptime issues message attribute of type 'NoneType' 
https://bugs.python.org/issue45485 closed by eric.smith
#45487: SSLEOFError regression with certain servers in Python 3.10
https://bugs.python.org/issue45487 closed by nyuszika7h
#45488: Powershell Commands no Longer Recognised
https://bugs.python.org/issue45488 closed by eryksun
#45489: ForwardRef does not support | operator
https://bugs.python.org/issue45489 closed by kj
#45494: [fuzzer] Parser null deref with continuation characters and ge
https://bugs.python.org/issue45494 closed by lukasz.langa
#45495: IDLE: Add match and case to completions
https://bugs.python.org/issue45495 closed by terry.reedy
#45497: Argparse: Refactor '%' interpolation to f-strings
https://bugs.python.org/issue45497 closed by shivnaren
#45498: [doc] Fix a code example, non declared variable being printed
https://bugs.python.org/issue45498 closed by AkechiShiro
#45499: from __future__ import annotations is not mandatory in 3.11.0a
https://bugs.python.org/issue45499 closed by steven.daprano
#45500: Rewrite test_dbm
https://bugs.python.org/issue45500 closed by serhiy.storchaka
#45513: PIP error Cannot call rmtree on a symbolic link should report 
https://bugs.python.org/issue45513 closed by ned.deily
#45515: Add reference to zoneinfo in the datetime module documetnation
https://bugs.python.org/issue45515 closed by lukasz.langa
#45516: Add protocol description to the Traversable and TraversableRes
https://bugs.python.org/issue45516 closed by FFY00
#45521: obmalloc radix tree typo in code
https://bugs.python.org/issue45521 closed by nascheme
#45522: Allow to build Python without freelists
https://bugs.python.org/issue45522 closed by christian.heimes
#45523: Python3 ThreadingHTTPServer fails to send chunked encoded resp
https://bugs.python.org/issue45523 closed by martin.panter
#45525: PyType_Spec basicsize/itemsize should allow -1 for "inherit"
https://bugs.python.org/issue45525 closed by petr.viktorin
#45526: Set ADDRESS_BITS to 64 for obmalloc radix tree
https://bugs.python.org/issue45526 closed by lukasz.langa
#45527: Reduce overhead for cache hits in specialized opcodes.
https://bugs.python.org/issue45527 closed by lukasz.langa
#45529: checking any object for attr "get" always returns True with `h
https://bugs.python.org/issue45529 closed by ned.deily
#45532: Replace 'default' with 'main' as default in sys.version
https://bugs.python.org/issue45532 closed by corona10
#45536: Verify OpenSSL APIs in configure script
https://bugs.python.org/issue45536 closed by christian.heimes
#45537: Cygwin is unsupported - close all open issues and list them he
https://bugs.python.org/issue45537 closed by iritkatriel
#45538: MinGW is unsupported - close all open issues and list them her
https://bugs.python.org/issue45538 closed by iritkatriel
#45541: Broken Link in asyncio library Docs
https://bugs.python.org/issue45541 closed by coderlens
#45543: IDLE shell Windows EOL <CR>
https://bugs.python.org/issue45543 closed by terry.reedy
#45544: Close 2to3 issues and list them here
https://bugs.python.org/issue45544 closed by iritkatriel
#45552: Close asyncore/asynchat/smtpd issues and list them here
https://bugs.python.org/issue45552 closed by iritkatriel
#45553: The modules Scipy and Pandas don't install in Win11-64
https://bugs.python.org/issue45553 closed by paul.moore
#45556: uuid.uuid4() fast optimization
https://bugs.python.org/issue45556 closed by christian.heimes
#45557: pprint -> underscore_numbers argument not working
https://bugs.python.org/issue45557 closed by eric.smith
#45570: Simplify setup macros for pyexpat and _elementtree
https://bugs.python.org/issue45570 closed by christian.heimes
#1244861: Enable os.startfile and webbrowser.WindowsDefault on Cygwin
https://bugs.python.org/issue1244861 closed by iritkatriel
_______________________________________________
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/ZJUSG5AHCZM5U6CGSSA4NZM4T2WCCF7T/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to