Mailing List Archive

Summary of Python tracker Issues
ACTIVITY SUMMARY (2019-02-22 - 2019-03-01)
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 7012 (+13)
closed 40898 (+64)
total 47910 (+77)

Open issues with patches: 2791


Issues opened (44)
==================

#35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem()
https://bugs.python.org/issue35459 reopened by vstinner

#35931: pdb: "debug print(" crashes with SyntaxError
https://bugs.python.org/issue35931 reopened by blueyed

#36084: Threading: add builtin TID attribute to Thread objects
https://bugs.python.org/issue36084 opened by jaketesler

#36085: Enable better DLL resolution
https://bugs.python.org/issue36085 opened by steve.dower

#36086: Split IDLE into separate feature in Windows installer
https://bugs.python.org/issue36086 opened by kimsey0

#36091: clean up async generator from types module
https://bugs.python.org/issue36091 opened by scotchka

#36092: unittest.mock's patch.object and patch.dict are not supported
https://bugs.python.org/issue36092 opened by xtreak

#36093: UnicodeEncodeError raise from smtplib.verify() method
https://bugs.python.org/issue36093 opened by Windson Yang

#36094: When using an SMTP SSL connection,, get ValueError.
https://bugs.python.org/issue36094 opened by tyrone-zhao

#36095: Better NaN sorting.
https://bugs.python.org/issue36095 opened by brandtbucher

#36097: Use only public C-API in _xxsubinterpreters module.
https://bugs.python.org/issue36097 opened by eric.snow

#36098: asyncio: ssl client-server with "slow" read
https://bugs.python.org/issue36098 opened by MultiSosnooley

#36099: Clarify the difference between mu and xbar in the statistics d
https://bugs.python.org/issue36099 opened by steven.daprano

#36100: Document the differences between str.isdigit, isdecimal and is
https://bugs.python.org/issue36100 opened by StyXman

#36103: Increase shutil.COPY_BUFSIZE
https://bugs.python.org/issue36103 opened by inada.naoki

#36107: aarch64 python3 buffer overflow with stack protector on rpi3 (
https://bugs.python.org/issue36107 opened by Natanael Copa

#36108: Avoid failing the build on race condition in clean
https://bugs.python.org/issue36108 opened by steve.dower

#36114: test_multiprocessing_spawn changes the execution environment
https://bugs.python.org/issue36114 opened by pablogsal

#36116: test_multiprocessing_spawn fails on AMD64 Windows8 3.x
https://bugs.python.org/issue36116 opened by pablogsal

#36121: csv: Non global alternative to csv.field_size_limit
https://bugs.python.org/issue36121 opened by Carlos Ramos

#36124: Provide convenient C API for storing per-interpreter state
https://bugs.python.org/issue36124 opened by ncoghlan

#36127: Argument Clinic: inline parsing code for functions with keywor
https://bugs.python.org/issue36127 opened by serhiy.storchaka

#36128: ResourceReader for FileLoader inconsistently handles path sepa
https://bugs.python.org/issue36128 opened by indygreg

#36129: io documentation unclear about flush() and close() semantics f
https://bugs.python.org/issue36129 opened by indygreg

#36130: Pdb(skip=[...]) + module without __name__ => TypeError
https://bugs.python.org/issue36130 opened by Anthony Sottile

#36132: Python cannot access hci_channel field in sockaddr_hci
https://bugs.python.org/issue36132 opened by bsder

#36133: ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker cou
https://bugs.python.org/issue36133 opened by Fabian Dill

#36136: Windows: python._pth sets isolated mode late during Python ini
https://bugs.python.org/issue36136 opened by vstinner

#36137: SSL verification fails for some sites inside windows docker co
https://bugs.python.org/issue36137 opened by Mika Fischer

#36138: Improve documentation about converting datetime.timedelta to s
https://bugs.python.org/issue36138 opened by p-ganssle

#36139: release GIL on mmap dealloc
https://bugs.python.org/issue36139 opened by davide.rizzo

#36140: An incorrect check in _msi.c's msidb_getsummaryinformation()
https://bugs.python.org/issue36140 opened by ZackerySpytz

#36141: configure: error: could not find pthreads on your system durin
https://bugs.python.org/issue36141 opened by muhzi

#36142: Add a new _PyPreConfig step to Python initialization to setup
https://bugs.python.org/issue36142 opened by vstinner

#36143: Auto-generate Lib/keyword.py
https://bugs.python.org/issue36143 opened by gvanrossum

#36144: Dictionary addition.
https://bugs.python.org/issue36144 opened by brandtbucher

#36145: android arm cross compilation fails, config issue
https://bugs.python.org/issue36145 opened by muhzi

#36147: [2.7] Coverity scan: Modules/_ctypes/cfield.c , Variable "resu
https://bugs.python.org/issue36147 opened by cstratak

#36149: use of uninitialised memory in cPickle.
https://bugs.python.org/issue36149 opened by twouters

#36153: Freeze support documentation is misleading.
https://bugs.python.org/issue36153 opened by Sridhar Iyer

#36154: Python quit unexpectedly error
https://bugs.python.org/issue36154 opened by kellena

#36157: Document PyInterpreterState_Main().
https://bugs.python.org/issue36157 opened by eric.snow

#36158: Regex search behaves differently in list comprehension
https://bugs.python.org/issue36158 opened by Matthew Drago

#36159: Modify Formatter Class to handle arbitrary objects
https://bugs.python.org/issue36159 opened by Ross Biro



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

#36159: Modify Formatter Class to handle arbitrary objects
https://bugs.python.org/issue36159

#36157: Document PyInterpreterState_Main().
https://bugs.python.org/issue36157

#36149: use of uninitialised memory in cPickle.
https://bugs.python.org/issue36149

#36140: An incorrect check in _msi.c's msidb_getsummaryinformation()
https://bugs.python.org/issue36140

#36138: Improve documentation about converting datetime.timedelta to s
https://bugs.python.org/issue36138

#36136: Windows: python._pth sets isolated mode late during Python ini
https://bugs.python.org/issue36136

#36133: ThreadPoolExecutor and ProcessPoolExecutor, dynamic worker cou
https://bugs.python.org/issue36133

#36130: Pdb(skip=[...]) + module without __name__ => TypeError
https://bugs.python.org/issue36130

#36108: Avoid failing the build on race condition in clean
https://bugs.python.org/issue36108

#36097: Use only public C-API in _xxsubinterpreters module.
https://bugs.python.org/issue36097

#36092: unittest.mock's patch.object and patch.dict are not supported
https://bugs.python.org/issue36092

#36084: Threading: add builtin TID attribute to Thread objects
https://bugs.python.org/issue36084

#36081: Cannot set LDFLAGS containing $
https://bugs.python.org/issue36081

#36079: pdb on setuptools "ValueError: underlying buffer has been deta
https://bugs.python.org/issue36079

#36076: ssl.get_server_certificate should use SNI
https://bugs.python.org/issue36076



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

#36149: use of uninitialised memory in cPickle.
https://bugs.python.org/issue36149

#36147: [2.7] Coverity scan: Modules/_ctypes/cfield.c , Variable "resu
https://bugs.python.org/issue36147

#36144: Dictionary addition.
https://bugs.python.org/issue36144

#36142: Add a new _PyPreConfig step to Python initialization to setup
https://bugs.python.org/issue36142

#36140: An incorrect check in _msi.c's msidb_getsummaryinformation()
https://bugs.python.org/issue36140

#36139: release GIL on mmap dealloc
https://bugs.python.org/issue36139

#36130: Pdb(skip=[...]) + module without __name__ => TypeError
https://bugs.python.org/issue36130

#36127: Argument Clinic: inline parsing code for functions with keywor
https://bugs.python.org/issue36127

#36121: csv: Non global alternative to csv.field_size_limit
https://bugs.python.org/issue36121

#36103: Increase shutil.COPY_BUFSIZE
https://bugs.python.org/issue36103

#36097: Use only public C-API in _xxsubinterpreters module.
https://bugs.python.org/issue36097

#36095: Better NaN sorting.
https://bugs.python.org/issue36095

#36094: When using an SMTP SSL connection,, get ValueError.
https://bugs.python.org/issue36094

#36091: clean up async generator from types module
https://bugs.python.org/issue36091

#36086: Split IDLE into separate feature in Windows installer
https://bugs.python.org/issue36086



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

#33944: Deprecate and remove pth files
https://bugs.python.org/issue33944 21 msgs

#36030: add internal API function to create tuple without items array
https://bugs.python.org/issue36030 12 msgs

#36100: Document the differences between str.isdigit, isdecimal and is
https://bugs.python.org/issue36100 11 msgs

#36144: Dictionary addition.
https://bugs.python.org/issue36144 11 msgs

#36085: Enable better DLL resolution
https://bugs.python.org/issue36085 10 msgs

#36095: Better NaN sorting.
https://bugs.python.org/issue36095 10 msgs

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

#33608: [subinterpreters] Add a cross-interpreter-safe mechanism to in
https://bugs.python.org/issue33608 8 msgs

#35813: shared memory construct to avoid need for serialization betwee
https://bugs.python.org/issue35813 8 msgs

#36103: Increase shutil.COPY_BUFSIZE
https://bugs.python.org/issue36103 8 msgs



Issues closed (62)
==================

#8747: Autoconf tests in python not portably correct
https://bugs.python.org/issue8747 closed by ngie

#10308: Modules/getpath.c bugs
https://bugs.python.org/issue10308 closed by vstinner

#13497: Fix for broken nice test on non-broken platforms with pedantic
https://bugs.python.org/issue13497 closed by benjamin.peterson

#22123: Provide a direct function for types.SimpleNamespace()
https://bugs.python.org/issue22123 closed by rhettinger

#24235: ABCs don't fail metaclass instantiation
https://bugs.python.org/issue24235 closed by cheryl.sabella

#24310: Idle documentation -- what to do if you do not see an undersco
https://bugs.python.org/issue24310 closed by terry.reedy

#24643: VS 2015 pyconfig.h #define timezone _timezone conflicts with t
https://bugs.python.org/issue24643 closed by steve.dower

#24740: make patchcheck doesn't detect changes if commit is done first
https://bugs.python.org/issue24740 closed by terry.reedy

#27313: test case failures in test_widgets.ComboboxTest.of test_ttk_gu
https://bugs.python.org/issue27313 closed by ned.deily

#28450: Misleading/inaccurate documentation about unknown escape seque
https://bugs.python.org/issue28450 closed by serhiy.storchaka

#29397: linux/random.h present but cannot be compiled
https://bugs.python.org/issue29397 closed by christian.heimes

#29659: Expose the `length` arg from shutil.copyfileobj for public use
https://bugs.python.org/issue29659 closed by inada.naoki

#31652: make install fails: no module _ctypes
https://bugs.python.org/issue31652 closed by inada.naoki

#31916: ensurepip not honoring value of $(DESTDIR) - pip not installed
https://bugs.python.org/issue31916 closed by cheryl.sabella

#34211: Cygwin build broken due to use of &PyType_Type in static decla
https://bugs.python.org/issue34211 closed by inada.naoki

#34623: _elementtree.c doesn't call XML_SetHashSalt()
https://bugs.python.org/issue34623 closed by larry

#35178: Typo/trivial mistake in warnings.py (may be related to 2.x to
https://bugs.python.org/issue35178 closed by vstinner

#35512: patch.dict resolves in_dict eagerly (should be late resolved)
https://bugs.python.org/issue35512 closed by xtreak

#35652: Add use_srcentry parameter to shutil.copytree() II
https://bugs.python.org/issue35652 closed by giampaolo.rodola

#35724: Check for main interpreter when checking for "main" thread (fo
https://bugs.python.org/issue35724 closed by eric.snow

#35802: os.stat / os.lstat always present, but code checks hastattr(os
https://bugs.python.org/issue35802 closed by Anthony Sottile

#35886: Move PyInterpreterState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35886 closed by eric.snow

#36016: Allow gc.getobjects to return the objects tracked by a specifi
https://bugs.python.org/issue36016 closed by inada.naoki

#36018: Add a Normal Distribution class to the statistics module
https://bugs.python.org/issue36018 closed by rhettinger

#36048: Deprecate implicit truncating when convert Python numbers to C
https://bugs.python.org/issue36048 closed by serhiy.storchaka

#36066: Add `empty` block to `for` and `while` loops.
https://bugs.python.org/issue36066 closed by terry.reedy

#36072: str.translate() behaves differently for ASCII-only and other s
https://bugs.python.org/issue36072 closed by terry.reedy

#36083: Misformated manpage: --check-hash-based-pycs ´default´|´alw
https://bugs.python.org/issue36083 closed by benjamin.peterson

#36087: ThreadPoolExecutor max_workers none issue
https://bugs.python.org/issue36087 closed by asvetlov

#36088: zipfile cannot handle zip in zip
https://bugs.python.org/issue36088 closed by serhiy.storchaka

#36089: Formatting/Spelling errors in SimpleHTTPServer docs
https://bugs.python.org/issue36089 closed by serhiy.storchaka

#36090: spelling error in PEP219 introduction
https://bugs.python.org/issue36090 closed by nanjekyejoannah

#36096: IDLE: Refactor class variables to instance variables in colori
https://bugs.python.org/issue36096 closed by terry.reedy

#36101: remove non-ascii characters in docstring
https://bugs.python.org/issue36101 closed by inada.naoki

#36102: TestSharedMemory fails on AMD64 FreeBSD CURRENT Shared 3.x
https://bugs.python.org/issue36102 closed by davin

#36104: test_httplib and test_nntplib fail on ARMv7 Ubuntu
https://bugs.python.org/issue36104 closed by vstinner

#36105: Windows: use GetNativeSystemInfo instead of GetSystemInfo
https://bugs.python.org/issue36105 closed by steve.dower

#36106: resolve sinpi() name clash with libm
https://bugs.python.org/issue36106 closed by serhiy.storchaka

#36109: test_descr: test_vicious_descriptor_nonsense() fails randomly
https://bugs.python.org/issue36109 closed by pablogsal

#36110: test_descr: test_vicious_descriptor_nonsense() fails randomly
https://bugs.python.org/issue36110 closed by pablogsal

#36111: Non-zero `offset`s are no longer acceptable with SEEK_END/SEEK
https://bugs.python.org/issue36111 closed by inada.naoki

#36112: os.path.realpath on windows and substed drives
https://bugs.python.org/issue36112 closed by eryksun

#36113: Problem With SciPy Computation of sigma
https://bugs.python.org/issue36113 closed by berker.peksag

#36115: test_ctypes leaks references and memory blocks
https://bugs.python.org/issue36115 closed by miss-islington

#36117: Allow rich comparisons for real-valued complex objects.
https://bugs.python.org/issue36117 closed by serhiy.storchaka

#36118: Cannot correctly concatenate nested list that contains more th
https://bugs.python.org/issue36118 closed by josh.r

#36119: Can't add/append in set/list inside shared dict
https://bugs.python.org/issue36119 closed by josh.r

#36120: Regression - Concurrent Futures
https://bugs.python.org/issue36120 closed by cheryl.sabella

#36122: Second run of 2to3 continues to modify output
https://bugs.python.org/issue36122 closed by bers

#36123: Race condition in test_socket
https://bugs.python.org/issue36123 closed by nanjekyejoannah

#36125: Cannot cross-compile to more featureful but same tune
https://bugs.python.org/issue36125 closed by ned.deily

#36126: Reference count leakage in structseq_repr
https://bugs.python.org/issue36126 closed by serhiy.storchaka

#36131: test.test_urllib2net.TimeoutTest ftp related tests fail due to
https://bugs.python.org/issue36131 closed by vstinner

#36134: test failure : test_re; recipe for target 'test' failed
https://bugs.python.org/issue36134 closed by serhiy.storchaka

#36135: altinstall error Makefile:1140: recipe for target 'altinstall'
https://bugs.python.org/issue36135 closed by matrixise

#36146: Refactor setup.py
https://bugs.python.org/issue36146 closed by vstinner

#36148: smtplib.SMTP.sendmail: mta status codes only accessible by loc
https://bugs.python.org/issue36148 closed by r.david.murray

#36150: Possible assertion failures due to _ctypes.c's PyCData_reduce(
https://bugs.python.org/issue36150 closed by christian.heimes

#36151: Incorrect answer when calculating 11/3
https://bugs.python.org/issue36151 closed by zach.ware

#36152: IDLE: Remove close_when_done from colorizer close()
https://bugs.python.org/issue36152 closed by cheryl.sabella

#36155: ./python -m test -m test_gc fails
https://bugs.python.org/issue36155 closed by pablogsal

#36156: different method, but id function return same value.
https://bugs.python.org/issue36156 closed by inada.naoki
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-02-08 - 2019-02-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 7009 (+11)
closed 40747 (+51)
total 47756 (+62)

Open issues with patches: 2814


Issues opened (42)
==================

#25737: array is not a Sequence
https://bugs.python.org/issue25737 reopened by josh.r

#35944: Python 3.7 install error
https://bugs.python.org/issue35944 opened by lasonjack

#35945: Cannot distinguish between subtask cancellation and running ta
https://bugs.python.org/issue35945 opened by jnwatson

#35946: Ambiguous documentation for assert_called_with()
https://bugs.python.org/issue35946 opened by chimaerase

#35947: Update libffi_msvc to current version of libffi
https://bugs.python.org/issue35947 opened by Paul Monson

#35949: Move PyThreadState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35949 opened by eric.snow

#35950: io.BufferedReader.writabe is False, but io.BufferedReader.trun
https://bugs.python.org/issue35950 opened by steverpalmer

#35951: os.renames() creates directories if original name doesn't exis
https://bugs.python.org/issue35951 opened by chris.jerdonek

#35952: test.pythoninfo prints a stack trace and exits with 1 when the
https://bugs.python.org/issue35952 opened by xdegaye

#35953: crosscompilation fails with clang on android
https://bugs.python.org/issue35953 opened by muhzi

#35954: Incoherent type conversion in configparser
https://bugs.python.org/issue35954 opened by Adeokkuw

#35955: difflib reports incorrect location of mismatch
https://bugs.python.org/issue35955 opened by jaraco

#35956: Sort documentation could be improved for complex sorting
https://bugs.python.org/issue35956 opened by FabriceSalvaire

#35957: Indentation explanation is unclear
https://bugs.python.org/issue35957 opened by Jérôme LAURENS

#35959: math.prod(range(10)) caues segfault
https://bugs.python.org/issue35959 opened by xtreak

#35962: Slight error in words in [ 2.4.1. String and Bytes literals ]
https://bugs.python.org/issue35962 opened by Magnien Sebastien

#35964: shutil.make_archive (xxx, tar, root_dir) is adding './' entry
https://bugs.python.org/issue35964 opened by HFM

#35967: Better platform.processor support
https://bugs.python.org/issue35967 opened by jaraco

#35969: Interpreter crashes with "can't initialize init_sys_streams" w
https://bugs.python.org/issue35969 opened by p-ganssle

#35970: no help flag in base64 util
https://bugs.python.org/issue35970 opened by rkuska

#35971: Documentation should warn about code injection from current wo
https://bugs.python.org/issue35971 opened by Gabriel Corona

#35974: os.DirEntry.inode() returns invalid value within Docker contai
https://bugs.python.org/issue35974 opened by decaz

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

#35978: test_venv fails in Travis with GCC
https://bugs.python.org/issue35978 opened by xtreak

#35981: shutil make_archive create wrong file when base name contains
https://bugs.python.org/issue35981 opened by highwind

#35982: Create unit-tests for os.renames()
https://bugs.python.org/issue35982 opened by nanjekyejoannah

#35983: tp_dealloc trashcan shouldn't be called for subclasses
https://bugs.python.org/issue35983 opened by jdemeyer

#35984: test__xxsubinterpreters leaked [3, 4, 3] memory blocks, sum=1
https://bugs.python.org/issue35984 opened by pablogsal

#35989: ipaddress.IPv4Network allows prefix > 32
https://bugs.python.org/issue35989 opened by John Florian

#35990: ipaddress.IPv4Interface won't accept 2-tuple (address, mask)
https://bugs.python.org/issue35990 opened by John Florian

#35992: Metaclasses interfere with __class_getitem__
https://bugs.python.org/issue35992 opened by donovick

#35993: incorrect use of released memory in Python/pystate.c line 284
https://bugs.python.org/issue35993 opened by wjq-security

#35995: logging.handlers.SMTPHandler
https://bugs.python.org/issue35995 opened by lidayan

#35996: Optional modulus argument for new math.prod() function
https://bugs.python.org/issue35996 opened by lschoe

#35997: ImportError: dlopen failed: cannot locate symbol "PyBool_Type"
https://bugs.python.org/issue35997 opened by muhzi

#35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora
https://bugs.python.org/issue35998 opened by matrixise

#35999: multpirocessing.Process alive after SIGTERM on parent
https://bugs.python.org/issue35999 opened by lids

#36000: __debug__ is a keyword but not a keyword
https://bugs.python.org/issue36000 opened by bup

#36001: LIBFFI_INCLUDEDIR is not detected when set into a profile nor
https://bugs.python.org/issue36001 opened by neil pop

#36002: configure --enable-optimizations with clang fails to detect ll
https://bugs.python.org/issue36002 opened by mjpieters

#36003: set better defaults for TCPServer options
https://bugs.python.org/issue36003 opened by giampaolo.rodola

#36004: Add datetime.fromisocalendar
https://bugs.python.org/issue36004 opened by p-ganssle



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

#36002: configure --enable-optimizations with clang fails to detect ll
https://bugs.python.org/issue36002

#36001: LIBFFI_INCLUDEDIR is not detected when set into a profile nor
https://bugs.python.org/issue36001

#35999: multpirocessing.Process alive after SIGTERM on parent
https://bugs.python.org/issue35999

#35990: ipaddress.IPv4Interface won't accept 2-tuple (address, mask)
https://bugs.python.org/issue35990

#35974: os.DirEntry.inode() returns invalid value within Docker contai
https://bugs.python.org/issue35974

#35970: no help flag in base64 util
https://bugs.python.org/issue35970

#35964: shutil.make_archive (xxx, tar, root_dir) is adding './' entry
https://bugs.python.org/issue35964

#35952: test.pythoninfo prints a stack trace and exits with 1 when the
https://bugs.python.org/issue35952

#35950: io.BufferedReader.writabe is False, but io.BufferedReader.trun
https://bugs.python.org/issue35950

#35947: Update libffi_msvc to current version of libffi
https://bugs.python.org/issue35947

#35939: Remove urllib.parse._splittype from mimetypes.guess_type
https://bugs.python.org/issue35939

#35930: Raising an exception raised in a "future" instance will create
https://bugs.python.org/issue35930

#35926: Need openssl 1.1.1 support on Windows for ARM and ARM64
https://bugs.python.org/issue35926

#35924: curses segfault resizing window
https://bugs.python.org/issue35924

#35919: multiprocessing: shared manager Pool fails with AttributeError
https://bugs.python.org/issue35919



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

#36004: Add datetime.fromisocalendar
https://bugs.python.org/issue36004

#36003: set better defaults for TCPServer options
https://bugs.python.org/issue36003

#35989: ipaddress.IPv4Network allows prefix > 32
https://bugs.python.org/issue35989

#35983: tp_dealloc trashcan shouldn't be called for subclasses
https://bugs.python.org/issue35983

#35982: Create unit-tests for os.renames()
https://bugs.python.org/issue35982

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

#35969: Interpreter crashes with "can't initialize init_sys_streams" w
https://bugs.python.org/issue35969

#35959: math.prod(range(10)) caues segfault
https://bugs.python.org/issue35959

#35954: Incoherent type conversion in configparser
https://bugs.python.org/issue35954

#35951: os.renames() creates directories if original name doesn't exis
https://bugs.python.org/issue35951

#35947: Update libffi_msvc to current version of libffi
https://bugs.python.org/issue35947

#35946: Ambiguous documentation for assert_called_with()
https://bugs.python.org/issue35946

#35941: ssl.enum_certificates() regression
https://bugs.python.org/issue35941

#35936: Give modulefinder some much-needed updates.
https://bugs.python.org/issue35936

#35933: python doc does not say that the state kwarg in Pickler.save_r
https://bugs.python.org/issue35933



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

#35969: Interpreter crashes with "can't initialize init_sys_streams" w
https://bugs.python.org/issue35969 14 msgs

#35955: difflib reports incorrect location of mismatch
https://bugs.python.org/issue35955 12 msgs

#35813: shared memory construct to avoid need for serialization betwee
https://bugs.python.org/issue35813 10 msgs

#35959: math.prod(range(10)) caues segfault
https://bugs.python.org/issue35959 9 msgs

#35995: logging.handlers.SMTPHandler
https://bugs.python.org/issue35995 9 msgs

#35155: Clarify Protocol Handlers in urllib.request Docs
https://bugs.python.org/issue35155 8 msgs

#35810: Object Initialization does not incref Heap-allocated Types
https://bugs.python.org/issue35810 8 msgs

#35982: Create unit-tests for os.renames()
https://bugs.python.org/issue35982 8 msgs

#35984: test__xxsubinterpreters leaked [3, 4, 3] memory blocks, sum=1
https://bugs.python.org/issue35984 8 msgs

#1054041: Python doesn't exit with proper resultcode on SIGINT
https://bugs.python.org/issue1054041 8 msgs



Issues closed (51)
==================

#7850: platform.system() should be "macosx" instead of "Darwin" on OS
https://bugs.python.org/issue7850 closed by ronaldoussoren

#12374: Execution model should explain compile vs definition vs execut
https://bugs.python.org/issue12374 closed by ncoghlan

#21107: Add pgen.vcxproj to allow regenerating grammar files on Window
https://bugs.python.org/issue21107 closed by zach.ware

#22062: Fix pathlib.Path.(r)glob doc glitches.
https://bugs.python.org/issue22062 closed by petr.viktorin

#28627: [alpine] shutil.copytree fail to copy a direcotry with broken
https://bugs.python.org/issue28627 closed by benjamin.peterson

#28673: pyro4 with more than 15 threads often crashes 2.7.12
https://bugs.python.org/issue28673 closed by inada.naoki

#30410: Documentation for sys.stdout encoding does not reflect the new
https://bugs.python.org/issue30410 closed by Mariatta

#31940: copystat on symlinks fails for alpine -- faulty lchmod impleme
https://bugs.python.org/issue31940 closed by benjamin.peterson

#32417: fromutc does not respect datetime subclasses
https://bugs.python.org/issue32417 closed by p-ganssle

#34433: cancel all other pending child futures
https://bugs.python.org/issue34433 closed by yselivanov

#35055: Error when we try to download the epub archive
https://bugs.python.org/issue35055 closed by mdk

#35321: None _frozen_importlib.__spec__.origin attribute
https://bugs.python.org/issue35321 closed by maggyero

#35364: Datetime “fromtimestamp()” ignores inheritance if timezone
https://bugs.python.org/issue35364 closed by p-ganssle

#35378: multiprocessing.Pool.imaps iterators do not maintain alive the
https://bugs.python.org/issue35378 closed by pablogsal

#35460: Add PyDict_GetItemStringWithError
https://bugs.python.org/issue35460 closed by ronaldoussoren

#35505: Test test_imaplib fail in test_imap4_host_default_value
https://bugs.python.org/issue35505 closed by vstinner

#35633: test_eintr fails on AIX since fcntl functions were modified
https://bugs.python.org/issue35633 closed by Mariatta

#35688: "pip install --user numpy" fails on Python from the Windows St
https://bugs.python.org/issue35688 closed by mattip

#35706: Make it easier to use a venv with an embedded Python interpret
https://bugs.python.org/issue35706 closed by steve.dower

#35766: Merge typed_ast back into CPython
https://bugs.python.org/issue35766 closed by gvanrossum

#35796: time.localtime returns error for negative values
https://bugs.python.org/issue35796 closed by ammar2

#35833: IDLE: revise doc for control chars sent to Shell
https://bugs.python.org/issue35833 closed by terry.reedy

#35846: Incomplete documentation for re.sub
https://bugs.python.org/issue35846 closed by serhiy.storchaka

#35875: Crash by Pandas - algos.cp36-win_amd64.pyd join.cp36-win_amd6
https://bugs.python.org/issue35875 closed by eryksun

#35878: ast.c: end_col_offset may be used uninitialized in this functi
https://bugs.python.org/issue35878 closed by levkivskyi

#35887: Doc string for updating the frozen version of importlib in _bo
https://bugs.python.org/issue35887 closed by brett.cannon

#35903: Build of posixshmem.c should probe for required OS functions
https://bugs.python.org/issue35903 closed by nascheme

#35918: multiprocessing's SyncManager.dict.has_key() method is broken
https://bugs.python.org/issue35918 closed by josh.r

#35934: Add socket.create_server() utility function
https://bugs.python.org/issue35934 closed by giampaolo.rodola

#35940: multiprocessing manager tests fail in the Refleaks buildbots
https://bugs.python.org/issue35940 closed by pablogsal

#35948: update version of libffi in cpython-sources-dep
https://bugs.python.org/issue35948 closed by steve.dower

#35958: io.IOBase subclasses don't play nice with abc.abstractmethod
https://bugs.python.org/issue35958 closed by josh.r

#35960: dataclasses.field does not preserve empty metadata object
https://bugs.python.org/issue35960 closed by eric.smith

#35961: test_slice: gc_decref: Assertion "gc_get_refs(g) > 0" failed:
https://bugs.python.org/issue35961 closed by vstinner

#35963: Python/symtable.c: warning: enumeration value ‘FunctionType_
https://bugs.python.org/issue35963 closed by gvanrossum

#35965: Behavior for unittest.assertRaisesRegex differs depending on w
https://bugs.python.org/issue35965 closed by xtreak

#35966: Didn't raise "StopIteration" Error when I use "yield" in the f
https://bugs.python.org/issue35966 closed by SilentGhost

#35968: lib2to3 cannot parse rf''
https://bugs.python.org/issue35968 closed by ned.deily

#35972: _xxsubinterpreters: channel_send() may truncate ints on 32-bit
https://bugs.python.org/issue35972 closed by eric.snow

#35973: `growable_int_array type_ignores` in parsetok.c is not always
https://bugs.python.org/issue35973 closed by gvanrossum

#35976: Enable Windows projects to build with platform ARM32
https://bugs.python.org/issue35976 closed by steve.dower

#35977: test_slice crashed on s390x Debian 3.x: gc_decref: Assertion "
https://bugs.python.org/issue35977 closed by vstinner

#35979: Incorrect __text_signature__ for the __get__ slot wrapper
https://bugs.python.org/issue35979 closed by SilentGhost

#35980: Py3 BIF random.choices() is O(N**2) but I've written O(N) code
https://bugs.python.org/issue35980 closed by mark.dickinson

#35985: Folding tries to slice from 0 to float("+inf") when maxlength
https://bugs.python.org/issue35985 closed by Lukas J

#35986: print() documentation typo?
https://bugs.python.org/issue35986 closed by cheryl.sabella

#35987: Mypy and Asyncio import cannot be skipped
https://bugs.python.org/issue35987 closed by levkivskyi

#35988: Python interpreter segfault
https://bugs.python.org/issue35988 closed by josh.r

#35991: potential double free in Modules/_randommodule.c line 295 and
https://bugs.python.org/issue35991 closed by benjamin.peterson

#35994: In WalkTests of test_os.py, sub2_tree missed the dir "SUB21" i
https://bugs.python.org/issue35994 closed by zach.ware

#36005: [2.7] test_ssl failures on ARMv7 Ubuntu 2.7 with OpenSSL 1.1.1
https://bugs.python.org/issue36005 closed by gregory.p.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-02-15 - 2019-02-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 6999 (-10)
closed 40834 (+87)
total 47833 (+77)

Open issues with patches: 2795


Issues opened (45)
==================

#36008: [good first issue] Update documentation for 3.8
https://bugs.python.org/issue36008 opened by cheryl.sabella

#36010: Please provide a .zip Windows release of Python that is not cr
https://bugs.python.org/issue36010 opened by jt

#36011: ssl - tls verify on Windows fails
https://bugs.python.org/issue36011 opened by chris-k

#36015: streamhandler cannot represent streams with an integer as name
https://bugs.python.org/issue36015 opened by Riccardo Magliocchetti

#36016: Allow gc.getobjects to return the objects tracked by a specifi
https://bugs.python.org/issue36016 opened by pablogsal

#36017: test_grp
https://bugs.python.org/issue36017 opened by mjbrands

#36018: Add a Normal Distribution class to the statistics module
https://bugs.python.org/issue36018 opened by rhettinger

#36019: test_urllib fail in s390x buildbots: http://www.example.com/
https://bugs.python.org/issue36019 opened by pablogsal

#36020: HAVE_SNPRINTF and MSVC std::snprintf support
https://bugs.python.org/issue36020 opened by palotasb-conti

#36021: [Security][Windows] webbrowser: WindowsDefault uses os.startfi
https://bugs.python.org/issue36021 opened by vstinner

#36022: [Security] logging.config should not use eval()
https://bugs.python.org/issue36022 opened by vstinner

#36023: Improve configparser.ConfigParser repr
https://bugs.python.org/issue36023 opened by remi.lapeyre

#36025: Breaking change in PyDate_FromTimeStamp API
https://bugs.python.org/issue36025 opened by p-ganssle

#36026: Different error message when sys.settrace is used
https://bugs.python.org/issue36026 opened by SylvainDe

#36027: Support negative exponents in pow() where a modulus is specifi
https://bugs.python.org/issue36027 opened by rhettinger

#36029: Use title-case HTTP header fields
https://bugs.python.org/issue36029 opened by maggyero

#36030: add internal API function to create tuple without items array
https://bugs.python.org/issue36030 opened by sir-sigurd

#36033: logging.makeLogRecord should update "rv" using a dict defined
https://bugs.python.org/issue36033 opened by ralonsoh

#36034: Suprise halt caused by -Werror=implicit-function-declaration i
https://bugs.python.org/issue36034 opened by Michael.Felt

#36035: pathlib.Path().rglob() breaks with broken symlinks
https://bugs.python.org/issue36035 opened by Jörg Stucke

#36036: Add method to get user defined command line arguments in unitt
https://bugs.python.org/issue36036 opened by remi.lapeyre

#36041: email: folding of quoted string in display_name violates RFC
https://bugs.python.org/issue36041 opened by aaryn.startmail

#36042: Setting __init_subclass__ and __class_getitem__ methods are in
https://bugs.python.org/issue36042 opened by BTaskaya

#36043: FileCookieJar constructor don't accept PathLike
https://bugs.python.org/issue36043 opened by kapsh

#36044: PROFILE_TASK for PGO build is not a good workload
https://bugs.python.org/issue36044 opened by nascheme

#36045: builtins.help function is not much help with async functions
https://bugs.python.org/issue36045 opened by Dan Rose

#36046: support dropping privileges when running subprocesses
https://bugs.python.org/issue36046 opened by patrick.mclean

#36048: Deprecate implicit truncating when convert Python numbers to C
https://bugs.python.org/issue36048 opened by serhiy.storchaka

#36050: Why does http.client.HTTPResponse._safe_read use MAXAMOUNT
https://bugs.python.org/issue36050 opened by bmerry

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051 opened by bmerry

#36053: pkgutil.walk_packages jumps out from given path if there is pa
https://bugs.python.org/issue36053 opened by karkucik

#36054: Way to detect CPU count inside docker container
https://bugs.python.org/issue36054 opened by keirlawson

#36058: Improve file decoding before re.search
https://bugs.python.org/issue36058 opened by terry.reedy

#36064: docs: urllib.request.Request not accepting iterables data type
https://bugs.python.org/issue36064 opened by sylye

#36066: Add `empty` block to `for` and `while` loops.
https://bugs.python.org/issue36066 opened by wlohu

#36067: subprocess terminate() "invalid handle" error when process is
https://bugs.python.org/issue36067 opened by giampaolo.rodola

#36071: Add support for Windows ARM32 in ctypes/libffi
https://bugs.python.org/issue36071 opened by Paul Monson

#36072: str.translate() behaves differently for ASCII-only and other s
https://bugs.python.org/issue36072 opened by sir-sigurd

#36073: sqlite crashes with converters mutating cursor
https://bugs.python.org/issue36073 opened by sir-sigurd

#36075: python 2to3 conversion tool is generating file with extra line
https://bugs.python.org/issue36075 opened by sabakauser

#36076: ssl.get_server_certificate should use SNI
https://bugs.python.org/issue36076 opened by enki

#36077: Inheritance dataclasses fields and default init statement
https://bugs.python.org/issue36077 opened by ?????? ??????

#36078: argparse: positional with type=int, default=SUPPRESS raise Val
https://bugs.python.org/issue36078 opened by n8falke

#36079: pdb on setuptools "ValueError: underlying buffer has been deta
https://bugs.python.org/issue36079 opened by Gerrit.Holl

#36081: Cannot set LDFLAGS containing $
https://bugs.python.org/issue36081 opened by Dakon



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

#36079: pdb on setuptools "ValueError: underlying buffer has been deta
https://bugs.python.org/issue36079

#36076: ssl.get_server_certificate should use SNI
https://bugs.python.org/issue36076

#36073: sqlite crashes with converters mutating cursor
https://bugs.python.org/issue36073

#36071: Add support for Windows ARM32 in ctypes/libffi
https://bugs.python.org/issue36071

#36058: Improve file decoding before re.search
https://bugs.python.org/issue36058

#36053: pkgutil.walk_packages jumps out from given path if there is pa
https://bugs.python.org/issue36053

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051

#36036: Add method to get user defined command line arguments in unitt
https://bugs.python.org/issue36036

#36017: test_grp
https://bugs.python.org/issue36017

#36002: configure --enable-optimizations with clang fails to detect ll
https://bugs.python.org/issue36002

#36001: LIBFFI_INCLUDEDIR is not detected when set into a profile nor
https://bugs.python.org/issue36001

#35999: multpirocessing.Process alive after SIGTERM on parent
https://bugs.python.org/issue35999

#35990: ipaddress.IPv4Interface won't accept 2-tuple (address, mask)
https://bugs.python.org/issue35990

#35974: os.DirEntry.inode() returns invalid value within Docker contai
https://bugs.python.org/issue35974

#35970: no help flag in base64 util
https://bugs.python.org/issue35970



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

#36073: sqlite crashes with converters mutating cursor
https://bugs.python.org/issue36073

#36071: Add support for Windows ARM32 in ctypes/libffi
https://bugs.python.org/issue36071

#36064: docs: urllib.request.Request not accepting iterables data type
https://bugs.python.org/issue36064

#36053: pkgutil.walk_packages jumps out from given path if there is pa
https://bugs.python.org/issue36053

#36046: support dropping privileges when running subprocesses
https://bugs.python.org/issue36046

#36045: builtins.help function is not much help with async functions
https://bugs.python.org/issue36045

#36042: Setting __init_subclass__ and __class_getitem__ methods are in
https://bugs.python.org/issue36042

#36041: email: folding of quoted string in display_name violates RFC
https://bugs.python.org/issue36041

#36036: Add method to get user defined command line arguments in unitt
https://bugs.python.org/issue36036

#36035: pathlib.Path().rglob() breaks with broken symlinks
https://bugs.python.org/issue36035

#36030: add internal API function to create tuple without items array
https://bugs.python.org/issue36030

#36029: Use title-case HTTP header fields
https://bugs.python.org/issue36029

#36026: Different error message when sys.settrace is used
https://bugs.python.org/issue36026

#36025: Breaking change in PyDate_FromTimeStamp API
https://bugs.python.org/issue36025

#36021: [Security][Windows] webbrowser: WindowsDefault uses os.startfi
https://bugs.python.org/issue36021



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

#36021: [Security][Windows] webbrowser: WindowsDefault uses os.startfi
https://bugs.python.org/issue36021 23 msgs

#36010: Please provide a .zip Windows release of Python that is not cr
https://bugs.python.org/issue36010 22 msgs

#35813: shared memory construct to avoid need for serialization betwee
https://bugs.python.org/issue35813 17 msgs

#36027: Support negative exponents in pow() where a modulus is specifi
https://bugs.python.org/issue36027 13 msgs

#36064: docs: urllib.request.Request not accepting iterables data type
https://bugs.python.org/issue36064 13 msgs

#35892: Fix awkwardness of statistics.mode() for multimodal datasets
https://bugs.python.org/issue35892 12 msgs

#36019: test_urllib fail in s390x buildbots: http://www.example.com/
https://bugs.python.org/issue36019 12 msgs

#35925: test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster
https://bugs.python.org/issue35925 10 msgs

#36020: HAVE_SNPRINTF and MSVC std::snprintf support
https://bugs.python.org/issue36020 10 msgs

#36026: Different error message when sys.settrace is used
https://bugs.python.org/issue36026 10 msgs



Issues closed (84)
==================

#1104: msilib.SummaryInfo.GetProperty() truncates the string by one c
https://bugs.python.org/issue1104 closed by steve.dower

#12822: NewGIL should use CLOCK_MONOTONIC if possible.
https://bugs.python.org/issue12822 closed by inada.naoki

#13659: Add a help() viewer for IDLE's Shell.
https://bugs.python.org/issue13659 closed by terry.reedy

#14929: IDLE crashes on *Edit / Find in files ...* command
https://bugs.python.org/issue14929 closed by terry.reedy

#15248: Better explain "TypeError: 'tuple' object is not callable"
https://bugs.python.org/issue15248 closed by serhiy.storchaka

#20687: Change in expectedFailure breaks testtools
https://bugs.python.org/issue20687 closed by cheryl.sabella

#22704: Review extension enable options
https://bugs.python.org/issue22704 closed by terry.reedy

#23077: PEP 1: Allow Provisional status for PEPs
https://bugs.python.org/issue23077 closed by cheryl.sabella

#23428: Use the monotonic clock for thread conditions on POSIX platfor
https://bugs.python.org/issue23428 closed by inada.naoki

#26787: test_distutils fails when configured --with-lto
https://bugs.python.org/issue26787 closed by inada.naoki

#27632: build on AIX fails when builddir != srcdir, more than bad path
https://bugs.python.org/issue27632 closed by Michael.Felt

#28235: In xml.etree.ElementTree docs there is no parser argument in f
https://bugs.python.org/issue28235 closed by cheryl.sabella

#28328: statistics.geometric_mean has no tests. Defer to 3.7?
https://bugs.python.org/issue28328 closed by inada.naoki

#29278: Python 3.6 build fails with parallel make
https://bugs.python.org/issue29278 closed by inada.naoki

#30449: Improve __slots__ datamodel documentation
https://bugs.python.org/issue30449 closed by cheryl.sabella

#31982: 8.3. collections — Container datatypes
https://bugs.python.org/issue31982 closed by rhettinger

#32108: configparser bug: section is emptied if you assign a section t
https://bugs.python.org/issue32108 closed by cheryl.sabella

#32657: Mutable Objects in SMTP send_message Signature
https://bugs.python.org/issue32657 closed by inada.naoki

#32808: subprocess.check_output opens an unwanted command line window
https://bugs.python.org/issue32808 closed by cheryl.sabella

#33961: Inconsistency in exceptions for dataclasses.dataclass document
https://bugs.python.org/issue33961 closed by inada.naoki

#33989: ms.key_compare is not initialized in all paths of list_sort_im
https://bugs.python.org/issue33989 closed by serhiy.storchaka

#34203: documentation: recommend Python 3 over 2 in faq
https://bugs.python.org/issue34203 closed by abcdef

#34294: re module: wrong capturing groups
https://bugs.python.org/issue34294 closed by serhiy.storchaka

#34315: Regex not evalauated correctly
https://bugs.python.org/issue34315 closed by serhiy.storchaka

#34572: C unpickling bypasses import thread safety
https://bugs.python.org/issue34572 closed by pitrou

#34720: Fix test_importlib.test_bad_traverse for AIX
https://bugs.python.org/issue34720 closed by ncoghlan

#34757: Placeholder for discussion on Combined patches for AIX - to re
https://bugs.python.org/issue34757 closed by Michael.Felt

#34785: pty.spawn -- auto-termination after child process is dead (a z
https://bugs.python.org/issue34785 closed by martin.panter

#34817: Ellipsis docs has extra dot in the markdown that makes it look
https://bugs.python.org/issue34817 closed by xtreak

#34981: Unable to install Python from web-based installer and executab
https://bugs.python.org/issue34981 closed by inada.naoki

#35126: Mistake in FAQ about converting number to string.
https://bugs.python.org/issue35126 closed by cheryl.sabella

#35153: Allow to set headers in xmlrpc.client.ServerProxy
https://bugs.python.org/issue35153 closed by vstinner

#35186: distutils.command.upload uses deprecated platform.dist with bd
https://bugs.python.org/issue35186 closed by p-ganssle

#35307: Command line help example is missing "--prompt" option
https://bugs.python.org/issue35307 closed by cheryl.sabella

#35500: Align expected and actual calls on mock.assert_called_with err
https://bugs.python.org/issue35500 closed by taleinat

#35584: Wrong statement about ^ in howto/regex.rst
https://bugs.python.org/issue35584 closed by rhettinger

#35689: IDLE: Docstrings and test for colorizer
https://bugs.python.org/issue35689 closed by terry.reedy

#35704: On AIX, test_unpack_archive_xztar fails with default MAXDATA s
https://bugs.python.org/issue35704 closed by ncoghlan

#35798: duplicate SyntaxWarning: "is" with a literal
https://bugs.python.org/issue35798 closed by serhiy.storchaka

#35812: Don't log an exception from the main coroutine in asyncio.run(
https://bugs.python.org/issue35812 closed by asvetlov

#35822: _queue _queuemodule.c is missing inside the Setup file
https://bugs.python.org/issue35822 closed by inada.naoki

#35826: Typo in example for async with statement with condition
https://bugs.python.org/issue35826 closed by mhchia

#35852: Fixed tests regenerating using CRLF when running it on Windows
https://bugs.python.org/issue35852 closed by addons_zz

#35867: NameError is not caught at Task execution
https://bugs.python.org/issue35867 closed by pablogsal

#35904: Add statistics.fmean(seq)
https://bugs.python.org/issue35904 closed by rhettinger

#35915: re.search extreme slowness (looks like hang/livelock), searchi
https://bugs.python.org/issue35915 closed by serhiy.storchaka

#35942: posixmodule.c:path_converter() returns an invalid exception me
https://bugs.python.org/issue35942 closed by pablogsal

#35945: Cannot distinguish between subtask cancellation and running ta
https://bugs.python.org/issue35945 closed by jnwatson

#35956: Sort documentation could be improved for complex sorting
https://bugs.python.org/issue35956 closed by rhettinger

#35984: test__xxsubinterpreters leaked [3, 4, 3] memory blocks, sum=1
https://bugs.python.org/issue35984 closed by eric.snow

#35992: Metaclasses interfere with __class_getitem__
https://bugs.python.org/issue35992 closed by levkivskyi

#35993: incorrect use of released memory in Python/pystate.c line 284
https://bugs.python.org/issue35993 closed by vstinner

#36006: [good first issue] Align version changed for truncate in io mo
https://bugs.python.org/issue36006 closed by Mariatta

#36007: python3.8 a1 - docs build requires sphinx 1.7 but uses a 1.8 f
https://bugs.python.org/issue36007 closed by Mariatta

#36009: weakref.ReferenceType is not a valid typing type
https://bugs.python.org/issue36009 closed by levkivskyi

#36012: Investigate slow writes to class variables
https://bugs.python.org/issue36012 closed by rhettinger

#36013: test_signal fails in AMD64 Debian PGO 3.x
https://bugs.python.org/issue36013 closed by gregory.p.smith

#36014: test_help_with_metavar broken
https://bugs.python.org/issue36014 closed by wabba

#36024: ctypes: test_ctypes test_callbacks() crash on AArch64 with SEL
https://bugs.python.org/issue36024 closed by vstinner

#36028: Integer Division discrepancy with float
https://bugs.python.org/issue36028 closed by mark.dickinson

#36031: add internal API function to effectively convert just created
https://bugs.python.org/issue36031 closed by vstinner

#36032: Wrong output in tutorial (3.1.2. Strings)
https://bugs.python.org/issue36032 closed by serhiy.storchaka

#36037: test_ssl fails on RHEL8 strict OpenSSL configuration
https://bugs.python.org/issue36037 closed by vstinner

#36038: ^ used in inaccurate example in regex-howto
https://bugs.python.org/issue36038 closed by mdk

#36039: Replace append loops with list comprehensions
https://bugs.python.org/issue36039 closed by rhettinger

#36040: Python\ast.c(3875): warning C4244: 'initializing': conversion
https://bugs.python.org/issue36040 closed by pablogsal

#36047: socket file handle does not support stream write
https://bugs.python.org/issue36047 closed by matrixise

#36049: No __repr__() for queue.PriorityQueue and queue.LifoQueue
https://bugs.python.org/issue36049 closed by rhettinger

#36052: Assignment operator allows to assign to __debug__
https://bugs.python.org/issue36052 closed by pablogsal

#36055: Division using math.pow and math.log approximation fails
https://bugs.python.org/issue36055 closed by mark.dickinson

#36056: importlib does not support pathlib
https://bugs.python.org/issue36056 closed by berker.peksag

#36057: Add docs and tests for ordering in Counter. [no behavior chan
https://bugs.python.org/issue36057 closed by rhettinger

#36059: Update docs for OrderedDict to reflect that regular dicts are
https://bugs.python.org/issue36059 closed by rhettinger

#36060: Document how collections.ChainMap() determines iteration order
https://bugs.python.org/issue36060 closed by rhettinger

#36061: zipfile does not handle arcnames with non-ascii characters on
https://bugs.python.org/issue36061 closed by inada.naoki

#36062: move index normalization from list_slice() to PyList_GetSlice(
https://bugs.python.org/issue36062 closed by serhiy.storchaka

#36063: replace PyTuple_SetItem() with PyTuple_SET_ITEM() in long_divm
https://bugs.python.org/issue36063 closed by serhiy.storchaka

#36065: Add unified C API for accessing bytes and bytearray
https://bugs.python.org/issue36065 closed by serhiy.storchaka

#36068: Make _tuplegetter objects serializable
https://bugs.python.org/issue36068 closed by rhettinger

#36069: asyncio: create_connection cannot handle IPv6 link-local addre
https://bugs.python.org/issue36069 closed by Leonardo Mörlein

#36070: Enclosing scope not visible from within list comprehension
https://bugs.python.org/issue36070 closed by serhiy.storchaka

#36074: Result of `asyncio.Server.sockets` after `Server.close()` is n
https://bugs.python.org/issue36074 closed by mdk

#36080: Ensurepip fails to install pip into a nested virtual environme
https://bugs.python.org/issue36080 closed by Sammy Gillespie

#36082: The built-in round() function giving a wrong output
https://bugs.python.org/issue36082 closed by SilentGhost
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-03-01 - 2019-03-08)
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 7031 (+19)
closed 40963 (+65)
total 47994 (+84)

Open issues with patches: 2793


Issues opened (55)
==================

#33329: sigaddset() can fail on some signal numbers
https://bugs.python.org/issue33329 reopened by larry

#36097: Use only public C-API in _xxsubinterpreters module.
https://bugs.python.org/issue36097 reopened by eric.snow

#36125: Cannot cross-compile to more featureful but same tune
https://bugs.python.org/issue36125 reopened by xdegaye

#36160: Multiple errors in test_site.py on sysconfig._CONFIG_VARS.clea
https://bugs.python.org/issue36160 opened by Ivan.Pozdeev

#36161: Use thread-safe functions instead of unsafe ones (crypt, ttyna
https://bugs.python.org/issue36161 opened by twouters

#36164: Updating Py_InspectFlag programmatically
https://bugs.python.org/issue36164 opened by ishimoto

#36165: DOC: ssl.rst is missing formatting on two links
https://bugs.python.org/issue36165 opened by cheryl.sabella

#36166: DOC: Fix markup on function parameter on datamodel.rst
https://bugs.python.org/issue36166 opened by cheryl.sabella

#36167: DOC: Incorrect capitalization in Programming FAQ
https://bugs.python.org/issue36167 opened by cheryl.sabella

#36168: DOC: Fix capitalization in string.rst
https://bugs.python.org/issue36168 opened by cheryl.sabella

#36172: csv module internal consistency
https://bugs.python.org/issue36172 opened by Shane Smith

#36174: Remove licenseUrl field from nuget packages
https://bugs.python.org/issue36174 opened by steve.dower

#36176: Make IDLE Autocomplete / Calltip Window Colors Configurable
https://bugs.python.org/issue36176 opened by greylaw89

#36179: _hashopenssl has reference leaks in OOM case
https://bugs.python.org/issue36179 opened by christian.heimes

#36180: mboxMessage.get_payload throws TypeError on malformed content
https://bugs.python.org/issue36180 opened by enrico

#36182: Path.write_text() docs do not include the case that a file exi
https://bugs.python.org/issue36182 opened by lys.nikolaou

#36184: [EASY] test_gdb.test_threads() is specific to _POSIX_THREADS,
https://bugs.python.org/issue36184 opened by vstinner

#36189: DOC: Correct word in tutorial introduction
https://bugs.python.org/issue36189 opened by cheryl.sabella

#36194: Add "make regen-configure"
https://bugs.python.org/issue36194 opened by vstinner

#36195: initializer is not a valid param in ThreadPoolExecutor
https://bugs.python.org/issue36195 opened by harman786

#36201: AssertCountEqual does not work for nested dictionaries.
https://bugs.python.org/issue36201 opened by walterqian

#36202: Calling Py_DecodeLocale() before _PyPreConfig_Write() can prod
https://bugs.python.org/issue36202 opened by vstinner

#36203: PyWeakref_NewRef docs are misleading
https://bugs.python.org/issue36203 opened by Maxwell Bernstein

#36204: Deprecate calling Py_Main() after Py_Initialize()? Add Py_Init
https://bugs.python.org/issue36204 opened by vstinner

#36205: Python 3.7 and 3.8 process_time is not reported correctly when
https://bugs.python.org/issue36205 opened by Nitapol

#36207: robotsparser deny all with some rules
https://bugs.python.org/issue36207 opened by quentin-maire

#36208: AsyncIO V4MAPPED addresses with V6ONLY.
https://bugs.python.org/issue36208 opened by jeeger

#36210: ncurses versus cursus integration - platform differences and d
https://bugs.python.org/issue36210 opened by Michael.Felt

#36211: show full url when execute "make -C Doc/ serve"
https://bugs.python.org/issue36211 opened by matrixise

#36212: [2.7] Coverity scan: Modules/_hotshot.c , Variable "s1" going
https://bugs.python.org/issue36212 opened by cstratak

#36213: subprocess.check_output() fails with OSError: [WinError 87] wh
https://bugs.python.org/issue36213 opened by Geoff.Alexander

#36214: AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et
https://bugs.python.org/issue36214 opened by xdegaye

#36215: Should AppVeyor run compile Python in debug mode?
https://bugs.python.org/issue36215 opened by vstinner

#36216: urlsplit does not handle NFKC normalization
https://bugs.python.org/issue36216 opened by steve.dower

#36217: recvmsg support on Windows
https://bugs.python.org/issue36217 opened by chrysn

#36218: .sort() segfaults consistently on crafted input
https://bugs.python.org/issue36218 opened by Lyn Levenick

#36219: Add edit option in IDLE to convert smart quotes to ascii quote
https://bugs.python.org/issue36219 opened by rhettinger

#36220: LOAD_NAME and LOAD_GLOBAL handle dict subclasses for globals()
https://bugs.python.org/issue36220 opened by Kevin Shweh

#36221: Setting PYTHONASYNCIODEBUG breaks warnings
https://bugs.python.org/issue36221 opened by ods

#36225: Lingering subinterpreters should be implicitly cleared on shut
https://bugs.python.org/issue36225 opened by ncoghlan

#36226: multipart/related header causes false positive StartBoundaryNo
https://bugs.python.org/issue36226 opened by cschmidbauer

#36227: Add default_namespace argument to xml.etree.ElementTree.tostri
https://bugs.python.org/issue36227 opened by Bernt.Røskar.Brenna

#36229: Linear-time ops for some mutable collections.
https://bugs.python.org/issue36229 opened by brandtbucher

#36230: Please sort assertSetEqual's output
https://bugs.python.org/issue36230 opened by Jess

#36231: no "proper" header files on macOS 10.14 Mojave
https://bugs.python.org/issue36231 opened by dimpase

#36232: Improve error message on dbm.open
https://bugs.python.org/issue36232 opened by rougeth

#36233: xml ElementTree quotation marks of xml version string
https://bugs.python.org/issue36233 opened by Photoniker

#36234: test_os: add tests for invalid uid type
https://bugs.python.org/issue36234 opened by vstinner

#36235: distutils.sysconfig.customize_compiler() overrides CFLAGS var
https://bugs.python.org/issue36235 opened by vstinner

#36236: Python crash on macOS when CWD is invalid
https://bugs.python.org/issue36236 opened by lkollar

#36238: distutils complains "package init file 'xxx/__init__.py' not f
https://bugs.python.org/issue36238 opened by jt

#36239: gettext: GNUTranslations doesn't parse properly comments in de
https://bugs.python.org/issue36239 opened by vstinner

#36240: Definitions of time
https://bugs.python.org/issue36240 opened by Robert Billing

#36241: MD5 checksum is not valid for v2.7.16 "Windows x86-64 MSI inst
https://bugs.python.org/issue36241 opened by andrejs-sisojevs-accenture

#36243: Python os.listdir fails with FileNotFoundError when directory
https://bugs.python.org/issue36243 opened by Geoff.Alexander



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

#36243: Python os.listdir fails with FileNotFoundError when directory
https://bugs.python.org/issue36243

#36240: Definitions of time
https://bugs.python.org/issue36240

#36238: distutils complains "package init file 'xxx/__init__.py' not f
https://bugs.python.org/issue36238

#36232: Improve error message on dbm.open
https://bugs.python.org/issue36232

#36231: no "proper" header files on macOS 10.14 Mojave
https://bugs.python.org/issue36231

#36229: Linear-time ops for some mutable collections.
https://bugs.python.org/issue36229

#36225: Lingering subinterpreters should be implicitly cleared on shut
https://bugs.python.org/issue36225

#36221: Setting PYTHONASYNCIODEBUG breaks warnings
https://bugs.python.org/issue36221

#36217: recvmsg support on Windows
https://bugs.python.org/issue36217

#36215: Should AppVeyor run compile Python in debug mode?
https://bugs.python.org/issue36215

#36214: AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et
https://bugs.python.org/issue36214

#36212: [2.7] Coverity scan: Modules/_hotshot.c , Variable "s1" going
https://bugs.python.org/issue36212

#36211: show full url when execute "make -C Doc/ serve"
https://bugs.python.org/issue36211

#36210: ncurses versus cursus integration - platform differences and d
https://bugs.python.org/issue36210

#36207: robotsparser deny all with some rules
https://bugs.python.org/issue36207



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

#36236: Python crash on macOS when CWD is invalid
https://bugs.python.org/issue36236

#36235: distutils.sysconfig.customize_compiler() overrides CFLAGS var
https://bugs.python.org/issue36235

#36234: test_os: add tests for invalid uid type
https://bugs.python.org/issue36234

#36231: no "proper" header files on macOS 10.14 Mojave
https://bugs.python.org/issue36231

#36229: Linear-time ops for some mutable collections.
https://bugs.python.org/issue36229

#36227: Add default_namespace argument to xml.etree.ElementTree.tostri
https://bugs.python.org/issue36227

#36226: multipart/related header causes false positive StartBoundaryNo
https://bugs.python.org/issue36226

#36218: .sort() segfaults consistently on crafted input
https://bugs.python.org/issue36218

#36216: urlsplit does not handle NFKC normalization
https://bugs.python.org/issue36216

#36211: show full url when execute "make -C Doc/ serve"
https://bugs.python.org/issue36211

#36210: ncurses versus cursus integration - platform differences and d
https://bugs.python.org/issue36210

#36195: initializer is not a valid param in ThreadPoolExecutor
https://bugs.python.org/issue36195

#36182: Path.write_text() docs do not include the case that a file exi
https://bugs.python.org/issue36182

#36179: _hashopenssl has reference leaks in OOM case
https://bugs.python.org/issue36179

#36164: Updating Py_InspectFlag programmatically
https://bugs.python.org/issue36164



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

#33944: Deprecate and remove pth files
https://bugs.python.org/issue33944 32 msgs

#35967: Better platform.processor support
https://bugs.python.org/issue35967 17 msgs

#33608: Add a cross-interpreter-safe mechanism to indicate that an obj
https://bugs.python.org/issue33608 14 msgs

#36218: .sort() segfaults consistently on crafted input
https://bugs.python.org/issue36218 10 msgs

#36239: gettext: GNUTranslations doesn't parse properly comments in de
https://bugs.python.org/issue36239 9 msgs

#29515: socket module missing IPPROTO_IPV6, IPPROTO_IPV4 on Windows
https://bugs.python.org/issue29515 7 msgs

#36204: Deprecate calling Py_Main() after Py_Initialize()? Add Py_Init
https://bugs.python.org/issue36204 7 msgs

#36227: Add default_namespace argument to xml.etree.ElementTree.tostri
https://bugs.python.org/issue36227 6 msgs

#36230: Please sort assertSetEqual's output
https://bugs.python.org/issue36230 6 msgs

#33346: Syntax error with async generator inside dictionary comprehens
https://bugs.python.org/issue33346 5 msgs



Issues closed (63)
==================

#8075: Windows (Vista/7) install error when choosing to compile .py f
https://bugs.python.org/issue8075 closed by steve.dower

#9566: Compilation warnings under x64 Windows
https://bugs.python.org/issue9566 closed by vstinner

#10009: Automated MSI installation does not work
https://bugs.python.org/issue10009 closed by steve.dower

#20906: Issues in Unicode HOWTO
https://bugs.python.org/issue20906 closed by vstinner

#21478: mock calls don't propagate to parent (autospec)
https://bugs.python.org/issue21478 closed by xtreak

#24322: Hundreds of linker warnings on Windows
https://bugs.python.org/issue24322 closed by steve.dower

#29205: col_offset for AsyncFunctionDef AST nodes is wrong
https://bugs.python.org/issue29205 closed by serhiy.storchaka

#29440: _dbm requires -lgdbm if gdbm is built as static libraries
https://bugs.python.org/issue29440 closed by yan12125

#30831: Inconsistent or wrong documentation around Asynchronous Contex
https://bugs.python.org/issue30831 closed by yselivanov

#32129: IDLE app icon is blurry on macOS with Aqua Tk 8.6
https://bugs.python.org/issue32129 closed by terry.reedy

#32856: Optimize the `for y in [x]` idiom in comprehensions
https://bugs.python.org/issue32856 closed by serhiy.storchaka

#35198: Build issue while compiling cpp files in AIX
https://bugs.python.org/issue35198 closed by vstinner

#35435: Discourage external links to old docs.
https://bugs.python.org/issue35435 closed by mdk

#35466: Use a linked list for the ceval pending calls.
https://bugs.python.org/issue35466 closed by eric.snow

#35740: openssl version 1.1.1 need to be there in cpython-source-deps
https://bugs.python.org/issue35740 closed by steve.dower

#35808: Let's retire pgen
https://bugs.python.org/issue35808 closed by pablogsal

#35899: '_is_sunder' function in 'enum' module fails on empty string
https://bugs.python.org/issue35899 closed by ethan.furman

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

#36019: test_urllib fail in s390x buildbots: http://www.example.com/
https://bugs.python.org/issue36019 closed by vstinner

#36043: FileCookieJar constructor don't accept PathLike
https://bugs.python.org/issue36043 closed by brett.cannon

#36091: clean up async generator from types module
https://bugs.python.org/issue36091 closed by scotchka

#36103: Increase shutil.COPY_BUFSIZE
https://bugs.python.org/issue36103 closed by inada.naoki

#36108: Avoid failing the build on race condition in clean
https://bugs.python.org/issue36108 closed by steve.dower

#36114: test_multiprocessing_spawn dumps core in AMD64 FreeBSD CURRENT
https://bugs.python.org/issue36114 closed by vstinner

#36116: test_multiprocessing_spawn fails on AMD64 Windows8 3.x
https://bugs.python.org/issue36116 closed by vstinner

#36139: release GIL on mmap dealloc
https://bugs.python.org/issue36139 closed by benjamin.peterson

#36140: An incorrect check in _msi.c's msidb_getsummaryinformation()
https://bugs.python.org/issue36140 closed by steve.dower

#36142: Add a new _PyPreConfig step to Python initialization to setup
https://bugs.python.org/issue36142 closed by vstinner

#36147: [2.7] Coverity scan: Modules/_ctypes/cfield.c , Variable "resu
https://bugs.python.org/issue36147 closed by vstinner

#36149: use of uninitialised memory in cPickle.
https://bugs.python.org/issue36149 closed by twouters

#36154: Python quit unexpectedly error
https://bugs.python.org/issue36154 closed by ned.deily

#36162: error: implicit declaration of function 'sendfile' is invalid
https://bugs.python.org/issue36162 closed by inada.naoki

#36163: same object, same method, but the is keyword return false.
https://bugs.python.org/issue36163 closed by steven.daprano

#36169: Add overlap() method to statistics.NormalDist()
https://bugs.python.org/issue36169 closed by rhettinger

#36170: posix_spawn doesn't exist in 3.7
https://bugs.python.org/issue36170 closed by ned.deily

#36171: tkinter scrollbar missing 'state' option
https://bugs.python.org/issue36171 closed by cheryl.sabella

#36173: apam
https://bugs.python.org/issue36173 closed by steven.daprano

#36175: Identity of bound methods
https://bugs.python.org/issue36175 closed by inada.naoki

#36177: test_io: test_daemon_threads_shutdown_stdout_deadlock() fails
https://bugs.python.org/issue36177 closed by vstinner

#36178: type.__init__ called instead of cls.__init__ when inheriting f
https://bugs.python.org/issue36178 closed by steven.daprano

#36181: Add mode parameter to PurePath.write_text to allow for 'a' mod
https://bugs.python.org/issue36181 closed by serhiy.storchaka

#36183: test_gdb failed on AMD64 FreeBSD CURRENT Shared 3.7 and 3.x
https://bugs.python.org/issue36183 closed by vstinner

#36185: [EASY DOC] typo: Doc/c-api/objbuffer.rst: There is a typo in
https://bugs.python.org/issue36185 closed by serhiy.storchaka

#36186: [2.7] Coverity scan: Modules/linuxaudiodev.c , fd handle is no
https://bugs.python.org/issue36186 closed by vstinner

#36187: Get rid of NamedStore
https://bugs.python.org/issue36187 closed by serhiy.storchaka

#36188: Remove vestiges of Python 2 unbound methods from Python 3
https://bugs.python.org/issue36188 closed by benjamin.peterson

#36190: file object method .tell() sometimes returns large number when
https://bugs.python.org/issue36190 closed by tim.peters

#36191: pubkeys.txt contains bogus keys
https://bugs.python.org/issue36191 closed by nanjekyejoannah

#36192: Usage of `tmpnam_r` and `tempname` is dangerous, better use `m
https://bugs.python.org/issue36192 closed by matrixise

#36193: Redirected stderr not reset properly when using logging
https://bugs.python.org/issue36193 closed by vinay.sajip

#36196: sys.executable does not return python3 executable when using u
https://bugs.python.org/issue36196 closed by inada.naoki

#36197: Compilation Warning for memoryview.tobytes and _collections._t
https://bugs.python.org/issue36197 closed by vstinner

#36198: Misleading in library/sets document
https://bugs.python.org/issue36198 closed by DeadmanWalking

#36199: libzmq.dll causes uncontrollable screen flickering when access
https://bugs.python.org/issue36199 closed by eryksun

#36200: display index on IndexError
https://bugs.python.org/issue36200 closed by Aditya Shankar

#36206: re.match() not matching escaped hyphens
https://bugs.python.org/issue36206 closed by josh.r

#36209: [EASY Doc] Typo in hashlib error message
https://bugs.python.org/issue36209 closed by vstinner

#36222: ValueError: a coroutine was expected with asyncio.run
https://bugs.python.org/issue36222 closed by vstinner

#36223: Execution sequence for print function
https://bugs.python.org/issue36223 closed by xtreak

#36224: Python quit unexpectedly error
https://bugs.python.org/issue36224 closed by ned.deily

#36228: Support coercion of complex to float/int
https://bugs.python.org/issue36228 closed by zach.ware

#36237: data_files / Install Additional Files written unclearly such t
https://bugs.python.org/issue36237 closed by jt

#36242: spam
https://bugs.python.org/issue36242 closed by SilentGhost
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-03-08 - 2019-03-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 7048 (+17)
closed 41009 (+46)
total 48057 (+63)

Open issues with patches: 2798


Issues opened (48)
==================

#4459: bdist_rpm should enable --fix-python by default
https://bugs.python.org/issue4459 reopened by vstinner

#10948: Trouble with dir_util created dir cache
https://bugs.python.org/issue10948 reopened by eric.araujo

#30040: new empty dict can be more small
https://bugs.python.org/issue30040 reopened by rhettinger

#33376: [pysqlite] Duplicate rows can be returned after rolling back a
https://bugs.python.org/issue33376 reopened by benjamin.peterson

#36245: PCBuild/build.bat errors, probably from space characters in pa
https://bugs.python.org/issue36245 opened by Jess

#36246: csv.writer lineterminator affects csv escaping
https://bugs.python.org/issue36246 opened by flow2k

#36247: zipfile - extract truncates (existing) file when bad password
https://bugs.python.org/issue36247 opened by CristiFati

#36250: pdb: interaction might cause "ValueError: signal only works in
https://bugs.python.org/issue36250 opened by blueyed

#36253: Use after free in ctypes test suite
https://bugs.python.org/issue36253 opened by btharper

#36254: Fix invalid uses of %d in format strings in C
https://bugs.python.org/issue36254 opened by serhiy.storchaka

#36255: Provide a simple way to delete and edit python's welcome messa
https://bugs.python.org/issue36255 opened by benp

#36256: parser module fails on legal input
https://bugs.python.org/issue36256 opened by A. Skrobov

#36257: configure with --with-icc --with-cxx-main=icpc
https://bugs.python.org/issue36257 opened by aminiussi

#36258: Incorrect docstring of the ssl module
https://bugs.python.org/issue36258 opened by Ofekmeister

#36259: exception text is being sourced from the wrong file
https://bugs.python.org/issue36259 opened by rhubarbdog x

#36260: Cpython/Lib vulnerability found and request a patch submission
https://bugs.python.org/issue36260 opened by krnick

#36261: email examples should not gratuitously mess with preamble
https://bugs.python.org/issue36261 opened by era

#36263: test_hashlib.test_scrypt() fails on Fedora 29
https://bugs.python.org/issue36263 opened by vstinner

#36265: Remove ABCs from collections
https://bugs.python.org/issue36265 opened by jwilk

#36266: Which module could not be found?
https://bugs.python.org/issue36266 opened by Phillip.M.Feldman@gmail.com

#36267: User input to argparse raises Index_Error: "-a=" on a 'store_
https://bugs.python.org/issue36267 opened by paul.j3

#36268: Change default tar format to modern POSIX 2001 (pax) for bette
https://bugs.python.org/issue36268 opened by CAM-Gerlach

#36270: DOC: Add link to sys.exc_info for "Reference Manual"
https://bugs.python.org/issue36270 opened by cheryl.sabella

#36271: '_io.TextIOWrapper' object has no attribute 'mode'
https://bugs.python.org/issue36271 opened by nemeskeyd

#36272: Recursive logging crashes Interpreter in Python 3
https://bugs.python.org/issue36272 opened by Saim Raza

#36273: test_thread leaks a core dump on PPC64 AIX 3.x
https://bugs.python.org/issue36273 opened by vstinner

#36274: http.client cannot send non-ASCII request lines
https://bugs.python.org/issue36274 opened by tburke

#36275: DOC: venv.create doesn't include prompt parameter
https://bugs.python.org/issue36275 opened by cheryl.sabella

#36276: Python urllib CRLF injection vulnerability
https://bugs.python.org/issue36276 opened by ragdoll.guo

#36277: pdb's recursive debug command is not listed in the docs
https://bugs.python.org/issue36277 opened by Antony.Lee

#36279: os.wait3() leaks some uninitialized stack when no processes ex
https://bugs.python.org/issue36279 opened by dw

#36281: OSError: handle is closed for ProcessPoolExecutor and run_in_e
https://bugs.python.org/issue36281 opened by basnijholt

#36283: eval is needlessly limited
https://bugs.python.org/issue36283 opened by bup

#36285: Integer overflow in array.array.remove()
https://bugs.python.org/issue36285 opened by sth

#36286: Random failure in test_idle
https://bugs.python.org/issue36286 opened by serhiy.storchaka

#36287: Make ast.dump() not output optional default fields
https://bugs.python.org/issue36287 opened by serhiy.storchaka

#36290: _ast.ast_type_init does not handle args and kwargs correctly.
https://bugs.python.org/issue36290 opened by remi.lapeyre

#36292: Coverity scan: Resource leaks in longobject.c
https://bugs.python.org/issue36292 opened by cstratak

#36293: Nonblocking read sys.stdin raises error
https://bugs.python.org/issue36293 opened by cykerway

#36295: Need to yield (sleep(0)) twice in asyncio
https://bugs.python.org/issue36295 opened by Assaf Dayan

#36297: Remove unicode_internal codec
https://bugs.python.org/issue36297 opened by inada.naoki

#36298: Lib/pyclbr.py crashes when the package spec cannot be determin
https://bugs.python.org/issue36298 opened by mental

#36299: Deprecate 'u' type in array module
https://bugs.python.org/issue36299 opened by inada.naoki

#36300: eval of generator expressions cannot access local variables
https://bugs.python.org/issue36300 opened by Martin Hosken

#36301: Add _Py_PreInitialize() function
https://bugs.python.org/issue36301 opened by vstinner

#36302: distutils creates unreproducible .so files
https://bugs.python.org/issue36302 opened by bmwiedemann

#36304: When using bz2 and lzma in mode 'wt', the BOM is not written
https://bugs.python.org/issue36304 opened by janluke

#36305: Inconsistent behavior of pathlib.WindowsPath with drive paths
https://bugs.python.org/issue36305 opened by kmaork



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

#36302: distutils creates unreproducible .so files
https://bugs.python.org/issue36302

#36299: Deprecate 'u' type in array module
https://bugs.python.org/issue36299

#36298: Lib/pyclbr.py crashes when the package spec cannot be determin
https://bugs.python.org/issue36298

#36295: Need to yield (sleep(0)) twice in asyncio
https://bugs.python.org/issue36295

#36290: _ast.ast_type_init does not handle args and kwargs correctly.
https://bugs.python.org/issue36290

#36285: Integer overflow in array.array.remove()
https://bugs.python.org/issue36285

#36281: OSError: handle is closed for ProcessPoolExecutor and run_in_e
https://bugs.python.org/issue36281

#36279: os.wait3() leaks some uninitialized stack when no processes ex
https://bugs.python.org/issue36279

#36275: DOC: venv.create doesn't include prompt parameter
https://bugs.python.org/issue36275

#36274: http.client cannot send non-ASCII request lines
https://bugs.python.org/issue36274

#36270: DOC: Add link to sys.exc_info for "Reference Manual"
https://bugs.python.org/issue36270

#36267: User input to argparse raises Index_Error: "-a=" on a 'store_
https://bugs.python.org/issue36267

#36258: Incorrect docstring of the ssl module
https://bugs.python.org/issue36258

#36257: configure with --with-icc --with-cxx-main=icpc
https://bugs.python.org/issue36257

#36253: Use after free in ctypes test suite
https://bugs.python.org/issue36253



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

#36302: distutils creates unreproducible .so files
https://bugs.python.org/issue36302

#36301: Add _Py_PreInitialize() function
https://bugs.python.org/issue36301

#36297: Remove unicode_internal codec
https://bugs.python.org/issue36297

#36292: Coverity scan: Resource leaks in longobject.c
https://bugs.python.org/issue36292

#36287: Make ast.dump() not output optional default fields
https://bugs.python.org/issue36287

#36285: Integer overflow in array.array.remove()
https://bugs.python.org/issue36285

#36279: os.wait3() leaks some uninitialized stack when no processes ex
https://bugs.python.org/issue36279

#36274: http.client cannot send non-ASCII request lines
https://bugs.python.org/issue36274

#36272: Recursive logging crashes Interpreter in Python 3
https://bugs.python.org/issue36272

#36263: test_hashlib.test_scrypt() fails on Fedora 29
https://bugs.python.org/issue36263

#36254: Fix invalid uses of %d in format strings in C
https://bugs.python.org/issue36254

#36253: Use after free in ctypes test suite
https://bugs.python.org/issue36253

#36250: pdb: interaction might cause "ValueError: signal only works in
https://bugs.python.org/issue36250

#36247: zipfile - extract truncates (existing) file when bad password
https://bugs.python.org/issue36247

#36245: PCBuild/build.bat errors, probably from space characters in pa
https://bugs.python.org/issue36245



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

#36085: Enable better DLL resolution
https://bugs.python.org/issue36085 18 msgs

#30040: new empty dict can be more small
https://bugs.python.org/issue30040 15 msgs

#36010: Please provide a .zip Windows release of Python that is not cr
https://bugs.python.org/issue36010 10 msgs

#36272: Recursive logging crashes Interpreter in Python 3
https://bugs.python.org/issue36272 8 msgs

#35121: Cookie domain check returns incorrect results
https://bugs.python.org/issue35121 7 msgs

#35647: Cookie path check returns incorrect results
https://bugs.python.org/issue35647 7 msgs

#36276: Python urllib CRLF injection vulnerability
https://bugs.python.org/issue36276 7 msgs

#36256: parser module fails on legal input
https://bugs.python.org/issue36256 6 msgs

#36263: test_hashlib.test_scrypt() fails on Fedora 29
https://bugs.python.org/issue36263 6 msgs

#21314: Document '/' in signatures
https://bugs.python.org/issue21314 5 msgs



Issues closed (44)
==================

#12974: array module: deprecate '__int__' conversion support for array
https://bugs.python.org/issue12974 closed by serhiy.storchaka

#26018: documentation of ZipFile file name encoding
https://bugs.python.org/issue26018 closed by serhiy.storchaka

#27916: Use time.monotonic instead of time.time where appropriate
https://bugs.python.org/issue27916 closed by cheryl.sabella

#28956: return list of modes for a multimodal distribution instead of
https://bugs.python.org/issue28956 closed by steven.daprano

#31973: Incomplete DeprecationWarning for async/await keywords
https://bugs.python.org/issue31973 closed by barry

#32846: Deletion of large sets of strings is extra slow
https://bugs.python.org/issue32846 closed by inada.naoki

#33002: Making a class formattable as hex/oct integer with printf-styl
https://bugs.python.org/issue33002 closed by serhiy.storchaka

#35132: python-gdb error: Python Exception <class 'RuntimeError'> Type
https://bugs.python.org/issue35132 closed by vstinner

#35661: Store the venv prompt in pyvenv.cfg
https://bugs.python.org/issue35661 closed by cheryl.sabella

#35807: Update bundled pip to 19.0
https://bugs.python.org/issue35807 closed by ncoghlan

#35830: building multiple (binary) packages from a single project
https://bugs.python.org/issue35830 closed by stefan

#35832: Installation error
https://bugs.python.org/issue35832 closed by steve.dower

#35843: importlib.util docs for namespace packages innaccurate
https://bugs.python.org/issue35843 closed by brett.cannon

#35854: EnvBuilder and venv symlinks do not work on Windows on 3.7.2
https://bugs.python.org/issue35854 closed by steve.dower

#35892: Fix awkwardness of statistics.mode() for multimodal datasets
https://bugs.python.org/issue35892 closed by rhettinger

#35944: Python 3.7 install error
https://bugs.python.org/issue35944 closed by steve.dower

#36029: Use title-case HTTP header fields
https://bugs.python.org/issue36029 closed by mdk

#36042: Setting __init_subclass__ and __class_getitem__ methods are in
https://bugs.python.org/issue36042 closed by inada.naoki

#36174: Remove licenseUrl field from nuget packages
https://bugs.python.org/issue36174 closed by steve.dower

#36176: Fix IDLE Autocomplete / Calltip Window Colors
https://bugs.python.org/issue36176 closed by terry.reedy

#36212: [2.7] Coverity scan: Modules/_hotshot.c , Variable "s1" going
https://bugs.python.org/issue36212 closed by vstinner

#36216: CVE-2019-9636: urlsplit does not handle NFKC normalization
https://bugs.python.org/issue36216 closed by steve.dower

#36229: Avoid unnecessary copies for list, set, and bytearray ops.
https://bugs.python.org/issue36229 closed by rhettinger

#36234: test_os: add tests for invalid uid type
https://bugs.python.org/issue36234 closed by vstinner

#36241: MD5 checksum is not valid for v2.7.16 "Windows x86-64 MSI inst
https://bugs.python.org/issue36241 closed by SilentGhost

#36244: Lock release fails under windows
https://bugs.python.org/issue36244 closed by Konrad Ciecierski

#36248: document about `or`, `and` operator.
https://bugs.python.org/issue36248 closed by SilentGhost

#36249: f-string should be the default placeholder
https://bugs.python.org/issue36249 closed by serhiy.storchaka

#36251: Invalid format specifiers in MatchObject and StdPrinter repr
https://bugs.python.org/issue36251 closed by serhiy.storchaka

#36252: update to Unicode 12
https://bugs.python.org/issue36252 closed by benjamin.peterson

#36262: Coverity scan: Python/dtoa.c resource leak
https://bugs.python.org/issue36262 closed by vstinner

#36264: os.path.expanduser should not use HOME on windows
https://bugs.python.org/issue36264 closed by steve.dower

#36269: post install in setup.py does not work when executed through p
https://bugs.python.org/issue36269 closed by sabakauser

#36278: Truncate method
https://bugs.python.org/issue36278 closed by josh.r

#36280: Add kind field to ast.Constant, to distinguish u"..." from "..
https://bugs.python.org/issue36280 closed by gvanrossum

#36282: Not accurate error message for exact number of positional argu
https://bugs.python.org/issue36282 closed by serhiy.storchaka

#36284: importlib.import_module() not thread safe if Exception is rais
https://bugs.python.org/issue36284 closed by serhiy.storchaka

#36288: Incorrect answer when using round()
https://bugs.python.org/issue36288 closed by zach.ware

#36289: [2.7] Coverity scan: Modules/_io/bufferedio.c leaked_storage:
https://bugs.python.org/issue36289 closed by vstinner

#36291: [2.7] Coverity Scan: Modules/_json.c: leaked_storage: Variable
https://bugs.python.org/issue36291 closed by vstinner

#36294: `io.BufferedIOBase` returns `None`
https://bugs.python.org/issue36294 closed by martin.panter

#36296: distutils.version.StrictVersion objects cannot be compared wit
https://bugs.python.org/issue36296 closed by eric.araujo

#36303: Trying to change values (fe. "To", "From") of email.mime.text.
https://bugs.python.org/issue36303 closed by Fotoblysk

#36306: inspect.signature(math.log) raises ValueError
https://bugs.python.org/issue36306 closed by remi.lapeyre
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-03-15 - 2019-03-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 7051 ( +3)
closed 41100 (+91)
total 48151 (+94)

Open issues with patches: 2817


Issues opened (55)
==================

#35121: Cookie domain check returns incorrect results
https://bugs.python.org/issue35121 reopened by xtreak

#36309: Remove tempfile.mktemp()
https://bugs.python.org/issue36309 opened by John Hagen

#36310: pygettext3.7 Does Not Recognize gettext Calls Within fstrings
https://bugs.python.org/issue36310 opened by Allie Fitter

#36311: Flaw in Windows code page decoder for large input
https://bugs.python.org/issue36311 opened by serhiy.storchaka

#36313: error: [Errno 13] Permission denied: '/usr/local/lib/python3.7
https://bugs.python.org/issue36313 opened by bunhin

#36315: Unable to install Python 3.7.2
https://bugs.python.org/issue36315 opened by ecesujoy@gmail.com

#36318: Adding support for setting the "disabled" attribute of loggers
https://bugs.python.org/issue36318 opened by maggyero

#36319: Erro 0xC0000374 on windows 10
https://bugs.python.org/issue36319 opened by heckad

#36322: Argument typo in dbm.ndbm.open
https://bugs.python.org/issue36322 opened by rougeth

#36323: IDLE: always display full grep path
https://bugs.python.org/issue36323 opened by terry.reedy

#36326: Build-out help() to read __slots__ with an optional data dicti
https://bugs.python.org/issue36326 opened by rhettinger

#36329: use the right python "make -C Doc/ serve"
https://bugs.python.org/issue36329 opened by matrixise

#36330: Warning about a potential dead code in timemodule and Clang
https://bugs.python.org/issue36330 opened by matrixise

#36335: Factor out / add bdb.Bdb.is_skipped_frame
https://bugs.python.org/issue36335 opened by blueyed

#36338: urlparse of urllib returns wrong hostname
https://bugs.python.org/issue36338 opened by Xianbo Wang

#36339: test_ttk_guionly: test_traversal() fails randomly on AMD64 Win
https://bugs.python.org/issue36339 opened by vstinner

#36340: 3.7.3rc1 Install Certificates fails on macOS
https://bugs.python.org/issue36340 opened by Dima.Tisnek

#36341: bind() on AF_UNIX socket may fail in tests run as non-root
https://bugs.python.org/issue36341 opened by xdegaye

#36342: test_venv failure when executed by test_multiprocessing and th
https://bugs.python.org/issue36342 opened by xdegaye

#36345: Deprecate Tools/scripts/serve.py in favour of python -m http.s
https://bugs.python.org/issue36345 opened by matrixise

#36346: Prepare for removing the legacy Unicode C API
https://bugs.python.org/issue36346 opened by serhiy.storchaka

#36347: Renaming the constants for the .flags of PyMemberDef
https://bugs.python.org/issue36347 opened by matrixise

#36348: test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails rando
https://bugs.python.org/issue36348 opened by vstinner

#36350: inspect.Signature.parameters and inspect.BoundArguments.argume
https://bugs.python.org/issue36350 opened by remi.lapeyre

#36351: the ipv6type variable in configure.ac may be set incorrectly w
https://bugs.python.org/issue36351 opened by xdegaye

#36353: rpath incorrectly handled on OSX by build_ext
https://bugs.python.org/issue36353 opened by Toon Verstraelen

#36354: Use CreateProcessW for Python 2.7 on Windows.
https://bugs.python.org/issue36354 opened by Ray Donnelly

#36355: Remove documentation and internal use of the *RESTRICTED const
https://bugs.python.org/issue36355 opened by josh.r

#36356: Failure to build with address sanitizer
https://bugs.python.org/issue36356 opened by btharper

#36359: contextvars documentation unclear on thread-locality
https://bugs.python.org/issue36359 opened by Hameer Abbasi2

#36361: generate correct pyconfig.h when cross-compiling
https://bugs.python.org/issue36361 opened by xdegaye

#36364: errors in multiprocessing.shared_memory examples
https://bugs.python.org/issue36364 opened by pierreglaser

#36366: Patcher stop method should be idempotent
https://bugs.python.org/issue36366 opened by sfreilich

#36368: server process of shared_memory shuts down if KeyboardInterrup
https://bugs.python.org/issue36368 opened by pierreglaser

#36369: test_weakref super slow on RPi Zero
https://bugs.python.org/issue36369 opened by DNSGeek

#36370: Check for PyErr_Occurred() after PyImport_GetModule().
https://bugs.python.org/issue36370 opened by asmeurer

#36372: Flawed handling of URL redirect
https://bugs.python.org/issue36372 opened by bugburger

#36373: asyncio.gather: no docs for deprecated loop parameter
https://bugs.python.org/issue36373 opened by dtrauma

#36375: PEP 499 implementation: "python -m foo" binds the main module
https://bugs.python.org/issue36375 opened by cameron

#36377: Python 'datastructures.html' docs page needs improvement becau
https://bugs.python.org/issue36377 opened by shoark7

#36378: Add support to load from paths to json.load
https://bugs.python.org/issue36378 opened by DaniFojo

#36379: nb_inplace_pow is always called with an invalid argument
https://bugs.python.org/issue36379 opened by Zuzu_Typ

#36381: Deprecate "#" argument format without PY_SSIZE_T_CLEAN
https://bugs.python.org/issue36381 opened by inada.naoki

#36383: In Windows 10 virtual environments distutils.sysconfig.get_pyt
https://bugs.python.org/issue36383 opened by Mark Campanelli

#36384: ipaddress Should not reject IPv4 addresses with leading zeroes
https://bugs.python.org/issue36384 opened by Joel Croteau

#36387: Refactor getenvironment() in _winapi.c
https://bugs.python.org/issue36387 opened by serhiy.storchaka

#36388: pdb: do_debug installs sys.settrace handler when used inside p
https://bugs.python.org/issue36388 opened by blueyed

#36389: Add gc.enable_object_debugger(): detect corrupted Python objec
https://bugs.python.org/issue36389 opened by vstinner

#36390: IDLE: Refactor formatting methods from editor
https://bugs.python.org/issue36390 opened by cheryl.sabella

#36392: IPv4Interface Object has no attributte prefixlen
https://bugs.python.org/issue36392 opened by Eddgar Rojas

#36394: test_multiprocessing_spawn fails on Windows7 3.x buildbot
https://bugs.python.org/issue36394 opened by pablogsal

#36395: Add deferred single-threaded/fake executor to concurrent.futur
https://bugs.python.org/issue36395 opened by Brian McCutchon

#36396: Remove fgBg param of idlelib.config.GetHighlight()
https://bugs.python.org/issue36396 opened by terry.reedy

#36398: A possible crash in structseq.c's structseq_repr()
https://bugs.python.org/issue36398 opened by ZackerySpytz

#36399: multiprocessing: Queue does not work in virtualenv but works f
https://bugs.python.org/issue36399 opened by Bernt.Røskar.Brenna



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

#36395: Add deferred single-threaded/fake executor to concurrent.futur
https://bugs.python.org/issue36395

#36394: test_multiprocessing_spawn fails on Windows7 3.x buildbot
https://bugs.python.org/issue36394

#36392: IPv4Interface Object has no attributte prefixlen
https://bugs.python.org/issue36392

#36388: pdb: do_debug installs sys.settrace handler when used inside p
https://bugs.python.org/issue36388

#36387: Refactor getenvironment() in _winapi.c
https://bugs.python.org/issue36387

#36384: ipaddress Should not reject IPv4 addresses with leading zeroes
https://bugs.python.org/issue36384

#36383: In Windows 10 virtual environments distutils.sysconfig.get_pyt
https://bugs.python.org/issue36383

#36369: test_weakref super slow on RPi Zero
https://bugs.python.org/issue36369

#36364: errors in multiprocessing.shared_memory examples
https://bugs.python.org/issue36364

#36361: generate correct pyconfig.h when cross-compiling
https://bugs.python.org/issue36361

#36359: contextvars documentation unclear on thread-locality
https://bugs.python.org/issue36359

#36353: rpath incorrectly handled on OSX by build_ext
https://bugs.python.org/issue36353

#36351: the ipv6type variable in configure.ac may be set incorrectly w
https://bugs.python.org/issue36351

#36350: inspect.Signature.parameters and inspect.BoundArguments.argume
https://bugs.python.org/issue36350

#36341: bind() on AF_UNIX socket may fail in tests run as non-root
https://bugs.python.org/issue36341



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

#36398: A possible crash in structseq.c's structseq_repr()
https://bugs.python.org/issue36398

#36396: Remove fgBg param of idlelib.config.GetHighlight()
https://bugs.python.org/issue36396

#36394: test_multiprocessing_spawn fails on Windows7 3.x buildbot
https://bugs.python.org/issue36394

#36390: IDLE: Refactor formatting methods from editor
https://bugs.python.org/issue36390

#36389: Add gc.enable_object_debugger(): detect corrupted Python objec
https://bugs.python.org/issue36389

#36388: pdb: do_debug installs sys.settrace handler when used inside p
https://bugs.python.org/issue36388

#36387: Refactor getenvironment() in _winapi.c
https://bugs.python.org/issue36387

#36381: Deprecate "#" argument format without PY_SSIZE_T_CLEAN
https://bugs.python.org/issue36381

#36378: Add support to load from paths to json.load
https://bugs.python.org/issue36378

#36377: Python 'datastructures.html' docs page needs improvement becau
https://bugs.python.org/issue36377

#36375: PEP 499 implementation: "python -m foo" binds the main module
https://bugs.python.org/issue36375

#36368: server process of shared_memory shuts down if KeyboardInterrup
https://bugs.python.org/issue36368

#36366: Patcher stop method should be idempotent
https://bugs.python.org/issue36366

#36364: errors in multiprocessing.shared_memory examples
https://bugs.python.org/issue36364

#36361: generate correct pyconfig.h when cross-compiling
https://bugs.python.org/issue36361



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

#34160: ElementTree not preserving attribute order
https://bugs.python.org/issue34160 23 msgs

#36236: Python crash on macOS when CWD is invalid
https://bugs.python.org/issue36236 13 msgs

#36356: Failure to build with address sanitizer
https://bugs.python.org/issue36356 11 msgs

#36346: Prepare for removing the legacy Unicode C API
https://bugs.python.org/issue36346 10 msgs

#36370: Check for PyErr_Occurred() after PyImport_GetModule().
https://bugs.python.org/issue36370 9 msgs

#36299: array: Deprecate 'u' type in array module
https://bugs.python.org/issue36299 8 msgs

#35066: Inconsistency between dangling '%' handling in time.strftime()
https://bugs.python.org/issue35066 6 msgs

#36342: test_venv failure when executed by test_multiprocessing and th
https://bugs.python.org/issue36342 6 msgs

#36389: Add gc.enable_object_debugger(): detect corrupted Python objec
https://bugs.python.org/issue36389 6 msgs

#23984: Documentation error: Descriptors
https://bugs.python.org/issue23984 5 msgs



Issues closed (83)
==================

#4071: ntpath.abspath fails for long str paths
https://bugs.python.org/issue4071 closed by eryksun

#7936: sys.argv contains only scriptname
https://bugs.python.org/issue7936 closed by terry.reedy

#8677: Modules needing PY_SSIZE_T_CLEAN
https://bugs.python.org/issue8677 closed by inada.naoki

#10641: kill_python sometimes fails to kill processes on buildbots
https://bugs.python.org/issue10641 closed by zach.ware

#12616: zip fixer fails on zip()[:-1]
https://bugs.python.org/issue12616 closed by xtreak

#12622: failfast argument to TextTestRunner not documented
https://bugs.python.org/issue12622 closed by cheryl.sabella

#13668: mute ImportError in __del__ of _threading_local module
https://bugs.python.org/issue13668 closed by xtreak

#18016: subprocess should open stdin in mode w+b on windows
https://bugs.python.org/issue18016 closed by cheryl.sabella

#18249: Incorrect and incomplete help docs for close() method
https://bugs.python.org/issue18249 closed by adelfino

#19415: test_gdb fails when using --without-doc-strings on Fedora 19
https://bugs.python.org/issue19415 closed by matrixise

#21960: Better path handling in Idle find in files
https://bugs.python.org/issue21960 closed by cheryl.sabella

#22587: os.path.abspath(None) behavior is inconsistent between platfor
https://bugs.python.org/issue22587 closed by SilentGhost

#23216: IDLE grep/find/replace source code needs docstrings
https://bugs.python.org/issue23216 closed by cheryl.sabella

#26103: Contradiction in definition of "data descriptor" between (dott
https://bugs.python.org/issue26103 closed by Aaron Hall

#26517: Crash in installer
https://bugs.python.org/issue26517 closed by cheryl.sabella

#30903: IPv4Network's hostmask attribute doesn't returns string value
https://bugs.python.org/issue30903 closed by cheryl.sabella

#31470: Py_Initialize documentation wrong
https://bugs.python.org/issue31470 closed by cheryl.sabella

#31495: Wrong offset with IndentationError ("expected an indented bloc
https://bugs.python.org/issue31495 closed by cheryl.sabella

#32142: heapq.heappop - documentation misleading or doesn't work
https://bugs.python.org/issue32142 closed by cheryl.sabella

#32147: improve performance of binascii.unhexlify() by using conversio
https://bugs.python.org/issue32147 closed by serhiy.storchaka

#33635: OSError when using pathlib.Path.rglob() to list device files
https://bugs.python.org/issue33635 closed by cheryl.sabella

#34461: Availability of parsers in etree initializer
https://bugs.python.org/issue34461 closed by ned.deily

#34965: Python on Docker container using flask is going down after som
https://bugs.python.org/issue34965 closed by cheryl.sabella

#35284: Incomplete error handling in Python/compile.c:compiler_call()
https://bugs.python.org/issue35284 closed by serhiy.storchaka

#35388: _PyRuntime_Initialize() called after Py_Finalize() does nothin
https://bugs.python.org/issue35388 closed by vstinner

#35493: multiprocessing.Pool._worker_handler(): use SIGCHLD to be noti
https://bugs.python.org/issue35493 closed by pablogsal

#35715: ProcessPool workers hold onto return value of last task in mem
https://bugs.python.org/issue35715 closed by pablogsal

#35752: test_buffer fails on ppc64le: memoryview pack_single() is misc
https://bugs.python.org/issue35752 closed by vstinner

#35978: test_venv fails in Travis with GCC
https://bugs.python.org/issue35978 closed by steve.dower

#36124: Provide convenient C API for storing per-interpreter state
https://bugs.python.org/issue36124 closed by eric.snow

#36195: initializer is not a valid param in ThreadPoolExecutor
https://bugs.python.org/issue36195 closed by ned.deily

#36211: show full url when execute "make -C Doc/ serve"
https://bugs.python.org/issue36211 closed by mdk

#36215: Should AppVeyor run compile Python in debug mode?
https://bugs.python.org/issue36215 closed by vstinner

#36233: xml ElementTree quotation marks of xml version string
https://bugs.python.org/issue36233 closed by serhiy.storchaka

#36235: distutils.sysconfig.customize_compiler() overrides CFLAGS var
https://bugs.python.org/issue36235 closed by vstinner

#36256: parser module fails on legal input
https://bugs.python.org/issue36256 closed by pablogsal

#36268: Change default tar format to modern POSIX 2001 (pax) for bette
https://bugs.python.org/issue36268 closed by serhiy.storchaka

#36272: Recursive logging crashes Interpreter in Python 3
https://bugs.python.org/issue36272 closed by vinay.sajip

#36276: Python urllib CRLF injection vulnerability
https://bugs.python.org/issue36276 closed by orsenthil

#36292: Coverity scan: Resource leaks in longobject.c
https://bugs.python.org/issue36292 closed by vstinner

#36297: Remove unicode_internal codec
https://bugs.python.org/issue36297 closed by inada.naoki

#36300: eval of comprehension cannot access local variables
https://bugs.python.org/issue36300 closed by terry.reedy

#36307: Upgrade Travis CI config to Xenial from near-EoL Trusty and re
https://bugs.python.org/issue36307 closed by inada.naoki

#36308: Fix warning in _PyPathConfig_ComputeArgv0
https://bugs.python.org/issue36308 closed by matrixise

#36312: Invalid flag for some code page decoders
https://bugs.python.org/issue36312 closed by serhiy.storchaka

#36314: Pivot_Table Docstring Error
https://bugs.python.org/issue36314 closed by SilentGhost

#36316: Provide SHA256 checksums for installers
https://bugs.python.org/issue36316 closed by benjamin.peterson

#36317: Typo in documentation of _PyObject_FastCallDict
https://bugs.python.org/issue36317 closed by vstinner

#36320: typing.NamedTuple to switch from OrderedDict to regular dict
https://bugs.python.org/issue36320 closed by rhettinger

#36321: Fix misspelled attribute name in namedtuple()
https://bugs.python.org/issue36321 closed by rhettinger

#36324: Inverse cumulative normal distribution function
https://bugs.python.org/issue36324 closed by rhettinger

#36325: Build-out help() to support a class level data dictionary
https://bugs.python.org/issue36325 closed by rhettinger

#36327: Remove EOLed Py34 from "Status of Python branches"
https://bugs.python.org/issue36327 closed by xtreak

#36328: tstate may be used uninitialized in Py_NewInterpreter
https://bugs.python.org/issue36328 closed by vstinner

#36331: check_output is returning non-zero exit status 1
https://bugs.python.org/issue36331 closed by ned.deily

#36332: compile() error on AST object with assignment expression
https://bugs.python.org/issue36332 closed by pablogsal

#36333: memory leaks detected with valgrind for python -V
https://bugs.python.org/issue36333 closed by vstinner

#36334: pathlib.Path unexpected (wrong) behaviour when combining path
https://bugs.python.org/issue36334 closed by eryksun

#36336: test_httplib, test_multiprocessing_forkserver leaks on x86 Gen
https://bugs.python.org/issue36336 closed by vstinner

#36337: Use socket.sendall()/send() send data larger than 2GB will be
https://bugs.python.org/issue36337 closed by vstinner

#36343: Certificate added to Win Store not available
https://bugs.python.org/issue36343 closed by steve.dower

#36344: install_certificates.command too complicated, copy from pip's
https://bugs.python.org/issue36344 closed by ned.deily

#36349: Including parentheses in a regular expression pattern enclosed
https://bugs.python.org/issue36349 closed by matrixise

#36352: Modules/getpath.c should not use hardcoded buffer sizes (MAXPA
https://bugs.python.org/issue36352 closed by vstinner

#36357: Build 32bit Python on Windows with SSE2 instruction set
https://bugs.python.org/issue36357 closed by Ma Lin

#36358: bool type does not support True or False as command line argv
https://bugs.python.org/issue36358 closed by serhiy.storchaka

#36360: undef HAVE_STROPTS_H in pyconfig.h.in is ignored
https://bugs.python.org/issue36360 closed by Shady Atef

#36362: Detected unused variables in import.c and HAVE_DYNAMIC_LOADING
https://bugs.python.org/issue36362 closed by brett.cannon

#36363: Wrong type when missname dataclass attribute with existing var
https://bugs.python.org/issue36363 closed by gvanrossum

#36365: Objects/structseq.c: warning: 'strncpy' specified bound depend
https://bugs.python.org/issue36365 closed by vstinner

#36367: tokenizer.c memory leak in case of realloc failure
https://bugs.python.org/issue36367 closed by pablogsal

#36371: FancyGetopt.generate_help crashes with TypeError
https://bugs.python.org/issue36371 closed by SilentGhost

#36374: A possible null pointer dereference in compile.c's merge_const
https://bugs.python.org/issue36374 closed by inada.naoki

#36376: Wrong position of SyntaxError in IDLE
https://bugs.python.org/issue36376 closed by terry.reedy

#36380: collections.Counter in-place operators are unexpectedly slow
https://bugs.python.org/issue36380 closed by rhettinger

#36382: socket.getfqdn() returns domain "mshome.net"
https://bugs.python.org/issue36382 closed by markuskramerIgitt

#36385: Add ``elif`` sentence on to avoid multiple ``if``
https://bugs.python.org/issue36385 closed by rhettinger

#36386: segfault on PyUnicode_DecodeFSDefaultAndSize for uninitialized
https://bugs.python.org/issue36386 closed by vstinner

#36391: XSS in bugs.python.org 404 error page
https://bugs.python.org/issue36391 closed by SilentGhost

#36393: python user define function is replacing variable value
https://bugs.python.org/issue36393 closed by zach.ware

#36397: re.split() incorrectly splitting on zero-width pattern
https://bugs.python.org/issue36397 closed by mrabarnett

#36400: Add activate script to venv root folder
https://bugs.python.org/issue36400 closed by brett.cannon

#969718: BASECFLAGS are not passed to module build line
https://bugs.python.org/issue969718 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-03-22 - 2019-03-29)
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 7048 ( -3)
closed 41176 (+76)
total 48224 (+73)

Open issues with patches: 2809


Issues opened (50)
==================

#22189: collections.UserString missing some str methods
https://bugs.python.org/issue22189 reopened by rhettinger

#28190: Cross-build _curses failed if host ncurses headers and target
https://bugs.python.org/issue28190 reopened by doko

#33356: Windows 10 buildbot: test__xxsubinterpreters.test_already_runn
https://bugs.python.org/issue33356 reopened by vstinner

#35155: Clarify Protocol Handlers in urllib.request Docs
https://bugs.python.org/issue35155 reopened by orsenthil

#36150: Possible assertion failures due to _ctypes.c's PyCData_reduce(
https://bugs.python.org/issue36150 reopened by serhiy.storchaka

#36344: install_certificates.command too complicated
https://bugs.python.org/issue36344 reopened by ned.deily

#36402: test_threading: test_threads_join_2() failed with "Fatal Pytho
https://bugs.python.org/issue36402 opened by vstinner

#36403: AsyncIterator on 3.7: __aiter__ no longer honors finally block
https://bugs.python.org/issue36403 opened by asksol

#36404: Document PendingDeprecationWarning as deprecated
https://bugs.python.org/issue36404 opened by inada.naoki

#36406: doctest.testmod(empty_package) raises TypeError in 3.7 (and no
https://bugs.python.org/issue36406 opened by Dutcho

#36408: Tkinter multi-processing performance, Linux 10-25 times faster
https://bugs.python.org/issue36408 opened by james.mccormack

#36409: plistlib old API should be removed
https://bugs.python.org/issue36409 opened by bigfootjon

#36411: Python 3 f.tell() gets out of sync with file pointer in binary
https://bugs.python.org/issue36411 opened by pewscorner

#36414: Multiple test failures in GCC and Clang optional builds on Tra
https://bugs.python.org/issue36414 opened by xtreak

#36416: bytes.rpartition bug in online documentation
https://bugs.python.org/issue36416 opened by pewscorner

#36417: unicode.isdecimal bug in online Python 2 documentation
https://bugs.python.org/issue36417 opened by pewscorner

#36418: urllib.parse.*Result: support _replace for additional computed
https://bugs.python.org/issue36418 opened by cheryl.sabella

#36419: IDLE autocomplete: refactor and polish code and tests
https://bugs.python.org/issue36419 opened by terry.reedy

#36422: tempfile.TemporaryDirectory() removes entire directory tree ev
https://bugs.python.org/issue36422 opened by riccardomurri

#36424: Pickle fails on frozen dataclass that has slots
https://bugs.python.org/issue36424 opened by drhagen

#36426: exec() issue when used inside function
https://bugs.python.org/issue36426 opened by schperplata

#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t
https://bugs.python.org/issue36427 opened by pablogsal

#36429: Fix starting IDLE with pyshell
https://bugs.python.org/issue36429 opened by terry.reedy

#36432: Running python test suite fails on macOS 10.14.4 with resource
https://bugs.python.org/issue36432 opened by ned.deily

#36434: Zipfile breaks if signalled during write()
https://bugs.python.org/issue36434 opened by and800

#36437: method_descriptor surprising error message when self is passed
https://bugs.python.org/issue36437 opened by vstinner

#36438: Python 3.5.7 import error on Cross compile
https://bugs.python.org/issue36438 opened by Brian Spratke

#36439: Inconsistencies with datetime.fromtimestamp(t) when t < 0
https://bugs.python.org/issue36439 opened by Tiger-222

#36440: more helpful diagnostics for parser module
https://bugs.python.org/issue36440 opened by A. Skrobov

#36442: Different ValueError for the same operation in List and Tuple
https://bugs.python.org/issue36442 opened by HardikPatel

#36445: bus error in test_gil test on armhf running with 64bit kernel
https://bugs.python.org/issue36445 opened by doko

#36448: Message "You will need to rebuild pythoncore to see the change
https://bugs.python.org/issue36448 opened by jdemeyer

#36449: __aexit__ is not called when a context manager is used in an a
https://bugs.python.org/issue36449 opened by Andrey Lemets

#36453: pkgutil.get_importer only return the first valid path_hook(imp
https://bugs.python.org/issue36453 opened by Windson Yang

#36454: test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE
https://bugs.python.org/issue36454 opened by vstinner

#36456: task.cancel unbound recursion
https://bugs.python.org/issue36456 opened by Dima.Tisnek

#36457: functools.singledispatchmethod interacts poorly with subclasse
https://bugs.python.org/issue36457 opened by Tim Mitchell2

#36460: Add AMP MIME type support
https://bugs.python.org/issue36460 opened by Daniel Black

#36461: timeit: Additional changes for autorange
https://bugs.python.org/issue36461 opened by cheryl.sabella

#36463: python37.dll crashing 0xc000041d
https://bugs.python.org/issue36463 opened by Savagery

#36464: Python 2.7 build install fails intermittently with -j on MacOS
https://bugs.python.org/issue36464 opened by madscientist

#36465: No longer enable Py_TRACE_REFS by default in debug build
https://bugs.python.org/issue36465 opened by vstinner

#36466: Adding a way to strip annotations from compiled bytecode
https://bugs.python.org/issue36466 opened by cary

#36467: IDLE to help with invisible characters
https://bugs.python.org/issue36467 opened by rhettinger

#36468: Treeview: wrong color change
https://bugs.python.org/issue36468 opened by guillaumeb

#36469: Stuck during interpreter exit, attempting to take the GIL
https://bugs.python.org/issue36469 opened by mocramis

#36470: dataclasses.replace raises an exception if InitVar with defaul
https://bugs.python.org/issue36470 opened by Greg Kuhn

#36471: PEP 432, PEP 587: Add _Py_RunMain()
https://bugs.python.org/issue36471 opened by vstinner

#36472: Some old PR with CLA not signed
https://bugs.python.org/issue36472 opened by eamanu

#36473: Detect all dictionary changes during iteration
https://bugs.python.org/issue36473 opened by thomas.perl



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

#36468: Treeview: wrong color change
https://bugs.python.org/issue36468

#36467: IDLE to help with invisible characters
https://bugs.python.org/issue36467

#36466: Adding a way to strip annotations from compiled bytecode
https://bugs.python.org/issue36466

#36457: functools.singledispatchmethod interacts poorly with subclasse
https://bugs.python.org/issue36457

#36456: task.cancel unbound recursion
https://bugs.python.org/issue36456

#36454: test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE
https://bugs.python.org/issue36454

#36445: bus error in test_gil test on armhf running with 64bit kernel
https://bugs.python.org/issue36445

#36438: Python 3.5.7 import error on Cross compile
https://bugs.python.org/issue36438

#36437: method_descriptor surprising error message when self is passed
https://bugs.python.org/issue36437

#36434: Zipfile breaks if signalled during write()
https://bugs.python.org/issue36434

#36424: Pickle fails on frozen dataclass that has slots
https://bugs.python.org/issue36424

#36419: IDLE autocomplete: refactor and polish code and tests
https://bugs.python.org/issue36419

#36418: urllib.parse.*Result: support _replace for additional computed
https://bugs.python.org/issue36418

#36417: unicode.isdecimal bug in online Python 2 documentation
https://bugs.python.org/issue36417

#36404: Document PendingDeprecationWarning as deprecated
https://bugs.python.org/issue36404



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

#36473: Detect all dictionary changes during iteration
https://bugs.python.org/issue36473

#36471: PEP 432, PEP 587: Add _Py_RunMain()
https://bugs.python.org/issue36471

#36466: Adding a way to strip annotations from compiled bytecode
https://bugs.python.org/issue36466

#36465: No longer enable Py_TRACE_REFS by default in debug build
https://bugs.python.org/issue36465

#36448: Message "You will need to rebuild pythoncore to see the change
https://bugs.python.org/issue36448

#36440: more helpful diagnostics for parser module
https://bugs.python.org/issue36440

#36434: Zipfile breaks if signalled during write()
https://bugs.python.org/issue36434

#36429: Fix starting IDLE with pyshell
https://bugs.python.org/issue36429

#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t
https://bugs.python.org/issue36427

#36416: bytes.rpartition bug in online documentation
https://bugs.python.org/issue36416

#36409: plistlib old API should be removed
https://bugs.python.org/issue36409

#36406: doctest.testmod(empty_package) raises TypeError in 3.7 (and no
https://bugs.python.org/issue36406

#36404: Document PendingDeprecationWarning as deprecated
https://bugs.python.org/issue36404

#36398: A possible crash in structseq.c's structseq_repr()
https://bugs.python.org/issue36398

#36394: test_multiprocessing_spawn fails on Windows7 3.x buildbot
https://bugs.python.org/issue36394



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

#36345: Deprecate Tools/scripts/serve.py in favour of python -m http.s
https://bugs.python.org/issue36345 12 msgs

#36305: Inconsistent behavior of pathlib.WindowsPath with drive paths
https://bugs.python.org/issue36305 10 msgs

#36347: Renaming the constants for the .flags of PyMemberDef
https://bugs.python.org/issue36347 10 msgs

#35983: tp_dealloc trashcan shouldn't be called for subclasses
https://bugs.python.org/issue35983 8 msgs

#36460: Add AMP MIME type support
https://bugs.python.org/issue36460 6 msgs

#36414: Multiple test failures in GCC and Clang optional builds on Tra
https://bugs.python.org/issue36414 5 msgs

#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t
https://bugs.python.org/issue36427 5 msgs

#36469: Stuck during interpreter exit, attempting to take the GIL
https://bugs.python.org/issue36469 5 msgs

#10716: Modernize pydoc to use better HTML and separate CSS
https://bugs.python.org/issue10716 4 msgs

#31327: bug in dateutil\tz\tz.py
https://bugs.python.org/issue31327 4 msgs



Issues closed (78)
==================

#5340: Change in cgi behavior breaks existing software
https://bugs.python.org/issue5340 closed by inada.naoki

#6422: timeit called from within Python should allow autoranging
https://bugs.python.org/issue6422 closed by cheryl.sabella

#12445: dict view values objects are missing tp_richcmp and tp_as_numb
https://bugs.python.org/issue12445 closed by inada.naoki

#19879: imageop: bug in error handler
https://bugs.python.org/issue19879 closed by inada.naoki

#21019: PyMethodDef ml_name is char* instead of const char*
https://bugs.python.org/issue21019 closed by inada.naoki

#21022: PyMemberDef doc is char* instead of const char*
https://bugs.python.org/issue21022 closed by inada.naoki

#22327: test_gdb failures on Ubuntu 14.10
https://bugs.python.org/issue22327 closed by cheryl.sabella

#22503: Signal stack overflow in faulthandler_user
https://bugs.python.org/issue22503 closed by vstinner

#23126: Add Python hook function to replace NameError
https://bugs.python.org/issue23126 closed by inada.naoki

#23205: Unit test needed for IDLE's GrepDialog.py's findfiles()
https://bugs.python.org/issue23205 closed by cheryl.sabella

#25614: Lib/code.py: InteractiveConsole.raw_input writes prompt to std
https://bugs.python.org/issue25614 closed by cheryl.sabella

#27464: Document that SplitResult & friends are namedtuples
https://bugs.python.org/issue27464 closed by martin.panter

#27797: ASCII file with UNIX line conventions and enough lines throws
https://bugs.python.org/issue27797 closed by inada.naoki

#30348: IDLE: Add test_autocomplete unittests
https://bugs.python.org/issue30348 closed by terry.reedy

#31292: `python setup.py check --restructuredtext` fails when a includ
https://bugs.python.org/issue31292 closed by cheryl.sabella

#31822: Document that urllib.parse.{Defrag,Split,Parse}Result are name
https://bugs.python.org/issue31822 closed by cheryl.sabella

#32217: freeze.py fails to work.
https://bugs.python.org/issue32217 closed by cheryl.sabella

#32419: Add unittest support for pyc projects
https://bugs.python.org/issue32419 closed by inada.naoki

#32823: Regression in test -j behavior and time in 3.7.0b1
https://bugs.python.org/issue32823 closed by terry.reedy

#32950: profiling python gc
https://bugs.python.org/issue32950 closed by inada.naoki

#33043: Add a 'Contributing to Docs' link at the bottom of docs.python
https://bugs.python.org/issue33043 closed by willingc

#33319: `subprocess.run` documentation doesn't tell is using `stdout=P
https://bugs.python.org/issue33319 closed by gregory.p.smith

#33832: doc Add "magic method" entry to Glossary
https://bugs.python.org/issue33832 closed by eric.araujo

#34085: doc Improve wording on classmethod/staticmethod
https://bugs.python.org/issue34085 closed by cheryl.sabella

#34745: asyncio ssl memory leak
https://bugs.python.org/issue34745 closed by thehesiod

#34826: io.BufferedReader crashes in 2.7 on memoryview attribute acces
https://bugs.python.org/issue34826 closed by inada.naoki

#34995: functools.cached_property does not maintain the wrapped method
https://bugs.python.org/issue34995 closed by inada.naoki

#35165: Possible wrong method name in attribute references doc
https://bugs.python.org/issue35165 closed by cheryl.sabella

#35194: A typo in a constant in cp932 codec
https://bugs.python.org/issue35194 closed by inada.naoki

#35528: [DOC] [LaTeX] Sphinx 2.0 uses GNU FreeFont as default for xela
https://bugs.python.org/issue35528 closed by mdk

#36064: docs: urllib.request.Request not accepting iterables data type
https://bugs.python.org/issue36064 closed by mdk

#36143: Auto-generate Lib/keyword.py
https://bugs.python.org/issue36143 closed by pablogsal

#36202: Calling Py_DecodeLocale() before _PyPreConfig_Write() can prod
https://bugs.python.org/issue36202 closed by vstinner

#36218: .sort() segfaults consistently on crafted input
https://bugs.python.org/issue36218 closed by rhettinger

#36236: Python crash on macOS when CWD is invalid
https://bugs.python.org/issue36236 closed by ned.deily

#36245: PCBuild/build.bat errors, probably from space characters in pa
https://bugs.python.org/issue36245 closed by steve.dower

#36260: Cpython/Lib vulnerability found and request a patch submission
https://bugs.python.org/issue36260 closed by krnick

#36286: Random failure in test_idle
https://bugs.python.org/issue36286 closed by serhiy.storchaka

#36298: Lib/pyclbr.py crashes when the package spec cannot be determin
https://bugs.python.org/issue36298 closed by brett.cannon

#36301: Add _Py_PreInitialize() function
https://bugs.python.org/issue36301 closed by vstinner

#36318: Adding support for setting the "disabled" attribute of loggers
https://bugs.python.org/issue36318 closed by maggyero

#36326: Teach inpsect.getdoc() to read __slots__ with an optional data
https://bugs.python.org/issue36326 closed by rhettinger

#36340: 3.7.3rc1 Install Certificates fails on macOS
https://bugs.python.org/issue36340 closed by ned.deily

#36354: Use CreateProcessW for Python 2.7 on Windows.
https://bugs.python.org/issue36354 closed by gregory.p.smith

#36366: Patcher stop method should be idempotent
https://bugs.python.org/issue36366 closed by brett.cannon

#36370: Check for PyErr_Occurred() after PyImport_GetModule().
https://bugs.python.org/issue36370 closed by skrah

#36381: Deprecate "#" argument format without PY_SSIZE_T_CLEAN
https://bugs.python.org/issue36381 closed by inada.naoki

#36387: Refactor getenvironment() in _winapi.c
https://bugs.python.org/issue36387 closed by serhiy.storchaka

#36396: Remove fgBg param of idlelib.config.GetHighlight()
https://bugs.python.org/issue36396 closed by terry.reedy

#36401: Readonly properties should be marked as such in help()
https://bugs.python.org/issue36401 closed by rhettinger

#36405: Use dict unpacking in idlelib
https://bugs.python.org/issue36405 closed by terry.reedy

#36407: xml.dom.minidom wrong indentation writing for CDATA section
https://bugs.python.org/issue36407 closed by serhiy.storchaka

#36410: Proposal to make strip/lstrip/rstrip more explicit
https://bugs.python.org/issue36410 closed by rhettinger

#36412: A possible crash in dictobject.c's new_dict()
https://bugs.python.org/issue36412 closed by inada.naoki

#36413: Brief Tour of the Standard Library — Part II example problem
https://bugs.python.org/issue36413 closed by rhettinger

#36415: [math] Implement pow2 function
https://bugs.python.org/issue36415 closed by serhiy.storchaka

#36420: f_trace_opcodes setting and accessing opcodes
https://bugs.python.org/issue36420 closed by anthony shaw

#36421: A possible double decref in _ctypes.c's PyCArrayType_new()
https://bugs.python.org/issue36421 closed by serhiy.storchaka

#36423: www.pythontest.net is down
https://bugs.python.org/issue36423 closed by vstinner

#36425: Add Simplified Chinese to the language switcher
https://bugs.python.org/issue36425 closed by mdk

#36428: Support AutoAwait?
https://bugs.python.org/issue36428 closed by gvanrossum

#36430: A possible reference leak in itertools.count()
https://bugs.python.org/issue36430 closed by serhiy.storchaka

#36431: Use dict unpacking for merging two dicts
https://bugs.python.org/issue36431 closed by serhiy.storchaka

#36433: Unhelpful error message in classmethoddescr_call()
https://bugs.python.org/issue36433 closed by inada.naoki

#36435: multiprocessing crashes in Python 3.7.3 on Windows
https://bugs.python.org/issue36435 closed by paul.moore

#36436: _testcapi.pymem_buffer_overflow() doesn't handle memory alloca
https://bugs.python.org/issue36436 closed by vstinner

#36441: Cannot create venv with debug binaries installed
https://bugs.python.org/issue36441 closed by steve.dower

#36443: Disable coerce_c_locale and utf8_mode by default in _PyPreConf
https://bugs.python.org/issue36443 closed by vstinner

#36444: Python initialization: remove _PyMainInterpreterConfig
https://bugs.python.org/issue36444 closed by vstinner

#36446: Need Windows x86-64 MSI installer for Python >= 3.x.x
https://bugs.python.org/issue36446 closed by zach.ware

#36447: test__xxsubinterpreters leaked references and memory blocks
https://bugs.python.org/issue36447 closed by vstinner

#36450: 3D Array Assignment to all 2D sub-arrays
https://bugs.python.org/issue36450 closed by eric.snow

#36451: Docs zh-cn roots error in nav bar
https://bugs.python.org/issue36451 closed by mdk

#36452: Detect dict iteration "overflow" when changing keys
https://bugs.python.org/issue36452 closed by inada.naoki

#36455: collections.abc.Sequence doesn't support reflection/introspect
https://bugs.python.org/issue36455 closed by josh.r

#36458: Compile errors --without-threads
https://bugs.python.org/issue36458 closed by ned.deily

#36459: A possible double PyMem_FREE() due to tokenizer.c's tok_nextc(
https://bugs.python.org/issue36459 closed by serhiy.storchaka

#36462: CVE-2019-9674 : zip bomb vulnerability in Lib/zipfile.py
https://bugs.python.org/issue36462 closed by brett.cannon
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-03-29 - 2019-04-05)
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 7056 ( +8)
closed 41231 (+55)
total 48287 (+63)

Open issues with patches: 2816


Issues opened (44)
==================

#36260: Cpython/Lib vulnerability found and request a patch submission
https://bugs.python.org/issue36260 reopened by krnick

#36474: RecursionError resets trace function set via sys.settrace
https://bugs.python.org/issue36474 opened by blueyed

#36475: PyEval_AcquireLock() and PyEval_AcquireThread() do not handle
https://bugs.python.org/issue36475 opened by eric.snow

#36476: Runtime finalization assumes all other threads have exited.
https://bugs.python.org/issue36476 opened by eric.snow

#36478: backport of pickle fixes to Python 3.5.7 uses C99 for loops
https://bugs.python.org/issue36478 opened by Anthony Sottile

#36479: Exit threads when interpreter is finalizing rather than runtim
https://bugs.python.org/issue36479 opened by eric.snow

#36481: telnetlib process_rawq() callback
https://bugs.python.org/issue36481 opened by Quanthir

#36484: Can't reorder TLS 1.3 ciphersuites
https://bugs.python.org/issue36484 opened by Eman Alashwali

#36485: Establish a uniform way to clear all caches in a given module
https://bugs.python.org/issue36485 opened by serhiy.storchaka

#36486: Bugs and inconsistencies in unicodedata
https://bugs.python.org/issue36486 opened by dscorbett

#36487: Make C-API docs clear about what the "main" interpreter is
https://bugs.python.org/issue36487 opened by nanjekyejoannah

#36488: os.sendfile() on BSD and macOS does not return bytes sent on E
https://bugs.python.org/issue36488 opened by giampaolo.rodola

#36489: add filename_extension_map and/or content-types_map dict(s) to
https://bugs.python.org/issue36489 opened by Daniel Black

#36490: Modernize function signature format in Archiving section of sh
https://bugs.python.org/issue36490 opened by CAM-Gerlach

#36494: bdb.Bdb.set_trace: should set f_trace_lines = True
https://bugs.python.org/issue36494 opened by blueyed

#36495: Out-of-bounds array reads in Python/ast.c
https://bugs.python.org/issue36495 opened by blarsen

#36497: Undocumented behavior in csv.Sniffer (preferred delimiters)
https://bugs.python.org/issue36497 opened by thomas

#36500: Add "regen-*" equivalent projects for Windows builds
https://bugs.python.org/issue36500 opened by anthony shaw

#36501: Remove POSIX.1e ACLs in tests that rely on default permissions
https://bugs.python.org/issue36501 opened by Ivan.Pozdeev

#36502: The behavior of str.isspace() for U+00A0 and U+202F is differe
https://bugs.python.org/issue36502 opened by Jun

#36503: remove references to aix3 and aix4 in \*.py
https://bugs.python.org/issue36503 opened by Michael.Felt

#36504: Signed integer overflow in _ctypes.c's PyCArrayType_new()
https://bugs.python.org/issue36504 opened by ZackerySpytz

#36506: [security] CVE-2019-10268: An arbitrary execution vulnerabilit
https://bugs.python.org/issue36506 opened by bigbigliang

#36508: python-config --ldflags must not contain LINKFORSHARED ("-Xlin
https://bugs.python.org/issue36508 opened by vstinner

#36509: Add iot layout for windows iot containers
https://bugs.python.org/issue36509 opened by Paul Monson

#36511: Add Windows ARM32 buildbot
https://bugs.python.org/issue36511 opened by Paul Monson

#36512: future_factory argument for Thread/ProcessPoolExecutor
https://bugs.python.org/issue36512 opened by stefanhoelzl

#36513: Add support for building arm32 nuget package
https://bugs.python.org/issue36513 opened by Paul Monson

#36515: unaligned memory access in the _sha3 extension
https://bugs.python.org/issue36515 opened by doko

#36516: Python Launcher can not recognize pyw file as Python GUI Scrip
https://bugs.python.org/issue36516 opened by gjj2828

#36517: typing.NamedTuple does not support mixins
https://bugs.python.org/issue36517 opened by rectalogic

#36518: Avoid conflicts when pass arbitrary keyword arguments to Pytho
https://bugs.python.org/issue36518 opened by serhiy.storchaka

#36519: Blake2b/s implementations have minor GIL issues
https://bugs.python.org/issue36519 opened by gwk

#36520: Email header folded incorrectly
https://bugs.python.org/issue36520 opened by Jonathan Horn

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 opened by rhettinger

#36523: missing docs for IOBase writelines
https://bugs.python.org/issue36523 opened by Marcin Niemira

#36527: unused parameter warnings in Include/object.h (affecting build
https://bugs.python.org/issue36527 opened by AMDmi3

#36528: Remove duplicate tests in Lib/tests/re_tests.py
https://bugs.python.org/issue36528 opened by xtreak

#36529: Python from WindowsStore: can't install package using "-m pip"
https://bugs.python.org/issue36529 opened by Ilya Kazakevich

#36531: PyType_FromSpec wrong behavior with multiple Py_tp_members
https://bugs.python.org/issue36531 opened by eelizondo

#36532: Example of logging.formatter with new str.format style
https://bugs.python.org/issue36532 opened by spaceman_spiff

#36533: logging regression with threading + fork are mixed in 3.7.1rc2
https://bugs.python.org/issue36533 opened by gregory.p.smith

#36534: tarfile: handling Windows (path) illegal characters in archive
https://bugs.python.org/issue36534 opened by CristiFati

#36535: Windows build failure when use the code from the GitHub master
https://bugs.python.org/issue36535 opened by Manjusaka



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

#36535: Windows build failure when use the code from the GitHub master
https://bugs.python.org/issue36535

#36531: PyType_FromSpec wrong behavior with multiple Py_tp_members
https://bugs.python.org/issue36531

#36529: Python from WindowsStore: can't install package using "-m pip"
https://bugs.python.org/issue36529

#36528: Remove duplicate tests in Lib/tests/re_tests.py
https://bugs.python.org/issue36528

#36527: unused parameter warnings in Include/object.h (affecting build
https://bugs.python.org/issue36527

#36523: missing docs for IOBase writelines
https://bugs.python.org/issue36523

#36520: Email header folded incorrectly
https://bugs.python.org/issue36520

#36517: typing.NamedTuple does not support mixins
https://bugs.python.org/issue36517

#36516: Python Launcher can not recognize pyw file as Python GUI Scrip
https://bugs.python.org/issue36516

#36515: unaligned memory access in the _sha3 extension
https://bugs.python.org/issue36515

#36513: Add support for building arm32 nuget package
https://bugs.python.org/issue36513

#36512: future_factory argument for Thread/ProcessPoolExecutor
https://bugs.python.org/issue36512

#36511: Add Windows ARM32 buildbot
https://bugs.python.org/issue36511

#36509: Add iot layout for windows iot containers
https://bugs.python.org/issue36509

#36503: remove references to aix3 and aix4 in \*.py
https://bugs.python.org/issue36503



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

#36532: Example of logging.formatter with new str.format style
https://bugs.python.org/issue36532

#36531: PyType_FromSpec wrong behavior with multiple Py_tp_members
https://bugs.python.org/issue36531

#36528: Remove duplicate tests in Lib/tests/re_tests.py
https://bugs.python.org/issue36528

#36527: unused parameter warnings in Include/object.h (affecting build
https://bugs.python.org/issue36527

#36523: missing docs for IOBase writelines
https://bugs.python.org/issue36523

#36518: Avoid conflicts when pass arbitrary keyword arguments to Pytho
https://bugs.python.org/issue36518

#36516: Python Launcher can not recognize pyw file as Python GUI Scrip
https://bugs.python.org/issue36516

#36515: unaligned memory access in the _sha3 extension
https://bugs.python.org/issue36515

#36513: Add support for building arm32 nuget package
https://bugs.python.org/issue36513

#36512: future_factory argument for Thread/ProcessPoolExecutor
https://bugs.python.org/issue36512

#36509: Add iot layout for windows iot containers
https://bugs.python.org/issue36509

#36508: python-config --ldflags must not contain LINKFORSHARED ("-Xlin
https://bugs.python.org/issue36508

#36504: Signed integer overflow in _ctypes.c's PyCArrayType_new()
https://bugs.python.org/issue36504

#36503: remove references to aix3 and aix4 in \*.py
https://bugs.python.org/issue36503

#36501: Remove POSIX.1e ACLs in tests that rely on default permissions
https://bugs.python.org/issue36501



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

#36485: Establish a uniform way to clear all caches in a given module
https://bugs.python.org/issue36485 13 msgs

#36466: Adding a way to strip annotations from compiled bytecode
https://bugs.python.org/issue36466 12 msgs

#36469: Stuck during interpreter exit, attempting to take the GIL
https://bugs.python.org/issue36469 10 msgs

#36506: [security] CVE-2019-10268: An arbitrary execution vulnerabilit
https://bugs.python.org/issue36506 8 msgs

#6721: Locks in the standard library should be sanitized on fork
https://bugs.python.org/issue6721 7 msgs

#36533: logging regression with threading + fork are mixed in 3.7.1rc2
https://bugs.python.org/issue36533 6 msgs

#35866: concurrent.futures deadlock
https://bugs.python.org/issue35866 5 msgs

#36384: ipaddress Should not reject IPv4 addresses with leading zeroes
https://bugs.python.org/issue36384 5 msgs

#30661: Support tarfile.PAX_FORMAT in shutil.make_archive
https://bugs.python.org/issue30661 4 msgs

#35224: PEP 572: Assignment Expressions
https://bugs.python.org/issue35224 4 msgs



Issues closed (53)
==================

#17110: sys.argv docs should explaining how to handle encoding issues
https://bugs.python.org/issue17110 closed by inada.naoki

#20844: SyntaxError: encoding problem: iso-8859-1 on Windows
https://bugs.python.org/issue20844 closed by inada.naoki

#21269: Provide args and kwargs attributes on mock call objects
https://bugs.python.org/issue21269 closed by xtreak

#22831: Use "with" to avoid possible fd leaks
https://bugs.python.org/issue22831 closed by serhiy.storchaka

#24214: UTF-8 incremental decoder doesn't support surrogatepass correc
https://bugs.python.org/issue24214 closed by serhiy.storchaka

#25451: tkinter: PhotoImage transparency methods
https://bugs.python.org/issue25451 closed by serhiy.storchaka

#29202: Improve dict iteration
https://bugs.python.org/issue29202 closed by inada.naoki

#31182: Suggested Enhancements to zipfile & tarfile command line inter
https://bugs.python.org/issue31182 closed by brett.cannon

#32413: Document that locals() may return globals()
https://bugs.python.org/issue32413 closed by brett.cannon

#32531: gdb.execute can not put string value.
https://bugs.python.org/issue32531 closed by berker.peksag

#32538: Multiprocessing Manager on 3D list - no change of the list pos
https://bugs.python.org/issue32538 closed by berker.peksag

#33261: inspect.isgeneratorfunction fails on hand-created methods
https://bugs.python.org/issue33261 closed by petr.viktorin

#34430: Symmetrical chaining futures in asyncio.future.wrap_future
https://bugs.python.org/issue34430 closed by huji

#35272: sqlite3 get the connected database url
https://bugs.python.org/issue35272 closed by berker.peksag

#35403: support application/wasm in mimetypes and http.server
https://bugs.python.org/issue35403 closed by martin.panter

#35838: ConfigParser: document optionxform must be idempotent
https://bugs.python.org/issue35838 closed by inada.naoki

#36010: Please provide a .zip Windows release of Python that is not cr
https://bugs.python.org/issue36010 closed by steve.dower

#36026: Different error message when sys.settrace is used
https://bugs.python.org/issue36026 closed by inada.naoki

#36085: Enable better DLL resolution
https://bugs.python.org/issue36085 closed by steve.dower

#36157: Document PyInterpreterState_Main().
https://bugs.python.org/issue36157 closed by eric.snow

#36293: Nonblocking read sys.stdin raises error
https://bugs.python.org/issue36293 closed by martin.panter

#36322: Argument typo in dbm.ndbm.open
https://bugs.python.org/issue36322 closed by brett.cannon

#36377: Python 'datastructures.html' docs page needs improvement becau
https://bugs.python.org/issue36377 closed by rhettinger

#36404: Document PendingDeprecationWarning is not so useful.
https://bugs.python.org/issue36404 closed by inada.naoki

#36426: exec() issue when used inside function
https://bugs.python.org/issue36426 closed by ncoghlan

#36434: Zipfile breaks if signalled during write()
https://bugs.python.org/issue36434 closed by serhiy.storchaka

#36440: more helpful diagnostics for parser module
https://bugs.python.org/issue36440 closed by pablogsal

#36442: Different ValueError for the same operation in List and Tuple
https://bugs.python.org/issue36442 closed by serhiy.storchaka

#36445: bus error in test_gil test on armhf running with 64bit kernel
https://bugs.python.org/issue36445 closed by doko

#36448: Message "You will need to rebuild pythoncore to see the change
https://bugs.python.org/issue36448 closed by steve.dower

#36468: Treeview: wrong color change
https://bugs.python.org/issue36468 closed by ned.deily

#36472: Some old PR with CLA not signed
https://bugs.python.org/issue36472 closed by brett.cannon

#36473: dictkeysobject: Add maximum iteration check for .values() and
https://bugs.python.org/issue36473 closed by inada.naoki

#36477: Subinterpreters are not finalized during runtime finalization.
https://bugs.python.org/issue36477 closed by eric.snow

#36480: .strip() unexpected output on Windows
https://bugs.python.org/issue36480 closed by eric.smith

#36482: let struct's internal cache use FIFO policy
https://bugs.python.org/issue36482 closed by rhettinger

#36483: Missing line in documentation example
https://bugs.python.org/issue36483 closed by martin.panter

#36491: sum function's start optional parameter documented in help but
https://bugs.python.org/issue36491 closed by rhettinger

#36492: Deprecate passing some conflicting arguments by keyword
https://bugs.python.org/issue36492 closed by serhiy.storchaka

#36493: Add math.midpoint(a,b) function
https://bugs.python.org/issue36493 closed by scoder

#36496: Local variables can be used uninitialized in _PyPreConfig_Read
https://bugs.python.org/issue36496 closed by vstinner

#36498: combining dict comprehensing and lists lead to IndexError
https://bugs.python.org/issue36498 closed by SilentGhost

#36499: unpickling of a datetime object in 3.5 fails when pickled with
https://bugs.python.org/issue36499 closed by josh.r

#36505: PYTHON-CAN with vector
https://bugs.python.org/issue36505 closed by SilentGhost

#36507: frozenset type breaks ZFC
https://bugs.python.org/issue36507 closed by rhettinger

#36510: Regular Expression Dot-Star patter matching - re- text skippi
https://bugs.python.org/issue36510 closed by SilentGhost

#36514: -m switch revisited
https://bugs.python.org/issue36514 closed by ronaldoussoren

#36522: http/client.py does not print duplicate header values in debug
https://bugs.python.org/issue36522 closed by serhiy.storchaka

#36524: identity operator
https://bugs.python.org/issue36524 closed by SilentGhost

#36525: Deprecate instancemethod
https://bugs.python.org/issue36525 closed by christian.heimes

#36526: python crash when loading some .pyc file
https://bugs.python.org/issue36526 closed by serhiy.storchaka

#36530: Document codecs decode_encode() and encode_decode() APIs
https://bugs.python.org/issue36530 closed by gregory.p.smith

#36536: is there a python implementation of the cpython commandline in
https://bugs.python.org/issue36536 closed by larry
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-04-05 - 2019-04-12)
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 7063 ( +7)
closed 41307 (+76)
total 48370 (+83)

Open issues with patches: 2815


Issues opened (60)
==================

#25160: Stop using deprecated imp module; imp should now emit a real D
https://bugs.python.org/issue25160 reopened by ncoghlan

#35934: Add socket.create_server() utility function
https://bugs.python.org/issue35934 reopened by vstinner

#36235: distutils.sysconfig.customize_compiler() overrides CFLAGS var
https://bugs.python.org/issue36235 reopened by vstinner

#36537: except statement block incorrectly assumes end of scope(?).
https://bugs.python.org/issue36537 opened by Saim Raza

#36538: _thread.interrupt_main() no longer interrupts Lock.wait
https://bugs.python.org/issue36538 opened by gregory.p.smith

#36540: PEP 570: Python Positional-Only Parameters
https://bugs.python.org/issue36540 opened by pablogsal

#36541: Make lib2to3 grammar more closely match Python
https://bugs.python.org/issue36541 opened by thatch

#36542: Allow to overwrite the signature for Python functions
https://bugs.python.org/issue36542 opened by serhiy.storchaka

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543 opened by serhiy.storchaka

#36545: Python 3.5 OOM during test_socket on make
https://bugs.python.org/issue36545 opened by dekken

#36546: Add quantiles() to the statistics module
https://bugs.python.org/issue36546 opened by rhettinger

#36548: Make the repr of re flags more readable
https://bugs.python.org/issue36548 opened by serhiy.storchaka

#36550: Avoid creating AttributeError exceptions in the debugger
https://bugs.python.org/issue36550 opened by blueyed

#36551: Optimize list comprehensions with preallocate size and protect
https://bugs.python.org/issue36551 opened by anthony shaw

#36552: Replace OverflowError with ValueError when calculating length
https://bugs.python.org/issue36552 opened by anthony shaw

#36553: inspect.is_decorator_call(frame)
https://bugs.python.org/issue36553 opened by smarie

#36556: Trashcan causing duplicated __del__ calls
https://bugs.python.org/issue36556 opened by jdemeyer

#36557: Python (Launcher)3.7.3 CMDLine install/uninstall
https://bugs.python.org/issue36557 opened by mattcher_h

#36558: Change time.mktime() return type from float to int?
https://bugs.python.org/issue36558 opened by vstinner

#36560: test_functools leaks randomly 1 memory block
https://bugs.python.org/issue36560 opened by vstinner

#36563: pdbrc is read twice if current directory is the home directory
https://bugs.python.org/issue36563 opened by blueyed

#36564: Infinite loop with short maximum line lengths in EmailPolicy
https://bugs.python.org/issue36564 opened by p-ganssle

#36567: DOC: manpage directive doesn't create hyperlink
https://bugs.python.org/issue36567 opened by cheryl.sabella

#36568: Typo in socket.CAN_RAW_FD_FRAMES library documentation
https://bugs.python.org/issue36568 opened by Carl Cerecke

#36569: @staticmethod seems to work with setUpClass, but docs say it s
https://bugs.python.org/issue36569 opened by Peter de Blanc

#36572: python-snappy install issue during Crossbar install with Pytho
https://bugs.python.org/issue36572 opened by telatoa

#36573: zipfile zipfile.BadZipFile: Bad CRC-32 for file '11_02_2019.pd
https://bugs.python.org/issue36573 opened by Jozef Cernak

#36576: Some test_ssl and test_asyncio tests fail with OpenSSL 1.1.1 o
https://bugs.python.org/issue36576 opened by vstinner

#36580: unittest.mock does not understand dataclasses
https://bugs.python.org/issue36580 opened by John Parejko2

#36581: __dir__ on unittest.mock not safe for all spec types
https://bugs.python.org/issue36581 opened by Dylan Semler

#36582: collections.UserString encode method returns a string
https://bugs.python.org/issue36582 opened by trey

#36583: Do not swallow exceptions in the _ssl module
https://bugs.python.org/issue36583 opened by serhiy.storchaka

#36585: test_posix.py fails due to unsupported RWF_HIPRI
https://bugs.python.org/issue36585 opened by jdemeyer

#36586: multiprocessing.Queue.close doesn't behave as documented
https://bugs.python.org/issue36586 opened by graingert

#36587: race in logging code when fork()
https://bugs.python.org/issue36587 opened by cagney

#36589: Incorrect error handling in curses.update_lines_cols()
https://bugs.python.org/issue36589 opened by ZackerySpytz

#36590: Add Bluetooth RFCOMM Support for Windows
https://bugs.python.org/issue36590 opened by topnotcher

#36593: Trace function interferes with MagicMock isinstance?
https://bugs.python.org/issue36593 opened by nedbat

#36594: Undefined behavior due to incorrect usage of %p in format stri
https://bugs.python.org/issue36594 opened by ZackerySpytz

#36595: IDLE: Add search to Squeezed Output text viewer.
https://bugs.python.org/issue36595 opened by Shane Smith

#36596: tarfile module considers anything starting with 512 bytes of z
https://bugs.python.org/issue36596 opened by cks

#36600: re-enable test in nntplib
https://bugs.python.org/issue36600 opened by Marcin Niemira

#36601: signals can be caught by any thread
https://bugs.python.org/issue36601 opened by jdemeyer

#36602: Recursive directory list with pathlib.Path.iterdir
https://bugs.python.org/issue36602 opened by Epic_Wink

#36603: should pty.openpty() set pty/tty inheritable?
https://bugs.python.org/issue36603 opened by cagney

#36605: make tags should also parse Modules/_io/*.c and Modules/_io/*.
https://bugs.python.org/issue36605 opened by vstinner

#36606: calling super() causes __class__ to be not defined when sys.se
https://bugs.python.org/issue36606 opened by xtreak

#36607: asyncio.all_tasks() crashes if asyncio is used in multiple thr
https://bugs.python.org/issue36607 opened by Nick Davies

#36608: Replace bundled pip and setuptools with a downloader in the en
https://bugs.python.org/issue36608 opened by webknjaz

#36609: activate.ps1 in venv for Windows should encoded with BOM
https://bugs.python.org/issue36609 opened by ???

#36610: os.sendfile can return EINVAL on Solaris
https://bugs.python.org/issue36610 opened by kulikjak

#36611: Debug memory allocators: remove useless "serialno" field to re
https://bugs.python.org/issue36611 opened by vstinner

#36612: Unittest document is not clear on SetUpClass calls
https://bugs.python.org/issue36612 opened by vrpolakatcisco

#36613: asyncio._wait() don't remove callback in case of exception
https://bugs.python.org/issue36613 opened by gescheit

#36614: Popen output on windows server 2019
https://bugs.python.org/issue36614 opened by weispinc

#36615: why call _Py_set_inheritable(0) from os.open() when O_CLOEXEC?
https://bugs.python.org/issue36615 opened by cagney

#36616: Optimize thread state handling in function call code
https://bugs.python.org/issue36616 opened by jdemeyer

#36617: The rich comparison operators are second class citizens
https://bugs.python.org/issue36617 opened by bup

#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns
https://bugs.python.org/issue36618 opened by vstinner

#36619: when is os.posix_spawn(setsid=True) safe?
https://bugs.python.org/issue36619 opened by cagney



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

#36619: when is os.posix_spawn(setsid=True) safe?
https://bugs.python.org/issue36619

#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns
https://bugs.python.org/issue36618

#36616: Optimize thread state handling in function call code
https://bugs.python.org/issue36616

#36613: asyncio._wait() don't remove callback in case of exception
https://bugs.python.org/issue36613

#36607: asyncio.all_tasks() crashes if asyncio is used in multiple thr
https://bugs.python.org/issue36607

#36606: calling super() causes __class__ to be not defined when sys.se
https://bugs.python.org/issue36606

#36603: should pty.openpty() set pty/tty inheritable?
https://bugs.python.org/issue36603

#36596: tarfile module considers anything starting with 512 bytes of z
https://bugs.python.org/issue36596

#36594: Undefined behavior due to incorrect usage of %p in format stri
https://bugs.python.org/issue36594

#36590: Add Bluetooth RFCOMM Support for Windows
https://bugs.python.org/issue36590

#36589: Incorrect error handling in curses.update_lines_cols()
https://bugs.python.org/issue36589

#36585: test_posix.py fails due to unsupported RWF_HIPRI
https://bugs.python.org/issue36585

#36583: Do not swallow exceptions in the _ssl module
https://bugs.python.org/issue36583

#36572: python-snappy install issue during Crossbar install with Pytho
https://bugs.python.org/issue36572

#36567: DOC: manpage directive doesn't create hyperlink
https://bugs.python.org/issue36567



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

#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns
https://bugs.python.org/issue36618

#36613: asyncio._wait() don't remove callback in case of exception
https://bugs.python.org/issue36613

#36612: Unittest document is not clear on SetUpClass calls
https://bugs.python.org/issue36612

#36611: Debug memory allocators: remove useless "serialno" field to re
https://bugs.python.org/issue36611

#36610: os.sendfile can return EINVAL on Solaris
https://bugs.python.org/issue36610

#36608: Replace bundled pip and setuptools with a downloader in the en
https://bugs.python.org/issue36608

#36605: make tags should also parse Modules/_io/*.c and Modules/_io/*.
https://bugs.python.org/issue36605

#36602: Recursive directory list with pathlib.Path.iterdir
https://bugs.python.org/issue36602

#36601: signals can be caught by any thread
https://bugs.python.org/issue36601

#36600: re-enable test in nntplib
https://bugs.python.org/issue36600

#36594: Undefined behavior due to incorrect usage of %p in format stri
https://bugs.python.org/issue36594

#36593: Trace function interferes with MagicMock isinstance?
https://bugs.python.org/issue36593

#36590: Add Bluetooth RFCOMM Support for Windows
https://bugs.python.org/issue36590

#36589: Incorrect error handling in curses.update_lines_cols()
https://bugs.python.org/issue36589

#36585: test_posix.py fails due to unsupported RWF_HIPRI
https://bugs.python.org/issue36585



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

#36551: Optimize list comprehensions with preallocate size and protect
https://bugs.python.org/issue36551 24 msgs

#30458: [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection
https://bugs.python.org/issue30458 13 msgs

#36560: test_functools leaks randomly 1 memory block
https://bugs.python.org/issue36560 13 msgs

#36537: except statement block incorrectly assumes end of scope(?).
https://bugs.python.org/issue36537 9 msgs

#33608: Add a cross-interpreter-safe mechanism to indicate that an obj
https://bugs.python.org/issue33608 8 msgs

#36533: logging regression with threading + fork are mixed in 3.7.1rc2
https://bugs.python.org/issue36533 8 msgs

#36389: Add gc.enable_object_debugger(): detect corrupted Python objec
https://bugs.python.org/issue36389 7 msgs

#36611: Debug memory allocators: remove useless "serialno" field to re
https://bugs.python.org/issue36611 7 msgs

#18748: io.IOBase destructor silence I/O error on close() by default
https://bugs.python.org/issue18748 6 msgs

#36573: zipfile zipfile.BadZipFile: Bad CRC-32 for file '11_02_2019.pd
https://bugs.python.org/issue36573 6 msgs



Issues closed (73)
==================

#2281: Enhanced cPython profiler with high-resolution timer
https://bugs.python.org/issue2281 closed by inada.naoki

#12910: urllib.quote quotes too many chars, e.g., '()'
https://bugs.python.org/issue12910 closed by orsenthil

#14017: Make it easy to create a new TextIOWrapper based on an existin
https://bugs.python.org/issue14017 closed by ncoghlan

#16712: collections.abc.Sequence should not provide __reversed__
https://bugs.python.org/issue16712 closed by inada.naoki

#17396: modulefinder fails if module contains syntax error
https://bugs.python.org/issue17396 closed by ncoghlan

#17561: Add socket.bind_socket() convenience function
https://bugs.python.org/issue17561 closed by giampaolo.rodola

#19417: Bdb: add a unittest file (test.test_bdb)
https://bugs.python.org/issue19417 closed by xdegaye

#19476: Add a dedicated specification for module "reloading" to the la
https://bugs.python.org/issue19476 closed by eric.snow

#21318: sdist fails with symbolic links do non-existing files
https://bugs.python.org/issue21318 closed by cheryl.sabella

#25922: canceling a repair install breaks the ability to uninstall, re
https://bugs.python.org/issue25922 closed by cheryl.sabella

#27181: Add geometric mean to `statistics` module
https://bugs.python.org/issue27181 closed by rhettinger

#28351: statistics.geometric_mean can enter infinite loop for Decimal
https://bugs.python.org/issue28351 closed by cheryl.sabella

#28626: Tutorial: rearrange discussion of output formatting to encoura
https://bugs.python.org/issue28626 closed by cheryl.sabella

#29209: Remove old-deprecated ElementTree features
https://bugs.python.org/issue29209 closed by serhiy.storchaka

#29707: os.path.ismount() always returns false for mount --bind on sam
https://bugs.python.org/issue29707 closed by christian.heimes

#30134: BytesWarning is missing from the documents
https://bugs.python.org/issue30134 closed by inada.naoki

#30661: Support tarfile.PAX_FORMAT in shutil.make_archive
https://bugs.python.org/issue30661 closed by ncoghlan

#31155: Encode set, frozenset, bytearray, and iterators as json arrays
https://bugs.python.org/issue31155 closed by inada.naoki

#31512: Add non-elevated symlink support for dev mode Windows 10
https://bugs.python.org/issue31512 closed by steve.dower

#32534: Speed-up list.insert: use memmove()
https://bugs.python.org/issue32534 closed by inada.naoki

#33228: Use Random.choices in tempfile
https://bugs.python.org/issue33228 closed by inada.naoki

#33456: site.py: by default, a virtual environment is *not* isolated f
https://bugs.python.org/issue33456 closed by vinay.sajip

#33461: json.loads(encoding=<not None>) does not emit deprecation warn
https://bugs.python.org/issue33461 closed by inada.naoki

#33722: Document builtins in mock_open
https://bugs.python.org/issue33722 closed by jcrotts

#34060: regrtest: log "CPU usage" on Windows
https://bugs.python.org/issue34060 closed by vstinner

#34139: Remove stale unix datagram socket before binding
https://bugs.python.org/issue34139 closed by asvetlov

#34144: venv activate.bat reset codepage fails on windows 10
https://bugs.python.org/issue34144 closed by cheryl.sabella

#34160: ElementTree not preserving attribute order
https://bugs.python.org/issue34160 closed by scoder

#34805: Explicitly specify `MyClass.__subclasses__()` returns classes
https://bugs.python.org/issue34805 closed by cheryl.sabella

#35376: modulefinder skips nested modules with same name as top-level
https://bugs.python.org/issue35376 closed by ncoghlan

#35416: Fix potential resource warnings in distutils
https://bugs.python.org/issue35416 closed by inada.naoki

#35488: pathlib Path.match does not behave as described
https://bugs.python.org/issue35488 closed by anthony shaw

#35848: readinto is not a method on io.TextIOBase
https://bugs.python.org/issue35848 closed by benjamin.peterson

#35906: [CVE-2019-9947] Header Injection in urllib
https://bugs.python.org/issue35906 closed by gregory.p.smith

#35936: Give modulefinder some much-needed updates.
https://bugs.python.org/issue35936 closed by ncoghlan

#36050: Why does http.client.HTTPResponse._safe_read use MAXAMOUNT
https://bugs.python.org/issue36050 closed by inada.naoki

#36378: Add support to load from paths to json.load
https://bugs.python.org/issue36378 closed by inada.naoki

#36416: bytes.rpartition bug in online documentation
https://bugs.python.org/issue36416 closed by inada.naoki

#36495: Out-of-bounds array reads in Python/ast.c
https://bugs.python.org/issue36495 closed by levkivskyi

#36501: Remove POSIX.1e ACLs in tests that rely on default permissions
https://bugs.python.org/issue36501 closed by Ivan.Pozdeev

#36503: remove references to aix3 and aix4 in \*.py
https://bugs.python.org/issue36503 closed by inada.naoki

#36504: Signed integer overflow in _ctypes.c's PyCArrayType_new()
https://bugs.python.org/issue36504 closed by serhiy.storchaka

#36506: [security] CVE-2019-10268: An arbitrary execution vulnerabilit
https://bugs.python.org/issue36506 closed by serhiy.storchaka

#36513: Add support for building arm32 nuget package
https://bugs.python.org/issue36513 closed by steve.dower

#36527: unused parameter warnings in Include/object.h (affecting build
https://bugs.python.org/issue36527 closed by inada.naoki

#36532: Example of logging.formatter with new str.format style
https://bugs.python.org/issue36532 closed by spaceman_spiff

#36535: Windows build failure when use the code from the GitHub master
https://bugs.python.org/issue36535 closed by Manjusaka

#36539: Distutils VC 6.0 Errors When Using mingw-w64 GCC
https://bugs.python.org/issue36539 closed by danyeaw

#36544: cannot import hashlib when openssl is missing
https://bugs.python.org/issue36544 closed by xdegaye

#36547: bedevere is not working
https://bugs.python.org/issue36547 closed by xtreak

#36549: str.capitalize should titlecase the first character not upperc
https://bugs.python.org/issue36549 closed by steve.dower

#36554: unittest.TestCase: "subTest" cannot be used together with "deb
https://bugs.python.org/issue36554 closed by dmaurer

#36555: PEP484 @overload vs. str/bytes
https://bugs.python.org/issue36555 closed by levkivskyi

#36559: "import random" should import hashlib on demand (nor load Open
https://bugs.python.org/issue36559 closed by rhettinger

#36561: Python argparse doesn't work in the presence of my custom modu
https://bugs.python.org/issue36561 closed by xtreak

#36562: Can't call a method from a module built in Python C API
https://bugs.python.org/issue36562 closed by jjppof

#36565: Reference hunting (python3 -m test -R 3:3) doesn't work if the
https://bugs.python.org/issue36565 closed by vstinner

#36566: Support password masking in getpass.getpass()
https://bugs.python.org/issue36566 closed by cheryl.sabella

#36570: ftplib timeouts for misconfigured server
https://bugs.python.org/issue36570 closed by giampaolo.rodola

#36571: Lib/smtplib.py have some pep8 issues
https://bugs.python.org/issue36571 closed by Marcin Niemira

#36574: Error with self in python
https://bugs.python.org/issue36574 closed by steven.daprano

#36575: Use _PyTime_GetPerfCounter() in lsprof
https://bugs.python.org/issue36575 closed by inada.naoki

#36577: setup doesn't report missing _ssl and _hashlib
https://bugs.python.org/issue36577 closed by christian.heimes

#36578: multiprocessing pool + subprocess ValueError: empty range for
https://bugs.python.org/issue36578 closed by SilentGhost

#36579: test_venv: test_with_pip() hangs on PPC64 AIX 3.x
https://bugs.python.org/issue36579 closed by vstinner

#36584: cython nametuple TypeError
https://bugs.python.org/issue36584 closed by serhiy.storchaka

#36588: change sys.platform() to just "aix" for AIX
https://bugs.python.org/issue36588 closed by vstinner

#36591: Should be a typing.UserNamedTuple
https://bugs.python.org/issue36591 closed by levkivskyi

#36592: is behave different for integers in 3.6 and 3.7
https://bugs.python.org/issue36592 closed by eric.smith

#36597: Travis CI: doctest failure
https://bugs.python.org/issue36597 closed by inada.naoki

#36598: mock side_effect should be checked for iterable not callable
https://bugs.python.org/issue36598 closed by xtreak

#36599: doctest document says dict order is unstable
https://bugs.python.org/issue36599 closed by inada.naoki

#36604: Add recipe to itertools
https://bugs.python.org/issue36604 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-04-12 - 2019-04-19)
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 7058 ( -5)
closed 41363 (+56)
total 48421 (+51)

Open issues with patches: 2807


Issues opened (33)
==================

#30485: Element.findall(path, dict) doesn't insert null namespace
https://bugs.python.org/issue30485 reopened by scoder

#36345: Deprecate Tools/scripts/serve.py in favour of python -m http.s
https://bugs.python.org/issue36345 reopened by matrixise

#36620: Documentation missing parameter for Itertools.zip_longest
https://bugs.python.org/issue36620 opened by CharlesMerriam

#36621: shutil.rmtree follows junctions on windows
https://bugs.python.org/issue36621 opened by Jordan Hueckstaedt

#36624: cleanup the stdlib and tests with regard to sys.platform usage
https://bugs.python.org/issue36624 opened by Michael.Felt

#36630: failure of test_colors_funcs in test_curses with ncurses 6.1
https://bugs.python.org/issue36630 opened by xdegaye

#36631: test_urllib2net: test_ftp_no_timeout() killed after a timeout
https://bugs.python.org/issue36631 opened by vstinner

#36632: test_multiprocessing_forkserver: test_rapid_restart() leaked a
https://bugs.python.org/issue36632 opened by vstinner

#36634: venv: activate.bat fails for venv with parentheses in PATH
https://bugs.python.org/issue36634 opened by BWenzel

#36635: Add _testinternalcapi module
https://bugs.python.org/issue36635 opened by vstinner

#36636: Inner exception is not being raised using asyncio.gather
https://bugs.python.org/issue36636 opened by Drew Budwin

#36640: python ibm_db setup.py post install script does not seem to wo
https://bugs.python.org/issue36640 opened by sabakauser

#36643: Forward reference is not resolved by dataclasses.fields()
https://bugs.python.org/issue36643 opened by mdrachuk

#36644: Improve documentation of slice.indices()
https://bugs.python.org/issue36644 opened by pewscorner

#36645: re.sub() library entry does not adequately document surprising
https://bugs.python.org/issue36645 opened by mollison

#36646: os.listdir() got permission error in Python3.6 but it's fine i
https://bugs.python.org/issue36646 opened by Ryan_D@163.com

#36647: TextTestRunner doesn't honour "buffer" argument
https://bugs.python.org/issue36647 opened by José Luis Segura Lucas

#36648: MAP_SHARED isn't proper for anonymous mappings for VxWorks
https://bugs.python.org/issue36648 opened by lzhao

#36650: Cached method implementation no longer works on Python 3.7.3
https://bugs.python.org/issue36650 opened by jaraco

#36654: Add example to tokenize.tokenize
https://bugs.python.org/issue36654 opened by Windson Yang

#36656: Allow os.symlink(src, target, force=True) to prevent race cond
https://bugs.python.org/issue36656 opened by Tom Hale

#36658: Py_Initialze() throws error 'unable to load the file system en
https://bugs.python.org/issue36658 opened by rvq

#36659: distutils UnixCCompiler: Remove standard library path from rpa
https://bugs.python.org/issue36659 opened by vstinner

#36661: Missing dataclass decorator import in dataclasses module docs
https://bugs.python.org/issue36661 opened by mfisherlevine

#36662: asdict/astuple Dataclass methods
https://bugs.python.org/issue36662 opened by gsakkis

#36663: pdb: store whole exception information in locals (via user_exc
https://bugs.python.org/issue36663 opened by blueyed

#36664: argparse: parser aliases in subparsers stores alias in dest va
https://bugs.python.org/issue36664 opened by Peter McEldowney

#36665: REPL doesn't ensure builtins are available when implicitly rec
https://bugs.python.org/issue36665 opened by ncoghlan

#36666: threading.Thread should have way to catch an exception thrown
https://bugs.python.org/issue36666 opened by Joel Croteau

#36667: pdb: restore SIGINT handler in sigint_handler already
https://bugs.python.org/issue36667 opened by blueyed

#36668: semaphore_tracker is not reused by child processes
https://bugs.python.org/issue36668 opened by tomMoral

#36669: weakref proxy doesn't support the matrix multiplication operat
https://bugs.python.org/issue36669 opened by bup

#36670: test suite broken due to cpu usage feature on win 10/ german
https://bugs.python.org/issue36670 opened by LorenzMende



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

#36669: weakref proxy doesn't support the matrix multiplication operat
https://bugs.python.org/issue36669

#36668: semaphore_tracker is not reused by child processes
https://bugs.python.org/issue36668

#36667: pdb: restore SIGINT handler in sigint_handler already
https://bugs.python.org/issue36667

#36663: pdb: store whole exception information in locals (via user_exc
https://bugs.python.org/issue36663

#36654: Add example to tokenize.tokenize
https://bugs.python.org/issue36654

#36647: TextTestRunner doesn't honour "buffer" argument
https://bugs.python.org/issue36647

#36644: Improve documentation of slice.indices()
https://bugs.python.org/issue36644

#36643: Forward reference is not resolved by dataclasses.fields()
https://bugs.python.org/issue36643

#36621: shutil.rmtree follows junctions on windows
https://bugs.python.org/issue36621

#36613: asyncio._wait() don't remove callback in case of exception
https://bugs.python.org/issue36613

#36606: calling super() causes __class__ to be not defined when sys.se
https://bugs.python.org/issue36606

#36603: should pty.openpty() set pty/tty inheritable?
https://bugs.python.org/issue36603

#36590: Add Bluetooth RFCOMM Support for Windows
https://bugs.python.org/issue36590

#36589: Incorrect error handling in curses.update_lines_cols()
https://bugs.python.org/issue36589

#36583: Do not swallow exceptions in the _ssl module
https://bugs.python.org/issue36583



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

#36668: semaphore_tracker is not reused by child processes
https://bugs.python.org/issue36668

#36667: pdb: restore SIGINT handler in sigint_handler already
https://bugs.python.org/issue36667

#36659: distutils UnixCCompiler: Remove standard library path from rpa
https://bugs.python.org/issue36659

#36648: MAP_SHARED isn't proper for anonymous mappings for VxWorks
https://bugs.python.org/issue36648

#36645: re.sub() library entry does not adequately document surprising
https://bugs.python.org/issue36645

#36635: Add _testinternalcapi module
https://bugs.python.org/issue36635

#36634: venv: activate.bat fails for venv with parentheses in PATH
https://bugs.python.org/issue36634

#36624: cleanup the stdlib and tests with regard to sys.platform usage
https://bugs.python.org/issue36624

#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns
https://bugs.python.org/issue36618

#36613: asyncio._wait() don't remove callback in case of exception
https://bugs.python.org/issue36613

#36612: Unittest document is not clear on SetUpClass calls
https://bugs.python.org/issue36612

#36610: os.sendfile can return EINVAL on Solaris
https://bugs.python.org/issue36610

#36608: Replace bundled pip and setuptools with a downloader in the en
https://bugs.python.org/issue36608

#36602: Recursive directory list with pathlib.Path.iterdir
https://bugs.python.org/issue36602

#36601: signals can be caught by any thread
https://bugs.python.org/issue36601



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

#35866: concurrent.futures deadlock
https://bugs.python.org/issue35866 17 msgs

#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns
https://bugs.python.org/issue36618 14 msgs

#30485: Element.findall(path, dict) doesn't insert null namespace
https://bugs.python.org/issue30485 10 msgs

#36646: os.listdir() got permission error in Python3.6 but it's fine i
https://bugs.python.org/issue36646 10 msgs

#27987: obmalloc's 8-byte alignment causes undefined behavior
https://bugs.python.org/issue27987 8 msgs

#36624: cleanup the stdlib and tests with regard to sys.platform usage
https://bugs.python.org/issue36624 8 msgs

#16079: list duplicate test names with patchcheck
https://bugs.python.org/issue16079 7 msgs

#31904: Python should support VxWorks RTOS
https://bugs.python.org/issue31904 6 msgs

#36634: venv: activate.bat fails for venv with parentheses in PATH
https://bugs.python.org/issue36634 6 msgs

#32782: memoryview & ctypes: incorrect itemsize for empty array
https://bugs.python.org/issue32782 5 msgs



Issues closed (53)
==================

#2007: cookielib lacks FileCookieJar class for Internet Explorer
https://bugs.python.org/issue2007 closed by inada.naoki

#15917: hg hook to detect unmerged changesets
https://bugs.python.org/issue15917 closed by inada.naoki

#16254: Make PyUnicode_AsWideCharString() increase temporary
https://bugs.python.org/issue16254 closed by inada.naoki

#18610: wsgiref.validate expects wsgi.input read to give exactly one a
https://bugs.python.org/issue18610 closed by cheryl.sabella

#22991: test_gdb leaves the terminal in raw mode with gdb 7.8.1
https://bugs.python.org/issue22991 closed by xdegaye

#23768: assert on getting the representation of a thread in atexit fun
https://bugs.python.org/issue23768 closed by xdegaye

#27326: SIGSEV in test_window_funcs of test_curses
https://bugs.python.org/issue27326 closed by xdegaye

#28055: pyhash's siphash24 assumes alignment of the data pointer
https://bugs.python.org/issue28055 closed by vstinner

#28809: mention asyncio.gather non-deterministic task starting order
https://bugs.python.org/issue28809 closed by cheryl.sabella

#31658: xml.sax.parse won't accept path objects
https://bugs.python.org/issue31658 closed by scoder

#32849: Fatal Python error: Py_Initialize: can't initialize sys standa
https://bugs.python.org/issue32849 closed by vstinner

#32913: Improve regular expression HOWTO
https://bugs.python.org/issue32913 closed by brett.cannon

#33783: Use proper class markup for random.Random docs
https://bugs.python.org/issue33783 closed by vstinner

#34814: makesetup: must link C extensions to libpython when compiled i
https://bugs.python.org/issue34814 closed by vstinner

#35581: Document @typing.type_check_only
https://bugs.python.org/issue35581 closed by gvanrossum

#35697: _decimal: Implement the previously rejected changes from #7442
https://bugs.python.org/issue35697 closed by vstinner

#35755: On Unix, shutil.which() and subprocess no longer look for the
https://bugs.python.org/issue35755 closed by vstinner

#36071: Add support for Windows ARM32 in ctypes/libffi
https://bugs.python.org/issue36071 closed by steve.dower

#36227: Add default_namespace argument to xml.etree.ElementTree.tostri
https://bugs.python.org/issue36227 closed by scoder

#36263: test_hashlib.test_scrypt() fails on Fedora 29
https://bugs.python.org/issue36263 closed by vstinner

#36348: test_imaplib.RemoteIMAP_STARTTLSTest.test_logout() fails rando
https://bugs.python.org/issue36348 closed by vstinner

#36427: Document that PyEval_RestoreThread and PyGILState_Ensure can t
https://bugs.python.org/issue36427 closed by pablogsal

#36466: Adding a way to strip annotations from compiled bytecode
https://bugs.python.org/issue36466 closed by cary

#36508: python-config --ldflags must not contain LINKFORSHARED ("-Xlin
https://bugs.python.org/issue36508 closed by vstinner

#36558: Change time.mktime() return type from float to int?
https://bugs.python.org/issue36558 closed by vstinner

#36572: python-snappy install issue during Crossbar install with Pytho
https://bugs.python.org/issue36572 closed by SilentGhost

#36585: test_posix.py fails due to unsupported RWF_HIPRI
https://bugs.python.org/issue36585 closed by pablogsal

#36593: isinstance check fails for Mock objects with spec executed und
https://bugs.python.org/issue36593 closed by pablogsal

#36600: re-enable test in nntplib
https://bugs.python.org/issue36600 closed by Marcin Niemira

#36605: make tags should also parse Modules/_io/*.c and Modules/_io/*.
https://bugs.python.org/issue36605 closed by vstinner

#36611: Debug memory allocators: remove useless "serialno" field to re
https://bugs.python.org/issue36611 closed by vstinner

#36616: Optimize thread state handling in function call code
https://bugs.python.org/issue36616 closed by vstinner

#36622: Inconsistent exponent notation formatting
https://bugs.python.org/issue36622 closed by mark.dickinson

#36623: Clean unused parser headers
https://bugs.python.org/issue36623 closed by pablogsal

#36625: Obsolete comments in docstrings in fractions module
https://bugs.python.org/issue36625 closed by mark.dickinson

#36626: asyncio run_forever blocks indefinitely
https://bugs.python.org/issue36626 closed by asvetlov

#36627: composing generator expression doesn't work as expected
https://bugs.python.org/issue36627 closed by SilentGhost

#36628: Enhancement: i-Strings
https://bugs.python.org/issue36628 closed by SilentGhost

#36629: imaplib test fails with errno 101
https://bugs.python.org/issue36629 closed by vstinner

#36633: py_compile.compile: AttributeError on importlib.utils
https://bugs.python.org/issue36633 closed by xtreak

#36637: Restrict syntax for tuple literals with one element
https://bugs.python.org/issue36637 closed by brett.cannon

#36638: typeperf.exe is not in all skus of Windows SKUs
https://bugs.python.org/issue36638 closed by steve.dower

#36639: Provide list.rindex()
https://bugs.python.org/issue36639 closed by rhettinger

#36641: make docstring in C const
https://bugs.python.org/issue36641 closed by inada.naoki

#36642: make unicodedata "const"
https://bugs.python.org/issue36642 closed by inada.naoki

#36649: Windows Store app install registry keys have incorrect paths
https://bugs.python.org/issue36649 closed by steve.dower

#36651: Asyncio Event Loop documentation inconsistency (call_later and
https://bugs.python.org/issue36651 closed by asvetlov

#36652: Non-embedded zip distribution
https://bugs.python.org/issue36652 closed by steve.dower

#36653: Dictionary Key is without ' ' quotes
https://bugs.python.org/issue36653 closed by mrabarnett

#36655: Division Precision Problem
https://bugs.python.org/issue36655 closed by christian.heimes

#36657: AttributeError
https://bugs.python.org/issue36657 closed by xtreak

#36660: TypeError
https://bugs.python.org/issue36660 closed by vstinner

#1402289: Allow mappings as globals (was: Fix dictionary subclass ...)
https://bugs.python.org/issue1402289 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-04-19 - 2019-04-26)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
open 7083 (+25)
closed 41402 (+39)
total 48485 (+64)

Open issues with patches: 2821


Issues opened (46)
==================

#11871: test_default_timeout() of test_threading.BarrierTests failure:
https://bugs.python.org/issue11871 reopened by vstinner

#36672: A compiler warning in winreg.SetValue()
https://bugs.python.org/issue36672 opened by ZackerySpytz

#36673: Comment/PI parsing support for ElementTree
https://bugs.python.org/issue36673 opened by scoder

#36674: "unittest.TestCase.debug" should honour "skip" (and other test
https://bugs.python.org/issue36674 opened by dmaurer

#36675: Doctest directives and comments not visible or missing from co
https://bugs.python.org/issue36675 opened by steven.daprano

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676 opened by scoder

#36678: duplicate method definitions in Lib/test/test_dataclasses.py
https://bugs.python.org/issue36678 opened by xdegaye

#36679: duplicate method definition in Lib/test/test_genericclass.py
https://bugs.python.org/issue36679 opened by xdegaye

#36680: duplicate method definition in Lib/test/test_importlib/test_u
https://bugs.python.org/issue36680 opened by xdegaye

#36681: duplicate method definition in Lib/test/test_logging.py
https://bugs.python.org/issue36681 opened by xdegaye

#36683: duplicate method definition in Lib/test/test_utf8_mode.py
https://bugs.python.org/issue36683 opened by xdegaye

#36684: codecov.io code coverage has not updated since 2019-04-13
https://bugs.python.org/issue36684 opened by gphemsley

#36685: C implementation of xml.etree.ElementTree does not make a copy
https://bugs.python.org/issue36685 opened by gphemsley

#36686: Docs: asyncio.loop.subprocess_exec documentation is confusing,
https://bugs.python.org/issue36686 opened by sbstp

#36688: _dummy_thread lacks an RLock implementaiton
https://bugs.python.org/issue36688 opened by xtreak

#36689: docs: os.path.commonpath raises ValueError for different drive
https://bugs.python.org/issue36689 opened by lazka

#36691: SystemExit & sys.exit : Allow both exit status and message
https://bugs.python.org/issue36691 opened by takluyver

#36692: Unexpected stderr output from test_sys_settrace
https://bugs.python.org/issue36692 opened by ncoghlan

#36694: Excessive memory use or memory fragmentation when unpickling m
https://bugs.python.org/issue36694 opened by Ellenbogen

#36697: inspect.getclosurevars returns wrong globals dict
https://bugs.python.org/issue36697 opened by Noitul

#36698: Shell restart when error message contains non-BMP characters
https://bugs.python.org/issue36698 opened by TheMathsGod

#36699: building for riscv multilib (patch attached)
https://bugs.python.org/issue36699 opened by Andreas K. Hüttel

#36700: base64 has old references that should be updated
https://bugs.python.org/issue36700 opened by paulehoffman

#36702: test_dtrace failed
https://bugs.python.org/issue36702 opened by sayno996

#36703: [Easy][Windows] test_subprocess: test_close_fds_with_stdio() h
https://bugs.python.org/issue36703 opened by vstinner

#36704: logging.FileHandler currently hardcodes errors='strict'
https://bugs.python.org/issue36704 opened by sourcejedi

#36706: Python script on startup stucks at import
https://bugs.python.org/issue36706 opened by serge g

#36709: Asyncio SSL keep-alive connections raise errors after loop clo
https://bugs.python.org/issue36709 opened by tomchristie

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710 opened by vstinner

#36711: duplicate method definition in Lib/email/feedparser.py
https://bugs.python.org/issue36711 opened by xdegaye

#36712: duplicate method definition in Lib/email/test/test_email_renam
https://bugs.python.org/issue36712 opened by xdegaye

#36713: uplicate method definition in Lib/ctypes/test/test_unicode.py
https://bugs.python.org/issue36713 opened by xdegaye

#36714: Tweak doctest 'example' regex to allow a leading ellipsis in '
https://bugs.python.org/issue36714 opened by bskinn

#36715: Dictionary initialization
https://bugs.python.org/issue36715 opened by Aditya Sane

#36716: Embedded Python fails to import module files with version_plat
https://bugs.python.org/issue36716 opened by ecosatto

#36717: Allow retrieval of return value from the target of a threading
https://bugs.python.org/issue36717 opened by Joel Croteau2

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719 opened by vstinner

#36721: Add pkg-config python-3.8-embed
https://bugs.python.org/issue36721 opened by vstinner

#36723: Unittest Discovery for namespace subpackages dot notation fail
https://bugs.python.org/issue36723 opened by mrwaffles

#36724: Clear _PyRuntime at exit
https://bugs.python.org/issue36724 opened by vstinner

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725 opened by kayhayen

#36728: Remove PyEval_ReInitThreads() from the public C API
https://bugs.python.org/issue36728 opened by vstinner

#36729: Delete unused text variable on tests
https://bugs.python.org/issue36729 opened by eamanu

#36730: Change outdated references to macOS
https://bugs.python.org/issue36730 opened by Sebastian Bassi

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732 opened by vstinner

#36734: Modules/faulthandler.c does not compile on HP-UX due to bpo-35
https://bugs.python.org/issue36734 opened by michael-o



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

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732

#36730: Change outdated references to macOS
https://bugs.python.org/issue36730

#36729: Delete unused text variable on tests
https://bugs.python.org/issue36729

#36728: Remove PyEval_ReInitThreads() from the public C API
https://bugs.python.org/issue36728

#36723: Unittest Discovery for namespace subpackages dot notation fail
https://bugs.python.org/issue36723

#36721: Add pkg-config python-3.8-embed
https://bugs.python.org/issue36721

#36717: Allow retrieval of return value from the target of a threading
https://bugs.python.org/issue36717

#36713: uplicate method definition in Lib/ctypes/test/test_unicode.py
https://bugs.python.org/issue36713

#36712: duplicate method definition in Lib/email/test/test_email_renam
https://bugs.python.org/issue36712

#36703: [Easy][Windows] test_subprocess: test_close_fds_with_stdio() h
https://bugs.python.org/issue36703

#36702: test_dtrace failed
https://bugs.python.org/issue36702

#36699: building for riscv multilib (patch attached)
https://bugs.python.org/issue36699

#36692: Unexpected stderr output from test_sys_settrace
https://bugs.python.org/issue36692

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676

#36675: Doctest directives and comments not visible or missing from co
https://bugs.python.org/issue36675



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

#36734: Modules/faulthandler.c does not compile on HP-UX due to bpo-35
https://bugs.python.org/issue36734

#36729: Delete unused text variable on tests
https://bugs.python.org/issue36729

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725

#36724: Clear _PyRuntime at exit
https://bugs.python.org/issue36724

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719

#36715: Dictionary initialization
https://bugs.python.org/issue36715

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710

#36688: _dummy_thread lacks an RLock implementaiton
https://bugs.python.org/issue36688

#36685: C implementation of xml.etree.ElementTree does not make a copy
https://bugs.python.org/issue36685

#36683: duplicate method definition in Lib/test/test_utf8_mode.py
https://bugs.python.org/issue36683

#36681: duplicate method definition in Lib/test/test_logging.py
https://bugs.python.org/issue36681

#36680: duplicate method definition in Lib/test/test_importlib/test_u
https://bugs.python.org/issue36680

#36679: duplicate method definition in Lib/test/test_genericclass.py
https://bugs.python.org/issue36679

#36678: duplicate method definitions in Lib/test/test_dataclasses.py
https://bugs.python.org/issue36678

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676



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

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710 12 msgs

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725 8 msgs

#35224: PEP 572: Assignment Expressions
https://bugs.python.org/issue35224 6 msgs

#36670: test suite broken due to cpu usage feature on win 10/ german
https://bugs.python.org/issue36670 6 msgs

#16079: list duplicate test names with patchcheck
https://bugs.python.org/issue16079 5 msgs

#35824: http.cookies._CookiePattern modifying regular expressions
https://bugs.python.org/issue35824 5 msgs

#36661: Missing dataclass decorator import in dataclasses module docs
https://bugs.python.org/issue36661 5 msgs

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719 5 msgs

#32424: Synchronize copy methods between Python and C implementations
https://bugs.python.org/issue32424 4 msgs

#36624: cleanup the stdlib and tests with regard to sys.platform usage
https://bugs.python.org/issue36624 4 msgs



Issues closed (40)
==================

#9194: winreg:fixupMultiSZ should check that P < Q in the inner loop
https://bugs.python.org/issue9194 closed by steve.dower

#17349: wsgiref.simple_server.demo_app is not PEP-3333 compatible
https://bugs.python.org/issue17349 closed by berker.peksag

#18372: _Pickler_New() doesn't call PyObject_GC_Track(self)
https://bugs.python.org/issue18372 closed by inada.naoki

#21536: extension built with a shared python cannot be loaded with a s
https://bugs.python.org/issue21536 closed by vstinner

#23078: unittest.mock patch autospec doesn't work on staticmethods
https://bugs.python.org/issue23078 closed by berker.peksag

#24011: Add error checks to PyInit_signal()
https://bugs.python.org/issue24011 closed by berker.peksag

#28552: Distutils fail if sys.executable is None
https://bugs.python.org/issue28552 closed by vstinner

#30840: Contrary to documentation, relative imports cannot pass throug
https://bugs.python.org/issue30840 closed by ncoghlan

#35149: pip3 show causing Error for ConfigParaser
https://bugs.python.org/issue35149 closed by eryksun

#36454: test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE
https://bugs.python.org/issue36454 closed by vstinner

#36465: Make release and debug ABI compatible
https://bugs.python.org/issue36465 closed by vstinner

#36469: Stuck during interpreter exit, attempting to take the GIL
https://bugs.python.org/issue36469 closed by mocramis

#36523: Add docstring to io.IOBase.writelines
https://bugs.python.org/issue36523 closed by inada.naoki

#36546: Add quantiles() to the statistics module
https://bugs.python.org/issue36546 closed by rhettinger

#36635: Add _testinternalcapi module
https://bugs.python.org/issue36635 closed by vstinner

#36645: re.sub() library entry does not adequately document surprising
https://bugs.python.org/issue36645 closed by berker.peksag

#36650: Cached method implementation no longer works on Python 3.7.3
https://bugs.python.org/issue36650 closed by rhettinger

#36658: Py_Initialze() throws error 'unable to load the file system en
https://bugs.python.org/issue36658 closed by steve.dower

#36659: distutils UnixCCompiler: Remove standard library path from rpa
https://bugs.python.org/issue36659 closed by vstinner

#36668: semaphore_tracker is not reused by child processes
https://bugs.python.org/issue36668 closed by pitrou

#36669: weakref proxy doesn't support the matrix multiplication operat
https://bugs.python.org/issue36669 closed by SilentGhost

#36671: str.lower() looses character information when working with UTF
https://bugs.python.org/issue36671 closed by SilentGhost

#36677: support visual studio multiprocess compile
https://bugs.python.org/issue36677 closed by Manjusaka

#36682: duplicate method definitions in Lib/test/test_sys_setprofile.p
https://bugs.python.org/issue36682 closed by steve.dower

#36687: subprocess encoding
https://bugs.python.org/issue36687 closed by sbstp

#36690: A typing error in demo rpython.py
https://bugs.python.org/issue36690 closed by berker.peksag

#36693: Reversing large ranges results in a minor type inconsistency
https://bugs.python.org/issue36693 closed by rhettinger

#36695: Change (regression?) in v3.8.0a3 doctest output after capturin
https://bugs.python.org/issue36695 closed by bskinn

#36696: possible multiple regressions on AIX
https://bugs.python.org/issue36696 closed by vstinner

#36701: module 'urllib' has no attribute 'request'
https://bugs.python.org/issue36701 closed by brett.cannon

#36705: Unexpected Behaviour of pprint.pprint
https://bugs.python.org/issue36705 closed by fdrake

#36707: The "m" ABI flag of SOABI for pymalloc is no longer needed
https://bugs.python.org/issue36707 closed by vstinner

#36708: can not execute the python + version, to launch python under w
https://bugs.python.org/issue36708 closed by brett.cannon

#36718: Python 2.7 compilation fails on AMD64 Ubuntu Shared 2.7 buildb
https://bugs.python.org/issue36718 closed by vstinner

#36720: Correct Should to Must in Definition of object.__len__
https://bugs.python.org/issue36720 closed by brett.cannon

#36722: In debug build, load also C extensions compiled in release mod
https://bugs.python.org/issue36722 closed by vstinner

#36726: Empty select() on windows gives error.
https://bugs.python.org/issue36726 closed by martin.panter

#36727: python 3.6+ docs use ul tags instead of ol tags
https://bugs.python.org/issue36727 closed by eric.smith

#36731: Add example to priority queue
https://bugs.python.org/issue36731 closed by rhettinger

#36733: make regen-all doesn't work in subfolder: No module named Pars
https://bugs.python.org/issue36733 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-04-26 - 2019-05-03)
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 7081 ( -2)
closed 41454 (+52)
total 48535 (+50)

Open issues with patches: 2820


Issues opened (41)
==================

#36356: Failure to build with address sanitizer
https://bugs.python.org/issue36356 reopened by vstinner

#36707: The "m" ABI flag of SOABI for pymalloc is no longer needed
https://bugs.python.org/issue36707 reopened by ned.deily

#36737: Warnings operate out of global runtime state.
https://bugs.python.org/issue36737 opened by eric.snow

#36738: Add 'array_hook' for json module
https://bugs.python.org/issue36738 opened by matomatical

#36739: "4.6. Defining Functions" should mention nonlocal
https://bugs.python.org/issue36739 opened by pbhd0815

#36743: Docs: Descript __get__ signature defined differently across th
https://bugs.python.org/issue36743 opened by jdufresne

#36744: functools.singledispatch: Shouldn't require a positional argum
https://bugs.python.org/issue36744 opened by KevinG

#36746: Create test for fcntl.lockf()
https://bugs.python.org/issue36746 opened by nanjekyejoannah

#36748: Optimize textio write buffering
https://bugs.python.org/issue36748 opened by inada.naoki

#36749: PPC64 AIX 3.x: compilation issue, linker fails to locate symbo
https://bugs.python.org/issue36749 opened by vstinner

#36750: test_socket leaks file descriptors on macOS
https://bugs.python.org/issue36750 opened by xtreak

#36751: Changes in the inspect module for PEP 570
https://bugs.python.org/issue36751 opened by pablogsal

#36752: test multiprocessing: test_rapid_restart() crash on AIX
https://bugs.python.org/issue36752 opened by vstinner

#36753: Python modules not linking to libpython causes issues for RTLD
https://bugs.python.org/issue36753 opened by reimar

#36754: Remove smart quotes in pydoc text
https://bugs.python.org/issue36754 opened by steve.dower

#36755: [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1.
https://bugs.python.org/issue36755 opened by vstinner

#36756: tkinter tk.createcommand memory leak
https://bugs.python.org/issue36756 opened by WKraus

#36757: uuid constructor accept invalid strings (extra dash)
https://bugs.python.org/issue36757 opened by Cédric Cabessa

#36758: configured libdir not correctly passed to Python executable
https://bugs.python.org/issue36758 opened by michael-o

#36759: datetime: astimezone() results in OSError: [Errno 22] Invalid
https://bugs.python.org/issue36759 opened by Snidhi

#36760: subprocess.run fails with capture_output=True and stderr=STDOU
https://bugs.python.org/issue36760 opened by Joe.Borg

#36761: Extended slice assignment + iterable unpacking
https://bugs.python.org/issue36761 opened by wim.glenn

#36762: Teach "import *" to warn when overwriting globals or builtins
https://bugs.python.org/issue36762 opened by rhettinger

#36763: PEP 587: Rework initialization API to prepare second version o
https://bugs.python.org/issue36763 opened by vstinner

#36766: Typos in docs and code comments
https://bugs.python.org/issue36766 opened by xtreak

#36767: Segmentation fault when running c extension on macOS
https://bugs.python.org/issue36767 opened by Senhui Guo

#36768: distutils.util.convert_path mangles windows paths with forward
https://bugs.python.org/issue36768 opened by LordAro

#36769: doc Document that fnmatch.filter supports any kind of iterable
https://bugs.python.org/issue36769 opened by adelfino

#36770: stdlib - shutil.make_archive - add support for different ZIP c
https://bugs.python.org/issue36770 opened by owenchia

#36771: Feature Request: An option to os.walk() to return os.DirEntry
https://bugs.python.org/issue36771 opened by apocalyptech

#36772: Let lru_cache be used as a decorator with no arguments
https://bugs.python.org/issue36772 opened by rhettinger

#36773: Race condition during pickle.load()
https://bugs.python.org/issue36773 opened by papad

#36774: f-strings: Add a !d conversion for ease of debugging
https://bugs.python.org/issue36774 opened by eric.smith

#36777: unittest discover throws TypeError on empty packages
https://bugs.python.org/issue36777 opened by xtreak

#36778: test_site.StartupImportTests.test_startup_imports fails if def
https://bugs.python.org/issue36778 opened by Paul Monson

#36779: time.tzname returns empty string on Windows if default codepag
https://bugs.python.org/issue36779 opened by Paul Monson

#36780: Interpreter exit blocks waiting for futures of shut-down Threa
https://bugs.python.org/issue36780 opened by hniksic

#36781: Optimize sum() for bools
https://bugs.python.org/issue36781 opened by serhiy.storchaka

#36782: Add tests for the datetime C API
https://bugs.python.org/issue36782 opened by p-ganssle

#36783: No documentation for _FromXandFold C API functions
https://bugs.python.org/issue36783 opened by p-ganssle

#36784: __import__ with empty folder after importlib.invalidate_caches
https://bugs.python.org/issue36784 opened by xtreak



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

#36784: __import__ with empty folder after importlib.invalidate_caches
https://bugs.python.org/issue36784

#36781: Optimize sum() for bools
https://bugs.python.org/issue36781

#36780: Interpreter exit blocks waiting for futures of shut-down Threa
https://bugs.python.org/issue36780

#36779: time.tzname returns empty string on Windows if default codepag
https://bugs.python.org/issue36779

#36770: stdlib - shutil.make_archive - add support for different ZIP c
https://bugs.python.org/issue36770

#36769: doc Document that fnmatch.filter supports any kind of iterable
https://bugs.python.org/issue36769

#36768: distutils.util.convert_path mangles windows paths with forward
https://bugs.python.org/issue36768

#36766: Typos in docs and code comments
https://bugs.python.org/issue36766

#36758: configured libdir not correctly passed to Python executable
https://bugs.python.org/issue36758

#36755: [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1.
https://bugs.python.org/issue36755

#36752: test multiprocessing: test_rapid_restart() crash on AIX
https://bugs.python.org/issue36752

#36748: Optimize textio write buffering
https://bugs.python.org/issue36748

#36738: Add 'array_hook' for json module
https://bugs.python.org/issue36738

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732

#36728: Remove PyEval_ReInitThreads() from the public C API
https://bugs.python.org/issue36728



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

#36778: test_site.StartupImportTests.test_startup_imports fails if def
https://bugs.python.org/issue36778

#36774: f-strings: Add a !d conversion for ease of debugging
https://bugs.python.org/issue36774

#36772: Let lru_cache be used as a decorator with no arguments
https://bugs.python.org/issue36772

#36771: Feature Request: An option to os.walk() to return os.DirEntry
https://bugs.python.org/issue36771

#36770: stdlib - shutil.make_archive - add support for different ZIP c
https://bugs.python.org/issue36770

#36769: doc Document that fnmatch.filter supports any kind of iterable
https://bugs.python.org/issue36769

#36763: PEP 587: Rework initialization API to prepare second version o
https://bugs.python.org/issue36763

#36751: Changes in the inspect module for PEP 570
https://bugs.python.org/issue36751

#36749: PPC64 AIX 3.x: compilation issue, linker fails to locate symbo
https://bugs.python.org/issue36749

#36748: Optimize textio write buffering
https://bugs.python.org/issue36748

#36746: Create test for fcntl.lockf()
https://bugs.python.org/issue36746

#36743: Docs: Descript __get__ signature defined differently across th
https://bugs.python.org/issue36743

#36739: "4.6. Defining Functions" should mention nonlocal
https://bugs.python.org/issue36739

#36738: Add 'array_hook' for json module
https://bugs.python.org/issue36738

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725



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

#36774: f-strings: Add a !d conversion for ease of debugging
https://bugs.python.org/issue36774 14 msgs

#36751: Changes in the inspect module for PEP 570
https://bugs.python.org/issue36751 12 msgs

#30458: [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection
https://bugs.python.org/issue30458 9 msgs

#36763: PEP 587: Rework initialization API to prepare second version o
https://bugs.python.org/issue36763 9 msgs

#26493: Bad formatting in WinError 193 when using subprocess.check_cal
https://bugs.python.org/issue26493 8 msgs

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710 8 msgs

#34616: implement "Async exec"
https://bugs.python.org/issue34616 7 msgs

#35184: Makefile is not correctly generated when compiling pyextat wit
https://bugs.python.org/issue35184 5 msgs

#36356: Failure to build with address sanitizer
https://bugs.python.org/issue36356 5 msgs

#36540: PEP 570: Python Positional-Only Parameters
https://bugs.python.org/issue36540 5 msgs



Issues closed (51)
==================

#5166: ElementTree and minidom don't prevent creation of not well-for
https://bugs.python.org/issue5166 closed by scoder

#8583: Hardcoded namespace_separator in the cElementTree.XMLParser
https://bugs.python.org/issue8583 closed by scoder

#10328: re.sub[n] doesn't seem to handle /Z replacements correctly in
https://bugs.python.org/issue10328 closed by serhiy.storchaka

#13611: Integrate ElementC14N module into xml.etree package
https://bugs.python.org/issue13611 closed by scoder

#14546: lll.py can't handle multiple parameters correctly
https://bugs.python.org/issue14546 closed by vstinner

#15388: SAX parse (ExpatParser) leaks file handle when given filename
https://bugs.python.org/issue15388 closed by berker.peksag

#16425: minidom replaceChild(new_child, old_child) removes new_child e
https://bugs.python.org/issue16425 closed by scoder

#18675: Daemon Threads can seg fault
https://bugs.python.org/issue18675 closed by asvetlov

#19895: Cryptic error when subclassing multiprocessing classes
https://bugs.python.org/issue19895 closed by SilentGhost

#21403: cElementTree's Element creation handles attrib argument differ
https://bugs.python.org/issue21403 closed by scoder

#24638: asyncio "loop argument must agree with future" error message c
https://bugs.python.org/issue24638 closed by asvetlov

#27682: wsgiref BaseHandler / SimpleHandler can raise additional error
https://bugs.python.org/issue27682 closed by berker.peksag

#28460: Minidom, order of attributes, datachars
https://bugs.python.org/issue28460 closed by scoder

#28608: Support creating hardlink using `pathlib`
https://bugs.python.org/issue28608 closed by xtreak

#32235: test_xml_etree test_xml_etree_c failures with 2.7 and 3.6 bran
https://bugs.python.org/issue32235 closed by scoder

#34442: zlib module not built on windows
https://bugs.python.org/issue34442 closed by zach.ware

#34602: python3 resource.setrlimit strange behaviour under macOS
https://bugs.python.org/issue34602 closed by ned.deily

#35329: Documentation - capitalization issue
https://bugs.python.org/issue35329 closed by benjamin.peterson

#35502: Memory leak in xml.etree.ElementTree.iterparse
https://bugs.python.org/issue35502 closed by scoder

#35726: QueueHandler formatting affects other handlers
https://bugs.python.org/issue35726 closed by ned.deily

#35947: Update libffi_msvc to current version of libffi
https://bugs.python.org/issue35947 closed by Paul Monson

#35952: test.pythoninfo prints a stack trace and exits with 1 when the
https://bugs.python.org/issue35952 closed by vstinner

#36004: Add datetime.fromisocalendar
https://bugs.python.org/issue36004 closed by vstinner

#36025: Breaking change in PyDate_FromTimeStamp API
https://bugs.python.org/issue36025 closed by berker.peksag

#36341: bind() on AF_UNIX socket may fail in tests run as non-root
https://bugs.python.org/issue36341 closed by asvetlov

#36432: Running python test suite fails on macOS 10.14.4 with resource
https://bugs.python.org/issue36432 closed by ned.deily

#36475: PyEval_AcquireLock() and PyEval_AcquireThread() do not handle
https://bugs.python.org/issue36475 closed by vstinner

#36509: Add iot layout for windows iot containers
https://bugs.python.org/issue36509 closed by Paul Monson

#36613: asyncio._wait() don't remove callback in case of exception
https://bugs.python.org/issue36613 closed by asvetlov

#36673: Comment/PI parsing support for ElementTree
https://bugs.python.org/issue36673 closed by scoder

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676 closed by scoder

#36699: building for riscv multilib (patch attached)
https://bugs.python.org/issue36699 closed by Andreas K. Hüttel

#36715: Dictionary initialization
https://bugs.python.org/issue36715 closed by rhettinger

#36716: Embedded Python fails to import module files with version_plat
https://bugs.python.org/issue36716 closed by ecosatto

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719 closed by vstinner

#36729: Delete unused text variable on tests
https://bugs.python.org/issue36729 closed by serhiy.storchaka

#36730: Change outdated references to macOS
https://bugs.python.org/issue36730 closed by berker.peksag

#36734: Modules/faulthandler.c does not compile on HP-UX due to bpo-35
https://bugs.python.org/issue36734 closed by vstinner

#36735: minimize disk size of cross-compiled python3.6
https://bugs.python.org/issue36735 closed by michalgr

#36736: Python crashes when calling win32file.LockFileEx
https://bugs.python.org/issue36736 closed by eryksun

#36740: zipimporter misses namespace packages for implicit dirs
https://bugs.python.org/issue36740 closed by jaraco

#36741: Variable about function and list
https://bugs.python.org/issue36741 closed by xtreak

#36742: urlsplit doesn't accept a NFKD hostname with a port number
https://bugs.python.org/issue36742 closed by steve.dower

#36745: A possible reference leak in PyObject_SetAttr()
https://bugs.python.org/issue36745 closed by asvetlov

#36747: Tools/scripts/setup.py is missing
https://bugs.python.org/issue36747 closed by vstinner

#36764: Types module doesn't have a type for _abc_data
https://bugs.python.org/issue36764 closed by serhiy.storchaka

#36765: Invalid grammar for f_expression
https://bugs.python.org/issue36765 closed by eric.smith

#36775: Rework filesystem codec implementation
https://bugs.python.org/issue36775 closed by vstinner

#36776: test_tools: test_lll_multiple_dirs() failed on AMD64 Windows7
https://bugs.python.org/issue36776 closed by vstinner

#1613500: Write mode option for fileinput module.
https://bugs.python.org/issue1613500 closed by berker.peksag

#1191964: add non-blocking read and write methods to subprocess.Popen
https://bugs.python.org/issue1191964 closed by josiahcarlson
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-05-03 - 2019-05-10)
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 7084 ( +3)
closed 41542 (+88)
total 48626 (+91)

Open issues with patches: 2851


Issues opened (65)
==================

#15987: Provide a way to compare AST nodes for equality recursively
https://bugs.python.org/issue15987 reopened by vstinner

#36785: Implement PEP 574
https://bugs.python.org/issue36785 opened by pitrou

#36786: "make install" should run compileall in parallel
https://bugs.python.org/issue36786 opened by pitrou

#36788: Add clamp() function to builtins
https://bugs.python.org/issue36788 opened by TheComet

#36789: Unicode HOWTO incorrectly states that UTF-8 contains no zero b
https://bugs.python.org/issue36789 opened by mbiggs

#36790: test_asyncio fails with application verifier!
https://bugs.python.org/issue36790 opened by Alexander Riccio

#36791: sum() relies on C signed overflow behaviour
https://bugs.python.org/issue36791 opened by serhiy.storchaka

#36792: [Windows] time: crash on formatting time with de_DE locale
https://bugs.python.org/issue36792 opened by CharlieClark

#36793: Do not define unneeded __str__ equal to __repr__
https://bugs.python.org/issue36793 opened by serhiy.storchaka

#36794: asyncio.Lock documentation in Py3.8 lacks parts presented in d
https://bugs.python.org/issue36794 opened by germn

#36795: "make venv" failed in Docs
https://bugs.python.org/issue36795 opened by pitrou

#36796: Error handling cleanup in _testcapimodule.c
https://bugs.python.org/issue36796 opened by ZackerySpytz

#36797: Cull more oudated distutils information
https://bugs.python.org/issue36797 opened by ncoghlan

#36799: Typo in ctypes documentation
https://bugs.python.org/issue36799 opened by rrt

#36803: Getting a lot of runtime misaligned address error while buildi
https://bugs.python.org/issue36803 opened by dibya ranjan mishra

#36804: Python for Windows installer Repair option does not repair PIP
https://bugs.python.org/issue36804 opened by Mark Green

#36805: Don't close subprocess stream if it's stdin is closed
https://bugs.python.org/issue36805 opened by asvetlov

#36807: IDLE doesn't call os.fsync()
https://bugs.python.org/issue36807 opened by gvanrossum

#36809: Crash for test test_importlib
https://bugs.python.org/issue36809 opened by furzoom

#36810: Recursive type annotations do not work in documentation tests
https://bugs.python.org/issue36810 opened by lovasoa

#36813: QueueListener not calling task_done upon termination
https://bugs.python.org/issue36813 opened by bar.harel

#36816: self-signed.pythontest.net TLS certificate key is too weak
https://bugs.python.org/issue36816 opened by gregory.p.smith

#36818: Add PyInterpreterState.runtime.
https://bugs.python.org/issue36818 opened by eric.snow

#36819: Crash during encoding using UTF-16/32 and custom error handler
https://bugs.python.org/issue36819 opened by atalaba

#36820: Captured exceptions are keeping user objects alive unnecessari
https://bugs.python.org/issue36820 opened by mariocj89

#36821: Termios module largely untested
https://bugs.python.org/issue36821 opened by anthonypjshaw

#36822: Minor grammatical fix in glossary.rst
https://bugs.python.org/issue36822 opened by CuriousLearner

#36823: shutil.copytree copies directories and files but fails with th
https://bugs.python.org/issue36823 opened by rbavery

#36824: Refactor str tests to reflect that str and unicode are merged
https://bugs.python.org/issue36824 opened by dfortunov

#36825: Make TestCase aware of the command line arguments given to Tes
https://bugs.python.org/issue36825 opened by remi.lapeyre

#36826: ast_unparser.c doesn't handle := expressions
https://bugs.python.org/issue36826 opened by eric.smith

#36827: Overriding __new__ method with itself changes behaviour of the
https://bugs.python.org/issue36827 opened by alexey-muranov

#36829: CLI option to make PyErr_WriteUnraisable abort the current pro
https://bugs.python.org/issue36829 opened by graingert

#36833: Add tests for Datetime C API Macros
https://bugs.python.org/issue36833 opened by p-ganssle

#36834: mock.patch.object does not persist __module__ name for functio
https://bugs.python.org/issue36834 opened by spark

#36837: Make il8n tools available from `python -m`
https://bugs.python.org/issue36837 opened by bbkane

#36839: Support the buffer protocol in code objects
https://bugs.python.org/issue36839 opened by dino.viehland

#36840: Add stream.abort() async method
https://bugs.python.org/issue36840 opened by asvetlov

#36841: Supporting customization of float encoding in JSON
https://bugs.python.org/issue36841 opened by mitar

#36842: Implement PEP 578
https://bugs.python.org/issue36842 opened by steve.dower

#36843: AIX build fails with failure to get random numbers
https://bugs.python.org/issue36843 opened by Robert Boehne

#36845: ipaddres.IPv4Network and ipaddress.IPv6Network tuple construct
https://bugs.python.org/issue36845 opened by niconorsk

#36848: autospec fails with AttributeError when mocked class has __sig
https://bugs.python.org/issue36848 opened by xtreak

#36849: Native libcurses on HP-UX not properly detected
https://bugs.python.org/issue36849 opened by michael-o

#36850: shutil.copy2 fails with even with source network filesystem no
https://bugs.python.org/issue36850 opened by hans-meine

#36852: Python3.7.2 fails to cross-compile (yocto / openembedded) when
https://bugs.python.org/issue36852 opened by mschoepf

#36853: inconsistencies in docs builds (Sphinx 2)
https://bugs.python.org/issue36853 opened by jaraco

#36854: GC operates out of global runtime state.
https://bugs.python.org/issue36854 opened by eric.snow

#36855: update tests relying on a copy of a TLS certificate (pem) to s
https://bugs.python.org/issue36855 opened by gregory.p.smith

#36856: faulthandler._stack_overflow doesn't work on x86-linux with KP
https://bugs.python.org/issue36856 opened by xry111

#36858: f-string '=' debugging output needs to be documented
https://bugs.python.org/issue36858 opened by eric.smith

#36859: sqlite3 dml statement detection does not account for CTEs
https://bugs.python.org/issue36859 opened by coleifer

#36860: Inconsistent/Undocumented behavior with pathlib resolve and ab
https://bugs.python.org/issue36860 opened by alexjacobson95

#36862: Add Visual Studio 2019 support to PCBuild/env.bat
https://bugs.python.org/issue36862 opened by anthonypjshaw

#36863: argparse doesn't like options in the middle of arguments
https://bugs.python.org/issue36863 opened by rhubarbdog x

#36865: FileInput does not allow 'rt' mode, but all its existing deleg
https://bugs.python.org/issue36865 opened by natgaertner

#36866: Certificate verification errors in urllib.request become URLEr
https://bugs.python.org/issue36866 opened by sivel

#36867: Make semaphore_tracker track other system resources
https://bugs.python.org/issue36867 opened by pierreglaser

#36868: New behavior of OpenSSL hostname verification not exposed, inc
https://bugs.python.org/issue36868 opened by josh.r

#36869: Avoid warning of unused variables
https://bugs.python.org/issue36869 opened by eamanu

#36870: test_asyncio: test_drain_raises() fails randomly on Windows
https://bugs.python.org/issue36870 opened by vstinner

#36871: Misleading error from unittest.mock's assert_has_calls
https://bugs.python.org/issue36871 opened by gregory.p.smith

#36873: http.server: Document explicitly that symbolic links are follo
https://bugs.python.org/issue36873 opened by vstinner

#36874: Support CDATA by xml.etree.(c)ElementTree
https://bugs.python.org/issue36874 opened by Pierre van de Laar

#36875: argparse does not ship with translations
https://bugs.python.org/issue36875 opened by carmenbianca



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

#36873: http.server: Document explicitly that symbolic links are follo
https://bugs.python.org/issue36873

#36870: test_asyncio: test_drain_raises() fails randomly on Windows
https://bugs.python.org/issue36870

#36868: New behavior of OpenSSL hostname verification not exposed, inc
https://bugs.python.org/issue36868

#36867: Make semaphore_tracker track other system resources
https://bugs.python.org/issue36867

#36866: Certificate verification errors in urllib.request become URLEr
https://bugs.python.org/issue36866

#36865: FileInput does not allow 'rt' mode, but all its existing deleg
https://bugs.python.org/issue36865

#36862: Add Visual Studio 2019 support to PCBuild/env.bat
https://bugs.python.org/issue36862

#36855: update tests relying on a copy of a TLS certificate (pem) to s
https://bugs.python.org/issue36855

#36854: GC operates out of global runtime state.
https://bugs.python.org/issue36854

#36850: shutil.copy2 fails with even with source network filesystem no
https://bugs.python.org/issue36850

#36849: Native libcurses on HP-UX not properly detected
https://bugs.python.org/issue36849

#36842: Implement PEP 578
https://bugs.python.org/issue36842

#36839: Support the buffer protocol in code objects
https://bugs.python.org/issue36839

#36833: Add tests for Datetime C API Macros
https://bugs.python.org/issue36833

#36826: ast_unparser.c doesn't handle := expressions
https://bugs.python.org/issue36826



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

#36867: Make semaphore_tracker track other system resources
https://bugs.python.org/issue36867

#36865: FileInput does not allow 'rt' mode, but all its existing deleg
https://bugs.python.org/issue36865

#36862: Add Visual Studio 2019 support to PCBuild/env.bat
https://bugs.python.org/issue36862

#36859: sqlite3 dml statement detection does not account for CTEs
https://bugs.python.org/issue36859

#36856: faulthandler._stack_overflow doesn't work on x86-linux with KP
https://bugs.python.org/issue36856

#36854: GC operates out of global runtime state.
https://bugs.python.org/issue36854

#36852: Python3.7.2 fails to cross-compile (yocto / openembedded) when
https://bugs.python.org/issue36852

#36850: shutil.copy2 fails with even with source network filesystem no
https://bugs.python.org/issue36850

#36849: Native libcurses on HP-UX not properly detected
https://bugs.python.org/issue36849

#36842: Implement PEP 578
https://bugs.python.org/issue36842

#36841: Supporting customization of float encoding in JSON
https://bugs.python.org/issue36841

#36839: Support the buffer protocol in code objects
https://bugs.python.org/issue36839

#36829: CLI option to make PyErr_WriteUnraisable abort the current pro
https://bugs.python.org/issue36829

#36825: Make TestCase aware of the command line arguments given to Tes
https://bugs.python.org/issue36825

#36824: Refactor str tests to reflect that str and unicode are merged
https://bugs.python.org/issue36824



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

#36792: [Windows] time: crash on formatting time with de_DE locale
https://bugs.python.org/issue36792 31 msgs

#27639: UserList.__getitem__ doesn't account for slices
https://bugs.python.org/issue27639 12 msgs

#36829: CLI option to make PyErr_WriteUnraisable abort the current pro
https://bugs.python.org/issue36829 11 msgs

#36843: AIX build fails with failure to get random numbers
https://bugs.python.org/issue36843 11 msgs

#36807: IDLE doesn't call os.fsync()
https://bugs.python.org/issue36807 9 msgs

#36816: self-signed.pythontest.net TLS certificate key is too weak
https://bugs.python.org/issue36816 8 msgs

#35925: test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster
https://bugs.python.org/issue35925 7 msgs

#36395: Add deferred single-threaded/fake executor to concurrent.futur
https://bugs.python.org/issue36395 7 msgs

#36848: autospec fails with AttributeError when mocked class has __sig
https://bugs.python.org/issue36848 7 msgs

#25541: Wrong usage of sockaddr_un struct for abstract namespace unix
https://bugs.python.org/issue25541 6 msgs



Issues closed (85)
==================

#1054: scriptsinstall target fails in alternate build dir
https://bugs.python.org/issue1054 closed by SilentGhost

#6911: Document changes in asynchat
https://bugs.python.org/issue6911 closed by CuriousLearner

#11001: Various obvious errors in cookies documentation
https://bugs.python.org/issue11001 closed by gregory.p.smith

#14440: Close background process if IDLE closes abnormally.
https://bugs.python.org/issue14440 closed by asvetlov

#16024: Doc cleanup regarding path=fd, dir_fd, follow_symlinks, etc
https://bugs.python.org/issue16024 closed by larry

#20185: Derby #17: Convert 49 sites to Argument Clinic across 13 files
https://bugs.python.org/issue20185 closed by mdk

#20709: os.utime(path_to_directory): wrong documentation for Windows.
https://bugs.python.org/issue20709 closed by mdk

#24339: iso6937 encoding missing
https://bugs.python.org/issue24339 closed by mdk

#24712: Docs page's sidebar vibrates on mouse wheel scroll on Chrome.
https://bugs.python.org/issue24712 closed by matrixise

#25251: Unknown MS Compiler version 1900
https://bugs.python.org/issue25251 closed by anthonypjshaw

#25436: argparse.ArgumentError missing error message in __repr__
https://bugs.python.org/issue25436 closed by dfortunov

#26374: concurrent_futures Executor.map semantics better specified in
https://bugs.python.org/issue26374 closed by bquinlan

#26903: ProcessPoolExecutor(max_workers=64) crashes on Windows
https://bugs.python.org/issue26903 closed by bquinlan

#26978: Implement pathlib.Path.link (Using os.link)
https://bugs.python.org/issue26978 closed by pitrou

#27497: csv module: Add return value to DictWriter.writeheader
https://bugs.python.org/issue27497 closed by vstinner

#28238: In xml.etree.ElementTree findall() can't search all elements i
https://bugs.python.org/issue28238 closed by scoder

#28729: Exception from sqlite3 adapter masked by sqlite3.InterfaceErro
https://bugs.python.org/issue28729 closed by mdk

#28795: Misleading stating, that SIGINT handler is installed by defaul
https://bugs.python.org/issue28795 closed by mdk

#29075: Remove Windows Vista support
https://bugs.python.org/issue29075 closed by vstinner

#29164: make test always fail at 218/405 ( AssertionError: ',' not fou
https://bugs.python.org/issue29164 closed by cheryl.sabella

#30262: Don't expose sqlite3 Cache and Statement
https://bugs.python.org/issue30262 closed by berker.peksag

#30271: Make sqlite3 statement cache optional
https://bugs.python.org/issue30271 closed by palaviv

#30668: DOC: missing word in license.rst
https://bugs.python.org/issue30668 closed by matrixise

#30793: Parsing error on f-string-expressions containing strings with
https://bugs.python.org/issue30793 closed by eric.smith

#31200: address sanitizer build fails
https://bugs.python.org/issue31200 closed by mdk

#31589: Links for French documentation PDF is broken: LaTeX issue with
https://bugs.python.org/issue31589 closed by mdk

#31813: python -m ensurepip hangs
https://bugs.python.org/issue31813 closed by anthonypjshaw

#31855: mock_open is not compatible with read(n) (and pickle.load)
https://bugs.python.org/issue31855 closed by xtreak

#31873: Inconsistent capitalization of proper noun - Unicode.
https://bugs.python.org/issue31873 closed by mdk

#32393: nav menu jitter in old documentation
https://bugs.python.org/issue32393 closed by mdk

#32971: Docs on unittest.TestCase.assertRaises() should clarify contex
https://bugs.python.org/issue32971 closed by anthonypjshaw

#33039: int() and math.trunc don't accept objects that only define __i
https://bugs.python.org/issue33039 closed by serhiy.storchaka

#33530: Implement Happy Eyeball in asyncio
https://bugs.python.org/issue33530 closed by asvetlov

#33948: doc truncated lines in PDF
https://bugs.python.org/issue33948 closed by mdk

#34214: Pylint recusion stack overflow abort
https://bugs.python.org/issue34214 closed by cheryl.sabella

#34600: python3 regression ElementTree.iterparse() unable to capture c
https://bugs.python.org/issue34600 closed by scoder

#34820: binascii.c:1578:1: error: the control flow of function ‘bina
https://bugs.python.org/issue34820 closed by anthonypjshaw

#34848: range.index only takes one argument when it's documented as ta
https://bugs.python.org/issue34848 closed by vstinner

#35125: asyncio shield: remove inner callback on outer cancellation
https://bugs.python.org/issue35125 closed by asvetlov

#35354: Generator functions stack overflow
https://bugs.python.org/issue35354 closed by Mark.Shannon

#35393: Typo in documentation
https://bugs.python.org/issue35393 closed by cheryl.sabella

#35900: Add pickler hook for the user to customize the serialization o
https://bugs.python.org/issue35900 closed by pitrou

#36166: DOC: Fix markup on function parameter on datamodel.rst
https://bugs.python.org/issue36166 closed by cheryl.sabella

#36189: DOC: Correct word in tutorial introduction
https://bugs.python.org/issue36189 closed by cheryl.sabella

#36239: gettext: GNUTranslations doesn't parse properly comments in de
https://bugs.python.org/issue36239 closed by mdk

#36275: DOC: venv.create doesn't include prompt parameter
https://bugs.python.org/issue36275 closed by cheryl.sabella

#36533: logging regression with threading + fork are mixed in 3.7.1rc2
https://bugs.python.org/issue36533 closed by gregory.p.smith

#36545: Python 3.5 OOM during test_socket on make
https://bugs.python.org/issue36545 closed by dekken

#36551: Optimize list comprehensions with preallocate size and protect
https://bugs.python.org/issue36551 closed by anthonypjshaw

#36552: Replace OverflowError with ValueError when calculating length
https://bugs.python.org/issue36552 closed by serhiy.storchaka

#36601: signals can be caught by any thread
https://bugs.python.org/issue36601 closed by gregory.p.smith

#36737: Warnings operate out of global runtime state.
https://bugs.python.org/issue36737 closed by eric.snow

#36766: Typos in docs and code comments
https://bugs.python.org/issue36766 closed by terry.reedy

#36774: f-strings: Add a !d conversion for ease of debugging
https://bugs.python.org/issue36774 closed by eric.smith

#36778: test_site.StartupImportTests.test_startup_imports fails if def
https://bugs.python.org/issue36778 closed by vstinner

#36783: No documentation for _FromXandFold C API functions
https://bugs.python.org/issue36783 closed by cheryl.sabella

#36784: __import__ with empty folder after importlib.invalidate_caches
https://bugs.python.org/issue36784 closed by mdk

#36787: Python3 regresison: String formatting of None object
https://bugs.python.org/issue36787 closed by eric.smith

#36798: f-strings do not support top-level :=
https://bugs.python.org/issue36798 closed by gvanrossum

#36800: Invalid coding error hidden on Windows
https://bugs.python.org/issue36800 closed by eryksun

#36801: Wait for connection_lost in StreamWriter.drain
https://bugs.python.org/issue36801 closed by asvetlov

#36802: Revert back StreamWriter awrite/aclose but provide await write
https://bugs.python.org/issue36802 closed by asvetlov

#36806: Forbid creating of stream objects outside of asyncio
https://bugs.python.org/issue36806 closed by asvetlov

#36808: Understanding "cannot import name" exception
https://bugs.python.org/issue36808 closed by eryksun

#36811: Warning when compiling _elementree.c
https://bugs.python.org/issue36811 closed by scoder

#36812: posix_spawnp returns error when used with file_actions
https://bugs.python.org/issue36812 closed by vstinner

#36814: posix_spawn explicit file_actions=None throws error
https://bugs.python.org/issue36814 closed by vstinner

#36815: Test Failure MacOS : test_socket test_host_resolution_bad_addr
https://bugs.python.org/issue36815 closed by SilentGhost

#36817: Add = to f-strings for easier debugging.
https://bugs.python.org/issue36817 closed by eric.smith

#36828: Cannot install et-xmlfile
https://bugs.python.org/issue36828 closed by xtreak

#36830: Typo in collections.deque
https://bugs.python.org/issue36830 closed by matrixise

#36831: ElementTree.find attribute matching with empty namespace
https://bugs.python.org/issue36831 closed by scoder

#36832: Port zipp to zipfile
https://bugs.python.org/issue36832 closed by barry

#36835: Move the warnings runtime state into per-interpreter state.
https://bugs.python.org/issue36835 closed by eric.snow

#36836: Test Suite not working on 3.4, 3.5 on MacOS Mojave
https://bugs.python.org/issue36836 closed by CuriousLearner

#36838: running 'make html' from the Doc tree emits an unwelcoming err
https://bugs.python.org/issue36838 closed by gregory.p.smith

#36844: abiflag `m` is no longer showing when compiled with --enable-s
https://bugs.python.org/issue36844 closed by Anthony Sottile

#36846: range_iterator does not use __index__
https://bugs.python.org/issue36846 closed by serhiy.storchaka

#36847: Segmentation fault (core dumped) Found when we import "schedul
https://bugs.python.org/issue36847 closed by jay.net.in

#36851: Frame stack is not cleaned after execution is finished with re
https://bugs.python.org/issue36851 closed by pablogsal

#36857: bisect should support descending order
https://bugs.python.org/issue36857 closed by rhettinger

#36861: Update to Unicode 12.1.0
https://bugs.python.org/issue36861 closed by benjamin.peterson

#36864: Double Spaces in the documentation
https://bugs.python.org/issue36864 closed by mdk

#36872: passing negative values through modules
https://bugs.python.org/issue36872 closed by SilentGhost

#1160328: urllib2 post error when using httpproxy
https://bugs.python.org/issue1160328 closed by martin.panter
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-05-10 - 2019-05-17)
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 7067 (-17)
closed 41633 (+91)
total 48700 (+74)

Open issues with patches: 2861


Issues opened (56)
==================

#36084: Threading: add builtin TID attribute to Thread objects
https://bugs.python.org/issue36084 reopened by vstinner

#36801: Wait for connection_lost in StreamWriter.drain
https://bugs.python.org/issue36801 reopened by asvetlov

#36802: Revert back StreamWriter awrite/aclose but provide await write
https://bugs.python.org/issue36802 reopened by vstinner

#36817: Add = to f-strings for easier debugging.
https://bugs.python.org/issue36817 reopened by pablogsal

#36876: Global C variables are a problem.
https://bugs.python.org/issue36876 opened by eric.snow

#36877: [meta] Move fields from _PyRuntimeState to PyInterpreterState.
https://bugs.python.org/issue36877 opened by eric.snow

#36878: ast.parse with type_comments=True should allow extra text afte
https://bugs.python.org/issue36878 opened by msullivan

#36879: bug with round() and "numpy floats"
https://bugs.python.org/issue36879 opened by Scaler

#36880: Returning None from a callback with restype py_object decremen
https://bugs.python.org/issue36880 opened by dgelessus

#36881: isinstance raises TypeError for metaclass with metaclass=ABCMe
https://bugs.python.org/issue36881 opened by emanspeaks

#36882: ?ctypes???C???c_char_p??????
https://bugs.python.org/issue36882 opened by fy2099

#36885: Make makeunicode.py script more readable
https://bugs.python.org/issue36885 opened by scoder

#36887: Add integer square root, math.isqrt
https://bugs.python.org/issue36887 opened by mark.dickinson

#36888: Create a way to check that the parent process is alive for dea
https://bugs.python.org/issue36888 opened by tomMoral

#36889: Merge StreamWriter and StreamReader into just asyncio.Stream
https://bugs.python.org/issue36889 opened by asvetlov

#36890: python-3.7.3-macosx10.6.pkg verification error on macOS 10.6 S
https://bugs.python.org/issue36890 opened by steve_314

#36891: Additional startup plugin for vendors
https://bugs.python.org/issue36891 opened by vx1920

#36892: "Modules" section in Tutorial contains incorrect description a
https://bugs.python.org/issue36892 opened by musou1500

#36893: email.headerregistry.Address blocks Unicode local part addr_sp
https://bugs.python.org/issue36893 opened by dracos

#36894: test_multiprocessing_spawn regression on Windows
https://bugs.python.org/issue36894 opened by pitrou

#36895: time.clock() marked for removal in 3.8 – still there.
https://bugs.python.org/issue36895 opened by mbussonn

#36896: clarify in types.rst that FunctionTypes & co constructors don
https://bugs.python.org/issue36896 opened by mbussonn

#36897: shlex doesn't differentiate escaped characters in output
https://bugs.python.org/issue36897 opened by Matthew Gamble

#36898: Add parameter @case_sensitive to glob and rglob in pathlib
https://bugs.python.org/issue36898 opened by Chuang Men

#36901: Fix leaks in /PC/bdist_wininst/install.c
https://bugs.python.org/issue36901 opened by cheryl.sabella

#36904: Implement _PyStack_UnpackDict() with a single allocation
https://bugs.python.org/issue36904 opened by jdemeyer

#36905: test_typing.GetTypeHintTests.test_get_type_hints_modules_forwa
https://bugs.python.org/issue36905 opened by xtreak

#36906: Compile time textwrap.dedent() equivalent for str or bytes lit
https://bugs.python.org/issue36906 opened by gregory.p.smith

#36907: Crash due to borrowed references in _PyStack_UnpackDict()
https://bugs.python.org/issue36907 opened by jdemeyer

#36908: "This module is always available" is confusing
https://bugs.python.org/issue36908 opened by nedbat

#36910: Certain Malformed email causes email.parser to throw Attribute
https://bugs.python.org/issue36910 opened by msapiro

#36913: Missing documentation for decorators
https://bugs.python.org/issue36913 opened by tomerv

#36917: ast.NodeVisitor no longer calls visit_Str
https://bugs.python.org/issue36917 opened by Anthony Sottile

#36918: ValueError warning in test_urllib due to io.IOBase destructor
https://bugs.python.org/issue36918 opened by xtreak

#36919: Exception from 'compile' reports a newline char not present in
https://bugs.python.org/issue36919 opened by BCSharp

#36921: Deprecate yield from and @coroutine in asyncio
https://bugs.python.org/issue36921 opened by asvetlov

#36922: Implement Py_TPFLAGS_METHOD_DESCRIPTOR
https://bugs.python.org/issue36922 opened by jdemeyer

#36924: Simplify implementation of classmethod_descriptor.__call__
https://bugs.python.org/issue36924 opened by jdemeyer

#36926: Implement methoddescr_call without _PyMethodDef_RawFastCallDic
https://bugs.python.org/issue36926 opened by jdemeyer

#36927: traceback docstrings should explicitly state return values ins
https://bugs.python.org/issue36927 opened by Aaron Hall

#36929: Other Python _io implementations may not expose _io in their t
https://bugs.python.org/issue36929 opened by tekknolagi

#36932: asyncio-task.rst could use proper deprecated-removed directive
https://bugs.python.org/issue36932 opened by mbussonn

#36933: sys.set_coroutine_wrapper documented as to be removed in 3.8 (
https://bugs.python.org/issue36933 opened by mbussonn

#36935: bpo-35813 introduced usage of the deprecated PyErr_SetFromWind
https://bugs.python.org/issue36935 opened by ZackerySpytz

#36936: CALL_FUNCTION_KW opcode: keyword names must be non-empty
https://bugs.python.org/issue36936 opened by jdemeyer

#36937: New _PyObject_MakeTpCall() function
https://bugs.python.org/issue36937 opened by jdemeyer

#36940: Update Py_FrozenMain() for _PyCoreConfig (PEP 587)
https://bugs.python.org/issue36940 opened by vstinner

#36941: Windows build changes for Windows ARM64
https://bugs.python.org/issue36941 opened by Paul Monson

#36942: Windows code changes for Windows ARM64
https://bugs.python.org/issue36942 opened by Paul Monson

#36943: Windows test changes for Windows ARM64
https://bugs.python.org/issue36943 opened by Paul Monson

#36944: Add support for ARM64 to libffi
https://bugs.python.org/issue36944 opened by Paul Monson

#36945: Add _PyPreConfig.configure_locale: allow to leave LC_CTYPE unc
https://bugs.python.org/issue36945 opened by vstinner

#36946: Possible signed integer overflow in slice handling
https://bugs.python.org/issue36946 opened by ZackerySpytz

#36947: [Good first issue] Fix 3.3.3.1 Metaclasses Documentation
https://bugs.python.org/issue36947 opened by Nicholas Matthews

#36948: NameError in urllib.request.URLopener.retrieve
https://bugs.python.org/issue36948 opened by xtreak

#36949: WeakSet.__repr__ and __str__ do not show contents of the set
https://bugs.python.org/issue36949 opened by steve.dower



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

#36949: WeakSet.__repr__ and __str__ do not show contents of the set
https://bugs.python.org/issue36949

#36948: NameError in urllib.request.URLopener.retrieve
https://bugs.python.org/issue36948

#36944: Add support for ARM64 to libffi
https://bugs.python.org/issue36944

#36943: Windows test changes for Windows ARM64
https://bugs.python.org/issue36943

#36940: Update Py_FrozenMain() for _PyCoreConfig (PEP 587)
https://bugs.python.org/issue36940

#36933: sys.set_coroutine_wrapper documented as to be removed in 3.8 (
https://bugs.python.org/issue36933

#36932: asyncio-task.rst could use proper deprecated-removed directive
https://bugs.python.org/issue36932

#36926: Implement methoddescr_call without _PyMethodDef_RawFastCallDic
https://bugs.python.org/issue36926

#36924: Simplify implementation of classmethod_descriptor.__call__
https://bugs.python.org/issue36924

#36922: Implement Py_TPFLAGS_METHOD_DESCRIPTOR
https://bugs.python.org/issue36922

#36921: Deprecate yield from and @coroutine in asyncio
https://bugs.python.org/issue36921

#36905: test_typing.GetTypeHintTests.test_get_type_hints_modules_forwa
https://bugs.python.org/issue36905

#36901: Fix leaks in /PC/bdist_wininst/install.c
https://bugs.python.org/issue36901

#36896: clarify in types.rst that FunctionTypes & co constructors don
https://bugs.python.org/issue36896

#36889: Merge StreamWriter and StreamReader into just asyncio.Stream
https://bugs.python.org/issue36889



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

#36948: NameError in urllib.request.URLopener.retrieve
https://bugs.python.org/issue36948

#36946: Possible signed integer overflow in slice handling
https://bugs.python.org/issue36946

#36945: Add _PyPreConfig.configure_locale: allow to leave LC_CTYPE unc
https://bugs.python.org/issue36945

#36943: Windows test changes for Windows ARM64
https://bugs.python.org/issue36943

#36942: Windows code changes for Windows ARM64
https://bugs.python.org/issue36942

#36941: Windows build changes for Windows ARM64
https://bugs.python.org/issue36941

#36937: New _PyObject_MakeTpCall() function
https://bugs.python.org/issue36937

#36936: CALL_FUNCTION_KW opcode: keyword names must be non-empty
https://bugs.python.org/issue36936

#36935: bpo-35813 introduced usage of the deprecated PyErr_SetFromWind
https://bugs.python.org/issue36935

#36932: asyncio-task.rst could use proper deprecated-removed directive
https://bugs.python.org/issue36932

#36929: Other Python _io implementations may not expose _io in their t
https://bugs.python.org/issue36929

#36927: traceback docstrings should explicitly state return values ins
https://bugs.python.org/issue36927

#36926: Implement methoddescr_call without _PyMethodDef_RawFastCallDic
https://bugs.python.org/issue36926

#36924: Simplify implementation of classmethod_descriptor.__call__
https://bugs.python.org/issue36924

#36922: Implement Py_TPFLAGS_METHOD_DESCRIPTOR
https://bugs.python.org/issue36922



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

#36867: Make semaphore_tracker track other system resources
https://bugs.python.org/issue36867 11 msgs

#36887: Add integer square root, math.isqrt
https://bugs.python.org/issue36887 11 msgs

#36763: PEP 587: Rework initialization API to prepare second version o
https://bugs.python.org/issue36763 10 msgs

#36917: ast.NodeVisitor no longer calls visit_Str
https://bugs.python.org/issue36917 10 msgs

#36870: test_asyncio: test_drain_raises() fails randomly on Windows
https://bugs.python.org/issue36870 9 msgs

#36880: Returning None from a callback with restype py_object decremen
https://bugs.python.org/issue36880 9 msgs

#36895: time.clock() marked for removal in 3.8 – still there.
https://bugs.python.org/issue36895 9 msgs

#36908: "This module is always available" is confusing
https://bugs.python.org/issue36908 8 msgs

#36945: Add _PyPreConfig.configure_locale: allow to leave LC_CTYPE unc
https://bugs.python.org/issue36945 8 msgs

#35495: argparse does not honor default argument for nargs=argparse.RE
https://bugs.python.org/issue35495 7 msgs



Issues closed (89)
==================

#1257: atexit errors should result in nonzero exit code
https://bugs.python.org/issue1257 closed by vstinner

#2921: enable embedding: declare/#define only py* symbols in #include
https://bugs.python.org/issue2921 closed by vstinner

#3020: doctest should have lib2to3 integration
https://bugs.python.org/issue3020 closed by scoder

#3620: test_smtplib is flaky
https://bugs.python.org/issue3620 closed by SilentGhost

#6584: gzip module has no custom exception
https://bugs.python.org/issue6584 closed by serhiy.storchaka

#10991: trace fails when test imported a temporary file
https://bugs.python.org/issue10991 closed by brett.cannon

#13320: _remove_visual_c_ref in distutils.msvc9compiler causes DLL loa
https://bugs.python.org/issue13320 closed by vstinner

#13493: Import error with embedded python on AIX 6.1
https://bugs.python.org/issue13493 closed by vstinner

#14228: Don't display traceback when import site is interrupted by CTR
https://bugs.python.org/issue14228 closed by vstinner

#14353: Proper gettext support in locale module
https://bugs.python.org/issue14353 closed by benjamin.peterson

#16100: Compiling vim with Python 3.3 support fails
https://bugs.python.org/issue16100 closed by zach.ware

#16961: No regression tests for -E and individual environment vars
https://bugs.python.org/issue16961 closed by vstinner

#17679: sysconfig generation uses some env variables multiple times
https://bugs.python.org/issue17679 closed by vstinner

#19175: Erroneous reference to "integer" in format string grammar
https://bugs.python.org/issue19175 closed by cheryl.sabella

#19216: stat cache for import bootstrap
https://bugs.python.org/issue19216 closed by vstinner

#21202: Naming a file` io.py` causes cryptic error message
https://bugs.python.org/issue21202 closed by vstinner

#21563: Segv during call to builtin_execfile in application embedding
https://bugs.python.org/issue21563 closed by vstinner

#22747: Interpreter fails in initialize on systems where HAVE_LANGINFO
https://bugs.python.org/issue22747 closed by vstinner

#23603: Embedding Python3.4 - PyUnicode_Check fails (MinGW-W64)
https://bugs.python.org/issue23603 closed by vstinner

#24280: Unable to install Python
https://bugs.python.org/issue24280 closed by vstinner

#24758: unittest.mock.Mock's new "unsafe" feature needs a better error
https://bugs.python.org/issue24758 closed by xtreak

#26122: Isolated mode doesn't ignore PYTHONHASHSEED
https://bugs.python.org/issue26122 closed by vstinner

#26480: add a flag that will not give the set a sys.stdin
https://bugs.python.org/issue26480 closed by vstinner

#26707: plistlib fails to parse bplist with 0x80 UID values
https://bugs.python.org/issue26707 closed by serhiy.storchaka

#26891: CPython doesn't work when you disable refcounting
https://bugs.python.org/issue26891 closed by vstinner

#29818: Py_SetStandardStreamEncoding leads to a memory error in debug
https://bugs.python.org/issue29818 closed by vstinner

#30464: gammavariate has a wrong comment
https://bugs.python.org/issue30464 closed by mark.dickinson

#30633: Python 3.6.1 installation issues on OpenSuse 42.1: ModuleNotFo
https://bugs.python.org/issue30633 closed by vstinner

#31473: Debug hooks on memory allocators are not thread safe (serialno
https://bugs.python.org/issue31473 closed by vstinner

#32177: spammers mine emails from bugs.python.org
https://bugs.python.org/issue32177 closed by SilentGhost

#32231: -bb option should override -W options
https://bugs.python.org/issue32231 closed by vstinner

#32832: doctest should support custom ps1/ps2 prompts
https://bugs.python.org/issue32832 closed by cheryl.sabella

#32995: Add a glossary entry for context variables
https://bugs.python.org/issue32995 closed by cheryl.sabella

#33123: Path.unlink should have a missing_ok parameter
https://bugs.python.org/issue33123 closed by pitrou

#33303: ElementTree Comment text isn't escaped
https://bugs.python.org/issue33303 closed by scoder

#33882: doc Mention breakpoint() in debugger-related FAQ
https://bugs.python.org/issue33882 closed by matrixise

#34152: performance of some list slice assignment margin cases can be
https://bugs.python.org/issue34152 closed by pablogsal

#34408: possible null pointer dereference in pystate.c
https://bugs.python.org/issue34408 closed by pablogsal

#34424: Unicode names break email header
https://bugs.python.org/issue34424 closed by cheryl.sabella

#34484: Unicode HOWTO incorrectly refers to Private Use Area for surro
https://bugs.python.org/issue34484 closed by akuchling

#34509: Starting to use gcc-8 on CI
https://bugs.python.org/issue34509 closed by zach.ware

#34579: test_embed.InitConfigTests fail on AIX
https://bugs.python.org/issue34579 closed by vstinner

#34682: Typo reports on docs@
https://bugs.python.org/issue34682 closed by cheryl.sabella

#35138: timeit documentation should have example with function argumen
https://bugs.python.org/issue35138 closed by vstinner

#35589: BaseSelectorEventLoop.sock_sendall() performance regression: e
https://bugs.python.org/issue35589 closed by asvetlov

#36008: [good first issue] Update documentation for 3.8
https://bugs.python.org/issue36008 closed by cheryl.sabella

#36471: PEP 432, PEP 587: Add _Py_RunMain()
https://bugs.python.org/issue36471 closed by vstinner

#36474: RecursionError resets trace function set via sys.settrace
https://bugs.python.org/issue36474 closed by blueyed

#36594: Undefined behavior due to incorrect usage of %p in format stri
https://bugs.python.org/issue36594 closed by brett.cannon

#36618: clang expects memory aligned on 16 bytes, but pymalloc aligns
https://bugs.python.org/issue36618 closed by vstinner

#36620: Documentation missing parameter for Itertools.zip_longest
https://bugs.python.org/issue36620 closed by rhettinger

#36684: codecov.io code coverage has not updated since 2019-04-13
https://bugs.python.org/issue36684 closed by inada.naoki

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725 closed by vstinner

#36728: Remove PyEval_ReInitThreads() from the public C API
https://bugs.python.org/issue36728 closed by vstinner

#36748: Optimize textio write buffering
https://bugs.python.org/issue36748 closed by inada.naoki

#36749: PPC64 AIX 3.x: compilation issue, linker fails to locate symbo
https://bugs.python.org/issue36749 closed by vstinner

#36751: Changes in the inspect module for PEP 570
https://bugs.python.org/issue36751 closed by pablogsal

#36760: subprocess.run fails with capture_output=True and stderr=STDOU
https://bugs.python.org/issue36760 closed by gregory.p.smith

#36789: Unicode HOWTO incorrectly states that UTF-8 contains no zero b
https://bugs.python.org/issue36789 closed by cheryl.sabella

#36791: sum() relies on C signed overflow behaviour
https://bugs.python.org/issue36791 closed by serhiy.storchaka

#36799: Typo in ctypes documentation
https://bugs.python.org/issue36799 closed by matrixise

#36807: IDLE doesn't call os.fsync()
https://bugs.python.org/issue36807 closed by terry.reedy

#36818: Add PyInterpreterState.runtime.
https://bugs.python.org/issue36818 closed by vstinner

#36822: Minor grammatical fix in glossary.rst
https://bugs.python.org/issue36822 closed by pablogsal

#36845: ipaddres.IPv4Network and ipaddress.IPv6Network tuple construct
https://bugs.python.org/issue36845 closed by inada.naoki

#36875: argparse does not ship with translations
https://bugs.python.org/issue36875 closed by terry.reedy

#36883: ?ctypes???C???c_char_p??????
https://bugs.python.org/issue36883 closed by anthonypjshaw

#36884: DeprecationWarning in test_asyncio.test_pep492.StreamReaderTes
https://bugs.python.org/issue36884 closed by asvetlov

#36886: Failed to construct CodeType on Python-3.8.0a4
https://bugs.python.org/issue36886 closed by SilentGhost

#36899: datetime utcfromtimestamp ignores astimezone
https://bugs.python.org/issue36899 closed by SilentGhost

#36900: Use _PyCoreConfig rather than global configuration variables
https://bugs.python.org/issue36900 closed by vstinner

#36902: spam
https://bugs.python.org/issue36902 closed by SilentGhost

#36903: ResourceWarning in test_logging.HandlerTest.test_post_fork_chi
https://bugs.python.org/issue36903 closed by xtreak

#36909: LastUpdatedOrderedDict recipe uses super() unnecessarily
https://bugs.python.org/issue36909 closed by rhettinger

#36911: ast.parse outputs ast.Strs which do not differentiate between
https://bugs.python.org/issue36911 closed by eric.smith

#36912: Can't left-align strings using f-strings or format()
https://bugs.python.org/issue36912 closed by gvanrossum

#36914: zipimport does not load ZIP files produced by GitHub
https://bugs.python.org/issue36914 closed by SilentGhost

#36915: regrtest: when interrupted, temporary directory is not removed
https://bugs.python.org/issue36915 closed by vstinner

#36916: Swallow unhandled exception report introduced by 36802
https://bugs.python.org/issue36916 closed by asvetlov

#36920: inspect.getcallargs sees optional arg to builtin as required
https://bugs.python.org/issue36920 closed by brett.cannon

#36923: Implemented __str__ for zip and map objects
https://bugs.python.org/issue36923 closed by SilentGhost

#36925: python3.7.3 can't work after MacOS upgrade from v10.14.4 to v1
https://bugs.python.org/issue36925 closed by ned.deily

#36928: linkt threading.settrace to sys.settrace
https://bugs.python.org/issue36928 closed by SilentGhost

#36930: Windows proxy settings automatically used ... partly
https://bugs.python.org/issue36930 closed by iwetzel

#36931: json lib doesnt want to load from file
https://bugs.python.org/issue36931 closed by zach.ware

#36934: C API Function PyLong_AsDouble Returning Wrong Value
https://bugs.python.org/issue36934 closed by sajjadfx

#36938: Py_XDECREF on PyUnicodeobject raises SIGSEGV signal
https://bugs.python.org/issue36938 closed by serhiy.storchaka

#36939: Allow to use shutil.copytree for existing destination director
https://bugs.python.org/issue36939 closed by jack1142

#1465646: test_grp & test_pwd fail
https://bugs.python.org/issue1465646 closed by matrixise
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-05-17 - 2019-05-24)
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 7067 ( +0)
closed 41721 (+88)
total 48788 (+88)

Open issues with patches: 2849


Issues opened (59)
==================

#34651: Disallow fork in a subinterpreter.
https://bugs.python.org/issue34651 reopened by vstinner

#36950: test.support: add an helper to wait for an event with a timeou
https://bugs.python.org/issue36950 opened by vstinner

#36953: Remove collections ABCs?
https://bugs.python.org/issue36953 opened by p-ganssle

#36954: test_recursive_repr breaks tracing in test_xml_etree
https://bugs.python.org/issue36954 opened by gphemsley

#36956: Calling "functions" used to implement generators/comps easily
https://bugs.python.org/issue36956 opened by bup

#36959: ISO date errors in _strptime are jumbled
https://bugs.python.org/issue36959 opened by gphemsley

#36960: Make datetime docs more user-friendly
https://bugs.python.org/issue36960 opened by bsolomon1124

#36967: Eliminate unnecessary check in _strptime when determining AM/P
https://bugs.python.org/issue36967 opened by gphemsley

#36968: Top level transient modal windows stopping deiconify on window
https://bugs.python.org/issue36968 opened by Daniel Law

#36969: pdb.do_args: display keyword-only and positional only argument
https://bugs.python.org/issue36969 opened by blueyed

#36971: Add subsections in C API "Common Object Structures" page
https://bugs.python.org/issue36971 opened by jdemeyer

#36973: test_json.test_recursion.TestPyRecursion.test_endless_recursio
https://bugs.python.org/issue36973 opened by xtreak

#36974: Implement PEP 590
https://bugs.python.org/issue36974 opened by jdemeyer

#36976: email: AttributeError
https://bugs.python.org/issue36976 opened by alter-bug-tracer

#36977: SharedMemoryManager should relase its resources when its paren
https://bugs.python.org/issue36977 opened by pierreglaser

#36979: ncurses extension uses wrong include path
https://bugs.python.org/issue36979 opened by chargr

#36982: Add support for extended color functions in ncurses 6.1
https://bugs.python.org/issue36982 opened by websurfer5

#36983: typing.__all__ has drifted from actual contents
https://bugs.python.org/issue36983 opened by Anthony Sottile

#36984: typing docs "versionadded" is inaccurate for many attributes
https://bugs.python.org/issue36984 opened by Anthony Sottile

#36985: typing.ForwardRef is undocumented
https://bugs.python.org/issue36985 opened by Anthony Sottile

#36986: tarfile: unexpected IsADirectoryError on extraction
https://bugs.python.org/issue36986 opened by alter-bug-tracer

#36988: zipfile: string IndexError on extract
https://bugs.python.org/issue36988 opened by alter-bug-tracer

#36989: test_thread fails because symbol is (no longer) exported
https://bugs.python.org/issue36989 opened by Michael.Felt

#36990: test_asyncio.test_create_connection_ipv6_scope fails(in mock t
https://bugs.python.org/issue36990 opened by Michael.Felt

#36996: unittest.mock.patch decorator doesn't work with async function
https://bugs.python.org/issue36996 opened by xtreak

#36997: Document that spwd is considered harmful
https://bugs.python.org/issue36997 opened by christian.heimes

#36998: distutils sdist command fails to create MANIFEST if any filena
https://bugs.python.org/issue36998 opened by a.badger

#36999: Expose the coroutine object in asyncio task objects
https://bugs.python.org/issue36999 opened by alex.gronholm

#37001: symtable.symtable doesn't accept bytes which leads to a mismat
https://bugs.python.org/issue37001 opened by dino.viehland

#37002: PyType_FromSpec can't create immutable types
https://bugs.python.org/issue37002 opened by dino.viehland

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003 opened by mbussonn

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004 opened by Dennis Sweeney

#37005: bz2 module doesn't write end-of-stream marker
https://bugs.python.org/issue37005 opened by Dobatymo

#37006: Add top level await statement support for doctest
https://bugs.python.org/issue37006 opened by xtreak

#37007: Implement socket.if_{nametoindex,indextoname} for Windows
https://bugs.python.org/issue37007 opened by dtantsur

#37009: Threading and THREAD_SAFE for AIX
https://bugs.python.org/issue37009 opened by Michael.Felt

#37010: Review performance of inspect.getfullargspec
https://bugs.python.org/issue37010 opened by ncoghlan

#37011: pdb: restore original tracing function instead of sys.settrace
https://bugs.python.org/issue37011 opened by blueyed

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012 opened by petr.viktorin

#37013: Fatal Python error in socket.if_indextoname()
https://bugs.python.org/issue37013 opened by ZackerySpytz

#37014: [First easy issue] fileinput module should document that openh
https://bugs.python.org/issue37014 opened by Grant Wu2

#37015: Fix asyncio mock warnings
https://bugs.python.org/issue37015 opened by asvetlov

#37017: Use LOAD_METHOD optimization in CallMethod C API functions
https://bugs.python.org/issue37017 opened by msullivan

#37018: put http.server on a diet
https://bugs.python.org/issue37018 opened by v+python

#37021: Can _random.getrandbits() be converted to METH_FASTCALL?
https://bugs.python.org/issue37021 opened by rhettinger

#37022: pdb: do_p and do_pp swallow exceptions from __repr__
https://bugs.python.org/issue37022 opened by blueyed

#37023: test_gdb failed on AMD64 Debian PGO 3.x
https://bugs.python.org/issue37023 opened by vstinner

#37024: SQLite flag in configure due to homebrew not linking sqlite
https://bugs.python.org/issue37024 opened by lys.nikolaou

#37025: Misleading error message "Python failed to load the default ac
https://bugs.python.org/issue37025 opened by rhabacker

#37026: socketserver: BaseServer.handle_request() infinite loop
https://bugs.python.org/issue37026 opened by jmberg

#37027: Return a safe proxy over a socket from get_extra_info('socket'
https://bugs.python.org/issue37027 opened by yselivanov

#37028: Implement asyncio repl
https://bugs.python.org/issue37028 opened by yselivanov

#37029: PyObject_Free is O(N) where N = # of arenas
https://bugs.python.org/issue37029 opened by inada.naoki

#37030: Lib/cmd.py: Hide undocumented commands in help and completenam
https://bugs.python.org/issue37030 opened by aldwinaldwin

#37032: Add CodeType.replace() method
https://bugs.python.org/issue37032 opened by vstinner

#37034: Argument Clinic omits name of keyword-only parameter on _PyArg
https://bugs.python.org/issue37034 opened by vstinner

#37035: Don't log OSError exceptions in asyncio transports
https://bugs.python.org/issue37035 opened by asvetlov

#37036: Iterating a text file by line should not implicitly disable te
https://bugs.python.org/issue37036 opened by josh.r

#37037: Enable rpath remapping in makefile
https://bugs.python.org/issue37037 opened by steve.dower



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

#37037: Enable rpath remapping in makefile
https://bugs.python.org/issue37037

#37034: Argument Clinic omits name of keyword-only parameter on _PyArg
https://bugs.python.org/issue37034

#37029: PyObject_Free is O(N) where N = # of arenas
https://bugs.python.org/issue37029

#37028: Implement asyncio repl
https://bugs.python.org/issue37028

#37027: Return a safe proxy over a socket from get_extra_info('socket'
https://bugs.python.org/issue37027

#37026: socketserver: BaseServer.handle_request() infinite loop
https://bugs.python.org/issue37026

#37025: Misleading error message "Python failed to load the default ac
https://bugs.python.org/issue37025

#37024: SQLite flag in configure due to homebrew not linking sqlite
https://bugs.python.org/issue37024

#37018: put http.server on a diet
https://bugs.python.org/issue37018

#37013: Fatal Python error in socket.if_indextoname()
https://bugs.python.org/issue37013

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012

#37009: Threading and THREAD_SAFE for AIX
https://bugs.python.org/issue37009

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004

#37002: PyType_FromSpec can't create immutable types
https://bugs.python.org/issue37002

#37001: symtable.symtable doesn't accept bytes which leads to a mismat
https://bugs.python.org/issue37001



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

#37035: Don't log OSError exceptions in asyncio transports
https://bugs.python.org/issue37035

#37032: Add CodeType.replace() method
https://bugs.python.org/issue37032

#37030: Lib/cmd.py: Hide undocumented commands in help and completenam
https://bugs.python.org/issue37030

#37028: Implement asyncio repl
https://bugs.python.org/issue37028

#37027: Return a safe proxy over a socket from get_extra_info('socket'
https://bugs.python.org/issue37027

#37023: test_gdb failed on AMD64 Debian PGO 3.x
https://bugs.python.org/issue37023

#37021: Can _random.getrandbits() be converted to METH_FASTCALL?
https://bugs.python.org/issue37021

#37017: Use LOAD_METHOD optimization in CallMethod C API functions
https://bugs.python.org/issue37017

#37014: [First easy issue] fileinput module should document that openh
https://bugs.python.org/issue37014

#37013: Fatal Python error in socket.if_indextoname()
https://bugs.python.org/issue37013

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012

#37011: pdb: restore original tracing function instead of sys.settrace
https://bugs.python.org/issue37011

#37007: Implement socket.if_{nametoindex,indextoname} for Windows
https://bugs.python.org/issue37007

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003



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

#36906: Compile time textwrap.dedent() equivalent for str or bytes lit
https://bugs.python.org/issue36906 14 msgs

#36763: Implementation of the PEP 587
https://bugs.python.org/issue36763 11 msgs

#36829: Add sys.unraisablehook() to custom how "unraisable exceptions"
https://bugs.python.org/issue36829 11 msgs

#36998: distutils sdist command fails to create MANIFEST if any filena
https://bugs.python.org/issue36998 10 msgs

#28971: nntplib is broken when responses are longer than _MAXLINE
https://bugs.python.org/issue28971 9 msgs

#36721: Add pkg-config python-3.8-embed and --embed to python3.8-confi
https://bugs.python.org/issue36721 9 msgs

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003 8 msgs

#37032: Add CodeType.replace() method
https://bugs.python.org/issue37032 8 msgs

#1230540: sys.excepthook doesn't work in threads
https://bugs.python.org/issue1230540 7 msgs

#21315: email._header_value_parser does not recognise in-line encoding
https://bugs.python.org/issue21315 6 msgs



Issues closed (84)
==================

#8138: wsgiref.simple_server.SimpleServer claims to be multithreaded
https://bugs.python.org/issue8138 closed by berker.peksag

#20285: Improve object.__doc__ and help(object) output
https://bugs.python.org/issue20285 closed by cheryl.sabella

#22865: Document how to make pty.spawn not copy data
https://bugs.python.org/issue22865 closed by vstinner

#23378: argparse.add_argument action parameter should allow value exte
https://bugs.python.org/issue23378 closed by gvanrossum

#23395: _thread.interrupt_main() errors if SIGINT handler in SIG_DFL,
https://bugs.python.org/issue23395 closed by pitrou

#23896: lib2to3 doesn't provide a grammar where exec is a function
https://bugs.python.org/issue23896 closed by gvanrossum

#24882: ThreadPoolExecutor doesn't reuse threads until #threads == max
https://bugs.python.org/issue24882 closed by pitrou

#25329: test_json crashes with stack overflow on Windows
https://bugs.python.org/issue25329 closed by vstinner

#26467: Add async magic method support to unittest.mock.Mock
https://bugs.python.org/issue26467 closed by lisroach

#27268: Incorrect error message on float('')
https://bugs.python.org/issue27268 closed by cheryl.sabella

#27737: email.header.Header.encode() crashes with IndexError on spaces
https://bugs.python.org/issue27737 closed by r.david.murray

#29183: Unintuitive error handling in wsgiref when a crash happens in
https://bugs.python.org/issue29183 closed by berker.peksag

#31850: test_nntplib failed with "nntplib.NNTPDataError: line too long
https://bugs.python.org/issue31850 closed by vstinner

#33110: Adding a done callback to a concurrent.futures Future once it
https://bugs.python.org/issue33110 closed by pitrou

#33164: Blake 2 module update
https://bugs.python.org/issue33164 closed by inada.naoki

#33482: codecs.StreamRecoder.writelines is broken
https://bugs.python.org/issue33482 closed by gvanrossum

#33519: Should MutableSequence provide .copy()?
https://bugs.python.org/issue33519 closed by cheryl.sabella

#33524: non-ascii characters in headers causes TypeError on email.poli
https://bugs.python.org/issue33524 closed by cheryl.sabella

#33563: fileinput input's and Fileinput's bufsize=0 do not remit depre
https://bugs.python.org/issue33563 closed by mbussonn

#34580: sqlite doc: clarify the scope of the context manager
https://bugs.python.org/issue34580 closed by berker.peksag

#34616: implement "Async exec"
https://bugs.python.org/issue34616 closed by yselivanov

#35091: Objects/listobject.c: gallop functions rely on signed integer
https://bugs.python.org/issue35091 closed by cheryl.sabella

#35252: test_functools dead code after FIXME
https://bugs.python.org/issue35252 closed by lys.nikolaou

#35563: Doc: warnings.rst - add links to references
https://bugs.python.org/issue35563 closed by cheryl.sabella

#35721: _UnixSubprocessTransport leaks socket pair if Popen fails
https://bugs.python.org/issue35721 closed by asvetlov

#35810: Object Initialization does not incref Heap-allocated Types
https://bugs.python.org/issue35810 closed by petr.viktorin

#35924: curses segfault resizing window
https://bugs.python.org/issue35924 closed by Josiah Ulfers

#35926: Need openssl 1.1.1 support on Windows for ARM and ARM64
https://bugs.python.org/issue35926 closed by steve.dower

#35933: python doc does not say that the state kwarg in Pickler.save_r
https://bugs.python.org/issue35933 closed by pierreglaser

#35990: ipaddress.IPv4Interface won't accept 2-tuple (address, mask)
https://bugs.python.org/issue35990 closed by SilentGhost

#36035: pathlib.Path().rglob() breaks with broken symlinks
https://bugs.python.org/issue36035 closed by pitrou

#36045: builtins.help function is not much help with async functions
https://bugs.python.org/issue36045 closed by asvetlov

#36368: server process of shared_memory shuts down if KeyboardInterrup
https://bugs.python.org/issue36368 closed by pierreglaser

#36567: DOC: manpage directive doesn't create hyperlink
https://bugs.python.org/issue36567 closed by berker.peksag

#36648: MAP_SHARED isn't proper for anonymous mappings for VxWorks
https://bugs.python.org/issue36648 closed by vstinner

#36713: duplicate method definition in Lib/ctypes/test/test_unicode.py
https://bugs.python.org/issue36713 closed by ezio.melotti

#36755: [2.7] test_httplib leaked [8, 8, 8] references with OpenSSL 1.
https://bugs.python.org/issue36755 closed by benjamin.peterson

#36797: Cull more oudated distutils information
https://bugs.python.org/issue36797 closed by ncoghlan

#36810: Recursive type annotations do not work in documentation tests
https://bugs.python.org/issue36810 closed by levkivskyi

#36826: ast_unparser.c doesn't handle := expressions
https://bugs.python.org/issue36826 closed by pablogsal

#36867: Make semaphore_tracker track other system resources
https://bugs.python.org/issue36867 closed by vstinner

#36878: ast.parse with type_comments=True should allow extra text afte
https://bugs.python.org/issue36878 closed by gvanrossum

#36887: Add integer square root, math.isqrt
https://bugs.python.org/issue36887 closed by mark.dickinson

#36888: Create a way to check that the parent process is alive for dea
https://bugs.python.org/issue36888 closed by pitrou

#36907: Crash due to borrowed references in _PyStack_UnpackDict()
https://bugs.python.org/issue36907 closed by petr.viktorin

#36908: "This module is always available" is confusing
https://bugs.python.org/issue36908 closed by Mariatta

#36921: Deprecate yield from and @coroutine in asyncio
https://bugs.python.org/issue36921 closed by asvetlov

#36929: Other Python _io implementations may not expose _io in their t
https://bugs.python.org/issue36929 closed by vstinner

#36932: asyncio-task.rst could use proper deprecated-removed directive
https://bugs.python.org/issue36932 closed by asvetlov

#36936: CALL_FUNCTION_KW opcode: keyword names must be non-empty
https://bugs.python.org/issue36936 closed by petr.viktorin

#36937: New _PyObject_MakeTpCall() function
https://bugs.python.org/issue36937 closed by jdemeyer

#36945: Add _PyPreConfig.configure_locale: allow to leave LC_CTYPE unc
https://bugs.python.org/issue36945 closed by vstinner

#36948: NameError in urllib.request.URLopener.retrieve
https://bugs.python.org/issue36948 closed by berker.peksag

#36949: WeakSet.__repr__ and __str__ do not show contents of the set
https://bugs.python.org/issue36949 closed by steve.dower

#36951: Wrong types for PyMemberDefs in Objects/typeobject.c
https://bugs.python.org/issue36951 closed by benjamin.peterson

#36952: fileinput input's and Fileinput's bufsize=0 marked for removal
https://bugs.python.org/issue36952 closed by inada.naoki

#36955: Python3 - mulltiprocessing
https://bugs.python.org/issue36955 closed by SilentGhost

#36957: Speed up math.isqrt
https://bugs.python.org/issue36957 closed by mark.dickinson

#36958: IDLE should print exit message or status if one is provided
https://bugs.python.org/issue36958 closed by terry.reedy

#36961: ast_unparser.c doesn't handle PEP570
https://bugs.python.org/issue36961 closed by pablogsal

#36962: Cant sort ModuleInfo instances
https://bugs.python.org/issue36962 closed by eric.smith

#36963: PyDict_GetItem SegFaults on simple dictionary lookup when usin
https://bugs.python.org/issue36963 closed by larry

#36964: `python3 -m venv NAME`: virtualenv is not portable
https://bugs.python.org/issue36964 closed by brett.cannon

#36965: use of STATUS_CONTROL_C_EXIT in Modules/main.c breaks compilat
https://bugs.python.org/issue36965 closed by vstinner

#36966: Export __VENV_PROMPT__ as environment variable
https://bugs.python.org/issue36966 closed by lys.nikolaou

#36970: Rename _PyObject_FastCallKeywords
https://bugs.python.org/issue36970 closed by jdemeyer

#36972: Add SupportsIndex
https://bugs.python.org/issue36972 closed by levkivskyi

#36975: csv: undocumented UnicodeDecodeError on malformed file
https://bugs.python.org/issue36975 closed by brett.cannon

#36978: `python3 -m pip install` has no `--requirement` option on Wind
https://bugs.python.org/issue36978 closed by eric.smith

#36980: pass-by-reference clues
https://bugs.python.org/issue36980 closed by steven.daprano

#36981: asyncio transport.write() memory out
https://bugs.python.org/issue36981 closed by viocal

#36987: Dictionary: why is the value not used up?
https://bugs.python.org/issue36987 closed by matrixise

#36991: zipfile: AttributeError on extract
https://bugs.python.org/issue36991 closed by matrixise

#36992: zipfile: AttributeError on extract (LZMA)
https://bugs.python.org/issue36992 closed by matrixise

#36993: zipfile: tuple IndexError on extract
https://bugs.python.org/issue36993 closed by matrixise

#36994: Missing tests for CALL_FUNCTION_EX opcode profiling method_des
https://bugs.python.org/issue36994 closed by jdemeyer

#36995: tp_print -> tp_vectorcall_offset
https://bugs.python.org/issue36995 closed by jdemeyer

#37000: _randbelow_with_getrandbits function inefficient with powers o
https://bugs.python.org/issue37000 closed by rhettinger

#37008: make unittest.mock.mock_open honor next()
https://bugs.python.org/issue37008 closed by asvetlov

#37016: Python embedded in C++ cannot open a file
https://bugs.python.org/issue37016 closed by matrixise

#37019: Create symlinks relative to cwd
https://bugs.python.org/issue37019 closed by serhiy.storchaka

#37020: Invalid floating point multiplication result
https://bugs.python.org/issue37020 closed by SilentGhost

#37031: signalmodule.c: reuse runtime->main_thread
https://bugs.python.org/issue37031 closed by vstinner

#37033: Dictionary defaults .get(), .pop(), .setdefault()
https://bugs.python.org/issue37033 closed by SilentGhost
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-05-24 - 2019-05-31)
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 7028 (-39)
closed 41839 (+118)
total 48867 (+79)

Open issues with patches: 2820


Issues opened (50)
==================

#26423: Integer overflow in wrap_lenfunc() on 64-bit build of Windows
https://bugs.python.org/issue26423 reopened by vstinner

#34725: Py_GetProgramFullPath() odd behaviour in Windows
https://bugs.python.org/issue34725 reopened by vstinner

#35753: Importing call from unittest.mock directly causes ValueError
https://bugs.python.org/issue35753 reopened by pablogsal

#36889: Merge StreamWriter and StreamReader into just asyncio.Stream
https://bugs.python.org/issue36889 reopened by koobs

#36991: zipfile: AttributeError on extract
https://bugs.python.org/issue36991 reopened by berker.peksag

#37038: Make idlelib/run.py runnable.
https://bugs.python.org/issue37038 opened by terry.reedy

#37039: IDLE: Improve zoomheight doc and behavior.
https://bugs.python.org/issue37039 opened by terry.reedy

#37040: checking for membership in itertools.count enters infinite loo
https://bugs.python.org/issue37040 opened by Dan Rose

#37041: IDLE: path browser unusable on some displays
https://bugs.python.org/issue37041 opened by aroberge

#37042: wait_for(coro, timeout=0) memleak
https://bugs.python.org/issue37042 opened by ixje

#37043: Buildbots fail when new files are added
https://bugs.python.org/issue37043 opened by jaraco

#37044: Build/test artifacts not ignored for framework build
https://bugs.python.org/issue37044 opened by jaraco

#37048: ssl module: QUIC support for HTTP/3
https://bugs.python.org/issue37048 opened by christian.heimes

#37052: Add examples for mocking async for and async context manager i
https://bugs.python.org/issue37052 opened by xtreak

#37055: Numerous warnings with blake2 module
https://bugs.python.org/issue37055 opened by remi.lapeyre

#37060: import ctypes fails with a statically linked interpreter due t
https://bugs.python.org/issue37060 opened by indygreg

#37062: `AutoNumber` class in enum documentation: support *args in con
https://bugs.python.org/issue37062 opened by rrt

#37063: Incorrect application of func.__defaults__ by inspect's signat
https://bugs.python.org/issue37063 opened by bup

#37064: Feature request: option to keep/add flags to pathfix.
https://bugs.python.org/issue37064 opened by pkopkan

#37068: Emit SyntaxWarning for f-strings without expressions ?
https://bugs.python.org/issue37068 opened by mbussonn

#37069: regrtest: log unraisable exceptions and uncaught thread except
https://bugs.python.org/issue37069 opened by vstinner

#37071: HTMLParser mistakenly inventing new tags while parsing
https://bugs.python.org/issue37071 opened by htran

#37073: clarify functions docs in IO modules and Bytes Objects
https://bugs.python.org/issue37073 opened by Windson Yang

#37074: os.stat() does not work for NUL and CON
https://bugs.python.org/issue37074 opened by serhiy.storchaka

#37075: Error message improvement for AsyncMock
https://bugs.python.org/issue37075 opened by xtreak

#37077: Threading: add builtin TID attribute to Thread objects for AIX
https://bugs.python.org/issue37077 opened by Michael.Felt

#37080: Cannot compile Python3.7.3 on Alt-F (ARM)
https://bugs.python.org/issue37080 opened by Jarl Gullberg

#37081: Test with OpenSSL 1.1.1c
https://bugs.python.org/issue37081 opened by christian.heimes

#37082: Assignment expression operator (walrus) not in built-in help()
https://bugs.python.org/issue37082 opened by mbussonn

#37083: Document TYPE_COMMENT in documentation reference for compound
https://bugs.python.org/issue37083 opened by pablogsal

#37084: _ctypes not failing, can't find reason
https://bugs.python.org/issue37084 opened by Brian Spratke

#37085: Expose additional socket constants for CAN_BCM flags
https://bugs.python.org/issue37085 opened by karlding

#37086: time.sleep error message misleading
https://bugs.python.org/issue37086 opened by Justin Fay

#37087: Adding native id support for openbsd
https://bugs.python.org/issue37087 opened by David Carlier

#37088: Add a way to schedule a function to be called from the main th
https://bugs.python.org/issue37088 opened by yselivanov

#37089: `import Lib.os` works on windows (but shouldn't)
https://bugs.python.org/issue37089 opened by Anthony Sottile

#37090: test_gdb's test_pycfunction should test all calling convention
https://bugs.python.org/issue37090 opened by petr.viktorin

#37091: subprocess - uncaught PermissionError in send_signal can cause
https://bugs.python.org/issue37091 opened by wesinator

#37093: http.client aborts header parsing upon encountering non-ASCII
https://bugs.python.org/issue37093 opened by tburke

#37095: [Feature Request]: Add zstd support in tarfile
https://bugs.python.org/issue37095 opened by evan0greenup

#37096: Add large-file tests for modules using sendfile(2)
https://bugs.python.org/issue37096 opened by giampaolo.rodola

#37097: python_is_optimized() false negatives
https://bugs.python.org/issue37097 opened by jdemeyer

#37098: test_memfd_create() test failure
https://bugs.python.org/issue37098 opened by jdemeyer

#37100: test_coroutine.test_unawaited_warning_when_module_broken fails
https://bugs.python.org/issue37100 opened by xtreak

#37102: Automatically dedent docstring constants by default
https://bugs.python.org/issue37102 opened by gregory.p.smith

#37103: Undo deprecation of optparse
https://bugs.python.org/issue37103 opened by andersk

#37105: Add deprecated-remove information on stream doc
https://bugs.python.org/issue37105 opened by eamanu

#37107: ensurepip --upgrade doesn't change the version of pip used by
https://bugs.python.org/issue37107 opened by cjw296

#37110: Clarify hashability of custom class instances
https://bugs.python.org/issue37110 opened by cito

#37116: Use PEP 570 syntax for positional-only parameters
https://bugs.python.org/issue37116 opened by serhiy.storchaka



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

#37116: Use PEP 570 syntax for positional-only parameters
https://bugs.python.org/issue37116

#37110: Clarify hashability of custom class instances
https://bugs.python.org/issue37110

#37107: ensurepip --upgrade doesn't change the version of pip used by
https://bugs.python.org/issue37107

#37105: Add deprecated-remove information on stream doc
https://bugs.python.org/issue37105

#37102: Automatically dedent docstring constants by default
https://bugs.python.org/issue37102

#37097: python_is_optimized() false negatives
https://bugs.python.org/issue37097

#37096: Add large-file tests for modules using sendfile(2)
https://bugs.python.org/issue37096

#37095: [Feature Request]: Add zstd support in tarfile
https://bugs.python.org/issue37095

#37093: http.client aborts header parsing upon encountering non-ASCII
https://bugs.python.org/issue37093

#37090: test_gdb's test_pycfunction should test all calling convention
https://bugs.python.org/issue37090

#37087: Adding native id support for openbsd
https://bugs.python.org/issue37087

#37085: Expose additional socket constants for CAN_BCM flags
https://bugs.python.org/issue37085

#37084: _ctypes not failing, can't find reason
https://bugs.python.org/issue37084

#37080: Cannot compile Python3.7.3 on Alt-F (ARM)
https://bugs.python.org/issue37080

#37077: Threading: add builtin TID attribute to Thread objects for AIX
https://bugs.python.org/issue37077



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

#37116: Use PEP 570 syntax for positional-only parameters
https://bugs.python.org/issue37116

#37105: Add deprecated-remove information on stream doc
https://bugs.python.org/issue37105

#37098: test_memfd_create() test failure
https://bugs.python.org/issue37098

#37096: Add large-file tests for modules using sendfile(2)
https://bugs.python.org/issue37096

#37090: test_gdb's test_pycfunction should test all calling convention
https://bugs.python.org/issue37090

#37088: Add a way to schedule a function to be called from the main th
https://bugs.python.org/issue37088

#37085: Expose additional socket constants for CAN_BCM flags
https://bugs.python.org/issue37085

#37081: Test with OpenSSL 1.1.1c
https://bugs.python.org/issue37081

#37077: Threading: add builtin TID attribute to Thread objects for AIX
https://bugs.python.org/issue37077

#37075: Error message improvement for AsyncMock
https://bugs.python.org/issue37075

#37064: Feature request: option to keep/add flags to pathfix.
https://bugs.python.org/issue37064

#37039: IDLE: Improve zoomheight doc and behavior.
https://bugs.python.org/issue37039

#37038: Make idlelib/run.py runnable.
https://bugs.python.org/issue37038

#37034: Argument Clinic omits name of keyword-only parameter on _PyArg
https://bugs.python.org/issue37034

#37030: Lib/cmd.py: Hide undocumented commands in help and completenam
https://bugs.python.org/issue37030



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

#37039: IDLE: Improve zoomheight doc and behavior.
https://bugs.python.org/issue37039 20 msgs

#33725: Python crashes on macOS after fork with no exec
https://bugs.python.org/issue33725 16 msgs

#36839: Support the buffer protocol in code objects
https://bugs.python.org/issue36839 12 msgs

#36974: Implement PEP 590
https://bugs.python.org/issue36974 12 msgs

#35545: asyncio.base_events.create_connection doesn't handle scoped IP
https://bugs.python.org/issue35545 9 msgs

#36709: Asyncio SSL keep-alive connections raise errors after loop clo
https://bugs.python.org/issue36709 9 msgs

#36889: Merge StreamWriter and StreamReader into just asyncio.Stream
https://bugs.python.org/issue36889 8 msgs

#37011: pdb: restore original tracing function instead of sys.settrace
https://bugs.python.org/issue37011 8 msgs

#26423: Integer overflow in wrap_lenfunc() on 64-bit build of Windows
https://bugs.python.org/issue26423 6 msgs

#28866: Type cache is not correctly invalidated on a class defining mr
https://bugs.python.org/issue28866 6 msgs



Issues closed (115)
===================

#5028: tokenize.generate_tokens doesn't always return logical line
https://bugs.python.org/issue5028 closed by cheryl.sabella

#11320: Usage of API method Py_SetPath causes errors in Py_Initialize(
https://bugs.python.org/issue11320 closed by vstinner

#13533: Would like Py_Initialize to play friendly with host app
https://bugs.python.org/issue13533 closed by vstinner

#14656: Add a macro for unreachable code
https://bugs.python.org/issue14656 closed by pablogsal

#14956: custom PYTHONPATH may break apps embedding Python
https://bugs.python.org/issue14956 closed by vstinner

#19569: Use __attribute__((deprecated)) to warn usage of deprecated fu
https://bugs.python.org/issue19569 closed by vstinner

#19983: When interrupted during startup, Python should not call abort(
https://bugs.python.org/issue19983 closed by vstinner

#22102: Zipfile generates Zipfile error in zip with 0 total number of
https://bugs.python.org/issue22102 closed by cheryl.sabella

#22454: Adding the opposite function of shlex.split()
https://bugs.python.org/issue22454 closed by berker.peksag

#22640: Add silent mode for py_compile
https://bugs.python.org/issue22640 closed by berker.peksag

#24564: shutil.copytree fails when copying NFS to NFS
https://bugs.python.org/issue24564 closed by giampaolo.rodola

#24732: 3.5.0b3 Windows accept() on unready non-blocking socket raises
https://bugs.python.org/issue24732 closed by vstinner

#25735: math.factorial doc should mention integer return type
https://bugs.python.org/issue25735 closed by cheryl.sabella

#27639: UserList.__getitem__ doesn't account for slices
https://bugs.python.org/issue27639 closed by SilentGhost

#27987: obmalloc's 8-byte alignment causes undefined behavior
https://bugs.python.org/issue27987 closed by inada.naoki

#29143: Logger should ignore propagate property for disabled handlers.
https://bugs.python.org/issue29143 closed by mariocj89

#29262: Provide a way to check for *real* typing.Union instances
https://bugs.python.org/issue29262 closed by levkivskyi

#29696: Use namedtuple in string.Formatter.parse iterator response
https://bugs.python.org/issue29696 closed by rhettinger

#29778: _Py_CheckPython3 uses uninitialized dllpath when embedder sets
https://bugs.python.org/issue29778 closed by vstinner

#29883: asyncio: Windows Proactor Event Loop UDP Support
https://bugs.python.org/issue29883 closed by asvetlov

#30006: Deadlocks in `concurrent.futures.ProcessPoolExecutor`
https://bugs.python.org/issue30006 closed by pitrou

#30560: Py_SetFatalErrorAbortFunc: Allow embedding program to handle f
https://bugs.python.org/issue30560 closed by vstinner

#30969: Docs should say that `x is z or x == z` is used for `x in y` i
https://bugs.python.org/issue30969 closed by cheryl.sabella

#31745: Overloading "Py_GetPath" does not work
https://bugs.python.org/issue31745 closed by vstinner

#32299: unittest.mock.patch.dict.__enter__ should return the dict
https://bugs.python.org/issue32299 closed by cheryl.sabella

#32388: Remove cross-version binary compatibility
https://bugs.python.org/issue32388 closed by pitrou

#32941: mmap should expose madvise()
https://bugs.python.org/issue32941 closed by pitrou

#33006: docstring of filter function is incorrect
https://bugs.python.org/issue33006 closed by ned.deily

#33135: Define field prefixes for the various config structs
https://bugs.python.org/issue33135 closed by vstinner

#33407: Implement Py_DEPRECATED() macro for Visual Studio
https://bugs.python.org/issue33407 closed by vstinner

#33918: Hooking into pause/resume of iterators/coroutines
https://bugs.python.org/issue33918 closed by asvetlov

#33919: Expose _PyCoreConfig structure to Python
https://bugs.python.org/issue33919 closed by vstinner

#34148: Fatal read error on socket transport
https://bugs.python.org/issue34148 closed by asvetlov

#34613: asyncio.StreamReader initialization documentation incorrectly
https://bugs.python.org/issue34613 closed by asvetlov

#34626: PEP 384's PyType_Spec and PyType_Slot are not documented
https://bugs.python.org/issue34626 closed by petr.viktorin

#34632: Port importlib_metadata to Python 3.8
https://bugs.python.org/issue34632 closed by barry

#34655: Support sendfile in asyncio streams API
https://bugs.python.org/issue34655 closed by asvetlov

#34791: xml package does not obey sys.flags.ignore_environment
https://bugs.python.org/issue34791 closed by vstinner

#34818: test.test_ssl.ThreadedTests.test_tls1_3 fails in 2.7 with Attr
https://bugs.python.org/issue34818 closed by cheryl.sabella

#34975: start_tls() difficult when using asyncio.start_server()
https://bugs.python.org/issue34975 closed by asvetlov

#34993: asyncio.streams.FlowControlMixin should be part of the API
https://bugs.python.org/issue34993 closed by asvetlov

#35246: asyncio.create_subprocess_exec doesn't accept pathlib.Path lik
https://bugs.python.org/issue35246 closed by asvetlov

#35279: asyncio uses too many threads by default
https://bugs.python.org/issue35279 closed by inada.naoki

#35397: Undeprecate and document urllib.parse.unwrap
https://bugs.python.org/issue35397 closed by cheryl.sabella

#35925: test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster
https://bugs.python.org/issue35925 closed by ned.deily

#36204: Deprecate calling Py_Main() after Py_Initialize()? Add Py_Init
https://bugs.python.org/issue36204 closed by vstinner

#36271: '_io.TextIOWrapper' object has no attribute 'mode'
https://bugs.python.org/issue36271 closed by berker.peksag

#36540: PEP 570: Python Positional-Only Parameters
https://bugs.python.org/issue36540 closed by pablogsal

#36610: os.sendfile can return EINVAL on Solaris
https://bugs.python.org/issue36610 closed by giampaolo.rodola

#36686: Docs: asyncio.loop.subprocess_exec documentation is confusing,
https://bugs.python.org/issue36686 closed by sbstp

#36721: Add pkg-config python-3.8-embed and --embed to python3.8-confi
https://bugs.python.org/issue36721 closed by vstinner

#36739: "4.6. Defining Functions" should mention nonlocal
https://bugs.python.org/issue36739 closed by Mariatta

#36772: Let lru_cache be used as a decorator with no arguments
https://bugs.python.org/issue36772 closed by rhettinger

#36782: Add tests for the datetime C API
https://bugs.python.org/issue36782 closed by vstinner

#36794: asyncio.Lock documentation in Py3.8 lacks parts presented in d
https://bugs.python.org/issue36794 closed by asvetlov

#36809: Crash for test test_importlib
https://bugs.python.org/issue36809 closed by vstinner

#36829: Add sys.unraisablehook() to custom how "unraisable exceptions"
https://bugs.python.org/issue36829 closed by vstinner

#36840: Add stream.abort() async method
https://bugs.python.org/issue36840 closed by asvetlov

#36842: Implement PEP 578
https://bugs.python.org/issue36842 closed by steve.dower

#36843: AIX build fails with failure to get random numbers
https://bugs.python.org/issue36843 closed by vstinner

#36856: faulthandler._stack_overflow doesn't work on x86-linux with KP
https://bugs.python.org/issue36856 closed by vstinner

#36891: Additional startup plugin for vendors
https://bugs.python.org/issue36891 closed by inada.naoki

#36922: Implement Py_TPFLAGS_METHOD_DESCRIPTOR
https://bugs.python.org/issue36922 closed by petr.viktorin

#36933: sys.set_coroutine_wrapper documented as to be removed in 3.8 (
https://bugs.python.org/issue36933 closed by asvetlov

#36969: pdb.do_args: display keyword-only and positional only argument
https://bugs.python.org/issue36969 closed by pablogsal

#36983: typing.__all__ has drifted from actual contents
https://bugs.python.org/issue36983 closed by gvanrossum

#36996: unittest.mock.patch decorator doesn't work with async function
https://bugs.python.org/issue36996 closed by asvetlov

#36999: Expose the coroutine object in asyncio task objects
https://bugs.python.org/issue36999 closed by asvetlov

#37001: symtable.symtable doesn't accept bytes which leads to a mismat
https://bugs.python.org/issue37001 closed by dino.viehland

#37003: ast unparse does not support f-string new debug format.
https://bugs.python.org/issue37003 closed by mbussonn

#37007: Implement socket.if_{nametoindex,indextoname} for Windows
https://bugs.python.org/issue37007 closed by steve.dower

#37015: Fix asyncio mock warnings
https://bugs.python.org/issue37015 closed by asvetlov

#37017: Use LOAD_METHOD optimization in CallMethod C API functions
https://bugs.python.org/issue37017 closed by inada.naoki

#37021: Can _random.getrandbits() be converted to METH_FASTCALL?
https://bugs.python.org/issue37021 closed by pablogsal

#37023: test_gdb failed on AMD64 Debian PGO 3.x
https://bugs.python.org/issue37023 closed by steve.dower

#37027: Return a safe proxy over a socket from get_extra_info('socket'
https://bugs.python.org/issue37027 closed by asvetlov

#37028: Implement asyncio repl
https://bugs.python.org/issue37028 closed by yselivanov

#37032: Add CodeType.replace() method
https://bugs.python.org/issue37032 closed by vstinner

#37035: Don't log OSError exceptions in asyncio transports
https://bugs.python.org/issue37035 closed by asvetlov

#37045: Implement PEP 591: add Final qualifier and @final decorator to
https://bugs.python.org/issue37045 closed by levkivskyi

#37046: Implement PEP 586: add Literal type constructor to typing
https://bugs.python.org/issue37046 closed by levkivskyi

#37047: Refactor AsyncMock setup logic in create_autospec
https://bugs.python.org/issue37047 closed by yselivanov

#37049: Implement PEP 589: add TypedDict to typing
https://bugs.python.org/issue37049 closed by levkivskyi

#37050: Remove expr_text from ast node FormattedValue
https://bugs.python.org/issue37050 closed by eric.smith

#37051: Glossary item "hashable" incorrect
https://bugs.python.org/issue37051 closed by rhettinger

#37053: Tools/parser/unparse.py does not handle u"bar" correctly
https://bugs.python.org/issue37053 closed by pablogsal

#37054: Ignored exceptions in test_memoryio
https://bugs.python.org/issue37054 closed by vstinner

#37056: test_tools is failing on several buildbots
https://bugs.python.org/issue37056 closed by levkivskyi

#37057: suspicious.py sphinx extension access non-existing attribute.
https://bugs.python.org/issue37057 closed by mbussonn

#37058: Implement PEP 544: add Protocol to typing
https://bugs.python.org/issue37058 closed by levkivskyi

#37059: spam
https://bugs.python.org/issue37059 closed by Mariatta

#37061: The strangest glitch I have ever seen - incorrect indenterror,
https://bugs.python.org/issue37061 closed by eric.smith

#37065: File and lineno is not reported for syntax error in f-string
https://bugs.python.org/issue37065 closed by SilentGhost

#37066: os.execl opening a new bash shell doesn't work if initfile/rcf
https://bugs.python.org/issue37066 closed by xtreak

#37067: os.execl doesn't allow for empty string in mac
https://bugs.python.org/issue37067 closed by ned.deily

#37070: Clean up f-string debug handling, including potential memory l
https://bugs.python.org/issue37070 closed by eric.smith

#37072: PyNode_Compile() crashes in Python 3.8.
https://bugs.python.org/issue37072 closed by gvanrossum

#37076: _thread.start_new_thread(): call sys.unraisablehook() to handl
https://bugs.python.org/issue37076 closed by vstinner

#37078: spam
https://bugs.python.org/issue37078 closed by xtreak

#37079: PEM cadata causes ssl.SSLError: nested asn1 error
https://bugs.python.org/issue37079 closed by christian.heimes

#37092: LoggerAdapter doesn't have fatal() like Logger
https://bugs.python.org/issue37092 closed by vinay.sajip

#37094: Provide an example for TestCase.skipTest in unittest doc
https://bugs.python.org/issue37094 closed by zach.ware

#37099: test_inspect generates DeprecationWarning
https://bugs.python.org/issue37099 closed by xtreak

#37101: Filterer.filter can be rewritten using built-ins just as effic
https://bugs.python.org/issue37101 closed by dwvisser

#37104: logging.Logger.disabled is not documented
https://bugs.python.org/issue37104 closed by vinay.sajip

#37106: python re.escape doesn't escape some special characters.
https://bugs.python.org/issue37106 closed by eric.smith

#37108: Positional-only arguments break super()
https://bugs.python.org/issue37108 closed by pablogsal

#37109: Inacurrate documentation regarding return type of math.factori
https://bugs.python.org/issue37109 closed by Antony.Lee

#37111: Logging - Inconsistent behaviour when handling unicode
https://bugs.python.org/issue37111 closed by vinay.sajip

#37112: Error in compilig the AST for functions with optional position
https://bugs.python.org/issue37112 closed by pablogsal

#37113: 'ß'.upper() should return '?'
https://bugs.python.org/issue37113 closed by SilentGhost

#37114: lstrip remove extra characters in the presence of a matching n
https://bugs.python.org/issue37114 closed by christian.heimes

#37115: Support annotations in positional-only arguments
https://bugs.python.org/issue37115 closed by pablogsal

#1230540: Add threading.excepthook() to handle uncaught exceptions raise
https://bugs.python.org/issue1230540 closed by vstinner

#1195571: simple callback system for Py_FatalError
https://bugs.python.org/issue1195571 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-05-31 - 2019-06-07)
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 7007 (-21)
closed 41943 (+104)
total 48950 (+83)

Open issues with patches: 2817


Issues opened (51)
==================

#21492: email.header.decode_header sometimes returns bytes, sometimes
https://bugs.python.org/issue21492 reopened by ezio.melotti

#32912: Raise non-silent warning for invalid escape sequences
https://bugs.python.org/issue32912 reopened by rhettinger

#35621: asyncio.create_subprocess_exec() only works with main event lo
https://bugs.python.org/issue35621 reopened by koobs

#36818: Add PyInterpreterState.runtime.
https://bugs.python.org/issue36818 reopened by vstinner

#36993: zipfile: tuple IndexError on extract
https://bugs.python.org/issue36993 reopened by berker.peksag

#37111: Logging - Inconsistent behaviour when handling unicode
https://bugs.python.org/issue37111 reopened by jonathan-lp

#37120: Provide knobs to disable session ticket generation on TLS 1.3
https://bugs.python.org/issue37120 opened by njs

#37123: test_multiprocessing fails randomly on Windows
https://bugs.python.org/issue37123 opened by pablogsal

#37124: test_msilib is potentially leaking references and memory block
https://bugs.python.org/issue37124 opened by pablogsal

#37127: Handling pending calls during runtime finalization may cause p
https://bugs.python.org/issue37127 opened by eric.snow

#37129: Add RWF_APPEND flag
https://bugs.python.org/issue37129 opened by bezoka

#37130: pathlib.with_name() doesn't like unnamed files.
https://bugs.python.org/issue37130 opened by Nophke

#37133: Erro "ffi.h: No such file" when build python 3.8 (branch maste
https://bugs.python.org/issue37133 opened by heckad

#37138: PEP 590 method_vectorcall calls memcpy with NULL src
https://bugs.python.org/issue37138 opened by gregory.p.smith

#37140: ctypes change made clang fail to build
https://bugs.python.org/issue37140 opened by petr.viktorin

#37141: Allow multiple separators in Stream.readuntil
https://bugs.python.org/issue37141 opened by bmerry

#37144: tarfile.open: improper handling of path-like object
https://bugs.python.org/issue37144 opened by dm

#37146: opcode cache for LOAD_GLOBAL emits false alarm in memory leak
https://bugs.python.org/issue37146 opened by vstinner

#37149: link to official documentation tkinter failed !!!
https://bugs.python.org/issue37149 opened by xameridu

#37150: Do not allow to pass FileType class object instead of instance
https://bugs.python.org/issue37150 opened by zygocephalus

#37151: Calling code cleanup after PEP 590
https://bugs.python.org/issue37151 opened by jdemeyer

#37154: test_utf8_mode: test_env_var() fails on AMD64 Fedora Rawhide C
https://bugs.python.org/issue37154 opened by vstinner

#37155: test_asyncio: test_stdin_broken_pipe() failed on AMD64 FreeBSD
https://bugs.python.org/issue37155 opened by vstinner

#37157: shutil: add reflink=False to file copy functions to control cl
https://bugs.python.org/issue37157 opened by vstinner

#37159: Use copy_file_range() in shutil.copyfile() (server-side copy)
https://bugs.python.org/issue37159 opened by giampaolo.rodola

#37160: thread native id netbsd support
https://bugs.python.org/issue37160 opened by David Carlier

#37161: Pre-populate user editable text in input()
https://bugs.python.org/issue37161 opened by steven.daprano

#37163: dataclasses.replace() fails with the field named "obj"
https://bugs.python.org/issue37163 opened by serhiy.storchaka

#37166: inspect.findsource doesn't handle shortened files gracefully
https://bugs.python.org/issue37166 opened by thatch

#37168: Decimal divisions sometimes 10x or 100x too large
https://bugs.python.org/issue37168 opened by Phil Frost

#37172: Odd error awating a Future
https://bugs.python.org/issue37172 opened by Dima.Tisnek

#37173: inspect.getfile error names module instead of passed class
https://bugs.python.org/issue37173 opened by flying sheep

#37174: sched.py: run() is caught in delayfunc even if all events are
https://bugs.python.org/issue37174 opened by ernestum

#37175: make install: make compileall optional
https://bugs.python.org/issue37175 opened by blueyed

#37176: super() docs don't say what super() does
https://bugs.python.org/issue37176 opened by jdemeyer

#37178: One argument form of math.perm()
https://bugs.python.org/issue37178 opened by rhettinger

#37179: asyncio loop.start_tls() provide support for TLS in TLS
https://bugs.python.org/issue37179 opened by cooperlees

#37181: fix test_regrtest failures on Windows arm64
https://bugs.python.org/issue37181 opened by Paul Monson

#37184: suggesting option to raise exception if process exits nonzero
https://bugs.python.org/issue37184 opened by nlevitt

#37185: use os.memfd_create in multiprocessing.shared_memory?
https://bugs.python.org/issue37185 opened by pierreglaser

#37187: CField.size from the ctypes module does not behave as document
https://bugs.python.org/issue37187 opened by Eric Wieser

#37188: Creating a ctypes array of an element with size zero causes "F
https://bugs.python.org/issue37188 opened by Eric Wieser

#37189: PyRun_String not exported in python38.dll
https://bugs.python.org/issue37189 opened by cgohlke

#37190: asyncio.iscoroutinefunction(<async_generator>.asend) returns F
https://bugs.python.org/issue37190 opened by Radu Matei L?craru

#37191: Python.h contains intermingled declarations
https://bugs.python.org/issue37191 opened by petr.viktorin

#37193: Memory leak while running TCP/UDPServer with socketserver.Thre
https://bugs.python.org/issue37193 opened by maru-n

#37194: Move new vector private declarations to the internal C API
https://bugs.python.org/issue37194 opened by vstinner

#37195: test_utime fails on MacOS Mojave (Kernel Version 18.6.0:)
https://bugs.python.org/issue37195 opened by pablogsal

#37196: Allowing arbitrary expressions in the @expression syntax
https://bugs.python.org/issue37196 opened by maggyero

#37198: _parse_localename fail to parse 'en_IL'
https://bugs.python.org/issue37198 opened by hodai goldman

#37199: Test suite fails when Ipv6 is unavailable
https://bugs.python.org/issue37199 opened by Nophke



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

#37199: Test suite fails when Ipv6 is unavailable
https://bugs.python.org/issue37199

#37193: Memory leak while running TCP/UDPServer with socketserver.Thre
https://bugs.python.org/issue37193

#37190: asyncio.iscoroutinefunction(<async_generator>.asend) returns F
https://bugs.python.org/issue37190

#37185: use os.memfd_create in multiprocessing.shared_memory?
https://bugs.python.org/issue37185

#37181: fix test_regrtest failures on Windows arm64
https://bugs.python.org/issue37181

#37174: sched.py: run() is caught in delayfunc even if all events are
https://bugs.python.org/issue37174

#37173: inspect.getfile error names module instead of passed class
https://bugs.python.org/issue37173

#37161: Pre-populate user editable text in input()
https://bugs.python.org/issue37161

#37160: thread native id netbsd support
https://bugs.python.org/issue37160

#37155: test_asyncio: test_stdin_broken_pipe() failed on AMD64 FreeBSD
https://bugs.python.org/issue37155

#37129: Add RWF_APPEND flag
https://bugs.python.org/issue37129

#37107: ensurepip --upgrade doesn't change the version of pip used by
https://bugs.python.org/issue37107

#37097: python_is_optimized() false negatives
https://bugs.python.org/issue37097

#37096: Add large-file tests for modules using sendfile(2)
https://bugs.python.org/issue37096

#37095: [Feature Request]: Add zstd support in tarfile
https://bugs.python.org/issue37095



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

#37194: Move new vector private declarations to the internal C API
https://bugs.python.org/issue37194

#37193: Memory leak while running TCP/UDPServer with socketserver.Thre
https://bugs.python.org/issue37193

#37191: Python.h contains intermingled declarations
https://bugs.python.org/issue37191

#37188: Creating a ctypes array of an element with size zero causes "F
https://bugs.python.org/issue37188

#37181: fix test_regrtest failures on Windows arm64
https://bugs.python.org/issue37181

#37173: inspect.getfile error names module instead of passed class
https://bugs.python.org/issue37173

#37166: inspect.findsource doesn't handle shortened files gracefully
https://bugs.python.org/issue37166

#37163: dataclasses.replace() fails with the field named "obj"
https://bugs.python.org/issue37163

#37159: Use copy_file_range() in shutil.copyfile() (server-side copy)
https://bugs.python.org/issue37159

#37157: shutil: add reflink=False to file copy functions to control cl
https://bugs.python.org/issue37157

#37151: Calling code cleanup after PEP 590
https://bugs.python.org/issue37151

#37150: Do not allow to pass FileType class object instead of instance
https://bugs.python.org/issue37150

#37146: opcode cache for LOAD_GLOBAL emits false alarm in memory leak
https://bugs.python.org/issue37146

#37144: tarfile.open: improper handling of path-like object
https://bugs.python.org/issue37144

#37140: ctypes change made clang fail to build
https://bugs.python.org/issue37140



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

#33608: Add a cross-interpreter-safe mechanism to indicate that an obj
https://bugs.python.org/issue33608 18 msgs

#36839: Support the buffer protocol in code objects
https://bugs.python.org/issue36839 16 msgs

#28708: Low FD_SETSIZE limit on Windows
https://bugs.python.org/issue28708 12 msgs

#37168: Decimal divisions sometimes 10x or 100x too large
https://bugs.python.org/issue37168 12 msgs

#37176: super() docs don't say what super() does
https://bugs.python.org/issue37176 12 msgs

#5680: Simulate command-line arguments for program run in IDLE
https://bugs.python.org/issue5680 10 msgs

#26826: Expose new copy_file_range() syscall in os module.
https://bugs.python.org/issue26826 10 msgs

#35621: asyncio.create_subprocess_exec() only works with main event lo
https://bugs.python.org/issue35621 10 msgs

#37111: Logging - Inconsistent behaviour when handling unicode
https://bugs.python.org/issue37111 10 msgs

#37191: Python.h contains intermingled declarations
https://bugs.python.org/issue37191 9 msgs



Issues closed (106)
===================

#2661: Mapping tests cannot be passed by user implementations
https://bugs.python.org/issue2661 closed by cheryl.sabella

#12202: Check status returns in msilib.SummaryInformation.GetProperty(
https://bugs.python.org/issue12202 closed by berker.peksag

#12639: msilib Directory.start_component() fails if keyfile is not Non
https://bugs.python.org/issue12639 closed by steve.dower

#15115: Duplicated Content-Transfer-Encoding header when applying emai
https://bugs.python.org/issue15115 closed by cheryl.sabella

#18911: minidom does not encode correctly when calling Document.writex
https://bugs.python.org/issue18911 closed by scoder

#19184: dis module has incorrect docs for RAISE_VARARGS
https://bugs.python.org/issue19184 closed by ezio.melotti

#20602: sys.flags and sys.float_info disappear at shutdown
https://bugs.python.org/issue20602 closed by vstinner

#21110: Slowdown and high memory usage when adding a new module in emb
https://bugs.python.org/issue21110 closed by MrValdez

#21879: str.format() gives poor diagnostic on placeholder mismatch
https://bugs.python.org/issue21879 closed by rhettinger

#23324: Nonblocking serial io using Arduino and Ubuntu 14.10 (Python 3
https://bugs.python.org/issue23324 closed by willingc

#24039: Idle: some modal dialogs maximize, don't minimize
https://bugs.python.org/issue24039 closed by taleinat

#26219: implement per-opcode cache in ceval
https://bugs.python.org/issue26219 closed by vstinner

#26836: Add memfd_create to os module
https://bugs.python.org/issue26836 closed by christian.heimes

#29414: Change 'the for statement is such an iterator' in Tutorial
https://bugs.python.org/issue29414 closed by rhettinger

#29984: Improve test coverage for 'heapq' module
https://bugs.python.org/issue29984 closed by rhettinger

#30699: Misleading class names in datetime.tzinfo usage examples
https://bugs.python.org/issue30699 closed by vstinner

#30786: getaddrinfo emulation does not support AI_NUMERICSERV
https://bugs.python.org/issue30786 closed by cheryl.sabella

#30809: IDLE parenmatch - highlighting options
https://bugs.python.org/issue30809 closed by terry.reedy

#31006: typing.NamedTuple should add annotations to its constructor (_
https://bugs.python.org/issue31006 closed by levkivskyi

#31087: asyncio.create_subprocess_* should honor `encoding`
https://bugs.python.org/issue31087 closed by asvetlov

#31968: exec(): method's default arguments from dict-inherited globals
https://bugs.python.org/issue31968 closed by rhettinger

#32052: Provide access to buffer of asyncio.StreamReader
https://bugs.python.org/issue32052 closed by asvetlov

#32115: Ignored SIGCHLD causes asyncio.Process.wait to hang forever
https://bugs.python.org/issue32115 closed by asvetlov

#32411: Idlelib.browser: stop sorting dicts created by pyclbr
https://bugs.python.org/issue32411 closed by terry.reedy

#32515: Add an option to trace to run module as a script
https://bugs.python.org/issue32515 closed by pablogsal

#32573: All sys attributes (.argv, ...) should exist in embedded envir
https://bugs.python.org/issue32573 closed by vstinner

#32644: unittest.mock.call len() error
https://bugs.python.org/issue32644 closed by xtreak

#33048: macOS job broken on Travis CI
https://bugs.python.org/issue33048 closed by willingc

#33361: readline() + seek() on codecs.EncodedFile breaks next readline
https://bugs.python.org/issue33361 closed by berker.peksag

#33569: dataclasses InitVar does not maintain any type info
https://bugs.python.org/issue33569 closed by eric.smith

#34222: Email message serialization enters an infinite loop when foldi
https://bugs.python.org/issue34222 closed by cheryl.sabella

#34261: Add description to clinic.py
https://bugs.python.org/issue34261 closed by pablogsal

#34303: micro-optimizations in functools.reduce()
https://bugs.python.org/issue34303 closed by rhettinger

#34763: Treat U+4E17 as a numeric value
https://bugs.python.org/issue34763 closed by xiang.zhang

#34767: Optimize asyncio.Lock
https://bugs.python.org/issue34767 closed by asvetlov

#35022: MagicMock should support `__fspath__`
https://bugs.python.org/issue35022 closed by xtreak

#35082: Mock.__dir__ lists deleted attributes
https://bugs.python.org/issue35082 closed by asvetlov

#35431: Add a function for computing binomial coefficients to the math
https://bugs.python.org/issue35431 closed by rhettinger

#35537: use os.posix_spawn in subprocess
https://bugs.python.org/issue35537 closed by vstinner

#35551: Encoding and alias issues
https://bugs.python.org/issue35551 closed by cheryl.sabella

#35610: IDLE: replace use of EditorWindow.context_use_ps1
https://bugs.python.org/issue35610 closed by terry.reedy

#35635: asyncio.create_subprocess_exec() only works in main thread
https://bugs.python.org/issue35635 closed by asvetlov

#35761: Allow dataclasses to be updated in place
https://bugs.python.org/issue35761 closed by eric.smith

#35763: IDLE calltips: make positional note less obtrusive
https://bugs.python.org/issue35763 closed by terry.reedy

#35996: Optional modulus argument for new math.prod() function
https://bugs.python.org/issue35996 closed by rhettinger

#36027: Support negative exponents in pow() where a modulus is specifi
https://bugs.python.org/issue36027 closed by mark.dickinson

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732 closed by vstinner

#36786: "make install" should run compileall in parallel
https://bugs.python.org/issue36786 closed by pitrou

#36813: QueueListener not calling task_done upon termination
https://bugs.python.org/issue36813 closed by asvetlov

#36848: autospec fails with AttributeError when mocked class has __sig
https://bugs.python.org/issue36848 closed by xtreak

#36870: test_asyncio: test_drain_raises() fails randomly on Windows
https://bugs.python.org/issue36870 closed by vstinner

#36879: bug with round() and "numpy floats"
https://bugs.python.org/issue36879 closed by mark.dickinson

#36885: Make makeunicode.py script more readable
https://bugs.python.org/issue36885 closed by scoder

#36894: test_multiprocessing_spawn regression on Windows
https://bugs.python.org/issue36894 closed by vstinner

#36935: bpo-35813 introduced usage of the deprecated PyErr_SetFromWind
https://bugs.python.org/issue36935 closed by vstinner

#36976: email: AttributeError
https://bugs.python.org/issue36976 closed by berker.peksag

#36984: typing docs "versionadded" is inaccurate for many attributes
https://bugs.python.org/issue36984 closed by levkivskyi

#37005: bz2 module doesn't write end-of-stream marker
https://bugs.python.org/issue37005 closed by Dobatymo

#37014: fileinput module should document that openhook and mode are ig
https://bugs.python.org/issue37014 closed by ezio.melotti

#37024: SQLite flag in configure due to homebrew not linking sqlite
https://bugs.python.org/issue37024 closed by ned.deily

#37029: PyObject_Free is O(N) where N = # of arenas
https://bugs.python.org/issue37029 closed by tim.peters

#37068: Emit SyntaxWarning for f-strings without expressions ?
https://bugs.python.org/issue37068 closed by terry.reedy

#37075: Error message improvement for AsyncMock
https://bugs.python.org/issue37075 closed by xtreak

#37087: Adding native id support for openbsd
https://bugs.python.org/issue37087 closed by vstinner

#37098: test_memfd_create() test failure
https://bugs.python.org/issue37098 closed by vstinner

#37100: test_coroutine.test_unawaited_warning_when_module_broken fails
https://bugs.python.org/issue37100 closed by vstinner

#37110: Clarify hashability of custom class instances
https://bugs.python.org/issue37110 closed by rhettinger

#37116: Use PEP 570 syntax for positional-only parameters
https://bugs.python.org/issue37116 closed by serhiy.storchaka

#37117: Simplify customization of the logging time through datefmt
https://bugs.python.org/issue37117 closed by vinay.sajip

#37118: Why is GIL on 2.7 so much faster than 3.7
https://bugs.python.org/issue37118 closed by zach.ware

#37119: Equality on dict.values() are inconsistent between 2 and 3
https://bugs.python.org/issue37119 closed by serhiy.storchaka

#37121: '?'.upper() should return '?'
https://bugs.python.org/issue37121 closed by SilentGhost

#37122: Make co->co_argcount represent the total number of positional
https://bugs.python.org/issue37122 closed by pablogsal

#37125: math.comb is leaking references
https://bugs.python.org/issue37125 closed by pablogsal

#37126: test_threading is leaking references
https://bugs.python.org/issue37126 closed by pablogsal

#37128: Add math.perm()
https://bugs.python.org/issue37128 closed by serhiy.storchaka

#37131: all(range()...)) is needlessley slow
https://bugs.python.org/issue37131 closed by serhiy.storchaka

#37132: Add a module for integer related math functions
https://bugs.python.org/issue37132 closed by serhiy.storchaka

#37134: Use PEP570 syntax in the documentation
https://bugs.python.org/issue37134 closed by pablogsal

#37135: test_multiprocessing_spawn segfaults on AMD64 FreeBSD CURRENT
https://bugs.python.org/issue37135 closed by vstinner

#37136: Travis CI: Documentation tests fails with Sphinx 2.1
https://bugs.python.org/issue37136 closed by vstinner

#37137: test_asyncio: test_cancel_gather_2() dangling thread
https://bugs.python.org/issue37137 closed by vstinner

#37139: Inconsistent behavior of email.header.decode_header
https://bugs.python.org/issue37139 closed by SilentGhost

#37142: test_asyncio timed out on AMD64 FreeBSD CURRENT Shared 3.x
https://bugs.python.org/issue37142 closed by vstinner

#37143: multiprocessing crashed with EXCEPTION_ACCESS_VIOLATION on Pyt
https://bugs.python.org/issue37143 closed by vstinner

#37145: collections.abc.MappingView mixins rely on undocumented _mappi
https://bugs.python.org/issue37145 closed by rhettinger

#37147: f-string debugging f"{x=[}" adds [filename:lineno] as prefix
https://bugs.python.org/issue37147 closed by aldwinaldwin

#37148: test_asyncio fails on refleaks buildbots
https://bugs.python.org/issue37148 closed by pablogsal

#37152: Add AF_LOCAL alias for AF_UNIX
https://bugs.python.org/issue37152 closed by christian.heimes

#37153: test_venv: test_multiprocessing() hangs randomly on x86 Window
https://bugs.python.org/issue37153 closed by vstinner

#37156: Fix libssl DLL tag in Tools/msi project
https://bugs.python.org/issue37156 closed by steve.dower

#37158: Speed-up statistics.fmean()
https://bugs.python.org/issue37158 closed by rhettinger

#37162: new importlib dependencies csv, email and zipfile
https://bugs.python.org/issue37162 closed by brett.cannon

#37164: dict creation with converted zip objects produces inconsistent
https://bugs.python.org/issue37164 closed by Dane Howard

#37165: Convert _collections._count_elements() to the Argument Clinic
https://bugs.python.org/issue37165 closed by rhettinger

#37167: Cannot build Windows python_d.exe in master branch
https://bugs.python.org/issue37167 closed by terry.reedy

#37169: test_pyobject_is_freed_free fails with 3.8.0beta1
https://bugs.python.org/issue37169 closed by vstinner

#37170: Wrong return value from PyLong_AsUnsignedLongLongMask on PyErr
https://bugs.python.org/issue37170 closed by vstinner

#37171: Documentation mismatch contextvars module vs PEP-567
https://bugs.python.org/issue37171 closed by Dima.Tisnek

#37177: IDLE: Search dialogs can be hidden behind the main window
https://bugs.python.org/issue37177 closed by taleinat

#37180: Fix Persian KAF in mac_farsi.py
https://bugs.python.org/issue37180 closed by SilentGhost

#37182: ast - handling new line inside a string
https://bugs.python.org/issue37182 closed by eric.smith

#37183: Linker failure when creating main binary with python-config --
https://bugs.python.org/issue37183 closed by christian.heimes

#37186: Everyone uses GIL wrong! = DEADLOCK
https://bugs.python.org/issue37186 closed by eric.snow

#37192: pip instal math3d - EROR
https://bugs.python.org/issue37192 closed by SilentGhost

#37197: [Idle-dev] Feedback appreciated for two suggested new features
https://bugs.python.org/issue37197 closed by SilentGhost
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-06-07 - 2019-06-14)
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 7022 (+15)
closed 42013 (+70)
total 49035 (+85)

Open issues with patches: 2826


Issues opened (54)
==================

#36607: asyncio.all_tasks() crashes if asyncio is used in multiple thr
https://bugs.python.org/issue36607 reopened by asvetlov

#36888: Create a way to check that the parent process is alive for dea
https://bugs.python.org/issue36888 reopened by vstinner

#37136: Travis CI: Documentation tests fails with Sphinx 2.1
https://bugs.python.org/issue37136 reopened by njs

#37200: PyType_GenericAlloc might over-allocate memory
https://bugs.python.org/issue37200 opened by nascheme

#37201: fix test_distutils failures for Windows ARM64
https://bugs.python.org/issue37201 opened by Paul Monson

#37205: time.perf_counter() is not system-wide on Windows, in disagree
https://bugs.python.org/issue37205 opened by kh90909

#37206: Incorrect application of Argument Clinic to dict.pop()
https://bugs.python.org/issue37206 opened by rhettinger

#37207: Use PEP 590 vectorcall to speed up calls to range(), list() an
https://bugs.python.org/issue37207 opened by Mark.Shannon

#37208: Weird exception behaviour in ProcessPoolExecutor
https://bugs.python.org/issue37208 opened by Iceflower

#37209: Add what's new entries for pickle enhancements
https://bugs.python.org/issue37209 opened by pitrou

#37211: obmalloc: eliminate limit on pool size
https://bugs.python.org/issue37211 opened by tim.peters

#37212: ordered keyword arguments in unittest.mock.call repr and error
https://bugs.python.org/issue37212 opened by xtreak

#37214: Add new EncodingWarning warning category: emitted when the loc
https://bugs.python.org/issue37214 opened by vstinner

#37218: Default hmac.new() digestmod has not been removed from documen
https://bugs.python.org/issue37218 opened by Alex.Willmer

#37220: test_idle crash on Windows 2.7 when run with -R:
https://bugs.python.org/issue37220 opened by zach.ware

#37221: PyCode_New API change breaks backwards compatibility policy
https://bugs.python.org/issue37221 opened by ncoghlan

#37222: urllib missing voidresp breaks CacheFTPHandler
https://bugs.python.org/issue37222 opened by danh

#37224: test__xxsubinterpreters failed on AMD64 Windows8.1 Refleaks 3.
https://bugs.python.org/issue37224 opened by vstinner

#37225: Document BaseException constructor
https://bugs.python.org/issue37225 opened by Hong Xu

#37226: Asyncio Fatal Error on SSL Transport - IndexError Deque Index
https://bugs.python.org/issue37226 opened by ben.brown

#37228: UDP sockets created by create_datagram_endpoint() allow by def
https://bugs.python.org/issue37228 opened by Jukka Väisänen

#37231: Optimize calling special methods
https://bugs.python.org/issue37231 opened by jdemeyer

#37232: Parallel compilation fails because of low ulimit.
https://bugs.python.org/issue37232 opened by kulikjak

#37233: Use _PY_FASTCALL_SMALL_STACK for method_vectorcall
https://bugs.python.org/issue37233 opened by jdemeyer

#37235: urljoin behavior unclear/not following RFC 3986
https://bugs.python.org/issue37235 opened by Matthew Kenigsberg

#37236: fix test_complex for Windows arm64
https://bugs.python.org/issue37236 opened by Paul Monson

#37237: python 2.16 from source on Ubuntu 18.04
https://bugs.python.org/issue37237 opened by Jilguero ostras

#37242: sub-process would be terminated when registered finalizers ar
https://bugs.python.org/issue37242 opened by mrqianjinsi

#37243: test_sendfile in asyncio crashes when os.sendfile() is not sup
https://bugs.python.org/issue37243 opened by Michael.Felt

#37244: test_multiprocessing_forkserver: test_resource_tracker() faile
https://bugs.python.org/issue37244 opened by vstinner

#37245: Azure Pipeline 3.8 CI: multiple tests hung and timed out on ma
https://bugs.python.org/issue37245 opened by vstinner

#37246: http.cookiejar.DefaultCookiePolicy should use current timestam
https://bugs.python.org/issue37246 opened by xtreak

#37247: swap distutils build_ext and build_py commands to allow proper
https://bugs.python.org/issue37247 opened by jlvandenhout

#37248: support conversion of `func(**{} if a else b)`
https://bugs.python.org/issue37248 opened by Shen Han

#37250: C files generated by Cython set tp_print to NULL: PyTypeObject
https://bugs.python.org/issue37250 opened by vstinner

#37251: Mocking a MagicMock with a function spec results in an AsyncMo
https://bugs.python.org/issue37251 opened by jcline

#37252: devpoll test failures on Solaris
https://bugs.python.org/issue37252 opened by kulikjak

#37254: POST large file to server (using http.server.CGIHTTPRequestHan
https://bugs.python.org/issue37254 opened by shajianrui

#37256: urllib.request.Request documentation erroneously refers to the
https://bugs.python.org/issue37256 opened by Alan De Smet

#37258: Logging cache not cleared properly when setting level
https://bugs.python.org/issue37258 opened by David Wang

#37260: shutil.rmtree() FileNotFoundError race condition
https://bugs.python.org/issue37260 opened by Jeffrey.Kintscher

#37263: spawn asyncio subprocesses in a thread pool
https://bugs.python.org/issue37263 opened by asvetlov

#37267: os.dup() creates an inheritable fd when handling a character f
https://bugs.python.org/issue37267 opened by ZackerySpytz

#37268: Deprecate the parser module
https://bugs.python.org/issue37268 opened by vstinner

#37270: Manage memory lifetime for all type-related objects.
https://bugs.python.org/issue37270 opened by llllllllll

#37271: Make multiple passes of the peephole optimizer until bytecode
https://bugs.python.org/issue37271 opened by pablogsal

#37274: Scripts folder is empty in python 3.7.3 for windows.
https://bugs.python.org/issue37274 opened by Hansol Moon

#37275: GetConsole(Output)CP is used even when stdin/stdout is redirec
https://bugs.python.org/issue37275 opened by inada.naoki

#37276: Incorrect number of running calls in ProcessPoolExecutor
https://bugs.python.org/issue37276 opened by maggyero

#37277: http.cookies.SimpleCookie does not parse attribute without val
https://bugs.python.org/issue37277 opened by sirkonst

#37279: asyncio sendfile sends extra data in the last chunk in fallbac
https://bugs.python.org/issue37279 opened by asvetlov

#37280: Use threadpool for reading from file for sendfile fallback mod
https://bugs.python.org/issue37280 opened by asvetlov

#37283: Unexpected behavior when running installer a second time with
https://bugs.python.org/issue37283 opened by Jörn Jacobi

#37284: Not obvious that new required attrs of sys.implementation must
https://bugs.python.org/issue37284 opened by eric.snow



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

#37284: Not obvious that new required attrs of sys.implementation must
https://bugs.python.org/issue37284

#37280: Use threadpool for reading from file for sendfile fallback mod
https://bugs.python.org/issue37280

#37279: asyncio sendfile sends extra data in the last chunk in fallbac
https://bugs.python.org/issue37279

#37276: Incorrect number of running calls in ProcessPoolExecutor
https://bugs.python.org/issue37276

#37271: Make multiple passes of the peephole optimizer until bytecode
https://bugs.python.org/issue37271

#37270: Manage memory lifetime for all type-related objects.
https://bugs.python.org/issue37270

#37263: spawn asyncio subprocesses in a thread pool
https://bugs.python.org/issue37263

#37260: shutil.rmtree() FileNotFoundError race condition
https://bugs.python.org/issue37260

#37254: POST large file to server (using http.server.CGIHTTPRequestHan
https://bugs.python.org/issue37254

#37252: devpoll test failures on Solaris
https://bugs.python.org/issue37252

#37246: http.cookiejar.DefaultCookiePolicy should use current timestam
https://bugs.python.org/issue37246

#37244: test_multiprocessing_forkserver: test_resource_tracker() faile
https://bugs.python.org/issue37244

#37243: test_sendfile in asyncio crashes when os.sendfile() is not sup
https://bugs.python.org/issue37243

#37242: sub-process would be terminated when registered finalizers ar
https://bugs.python.org/issue37242

#37235: urljoin behavior unclear/not following RFC 3986
https://bugs.python.org/issue37235



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

#37280: Use threadpool for reading from file for sendfile fallback mod
https://bugs.python.org/issue37280

#37279: asyncio sendfile sends extra data in the last chunk in fallbac
https://bugs.python.org/issue37279

#37271: Make multiple passes of the peephole optimizer until bytecode
https://bugs.python.org/issue37271

#37270: Manage memory lifetime for all type-related objects.
https://bugs.python.org/issue37270

#37267: os.dup() creates an inheritable fd when handling a character f
https://bugs.python.org/issue37267

#37260: shutil.rmtree() FileNotFoundError race condition
https://bugs.python.org/issue37260

#37252: devpoll test failures on Solaris
https://bugs.python.org/issue37252

#37250: C files generated by Cython set tp_print to NULL: PyTypeObject
https://bugs.python.org/issue37250

#37247: swap distutils build_ext and build_py commands to allow proper
https://bugs.python.org/issue37247

#37243: test_sendfile in asyncio crashes when os.sendfile() is not sup
https://bugs.python.org/issue37243

#37236: fix test_complex for Windows arm64
https://bugs.python.org/issue37236

#37233: Use _PY_FASTCALL_SMALL_STACK for method_vectorcall
https://bugs.python.org/issue37233

#37231: Optimize calling special methods
https://bugs.python.org/issue37231

#37222: urllib missing voidresp breaks CacheFTPHandler
https://bugs.python.org/issue37222

#37221: PyCode_New API change breaks backwards compatibility policy
https://bugs.python.org/issue37221



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

#37250: C files generated by Cython set tp_print to NULL: PyTypeObject
https://bugs.python.org/issue37250 25 msgs

#37221: PyCode_New API change breaks backwards compatibility policy
https://bugs.python.org/issue37221 19 msgs

#37226: Asyncio Fatal Error on SSL Transport - IndexError Deque Index
https://bugs.python.org/issue37226 10 msgs

#19645: decouple unittest assertions from the TestCase class
https://bugs.python.org/issue19645 9 msgs

#37176: super() docs don't say what super() does
https://bugs.python.org/issue37176 9 msgs

#37130: pathlib.Path.with_name() handles '.' and '..' inconsistently
https://bugs.python.org/issue37130 7 msgs

#37172: Odd error awaiting a Future
https://bugs.python.org/issue37172 7 msgs

#37195: test_utime fails on MacOS Mojave (Kernel Version 18.6.0:)
https://bugs.python.org/issue37195 7 msgs

#26806: IDLE not displaying RecursionError tracebacks and hangs
https://bugs.python.org/issue26806 6 msgs

#29505: Submit the re, json, & csv modules to oss-fuzz testing
https://bugs.python.org/issue29505 6 msgs



Issues closed (70)
==================

#11122: bdist_rpm should use rpmbuild, not rpm
https://bugs.python.org/issue11122 closed by cheryl.sabella

#18355: Merge super() guide into documentation
https://bugs.python.org/issue18355 closed by rhettinger

#19865: create_unicode_buffer() fails on non-BMP strings on Windows
https://bugs.python.org/issue19865 closed by vstinner

#24412: setUpClass equivalent for addCleanup
https://bugs.python.org/issue24412 closed by lisroach

#25599: asyncio.iscoroutinefunction returns unexpected results when pr
https://bugs.python.org/issue25599 closed by xtreak

#33071: Document that PyPI no longer requires 'register'
https://bugs.python.org/issue33071 closed by cheryl.sabella

#33758: Unexpected success of test_get_type_hints_modules_forwardref
https://bugs.python.org/issue33758 closed by benjamin.peterson

#34467: No mechanism to abort created coroutine or suppress not-awaite
https://bugs.python.org/issue34467 closed by asvetlov

#34520: test_asyncio leaked [2, 2, 2] references, sum=6 in AMD64 Windo
https://bugs.python.org/issue34520 closed by vstinner

#34677: Event scheduler page example
https://bugs.python.org/issue34677 closed by cheryl.sabella

#34886: subprocess.run throws exception when input and stdin are passe
https://bugs.python.org/issue34886 closed by gregory.p.smith

#35070: test_getgrouplist may fail on macOS if user in too many groups
https://bugs.python.org/issue35070 closed by ned.deily

#35184: Makefile is not correctly generated when compiling pyextat wit
https://bugs.python.org/issue35184 closed by benjamin.peterson

#35385: time module: why not using tzname from the glibc?
https://bugs.python.org/issue35385 closed by vstinner

#35425: test_eintr fails randomly on AMD64 FreeBSD 10-STABLE Non-Debug
https://bugs.python.org/issue35425 closed by vstinner

#35462: test_imaplib.test_enable_UTF8_True_append() failed on AMD64 Fr
https://bugs.python.org/issue35462 closed by vstinner

#35586: Open pyexpat compilation, Make shows error?missing separator
https://bugs.python.org/issue35586 closed by benjamin.peterson

#35876: test_start_new_session for posix_spawnp fails
https://bugs.python.org/issue35876 closed by vstinner

#35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora
https://bugs.python.org/issue35998 closed by asvetlov

#36402: threading._shutdown() race condition: test_threading test_thre
https://bugs.python.org/issue36402 closed by vstinner

#36548: Make the repr of re flags more readable
https://bugs.python.org/issue36548 closed by serhiy.storchaka

#36631: test_urllib2net: test_ftp_no_timeout() killed after a timeout
https://bugs.python.org/issue36631 closed by vstinner

#36779: time.tzname returns empty string on Windows if default codepag
https://bugs.python.org/issue36779 closed by Paul Monson

#36905: test_typing.GetTypeHintTests.test_get_type_hints_modules_forwa
https://bugs.python.org/issue36905 closed by benjamin.peterson

#36918: ValueError warning in test_urllib due to io.IOBase destructor
https://bugs.python.org/issue36918 closed by vstinner

#37038: Make idlelib/run.py runnable.
https://bugs.python.org/issue37038 closed by terry.reedy

#37077: Threading: add builtin TID attribute to Thread objects for AIX
https://bugs.python.org/issue37077 closed by asvetlov

#37081: Test with OpenSSL 1.1.1c
https://bugs.python.org/issue37081 closed by asvetlov

#37138: PEP 590 method_vectorcall calls memcpy with NULL src
https://bugs.python.org/issue37138 closed by gregory.p.smith

#37150: Do not allow to pass FileType class object instead of instance
https://bugs.python.org/issue37150 closed by asvetlov

#37154: test_utf8_mode: test_env_var() fails on AMD64 Fedora Rawhide C
https://bugs.python.org/issue37154 closed by vstinner

#37160: thread native id netbsd support
https://bugs.python.org/issue37160 closed by vstinner

#37173: inspect.getfile error names module instead of passed class
https://bugs.python.org/issue37173 closed by asvetlov

#37178: One argument form of math.perm()
https://bugs.python.org/issue37178 closed by rhettinger

#37188: Creating a ctypes array of an element with size zero causes "F
https://bugs.python.org/issue37188 closed by skrah

#37191: Python.h contains intermingled declarations
https://bugs.python.org/issue37191 closed by vstinner

#37202: Future.cancelled is not set to true immediately after calling
https://bugs.python.org/issue37202 closed by asvetlov

#37203: Correct classmethod emulation in Descriptor HowTo Guide
https://bugs.python.org/issue37203 closed by rhettinger

#37204: Scripts and binaries in PYTHON_PREFIX/Scripts contain unnecess
https://bugs.python.org/issue37204 closed by steve.dower

#37210: Pure Python pickle module should not depend on _pickle.PickleB
https://bugs.python.org/issue37210 closed by pitrou

#37213: Peeephole optimizer does not optimize functions with multiline
https://bugs.python.org/issue37213 closed by pablogsal

#37215: Build with dtrace is broken on some systems
https://bugs.python.org/issue37215 closed by kulikjak

#37216: "Using Python on a Macintosh" chapter of "Python Setup and Usa
https://bugs.python.org/issue37216 closed by ned.deily

#37217: SSL socket segfaults during a connect() using a punycode domai
https://bugs.python.org/issue37217 closed by christian.heimes

#37219: empty set difference does not check types of values
https://bugs.python.org/issue37219 closed by rhettinger

#37223: test_io logs Exception ignored in: <function IOBase.__del__ at
https://bugs.python.org/issue37223 closed by vstinner

#37227: Wrong parse long argument
https://bugs.python.org/issue37227 closed by eric.smith

#37229: bisect: Allow a custom compare function
https://bugs.python.org/issue37229 closed by rhettinger

#37230: spam
https://bugs.python.org/issue37230 closed by xtreak

#37234: error in variable
https://bugs.python.org/issue37234 closed by steve.dower

#37238: Enable building for Windows using Visual Studio 2019
https://bugs.python.org/issue37238 closed by steve.dower

#37239: Add headless development preset layout
https://bugs.python.org/issue37239 closed by Paul Monson

#37240: Filename http.py breaks calls to urllib
https://bugs.python.org/issue37240 closed by eric.smith

#37241: Item Count Error in Shelf
https://bugs.python.org/issue37241 closed by SilentGhost

#37249: Missing declaration of _PyObject_GetMethod
https://bugs.python.org/issue37249 closed by inada.naoki

#37253: PyCompilerFlags got a new cf_feature_version field
https://bugs.python.org/issue37253 closed by vstinner

#37255: Pathlib: Add an expandUserPath method or argument
https://bugs.python.org/issue37255 closed by Andrea Moro

#37257: obmalloc: stop simple arena thrashing
https://bugs.python.org/issue37257 closed by tim.peters

#37259: Missing Doc/whatsnew/3.9.rst file
https://bugs.python.org/issue37259 closed by ned.deily

#37261: test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8
https://bugs.python.org/issue37261 closed by vstinner

#37262: Make unittest assertions staticmethods/classmethods
https://bugs.python.org/issue37262 closed by rbcollins

#37264: Python 3.7.3 win 64bit - unresolved external symbol PyOS_After
https://bugs.python.org/issue37264 closed by steve.dower

#37265: Memory leaks regression caused by: Fix threading._shutdown() r
https://bugs.python.org/issue37265 closed by vstinner

#37266: Daemon threads must be forbidden in subinterpreters
https://bugs.python.org/issue37266 closed by vstinner

#37269: Python 3.8b1 miscompiles conditional expressions containing __
https://bugs.python.org/issue37269 closed by pablogsal

#37272: pygit2 won't build
https://bugs.python.org/issue37272 closed by xtreak

#37273: from pickle import rick
https://bugs.python.org/issue37273 closed by steven.daprano

#37278: test_asyncio: ProactorLoopCtrlC leaks one reference
https://bugs.python.org/issue37278 closed by vstinner

#37281: asyncio Task._fut_waiter done callback
https://bugs.python.org/issue37281 closed by ???????? ???????

#37282: os problems on absolute paths containing unicode characters on
https://bugs.python.org/issue37282 closed by Jonatã Bolzan Loss
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-06-14 - 2019-06-21)
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 7038 (+16)
closed 42078 (+65)
total 49116 (+81)

Open issues with patches: 2828


Issues opened (63)
==================

#24214: UTF-8 incremental decoder doesn't support surrogatepass correc
https://bugs.python.org/issue24214 reopened by vstinner

#32846: Deletion of large sets of strings is extra slow
https://bugs.python.org/issue32846 reopened by inada.naoki

#34162: idlelib/NEWS.txt for 3.8.0 (and backports)
https://bugs.python.org/issue34162 reopened by terry.reedy

#34875: Change .js mime to "text/javascript"
https://bugs.python.org/issue34875 reopened by mylesborins

#35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora
https://bugs.python.org/issue35998 reopened by vstinner

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732 reopened by vstinner

#37285: Python 2.7 setup.py incorrectly double-joins SDKROOT
https://bugs.python.org/issue37285 opened by mistydemeo

#37287: picke cannot dump Exception subclasses with different super()
https://bugs.python.org/issue37287 opened by bquinlan

#37289: regression in Cython when pickling objects
https://bugs.python.org/issue37289 opened by tcaswell

#37291: AST - code cleanup
https://bugs.python.org/issue37291 opened by David Carlier

#37292: _xxsubinterpreters: Can't unpickle objects defined in __main__
https://bugs.python.org/issue37292 opened by Crusader Ky

#37293: concurrent.futures.InterpreterPoolExecutor
https://bugs.python.org/issue37293 opened by Crusader Ky

#37294: concurrent.futures.ProcessPoolExecutor and multiprocessing.poo
https://bugs.python.org/issue37294 opened by maggyero

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295 opened by rhettinger

#37296: pdb next vs __next__
https://bugs.python.org/issue37296 opened by tsingi

#37297: function changed when pickle bound method object
https://bugs.python.org/issue37297 opened by georgexsh

#37298: IDLE: Revise html to tkinker converter for help.html
https://bugs.python.org/issue37298 opened by terry.reedy

#37301: CGIHTTPServer doesn't handle long POST requests
https://bugs.python.org/issue37301 opened by vsbogd

#37302: Add an "onerror" callback parameter to the tempfile.TemporaryD
https://bugs.python.org/issue37302 opened by Jeffrey.Kintscher

#37305: Add MIME type for Web App Manifest
https://bugs.python.org/issue37305 opened by filips123

#37307: isinstance/issubclass doc isn't clear on whether it's an AND o
https://bugs.python.org/issue37307 opened by leewz

#37308: Possible mojibake in mmap.mmap() when using the tagname parame
https://bugs.python.org/issue37308 opened by ZackerySpytz

#37309: idlelib/NEWS.txt for 3.9.0 and backports
https://bugs.python.org/issue37309 opened by terry.reedy

#37310: Solaris 11.3 w/ Studio 12.6 test_ctypes fail
https://bugs.python.org/issue37310 opened by gmarler

#37311: Solaris 11.3 w/ Studio 12.6 test_support fail
https://bugs.python.org/issue37311 opened by gmarler

#37313: test_concurrent_futures stopped after 25 hours on AMD64 Window
https://bugs.python.org/issue37313 opened by vstinner

#37314: Compilation failed on AMD64 Debian root 3.8: undefined referen
https://bugs.python.org/issue37314 opened by vstinner

#37317: asyncio gather doesn't handle custom exceptions that inherit f
https://bugs.python.org/issue37317 opened by cmermingas

#37319: Deprecate using random.randrange() with non-integers
https://bugs.python.org/issue37319 opened by serhiy.storchaka

#37322: test_ssl: test_pha_required_nocert() emits a ResourceWarning
https://bugs.python.org/issue37322 opened by vstinner

#37323: test_asyncio: test_debug_mode_interop() fails using -Werror
https://bugs.python.org/issue37323 opened by vstinner

#37324: collections: remove deprecated aliases to ABC classes
https://bugs.python.org/issue37324 opened by vstinner

#37326: Windows LICENSE.txt do not contain libffi license
https://bugs.python.org/issue37326 opened by indygreg

#37328: remove deprecated HTMLParser.unescape
https://bugs.python.org/issue37328 opened by inada.naoki

#37329: [2.7] valgrind python2 -m test.regrtest test___all__: definite
https://bugs.python.org/issue37329 opened by vstinner

#37330: open(): remove 'U' mode, deprecated since Python 3.3
https://bugs.python.org/issue37330 opened by vstinner

#37334: Add a cancel method to asyncio Queues
https://bugs.python.org/issue37334 opened by Martin.Teichmann

#37335: Add 646 ASCII alias to locale coercion tests.
https://bugs.python.org/issue37335 opened by kulikjak

#37336: os.sendfile() support missing for AIX platform
https://bugs.python.org/issue37336 opened by Michael.Felt

#37337: Add _PyObject_VectorcallMethod() function
https://bugs.python.org/issue37337 opened by jdemeyer

#37338: test_multiprocessing_forkserver: test_thousand() logged on AMD
https://bugs.python.org/issue37338 opened by vstinner

#37339: os.path.ismount returns true on nested btrfs subvolumes
https://bugs.python.org/issue37339 opened by eike

#37340: remove free_list for bound method objects
https://bugs.python.org/issue37340 opened by inada.naoki

#37344: plistlib doesn't skip whitespace in XML format detection
https://bugs.python.org/issue37344 opened by shaneg

#37345: Add formal support for UDPLITE protococl
https://bugs.python.org/issue37345 opened by gappleto97

#37346: Documentation of os not using OSError subclasses
https://bugs.python.org/issue37346 opened by timhoffm

#37347: Reference-counting problem in sqlite
https://bugs.python.org/issue37347 opened by gescheit

#37348: Optimize PyUnicode_GetString for short ASCII strings
https://bugs.python.org/issue37348 opened by inada.naoki

#37349: venv.EnvBuilder environmental variable hooks
https://bugs.python.org/issue37349 opened by donovick

#37350: print ResourceWarning object traceback when raised as error wi
https://bugs.python.org/issue37350 opened by graingert

#37351: Drop libpython38.a from Windows release
https://bugs.python.org/issue37351 opened by steve.dower

#37352: Typo in documentation: "to making it easy"
https://bugs.python.org/issue37352 opened by mdk

#37353: Source code has not always been forward-compatible
https://bugs.python.org/issue37353 opened by mdk

#37354: Write PowerShell Activate.ps1 to be static so it can be signed
https://bugs.python.org/issue37354 opened by brett.cannon

#37355: SSLSocket.read does a GIL round-trip for every 16KB TLS record
https://bugs.python.org/issue37355 opened by josnyder

#37357: mbox From line wrongly detected
https://bugs.python.org/issue37357 opened by Andro

#37358: Use vectorcall for functools.partial
https://bugs.python.org/issue37358 opened by jdemeyer

#37359: test_regrtest: test_list_cases() fails on x86 Gentoo Installed
https://bugs.python.org/issue37359 opened by vstinner

#37360: Building without OpenPTY and without stropts.h
https://bugs.python.org/issue37360 opened by nickpapior

#37362: test_gdb must not fail on "unexpected" messages written into s
https://bugs.python.org/issue37362 opened by vstinner

#37363: Additional PEP578 hooks
https://bugs.python.org/issue37363 opened by steve.dower

#37364: Use io.open_code for .pth files
https://bugs.python.org/issue37364 opened by steve.dower

#37365: RecursionError not caught explicitly may crash with "Aborted (
https://bugs.python.org/issue37365 opened by Delgan



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

#37365: RecursionError not caught explicitly may crash with "Aborted (
https://bugs.python.org/issue37365

#37363: Additional PEP578 hooks
https://bugs.python.org/issue37363

#37358: Use vectorcall for functools.partial
https://bugs.python.org/issue37358

#37355: SSLSocket.read does a GIL round-trip for every 16KB TLS record
https://bugs.python.org/issue37355

#37346: Documentation of os not using OSError subclasses
https://bugs.python.org/issue37346

#37337: Add _PyObject_VectorcallMethod() function
https://bugs.python.org/issue37337

#37336: os.sendfile() support missing for AIX platform
https://bugs.python.org/issue37336

#37335: Add 646 ASCII alias to locale coercion tests.
https://bugs.python.org/issue37335

#37328: remove deprecated HTMLParser.unescape
https://bugs.python.org/issue37328

#37322: test_ssl: test_pha_required_nocert() emits a ResourceWarning
https://bugs.python.org/issue37322

#37314: Compilation failed on AMD64 Debian root 3.8: undefined referen
https://bugs.python.org/issue37314

#37311: Solaris 11.3 w/ Studio 12.6 test_support fail
https://bugs.python.org/issue37311

#37310: Solaris 11.3 w/ Studio 12.6 test_ctypes fail
https://bugs.python.org/issue37310

#37308: Possible mojibake in mmap.mmap() when using the tagname parame
https://bugs.python.org/issue37308

#37305: Add MIME type for Web App Manifest
https://bugs.python.org/issue37305



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

#37362: test_gdb must not fail on "unexpected" messages written into s
https://bugs.python.org/issue37362

#37358: Use vectorcall for functools.partial
https://bugs.python.org/issue37358

#37353: Source code has not always been forward-compatible
https://bugs.python.org/issue37353

#37351: Drop libpython38.a from Windows release
https://bugs.python.org/issue37351

#37349: venv.EnvBuilder environmental variable hooks
https://bugs.python.org/issue37349

#37348: Optimize PyUnicode_GetString for short ASCII strings
https://bugs.python.org/issue37348

#37347: Reference-counting problem in sqlite
https://bugs.python.org/issue37347

#37346: Documentation of os not using OSError subclasses
https://bugs.python.org/issue37346

#37345: Add formal support for UDPLITE protococl
https://bugs.python.org/issue37345

#37344: plistlib doesn't skip whitespace in XML format detection
https://bugs.python.org/issue37344

#37340: remove free_list for bound method objects
https://bugs.python.org/issue37340

#37337: Add _PyObject_VectorcallMethod() function
https://bugs.python.org/issue37337

#37335: Add 646 ASCII alias to locale coercion tests.
https://bugs.python.org/issue37335

#37334: Add a cancel method to asyncio Queues
https://bugs.python.org/issue37334

#37330: open(): remove 'U' mode, deprecated since Python 3.3
https://bugs.python.org/issue37330



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

#37250: C files generated by Cython set tp_print to 0: PyTypeObject.tp
https://bugs.python.org/issue37250 38 msgs

#37289: regression in Cython when pickling objects
https://bugs.python.org/issue37289 19 msgs

#37349: venv.EnvBuilder environmental variable hooks
https://bugs.python.org/issue37349 12 msgs

#35360: Update SQLite to 3.28 in Windows and macOS installer builds
https://bugs.python.org/issue35360 10 msgs

#37348: Optimize PyUnicode_GetString for short ASCII strings
https://bugs.python.org/issue37348 10 msgs

#35998: test_asyncio: test_start_tls_server_1() TimeoutError on Fedora
https://bugs.python.org/issue35998 9 msgs

#37271: Make multiple passes of the peephole optimizer until bytecode
https://bugs.python.org/issue37271 8 msgs

#37301: CGIHTTPServer doesn't handle long POST requests
https://bugs.python.org/issue37301 8 msgs

#35031: test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CU
https://bugs.python.org/issue35031 7 msgs

#37340: remove free_list for bound method objects
https://bugs.python.org/issue37340 7 msgs



Issues closed (65)
==================

#5680: Simulate command-line arguments for program run in IDLE
https://bugs.python.org/issue5680 closed by terry.reedy

#9665: Buid issues on Cygwin - _curses, _curses_panel, and _io
https://bugs.python.org/issue9665 closed by inada.naoki

#24980: Allow for providing 'on_new_thread' callback to 'concurrent.fu
https://bugs.python.org/issue24980 closed by bquinlan

#27860: Improvements to ipaddress module
https://bugs.python.org/issue27860 closed by inada.naoki

#28595: shlex.shlex should not augment wordchars
https://bugs.python.org/issue28595 closed by vinay.sajip

#28890: logging.handlers: Document that QueueListener is a daemon thre
https://bugs.python.org/issue28890 closed by vinay.sajip

#29001: logging.handlers.RotatingFileHandler rotation broken under gun
https://bugs.python.org/issue29001 closed by vinay.sajip

#31985: Deprecate openfp() in aifc, sunau and wave
https://bugs.python.org/issue31985 closed by vstinner

#32252: test_regrtest leaves a test_python_* directory in TEMPDIR
https://bugs.python.org/issue32252 closed by vstinner

#33529: [security] Infinite loop on folding email (_fold_as_ew()) if a
https://bugs.python.org/issue33529 closed by vstinner

#34506: Traceback logged when SSL handshake fails
https://bugs.python.org/issue34506 closed by asvetlov

#34631: Upgrade to OpenSSL 1.1.1c, 1.1.0k, and/or 1.0.2s
https://bugs.python.org/issue34631 closed by ned.deily

#34796: Tkinter scrollbar issues on Mac.
https://bugs.python.org/issue34796 closed by terry.reedy

#34806: distutils tests fail with recent 3.7 branch
https://bugs.python.org/issue34806 closed by ned.deily

#34903: strptime %d handling of single digit day of month
https://bugs.python.org/issue34903 closed by p-ganssle

#35455: Solaris thread_time doesn't work with current implementation
https://bugs.python.org/issue35455 closed by kulikjak

#35647: Cookie path check returns incorrect results
https://bugs.python.org/issue35647 closed by xtreak

#35922: robotparser crawl_delay and request_rate do not work with no m
https://bugs.python.org/issue35922 closed by taleinat

#36033: logging.makeLogRecord should update "rv" using a dict defined
https://bugs.python.org/issue36033 closed by vinay.sajip

#36165: DOC: ssl.rst is missing formatting on two links
https://bugs.python.org/issue36165 closed by Mariatta

#36231: Support builds on macOS without installed system header files
https://bugs.python.org/issue36231 closed by ned.deily

#36429: Fix starting IDLE with pyshell
https://bugs.python.org/issue36429 closed by terry.reedy

#36688: _dummy_thread lacks an RLock implementaiton
https://bugs.python.org/issue36688 closed by vstinner

#36704: logging.FileHandler currently hardcodes errors='strict'
https://bugs.python.org/issue36704 closed by vinay.sajip

#36785: Implement PEP 574
https://bugs.python.org/issue36785 closed by pitrou

#36985: typing.ForwardRef is undocumented
https://bugs.python.org/issue36985 closed by levkivskyi

#37039: IDLE: Improve zoomheight doc and behavior.
https://bugs.python.org/issue37039 closed by terry.reedy

#37071: HTMLParser mistakenly inventing new tags while parsing
https://bugs.python.org/issue37071 closed by cheryl.sabella

#37133: Erro "ffi.h: No such file" when build python 3.8 (branch maste
https://bugs.python.org/issue37133 closed by zach.ware

#37189: PyRun_String not exported in python38.dll
https://bugs.python.org/issue37189 closed by vstinner

#37194: Move new vector private declarations to the internal C API
https://bugs.python.org/issue37194 closed by vstinner

#37214: Add new EncodingWarning warning category: emitted when the loc
https://bugs.python.org/issue37214 closed by vstinner

#37220: test_idle crash on Windows 2.7 when run with -R:
https://bugs.python.org/issue37220 closed by terry.reedy

#37233: Use _PY_FASTCALL_SMALL_STACK for method_vectorcall
https://bugs.python.org/issue37233 closed by jdemeyer

#37243: test_sendfile in asyncio crashes when os.sendfile() is not sup
https://bugs.python.org/issue37243 closed by Michael.Felt

#37248: support conversion of `func(**{} if a else b)`
https://bugs.python.org/issue37248 closed by xtreak

#37258: Logging cache not cleared properly when setting level
https://bugs.python.org/issue37258 closed by vinay.sajip

#37267: os.dup() creates an inheritable fd when handling a character f
https://bugs.python.org/issue37267 closed by vstinner

#37275: GetConsole(Output)CP is used even when stdin/stdout is redirec
https://bugs.python.org/issue37275 closed by inada.naoki

#37279: asyncio sendfile sends extra data in the last chunk in fallbac
https://bugs.python.org/issue37279 closed by asvetlov

#37280: Use threadpool for reading from file for sendfile fallback mod
https://bugs.python.org/issue37280 closed by asvetlov

#37286: Pasting emoji crashes IDLE
https://bugs.python.org/issue37286 closed by terry.reedy

#37288: Fix Windows build when --no-tkinter is specified
https://bugs.python.org/issue37288 closed by steve.dower

#37290: Mistranslation (Japanese)
https://bugs.python.org/issue37290 closed by asvetlov

#37299: RuntimeWarning is NOT raised
https://bugs.python.org/issue37299 closed by asvetlov

#37300: a Py_XINCREF in classobject.c are not necessary
https://bugs.python.org/issue37300 closed by benjamin.peterson

#37303: Rename parameter name of imghdr what
https://bugs.python.org/issue37303 closed by serhiy.storchaka

#37304: compiler need support in(de)crement operation or all of it sho
https://bugs.python.org/issue37304 closed by steven.daprano

#37306: "~/" not working with open() function in posix systems
https://bugs.python.org/issue37306 closed by SilentGhost

#37312: Remove deprecated _dummy_thread and dummy_threading modules
https://bugs.python.org/issue37312 closed by vstinner

#37315: Deprecate using math.factorial() with floats
https://bugs.python.org/issue37315 closed by serhiy.storchaka

#37316: mmap.mmap() passes the wrong variable to PySys_Audit()
https://bugs.python.org/issue37316 closed by steve.dower

#37318: builtins.True exists but can't be accessed
https://bugs.python.org/issue37318 closed by rhettinger

#37320: aifc, sunau, wave: remove deprecated openfp() function
https://bugs.python.org/issue37320 closed by vstinner

#37321: IDLE: Make Subprocess Connection Errors consistent.
https://bugs.python.org/issue37321 closed by terry.reedy

#37325: IDLE: fix Query subclass tab focus traversal order
https://bugs.python.org/issue37325 closed by terry.reedy

#37327: python re bug
https://bugs.python.org/issue37327 closed by mrabarnett

#37331: logging.handlers.DatagramHandler sends bad data to socketserve
https://bugs.python.org/issue37331 closed by vinay.sajip

#37332: Python from Windows Store cannot install pycrypto
https://bugs.python.org/issue37332 closed by zach.ware

#37333: Fail build on windows 10(visual studio 2019)
https://bugs.python.org/issue37333 closed by steve.dower

#37341: str.format and f-string divergence
https://bugs.python.org/issue37341 closed by brett.cannon

#37342: A type error in typeobj.rst
https://bugs.python.org/issue37342 closed by shihai1991

#37343: pip: Warn on vulnerable packages
https://bugs.python.org/issue37343 closed by brett.cannon

#37356: Name of 64-bit OpenSSL v1.1.1 DLLs
https://bugs.python.org/issue37356 closed by philthompson10

#37361: urllib3: TypeError: unsupported operand type(s) for -=: 'Sessi
https://bugs.python.org/issue37361 closed by ajung
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/FR7XTY2PFC6LFS5C3E3SICSOMAP65VKS/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-06-21 - 2019-06-28)
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 7054 (+16)
closed 42139 (+61)
total 49193 (+77)

Open issues with patches: 2835


Issues opened (49)
==================

#37359: test_regrtest: test_list_cases() fails on x86 Gentoo Installed
https://bugs.python.org/issue37359 reopened by pablogsal

#37366: Add an "onitem" callback parameter to shutil.rmtree()
https://bugs.python.org/issue37366 opened by Jeffrey.Kintscher

#37367: octal escapes applied inconsistently throughout the interprete
https://bugs.python.org/issue37367 opened by bup

#37368: test_asyncio: test_create_server_ssl_match_failed() failed on
https://bugs.python.org/issue37368 opened by vstinner

#37369: Issue with pip in venv on Powershell in Windows
https://bugs.python.org/issue37369 opened by bstorm

#37371: Optimize and refactor readline().
https://bugs.python.org/issue37371 opened by shlomif

#37372: datetime.time unpickling fails in case of python2 pickle with
https://bugs.python.org/issue37372 opened by Justin Blanchard

#37373: Configuration of windows event loop for libraries
https://bugs.python.org/issue37373 opened by Ben.Darnell

#37374: Minidom does not have to escape quote inside text segments
https://bugs.python.org/issue37374 opened by mitar

#37379: Provide triggering AttributeError exception to __getattr__ for
https://bugs.python.org/issue37379 opened by nother

#37380: subprocess.Popen._cleanup() "The handle is invalid" error when
https://bugs.python.org/issue37380 opened by efiop

#37381: Script using ProactorEventLoop does not exit cleanly when subp
https://bugs.python.org/issue37381 opened by cr1901

#37382: Improve conditional check for test_gdb
https://bugs.python.org/issue37382 opened by jdemeyer

#37383: call count in not registered in AsyncMock till the coroutine i
https://bugs.python.org/issue37383 opened by xtreak

#37385: test_multiprocessing fails on AMD64 FreeBSD CURRENT Shared 2.7
https://bugs.python.org/issue37385 opened by vstinner

#37386: [EASY] test_io: test_large_file_ops() failed on AMD64 Windows7
https://bugs.python.org/issue37386 opened by vstinner

#37387: test_compileall fails randomly on Windows when tests are run i
https://bugs.python.org/issue37387 opened by vstinner

#37395: Core interpreter should be linked with libgcc_s.so on Linux
https://bugs.python.org/issue37395 opened by zwol

#37398: contextlib.ContextDecorator decorating async functions
https://bugs.python.org/issue37398 opened by John Belmonte

#37399: XML text behaviour change if there are comments
https://bugs.python.org/issue37399 opened by Dima.Tisnek

#37402: Fatal Python error: Cannot recover from stack overflow issues
https://bugs.python.org/issue37402 opened by ajung

#37403: Recommend .venv for virtual environment names
https://bugs.python.org/issue37403 opened by brett.cannon

#37404: asyncio sock_recv blocks on ssl sockets.
https://bugs.python.org/issue37404 opened by AkshayTakkar

#37405: socket.getsockname() returns string instead of tuple
https://bugs.python.org/issue37405 opened by Brent Gardner

#37406: Disable runtime checks in release mode
https://bugs.python.org/issue37406 opened by vstinner

#37407: Update imaplib.py to account for additional padding
https://bugs.python.org/issue37407 opened by edwardmbsmith

#37408: [DOC] Precise that Tarfile "format" argument only concerns wri
https://bugs.python.org/issue37408 opened by pakal

#37409: relative import without parent
https://bugs.python.org/issue37409 opened by Ben Lewis2

#37410: [Windows] subprocess: close the handle when the process comple
https://bugs.python.org/issue37410 opened by vstinner

#37412: os.getcwdb() doesn't implement PEP 528 (UTF-8) on Windows
https://bugs.python.org/issue37412 opened by vstinner

#37413: Deprecate sys._enablelegacywindowsfsencoding()?
https://bugs.python.org/issue37413 opened by vstinner

#37415: Error build Python with Intel compiler: <stdatomic.h> doesn't
https://bugs.python.org/issue37415 opened by Saszalez

#37416: If threading is not imported from the main thread it sees the
https://bugs.python.org/issue37416 opened by fabioz

#37421: Some tests leak temporary files
https://bugs.python.org/issue37421 opened by vstinner

#37422: Documentation on the change of __path__ in Python 3
https://bugs.python.org/issue37422 opened by jimli

#37426: getpass.getpass not working with on windows when ctrl+v is us
https://bugs.python.org/issue37426 opened by Atul Bagga

#37427: sorted() and list.sort() don't accept non-boolean objects with
https://bugs.python.org/issue37427 opened by nodakai

#37428: SSLContext.post_handshake_auth implicitly enables cert validat
https://bugs.python.org/issue37428 opened by christian.heimes

#37429: Python hangs on fork when a logger is in use in a background t
https://bugs.python.org/issue37429 opened by ryan.petrello

#37430: range is not a built-in function
https://bugs.python.org/issue37430 opened by bgailer

#37431: test_asyncio: test_start_tls_server_1() failed on ARMv7 Debian
https://bugs.python.org/issue37431 opened by vstinner

#37433: syntax error in f-string in multiline string produces ~40k spa
https://bugs.python.org/issue37433 opened by Anthony Sottile

#37434: Segfault in typeobject.c at _PyObject_GC_UNTRACK(type)
https://bugs.python.org/issue37434 opened by Timothy Lusk

#37436: os.path.isfile() with big number cause OverflowError: fd is gr
https://bugs.python.org/issue37436 opened by zufuliu

#37438: ConfigParser.set() docs should mention allow_no_value
https://bugs.python.org/issue37438 opened by ncoghlan

#37439: Add random.binomialvariate()
https://bugs.python.org/issue37439 opened by rhettinger

#37440: httplib should enable post-handshake authentication for TLS 1.
https://bugs.python.org/issue37440 opened by christian.heimes

#37441: Fix a param error in exceptions.rst
https://bugs.python.org/issue37441 opened by shihai1991

#37442: Minidom should not pretty-print inside text elements
https://bugs.python.org/issue37442 opened by mitar



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

#37442: Minidom should not pretty-print inside text elements
https://bugs.python.org/issue37442

#37441: Fix a param error in exceptions.rst
https://bugs.python.org/issue37441

#37440: httplib should enable post-handshake authentication for TLS 1.
https://bugs.python.org/issue37440

#37439: Add random.binomialvariate()
https://bugs.python.org/issue37439

#37438: ConfigParser.set() docs should mention allow_no_value
https://bugs.python.org/issue37438

#37431: test_asyncio: test_start_tls_server_1() failed on ARMv7 Debian
https://bugs.python.org/issue37431

#37407: Update imaplib.py to account for additional padding
https://bugs.python.org/issue37407

#37403: Recommend .venv for virtual environment names
https://bugs.python.org/issue37403

#37395: Core interpreter should be linked with libgcc_s.so on Linux
https://bugs.python.org/issue37395

#37387: test_compileall fails randomly on Windows when tests are run i
https://bugs.python.org/issue37387

#37383: call count in not registered in AsyncMock till the coroutine i
https://bugs.python.org/issue37383

#37372: datetime.time unpickling fails in case of python2 pickle with
https://bugs.python.org/issue37372

#37368: test_asyncio: test_create_server_ssl_match_failed() failed on
https://bugs.python.org/issue37368

#37367: octal escapes applied inconsistently throughout the interprete
https://bugs.python.org/issue37367

#37358: Use vectorcall for functools.partial
https://bugs.python.org/issue37358



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

#37441: Fix a param error in exceptions.rst
https://bugs.python.org/issue37441

#37440: httplib should enable post-handshake authentication for TLS 1.
https://bugs.python.org/issue37440

#37438: ConfigParser.set() docs should mention allow_no_value
https://bugs.python.org/issue37438

#37433: syntax error in f-string in multiline string produces ~40k spa
https://bugs.python.org/issue37433

#37428: SSLContext.post_handshake_auth implicitly enables cert validat
https://bugs.python.org/issue37428

#37421: Some tests leak temporary files
https://bugs.python.org/issue37421

#37412: os.getcwdb() doesn't implement PEP 528 (UTF-8) on Windows
https://bugs.python.org/issue37412

#37410: [Windows] subprocess: close the handle when the process comple
https://bugs.python.org/issue37410

#37408: [DOC] Precise that Tarfile "format" argument only concerns wri
https://bugs.python.org/issue37408

#37406: Disable runtime checks in release mode
https://bugs.python.org/issue37406

#37405: socket.getsockname() returns string instead of tuple
https://bugs.python.org/issue37405

#37404: asyncio sock_recv blocks on ssl sockets.
https://bugs.python.org/issue37404

#37386: [EASY] test_io: test_large_file_ops() failed on AMD64 Windows7
https://bugs.python.org/issue37386

#37382: Improve conditional check for test_gdb
https://bugs.python.org/issue37382

#37380: subprocess.Popen._cleanup() "The handle is invalid" error when
https://bugs.python.org/issue37380



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

#37359: test_regrtest: test_list_cases() fails on x86 Gentoo Installed
https://bugs.python.org/issue37359 21 msgs

#35224: PEP 572: Assignment Expressions
https://bugs.python.org/issue35224 19 msgs

#37412: os.getcwdb() doesn't implement PEP 528 (UTF-8) on Windows
https://bugs.python.org/issue37412 17 msgs

#37380: subprocess.Popen._cleanup() "The handle is invalid" error when
https://bugs.python.org/issue37380 14 msgs

#37382: Improve conditional check for test_gdb
https://bugs.python.org/issue37382 13 msgs

#37276: Incorrect number of running calls in ProcessPoolExecutor
https://bugs.python.org/issue37276 10 msgs

#37373: Configuration of windows event loop for libraries
https://bugs.python.org/issue37373 10 msgs

#37369: Issue with pip in venv on Powershell in Windows
https://bugs.python.org/issue37369 9 msgs

#37386: [EASY] test_io: test_large_file_ops() failed on AMD64 Windows7
https://bugs.python.org/issue37386 9 msgs

#37416: If threading is not imported from the main thread it sees the
https://bugs.python.org/issue37416 7 msgs



Issues closed (58)
==================

#15629: Add to regrtest the ability to run Lib and Doc doctests
https://bugs.python.org/issue15629 closed by vstinner

#17554: Compact output for regrtest
https://bugs.python.org/issue17554 closed by vstinner

#18906: Create a way to always run tests in subprocesses within regrte
https://bugs.python.org/issue18906 closed by vstinner

#30202: Update test.test_importlib.test_abc to test find_spec()
https://bugs.python.org/issue30202 closed by brett.cannon

#31088: regrtest.py: "${test_file_name} skipped" message printed twice
https://bugs.python.org/issue31088 closed by vstinner

#31098: test target of Makefile always run tests in parallel mode
https://bugs.python.org/issue31098 closed by vstinner

#32246: test_regrtest alters the execution environment on Android
https://bugs.python.org/issue32246 closed by vstinner

#32627: Header dependent _uuid build failure on Fedora 27
https://bugs.python.org/issue32627 closed by ned.deily

#32920: Implement PEP 529 for os.getcwdb on Windows
https://bugs.python.org/issue32920 closed by vstinner

#34556: Add --upgrade-deps to venv module
https://bugs.python.org/issue34556 closed by vinay.sajip

#35360: Update SQLite to 3.28 in Windows and macOS installer builds
https://bugs.python.org/issue35360 closed by steve.dower

#36941: Windows build changes for Windows ARM64
https://bugs.python.org/issue36941 closed by Paul Monson

#36942: Windows code changes for Windows ARM64
https://bugs.python.org/issue36942 closed by Paul Monson

#36943: Windows test changes for Windows ARM64
https://bugs.python.org/issue36943 closed by Paul Monson

#37097: python_is_optimized() false negatives
https://bugs.python.org/issue37097 closed by jdemeyer

#37124: test_msilib is potentially leaking references and memory block
https://bugs.python.org/issue37124 closed by vstinner

#37163: dataclasses.replace() fails with the field named "obj"
https://bugs.python.org/issue37163 closed by pablogsal

#37181: fix test_regrtest failures on Windows arm64
https://bugs.python.org/issue37181 closed by vstinner

#37201: fix test_distutils failures for Windows ARM64
https://bugs.python.org/issue37201 closed by Paul Monson

#37236: fix test_complex for Windows arm64
https://bugs.python.org/issue37236 closed by Paul Monson

#37244: test_multiprocessing_forkserver: test_resource_tracker() faile
https://bugs.python.org/issue37244 closed by vstinner

#37323: test_asyncio: test_debug_mode_interop() fails using -Werror
https://bugs.python.org/issue37323 closed by asvetlov

#37329: [2.7] valgrind python2 -m test.regrtest test___all__: definite
https://bugs.python.org/issue37329 closed by vstinner

#37345: Add formal support for UDPLITE protocol
https://bugs.python.org/issue37345 closed by asvetlov

#37348: Optimize PyUnicode_FromString for short ASCII strings
https://bugs.python.org/issue37348 closed by inada.naoki

#37351: Drop libpython38.a from Windows release
https://bugs.python.org/issue37351 closed by steve.dower

#37362: test_gdb must not fail on "unexpected" messages written into s
https://bugs.python.org/issue37362 closed by vstinner

#37364: Use io.open_code for .pth files
https://bugs.python.org/issue37364 closed by steve.dower

#37365: RecursionError not caught explicitly may crash with "Aborted (
https://bugs.python.org/issue37365 closed by ned.deily

#37370: AF_UNIX should be supported on Windows
https://bugs.python.org/issue37370 closed by Paul Monson

#37375: Fix a code style in dictobject.c
https://bugs.python.org/issue37375 closed by serhiy.storchaka

#37376: pprint for types.SimpleNamespace
https://bugs.python.org/issue37376 closed by eric.snow

#37377: unicode error should raise a value error
https://bugs.python.org/issue37377 closed by shihai1991

#37378: FatalError: initfsencoding python couldn't find codec Module n
https://bugs.python.org/issue37378 closed by inada.naoki

#37384: Compiling Python 3.7.3 from source and getting all sorts of er
https://bugs.python.org/issue37384 closed by ned.deily

#37388: unknown error handlers should be reported early
https://bugs.python.org/issue37388 closed by vstinner

#37389: Memory Leak - ThreadingUDPServer
https://bugs.python.org/issue37389 closed by vstinner

#37390: Generate table of audit events for docs
https://bugs.python.org/issue37390 closed by steve.dower

#37391: MacOS Touchpad scrolling crashes IDLE
https://bugs.python.org/issue37391 closed by ned.deily

#37392: Remove sys.setcheckinterval()
https://bugs.python.org/issue37392 closed by vstinner

#37393: Deprecation warnings in test_ntpath
https://bugs.python.org/issue37393 closed by serhiy.storchaka

#37394: Fix pure Python implementation of queue
https://bugs.python.org/issue37394 closed by pablogsal

#37396: [2.7] PCbuild/pythoncore.vcxproj kills the wrong program
https://bugs.python.org/issue37396 closed by steve.dower

#37397: Trap in Python 3.5 under Apache 2.2 when Django database retur
https://bugs.python.org/issue37397 closed by xtreak

#37400: test_os: test_chown() started to fail on AMD64 FreeBSD 10-STAB
https://bugs.python.org/issue37400 closed by vstinner

#37401: pygrib install error
https://bugs.python.org/issue37401 closed by xtreak

#37411: testEnviron (test.test_wsgiref.HandlerTests) fails when enviro
https://bugs.python.org/issue37411 closed by vstinner

#37414: Remove undocumented and deprecated sys.callstats() function
https://bugs.python.org/issue37414 closed by vstinner

#37417: bytearray.extend does not handle errors during iteration.
https://bugs.python.org/issue37417 closed by serhiy.storchaka

#37418: Code execution without calling it
https://bugs.python.org/issue37418 closed by SilentGhost

#37419: Possible segfaults when passing large sequences to os.posix_sp
https://bugs.python.org/issue37419 closed by pablogsal

#37420: os.sched_setaffinity does not handle errors during iteration.
https://bugs.python.org/issue37420 closed by benjamin.peterson

#37423: 2to3 wraps a already bracketed print statement with another br
https://bugs.python.org/issue37423 closed by eric.smith

#37424: subprocess.run timeout does not function if shell=True and cap
https://bugs.python.org/issue37424 closed by martin.panter

#37425: Using Pyinstaller with (Anaconda) Python 3.7.3 needs PyQt5 eve
https://bugs.python.org/issue37425 closed by steve.dower

#37432: Fix a small param type in allocation.rst
https://bugs.python.org/issue37432 closed by shihai1991

#37435: builtin map iterator should provide __length_hint__
https://bugs.python.org/issue37435 closed by nmusolino

#37437: update vendorized expat to 2.2.7
https://bugs.python.org/issue37437 closed by benjamin.peterson
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/YDHC4NWRIHASGDDPPJIGKPV3SUKCEVAE/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-06-28 - 2019-07-05)
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 7068 (+14)
closed 42192 (+53)
total 49260 (+67)

Open issues with patches: 2838


Issues opened (49)
==================

#29312: Use FASTCALL in dict.update()
https://bugs.python.org/issue29312 reopened by inada.naoki

#34602: python3 resource.setrlimit strange behaviour under macOS
https://bugs.python.org/issue34602 reopened by ned.deily

#35605: backported patch requires new sphinx, minimum sphinx version w
https://bugs.python.org/issue35605 reopened by steve.dower

#37390: Generate table of audit events for docs
https://bugs.python.org/issue37390 reopened by steve.dower

#37424: subprocess.run timeout does not function if shell=True and cap
https://bugs.python.org/issue37424 reopened by gregory.p.smith

#37444: Differing exception between builtins and importlib when import
https://bugs.python.org/issue37444 opened by brett.cannon

#37445: Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM wit
https://bugs.python.org/issue37445 opened by ZackerySpytz

#37446: Undefined behavior in Python/hamt.c
https://bugs.python.org/issue37446 opened by ZackerySpytz

#37448: obmalloc: radix tree for tracking arena address ranges
https://bugs.python.org/issue37448 opened by nascheme

#37449: Move ensurepip off of pkgutil and to importlib.resources
https://bugs.python.org/issue37449 opened by brett.cannon

#37451: Remove redudant test code in _testcapimodule.c
https://bugs.python.org/issue37451 opened by shihai1991

#37452: Microsoft store package has an invalid ExecutablePath registry
https://bugs.python.org/issue37452 opened by Fredrik Mellbin

#37454: Clarify docs for math.log1p()
https://bugs.python.org/issue37454 opened by rhettinger

#37455: asyncio.run() error related to finalizing async generators
https://bugs.python.org/issue37455 opened by samfrances

#37456: FAQ says positional arguments aren't a thing
https://bugs.python.org/issue37456 opened by SoniEx2

#37458: ast: Different FormattedValue expressions have same col_offset
https://bugs.python.org/issue37458 opened by Weijar Z

#37461: email.parser.Parser hang
https://bugs.python.org/issue37461 opened by Guido

#37465: Incorrect documentation for `s#` arguments in C API argument p
https://bugs.python.org/issue37465 opened by enrico

#37468: Don't install wininst*.exe on non-Windows platforms
https://bugs.python.org/issue37468 opened by vstinner

#37471: mmap module: add MAP_ALIGNED_SUPER FreeBSD constant
https://bugs.python.org/issue37471 opened by devnexen

#37473: importlib: Remove libregrtest hack: "We import importlib *ASAP
https://bugs.python.org/issue37473 opened by vstinner

#37474: Should Py_Initialize() control the floating point mode?
https://bugs.python.org/issue37474 opened by vstinner

#37475: What is urllib.request.urlcleanup() function?
https://bugs.python.org/issue37475 opened by vstinner

#37476: Adding a unit test of unicode in test_unicode.py
https://bugs.python.org/issue37476 opened by shihai1991

#37478: Docs: Method os.chdir() does not mention errors that can be ra
https://bugs.python.org/issue37478 opened by aeros167

#37479: IntEnum __format__ behavior can't be overridden through __str_
https://bugs.python.org/issue37479 opened by jason.curtis

#37480: add ptpython to list of alternate interpreters
https://bugs.python.org/issue37480 opened by zjayv

#37482: Email address display name fails with both encoded words and s
https://bugs.python.org/issue37482 opened by bsiem

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483 opened by jdemeyer

#37484: Use PY_VECTORCALL_ARGUMENTS_OFFSET for __exit__
https://bugs.python.org/issue37484 opened by jdemeyer

#37487: PyList_GetItem() document regarding index
https://bugs.python.org/issue37487 opened by ???

#37488: Document the "gotcha" behaviors in utcnow() and utcfromtimesta
https://bugs.python.org/issue37488 opened by p-ganssle

#37489: pickling instance which inherited from Exception with keyword
https://bugs.python.org/issue37489 opened by liugang93

#37490: poor documentation for .startswith, .endswith
https://bugs.python.org/issue37490 opened by v+python

#37491: IndexError in get_bare_quoted_string
https://bugs.python.org/issue37491 opened by maxking

#37495: socket.inet_aton parsing issue on some libc versions
https://bugs.python.org/issue37495 opened by Dominik Czarnota

#37496: Support annotations in signature strings.
https://bugs.python.org/issue37496 opened by eric.snow

#37497: Add inspect.Signature.from_text().
https://bugs.python.org/issue37497 opened by eric.snow

#37498: request.urlopen(), memory leak?
https://bugs.python.org/issue37498 opened by neonene

#37499: test_gdb.test_pycfunction should use dedicated test functions
https://bugs.python.org/issue37499 opened by p-ganssle

#37500: 3.8.0b2 no longer optimizes away "if 0:" ?
https://bugs.python.org/issue37500 opened by nedbat

#37501: Test failures when CPython is built without docstrings
https://bugs.python.org/issue37501 opened by ZackerySpytz

#37502: Fix default argument handling for buffers argument in pickle.l
https://bugs.python.org/issue37502 opened by Markus Mohrhard

#37504: 3.8 b2 now requires sphinx2, but only has documented 1.8
https://bugs.python.org/issue37504 opened by doko

#37505: Early auditing broken
https://bugs.python.org/issue37505 opened by christian.heimes

#37506: os.mkdir creates invalid folder when path string has trailing
https://bugs.python.org/issue37506 opened by hollyroberts

#37507: multiprocessing: Add a stop() method to ForkServer
https://bugs.python.org/issue37507 opened by vstinner

#37508: A wrong return type in memory.rst
https://bugs.python.org/issue37508 opened by shihai1991

#37509: OSError preadv()
https://bugs.python.org/issue37509 opened by YoSTEALTH



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

#37509: OSError preadv()
https://bugs.python.org/issue37509

#37508: A wrong return type in memory.rst
https://bugs.python.org/issue37508

#37507: multiprocessing: Add a stop() method to ForkServer
https://bugs.python.org/issue37507

#37498: request.urlopen(), memory leak?
https://bugs.python.org/issue37498

#37496: Support annotations in signature strings.
https://bugs.python.org/issue37496

#37491: IndexError in get_bare_quoted_string
https://bugs.python.org/issue37491

#37489: pickling instance which inherited from Exception with keyword
https://bugs.python.org/issue37489

#37488: Document the "gotcha" behaviors in utcnow() and utcfromtimesta
https://bugs.python.org/issue37488

#37487: PyList_GetItem() document regarding index
https://bugs.python.org/issue37487

#37482: Email address display name fails with both encoded words and s
https://bugs.python.org/issue37482

#37480: add ptpython to list of alternate interpreters
https://bugs.python.org/issue37480

#37476: Adding a unit test of unicode in test_unicode.py
https://bugs.python.org/issue37476

#37473: importlib: Remove libregrtest hack: "We import importlib *ASAP
https://bugs.python.org/issue37473

#37451: Remove redudant test code in _testcapimodule.c
https://bugs.python.org/issue37451

#37449: Move ensurepip off of pkgutil and to importlib.resources
https://bugs.python.org/issue37449



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

#37508: A wrong return type in memory.rst
https://bugs.python.org/issue37508

#37502: Fix default argument handling for buffers argument in pickle.l
https://bugs.python.org/issue37502

#37501: Test failures when CPython is built without docstrings
https://bugs.python.org/issue37501

#37484: Use PY_VECTORCALL_ARGUMENTS_OFFSET for __exit__
https://bugs.python.org/issue37484

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483

#37482: Email address display name fails with both encoded words and s
https://bugs.python.org/issue37482

#37480: add ptpython to list of alternate interpreters
https://bugs.python.org/issue37480

#37479: IntEnum __format__ behavior can't be overridden through __str_
https://bugs.python.org/issue37479

#37476: Adding a unit test of unicode in test_unicode.py
https://bugs.python.org/issue37476

#37468: Don't install wininst*.exe on non-Windows platforms
https://bugs.python.org/issue37468

#37461: email.parser.Parser hang
https://bugs.python.org/issue37461

#37451: Remove redudant test code in _testcapimodule.c
https://bugs.python.org/issue37451

#37448: obmalloc: radix tree for tracking arena address ranges
https://bugs.python.org/issue37448

#37445: Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM wit
https://bugs.python.org/issue37445

#37440: httplib should enable post-handshake authentication for TLS 1.
https://bugs.python.org/issue37440



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

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483 28 msgs

#37421: Some tests leak temporary files
https://bugs.python.org/issue37421 17 msgs

#29312: Use FASTCALL in dict.update()
https://bugs.python.org/issue29312 10 msgs

#10945: bdist_wininst depends on MBCS codec, unavailable on non-Window
https://bugs.python.org/issue10945 8 msgs

#19696: Merge all (non-syntactic) import-related tests into test_impor
https://bugs.python.org/issue19696 8 msgs

#37380: subprocess.Popen._cleanup() "The handle is invalid" error when
https://bugs.python.org/issue37380 8 msgs

#37490: poor documentation for .startswith, .endswith
https://bugs.python.org/issue37490 8 msgs

#37495: socket.inet_aton parsing issue on some libc versions
https://bugs.python.org/issue37495 8 msgs

#18374: ast.parse gives wrong position (col_offset) for some BinOp-s
https://bugs.python.org/issue18374 7 msgs

#37500: 3.8.0b2 no longer optimizes away "if 0:" ?
https://bugs.python.org/issue37500 7 msgs



Issues closed (54)
==================

#5115: Extend subprocess.kill to be able to kill process groups
https://bugs.python.org/issue5115 closed by gregory.p.smith

#19960: zlib skipped when building 2.7 on macOS without /usr/include i
https://bugs.python.org/issue19960 closed by ned.deily

#26534: subprocess.check_output with shell=True ignores the timeout
https://bugs.python.org/issue26534 closed by gregory.p.smith

#30154: subprocess.run with stderr connected to a pipe won't timeout w
https://bugs.python.org/issue30154 closed by gregory.p.smith

#30754: textwrap.dedent mishandles empty lines
https://bugs.python.org/issue30754 closed by gregory.p.smith

#31783: Race condition in ThreadPoolExecutor when scheduling new jobs
https://bugs.python.org/issue31783 closed by bquinlan

#32178: Some invalid email address groups cause an IndexError instead
https://bugs.python.org/issue32178 closed by cheryl.sabella

#32179: Empty email address in headers triggers an IndexError
https://bugs.python.org/issue32179 closed by cheryl.sabella

#32934: logging.handlers.BufferingHandler capacity is unclearly specif
https://bugs.python.org/issue32934 closed by vinay.sajip

#36168: DOC: Fix capitalization in string.rst
https://bugs.python.org/issue36168 closed by CuriousLearner

#36422: tempfile.TemporaryDirectory() removes entire directory tree ev
https://bugs.python.org/issue36422 closed by giampaolo.rodola

#36689: docs: os.path.commonpath raises ValueError for different drive
https://bugs.python.org/issue36689 closed by asvetlov

#36904: Implement _PyStack_UnpackDict() with a single allocation
https://bugs.python.org/issue36904 closed by jdemeyer

#36924: Simplify implementation of classmethod_descriptor.__call__
https://bugs.python.org/issue36924 closed by jdemeyer

#36926: Implement methoddescr_call without _PyMethodDef_RawFastCallDic
https://bugs.python.org/issue36926 closed by jdemeyer

#36974: Implement PEP 590
https://bugs.python.org/issue36974 closed by petr.viktorin

#37199: Test suite fails when Ipv6 is unavailable
https://bugs.python.org/issue37199 closed by asvetlov

#37208: Weird exception behaviour in ProcessPoolExecutor
https://bugs.python.org/issue37208 closed by bquinlan

#37221: PyCode_New API change breaks backwards compatibility policy
https://bugs.python.org/issue37221 closed by petr.viktorin

#37231: Optimize calling special methods
https://bugs.python.org/issue37231 closed by jdemeyer

#37250: C files generated by Cython set tp_print to 0: PyTypeObject.tp
https://bugs.python.org/issue37250 closed by ncoghlan

#37294: concurrent.futures.ProcessPoolExecutor and multiprocessing.poo
https://bugs.python.org/issue37294 closed by bquinlan

#37335: Improve encoding alias handling in locale coercion tests
https://bugs.python.org/issue37335 closed by kulikjak

#37346: Documentation of os not using OSError subclasses
https://bugs.python.org/issue37346 closed by asvetlov

#37357: mbox From line wrongly detected
https://bugs.python.org/issue37357 closed by eric.smith

#37366: Add an "onitem" callback parameter to shutil.rmtree()
https://bugs.python.org/issue37366 closed by giampaolo.rodola

#37369: Issue with pip in venv on Powershell in Windows
https://bugs.python.org/issue37369 closed by steve.dower

#37403: Recommend .venv for virtual environment names
https://bugs.python.org/issue37403 closed by brett.cannon

#37416: If threading is not imported from the main thread it sees the
https://bugs.python.org/issue37416 closed by pitrou

#37427: sorted, list.sort reject non-boolean objects with __bool__() a
https://bugs.python.org/issue37427 closed by terry.reedy

#37441: Fix a param error in exceptions.rst
https://bugs.python.org/issue37441 closed by xiang.zhang

#37443: Python Returns NoneType when convert a string to a list and us
https://bugs.python.org/issue37443 closed by SilentGhost

#37447: Nested For Loop in Python not working as Expected after cnt=21
https://bugs.python.org/issue37447 closed by xtreak

#37450: Generalize Euclidean distance function in the math module to M
https://bugs.python.org/issue37450 closed by rhettinger

#37453: Symlink creation on Windows should work without privilege esca
https://bugs.python.org/issue37453 closed by jaraco

#37457: python3.7 re.split() module bug
https://bugs.python.org/issue37457 closed by SilentGhost

#37459: importlib docs improperly reference get_resource_loader()
https://bugs.python.org/issue37459 closed by barry

#37460: importlib.import_module("test.test_curses") could not import b
https://bugs.python.org/issue37460 closed by yoonghm

#37462: Default starting directory for os.walk()
https://bugs.python.org/issue37462 closed by aeros167

#37463: ssl.match_hostname() ignores extra string after whitespace in
https://bugs.python.org/issue37463 closed by christian.heimes

#37464: multiple comparison
https://bugs.python.org/issue37464 closed by SilentGhost

#37466: Move casting prompt after its validation in _raw_input()
https://bugs.python.org/issue37466 closed by myungsekyo

#37467: sys.excepthook (PyErr_Display) does crash with SyntaxError whi
https://bugs.python.org/issue37467 closed by vstinner

#37469: Make it explicit that logging QueueHandler / QueueListener acc
https://bugs.python.org/issue37469 closed by vinay.sajip

#37470: Make it explicit what happens when using a bounded queue with
https://bugs.python.org/issue37470 closed by vinay.sajip

#37472: Remove Lib/test/outstanding_bugs.py
https://bugs.python.org/issue37472 closed by vstinner

#37477: NamedTemporaryFile can hang on windows
https://bugs.python.org/issue37477 closed by earonesty

#37481: Deprecate bdist_wininst: use bdist_wheel instead
https://bugs.python.org/issue37481 closed by vstinner

#37485: dataclass __foo__ methods inheritance is not working
https://bugs.python.org/issue37485 closed by eric.smith

#37486: pathlib.Path('.').parent is itself rather than parent
https://bugs.python.org/issue37486 closed by pitrou

#37492: should email.utils.parseaddr treat a@b. as invalid email ?
https://bugs.python.org/issue37492 closed by jpic

#37493: Use _PyObject_CallNoArg() in a few more places
https://bugs.python.org/issue37493 closed by jdemeyer

#37494: Call asyncio Future in scope
https://bugs.python.org/issue37494 closed by asvetlov

#37503: Queue.join(): Broken example in documentation
https://bugs.python.org/issue37503 closed by misterunknown
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-07-05 - 2019-07-12)
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 7099 (+31)
closed 42225 (+33)
total 49324 (+64)

Open issues with patches: 2859


Issues opened (50)
==================

#21478: mock calls don't propagate to parent (autospec)
https://bugs.python.org/issue21478 reopened by xtreak

#32178: Some invalid email address groups cause an IndexError instead
https://bugs.python.org/issue32178 reopened by r.david.murray

#37221: PyCode_New API change breaks backwards compatibility policy
https://bugs.python.org/issue37221 reopened by vstinner

#37510: argparse removing more "--" than it should
https://bugs.python.org/issue37510 opened by jol

#37511: mmap module add OpenBSD MADV_CONCEAL flag
https://bugs.python.org/issue37511 opened by David Carlier

#37514: french translation Spelling mistake on datetime python's libra
https://bugs.python.org/issue37514 opened by jerome_l

#37516: buid error - test_asyncio fails during make
https://bugs.python.org/issue37516 opened by gburgess

#37517: Improve error messages for Windows reserved file names
https://bugs.python.org/issue37517 opened by steven.daprano

#37518: Python-2.7.16 fails to build with --enable-shared
https://bugs.python.org/issue37518 opened by lopez@ucar.edu

#37519: Three inconsistent module attributes
https://bugs.python.org/issue37519 opened by maggyero

#37521: importlib.util.module_from_spec return value is not the same a
https://bugs.python.org/issue37521 opened by bmintz

#37522: http.cookies.SimpleCookie doesn't seem to be parsed using regu
https://bugs.python.org/issue37522 opened by MeiK

#37523: zipfile: Raise ValueError for i/o operations on closed zipfile
https://bugs.python.org/issue37523 opened by dhillier

#37524: IDLE error on closing 3.8+ debug build
https://bugs.python.org/issue37524 opened by terry.reedy

#37527: Timestamp conversion on windows fails with timestamps close to
https://bugs.python.org/issue37527 opened by Dschoni

#37528: test_tarfile: test_extractall_symlinks() fails on Windows with
https://bugs.python.org/issue37528 opened by vstinner

#37529: Mimetype module duplicates
https://bugs.python.org/issue37529 opened by Dominik Czarnota

#37530: IDLE: simplify, optimize, and clean up code context
https://bugs.python.org/issue37530 opened by terry.reedy

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 opened by nanjekyejoannah

#37532: email.header.make_header() doesn't work if any `ascii` code is
https://bugs.python.org/issue37532 opened by yunlee

#37534: In minidom module ability to add Standalone Document Declaraio
https://bugs.python.org/issue37534 opened by hharutyunyan

#37535: Client SSLSocket with select.select() always returns readable
https://bugs.python.org/issue37535 opened by ddddaaaa

#37537: Compute allocated blocks in _Py_GetAllocatedBlocks()
https://bugs.python.org/issue37537 opened by nascheme

#37538: Refactor zipfile to ease subclassing and enhancement
https://bugs.python.org/issue37538 opened by dhillier

#37539: CheckCommitCursorReset regression sqlite3 test fails with old
https://bugs.python.org/issue37539 opened by mcepl

#37540: vectorcall: keyword names must be strings
https://bugs.python.org/issue37540 opened by jdemeyer

#37541: get_python_lib() returns incorrect path for site-packages
https://bugs.python.org/issue37541 opened by sabakauser

#37542: UDP sendto() sends duplicate packets
https://bugs.python.org/issue37542 opened by Andy Papageorgiou

#37543: Optimize pymalloc for non PGO build
https://bugs.python.org/issue37543 opened by inada.naoki

#37544: Multiple test failures during build
https://bugs.python.org/issue37544 opened by Jarek Zgoda

#37548: Document range of atan, acos and asin
https://bugs.python.org/issue37548 opened by mark.dickinson

#37549: os.dup() fails for standard streams on Windows 7
https://bugs.python.org/issue37549 opened by daveb

#37550: SSL Pip Error
https://bugs.python.org/issue37550 opened by Bane Banane

#37551: IDLE: Quitting with a new, unsaved editor window causes an exc
https://bugs.python.org/issue37551 opened by taleinat

#37552: [Windows] strptime/strftime return invalid results with UCRT v
https://bugs.python.org/issue37552 opened by Paul Monson

#37553: SendfileUsingSendTest tests timeout too short for Windows ARM3
https://bugs.python.org/issue37553 opened by Paul Monson

#37555: _CallList.__contains__ doesn't always respect ANY.
https://bugs.python.org/issue37555 opened by ElizabethU

#37556: Launcher help does not mention configuration options
https://bugs.python.org/issue37556 opened by Steve Barnes

#37557: Example snippets for simpler functions/methods
https://bugs.python.org/issue37557 opened by kishvanchee

#37559: IDLE: Scrolling issues with code context shown
https://bugs.python.org/issue37559 opened by taleinat

#37560: with cgi.FieldStorage(...) fails on cleanup with AttributeErro
https://bugs.python.org/issue37560 opened by Stefanik Gábor

#37561: the _sysconfigdata name should not encode MACHDEP and PLATFORM
https://bugs.python.org/issue37561 opened by doko

#37562: PEP 590 implementation may have introduced a performance regre
https://bugs.python.org/issue37562 opened by pablogsal

#37564: ArgumentParser should support bool type according to truth val
https://bugs.python.org/issue37564 opened by Zach Beniash

#37565: test_faulthandler failure
https://bugs.python.org/issue37565 opened by jshelly

#37567: Python compiles empty bytecode files when out of virtual memor
https://bugs.python.org/issue37567 opened by Mike Lovelace

#37570: `distutils.util.byte_compile` fails indirect byte compiling wi
https://bugs.python.org/issue37570 opened by Suzumizaki

#37571: Incorrect use of c_char_p in example code
https://bugs.python.org/issue37571 opened by rrt

#37572: email lib bug
https://bugs.python.org/issue37572 opened by famu xu

#37573: asyncio: freeze when using MultiLoopChildWatcher on Solaris
https://bugs.python.org/issue37573 opened by kulikjak



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

#37573: asyncio: freeze when using MultiLoopChildWatcher on Solaris
https://bugs.python.org/issue37573

#37567: Python compiles empty bytecode files when out of virtual memor
https://bugs.python.org/issue37567

#37565: test_faulthandler failure
https://bugs.python.org/issue37565

#37561: the _sysconfigdata name should not encode MACHDEP and PLATFORM
https://bugs.python.org/issue37561

#37560: with cgi.FieldStorage(...) fails on cleanup with AttributeErro
https://bugs.python.org/issue37560

#37559: IDLE: Scrolling issues with code context shown
https://bugs.python.org/issue37559

#37557: Example snippets for simpler functions/methods
https://bugs.python.org/issue37557

#37556: Launcher help does not mention configuration options
https://bugs.python.org/issue37556

#37553: SendfileUsingSendTest tests timeout too short for Windows ARM3
https://bugs.python.org/issue37553

#37552: [Windows] strptime/strftime return invalid results with UCRT v
https://bugs.python.org/issue37552

#37543: Optimize pymalloc for non PGO build
https://bugs.python.org/issue37543

#37542: UDP sendto() sends duplicate packets
https://bugs.python.org/issue37542

#37540: vectorcall: keyword names must be strings
https://bugs.python.org/issue37540

#37539: CheckCommitCursorReset regression sqlite3 test fails with old
https://bugs.python.org/issue37539

#37535: Client SSLSocket with select.select() always returns readable
https://bugs.python.org/issue37535



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

#37570: `distutils.util.byte_compile` fails indirect byte compiling wi
https://bugs.python.org/issue37570

#37564: ArgumentParser should support bool type according to truth val
https://bugs.python.org/issue37564

#37559: IDLE: Scrolling issues with code context shown
https://bugs.python.org/issue37559

#37556: Launcher help does not mention configuration options
https://bugs.python.org/issue37556

#37555: _CallList.__contains__ doesn't always respect ANY.
https://bugs.python.org/issue37555

#37553: SendfileUsingSendTest tests timeout too short for Windows ARM3
https://bugs.python.org/issue37553

#37552: [Windows] strptime/strftime return invalid results with UCRT v
https://bugs.python.org/issue37552

#37548: Document range of atan, acos and asin
https://bugs.python.org/issue37548

#37543: Optimize pymalloc for non PGO build
https://bugs.python.org/issue37543

#37540: vectorcall: keyword names must be strings
https://bugs.python.org/issue37540

#37537: Compute allocated blocks in _Py_GetAllocatedBlocks()
https://bugs.python.org/issue37537

#37532: email.header.make_header() doesn't work if any `ascii` code is
https://bugs.python.org/issue37532

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531

#37530: IDLE: simplify, optimize, and clean up code context
https://bugs.python.org/issue37530

#37523: zipfile: Raise ValueError for i/o operations on closed zipfile
https://bugs.python.org/issue37523



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

#37500: 3.8.0b2 no longer optimizes away "if 0:" ?
https://bugs.python.org/issue37500 31 msgs

#37149: link to John Shipman's Tkinter 8.5 documentation fails: websit
https://bugs.python.org/issue37149 10 msgs

#37555: _CallList.__contains__ doesn't always respect ANY.
https://bugs.python.org/issue37555 9 msgs

#37510: argparse removing more "--" than it should
https://bugs.python.org/issue37510 8 msgs

#37322: test_ssl: test_pha_required_nocert() emits a ResourceWarning
https://bugs.python.org/issue37322 7 msgs

#36390: IDLE: Refactor formatting methods from editor
https://bugs.python.org/issue36390 6 msgs

#37524: IDLE error on closing 3.8+ debug build
https://bugs.python.org/issue37524 6 msgs

#37562: PEP 590 implementation may have introduced a performance regre
https://bugs.python.org/issue37562 6 msgs

#37570: `distutils.util.byte_compile` fails indirect byte compiling wi
https://bugs.python.org/issue37570 6 msgs

#36044: PROFILE_TASK for PGO build is not a good workload
https://bugs.python.org/issue36044 5 msgs



Issues closed (35)
==================

#18374: ast.parse gives wrong position (col_offset) for some BinOp-s
https://bugs.python.org/issue18374 closed by levkivskyi

#26806: IDLE not displaying RecursionError tracebacks and hangs
https://bugs.python.org/issue26806 closed by taleinat

#27679: set_bitfields() unused in _ctypes_test
https://bugs.python.org/issue27679 closed by vstinner

#30663: IDLE: Add lineno sidebar to editor window
https://bugs.python.org/issue30663 closed by cheryl.sabella

#31445: Index out of range in get of message.EmailMessage.get()
https://bugs.python.org/issue31445 closed by r.david.murray

#34369: kqueue.control() documentation and implementation mismatch
https://bugs.python.org/issue34369 closed by taleinat

#35021: Assertion failures in datetimemodule.c.
https://bugs.python.org/issue35021 closed by ned.deily

#36389: Add gc.enable_object_debugger(): detect corrupted Python objec
https://bugs.python.org/issue36389 closed by vstinner

#37337: Add _PyObject_VectorcallMethod() function
https://bugs.python.org/issue37337 closed by petr.viktorin

#37421: Some tests leak temporary files
https://bugs.python.org/issue37421 closed by vstinner

#37452: Microsoft store package has an invalid ExecutablePath registry
https://bugs.python.org/issue37452 closed by Fredrik Mellbin

#37478: Specify possible exceptions for os.chdir()
https://bugs.python.org/issue37478 closed by aeros167

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483 closed by jdemeyer

#37484: Use PY_VECTORCALL_ARGUMENTS_OFFSET for __exit__
https://bugs.python.org/issue37484 closed by jdemeyer

#37487: PyList_GetItem() document: index can be 0
https://bugs.python.org/issue37487 closed by terry.reedy

#37498: request.urlopen(), memory leak?
https://bugs.python.org/issue37498 closed by neonene

#37506: os.mkdir creates invalid folder when path string has trailing
https://bugs.python.org/issue37506 closed by steve.dower

#37508: A wrong return type in memory.rst
https://bugs.python.org/issue37508 closed by benjamin.peterson

#37512: Error in the documentation about string concatenation
https://bugs.python.org/issue37512 closed by brett.cannon

#37513: Fix a wrong exception type in ctypes documentation
https://bugs.python.org/issue37513 closed by xiang.zhang

#37515: `open("aux.txt", "w")` fails unexpectedly with FileNotFoundErr
https://bugs.python.org/issue37515 closed by SilentGhost

#37520: zipfile.Path.parent returns incorrect value (same as self) for
https://bugs.python.org/issue37520 closed by jaraco

#37525: test_ssl: test_pha_required_nocert() logs ResourceWarning
https://bugs.python.org/issue37525 closed by vstinner

#37526: Add support.catch_threading_exception()
https://bugs.python.org/issue37526 closed by vstinner

#37533: Possible Unicode handling issue in python.
https://bugs.python.org/issue37533 closed by brett.cannon

#37536: ctypes.create_string_buffer fails on windows with non-BMP char
https://bugs.python.org/issue37536 closed by eryksun

#37545: Argparse Tutorial - unreasonable operators
https://bugs.python.org/issue37545 closed by serhiy.storchaka

#37546: colors in ttk treeview tags are ignored
https://bugs.python.org/issue37546 closed by ned.deily

#37547: Add _PyObject_CallMethodOneArg()
https://bugs.python.org/issue37547 closed by jdemeyer

#37554: Typo in os.rename docs
https://bugs.python.org/issue37554 closed by miss-islington

#37558: Shared memory tests are failing due to double slashes
https://bugs.python.org/issue37558 closed by pitrou

#37563: Documentation - default for StreamHandler
https://bugs.python.org/issue37563 closed by vinay.sajip

#37566: Remove redudant code in socket.py
https://bugs.python.org/issue37566 closed by benjamin.peterson

#37568: Misleading UnBoundLocalError on assignment to closure variable
https://bugs.python.org/issue37568 closed by eric.smith

#37569: Complete your registration to Python tracker
https://bugs.python.org/issue37569 closed by steven.daprano
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-07-12 - 2019-07-19)
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 7111 (+12)
closed 42272 (+47)
total 49383 (+59)

Open issues with patches: 2877


Issues opened (41)
==================

#28292: Make Calendar.itermonthdates() behave consistently in edge cas
https://bugs.python.org/issue28292 reopened by rhettinger

#34443: enum repr should use __qualname__
https://bugs.python.org/issue34443 reopened by ethan.furman

#37574: Mention spec_from_loader() in Finder.find_spec() docs.
https://bugs.python.org/issue37574 opened by eric.snow

#37575: Python Documentation on strings (tutorial section 3.1.2.)
https://bugs.python.org/issue37575 opened by Deshpande

#37577: ModuleNotFoundError: No module named '_sysconfigdata__linux_x8
https://bugs.python.org/issue37577 opened by luisalejandro

#37578: Change Glob: Allow Recursion for Hidden Files
https://bugs.python.org/issue37578 opened by k64

#37581: Docs: Improve phrasing of flush argument for print()
https://bugs.python.org/issue37581 opened by aeros167

#37583: Got a 113 error when running the test_socket
https://bugs.python.org/issue37583 opened by shihai1991

#37584: Multiple test failures with OSError: [Errno 84] Invalid or inc
https://bugs.python.org/issue37584 opened by dimitern

#37586: macOS: posix_spawn(..., setsid=True)
https://bugs.python.org/issue37586 opened by ronaldoussoren

#37587: JSON loads performance improvement for long strings
https://bugs.python.org/issue37587 opened by mpaolini

#37588: Py_DEPRECATED and unavoidable warnings
https://bugs.python.org/issue37588 opened by philthompson10

#37589: Missing dependences in the Makefile
https://bugs.python.org/issue37589 opened by vemakereporter

#37591: test_concurrent_future failed
https://bugs.python.org/issue37591 opened by Martin Bammer

#37592: sysconfig should not rely on sys.version
https://bugs.python.org/issue37592 opened by carlbordum

#37595: Python 3.7.4 does not build on Raspbian Buster
https://bugs.python.org/issue37595 opened by kal.sze

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596 opened by vstinner

#37597: audit event table breaks PDF sphinx build
https://bugs.python.org/issue37597 opened by mdk

#37601: shutil.make_archive does not follow symlinks for zip archives
https://bugs.python.org/issue37601 opened by Kevin Teague

#37602: nonzero fixer problem
https://bugs.python.org/issue37602 opened by shiyuchong

#37603: parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a -
https://bugs.python.org/issue37603 opened by vstinner

#37604: warnings should use a ContextVar to manage filters/registry
https://bugs.python.org/issue37604 opened by graingert

#37605: CI should not depend on gmane response
https://bugs.python.org/issue37605 opened by terry.reedy

#37607: segfault running code in jupyter on macOS 10.14.5 - crashed on
https://bugs.python.org/issue37607 opened by wesinator

#37608: _thread: acquire_lock,release_lock still in use while declared
https://bugs.python.org/issue37608 opened by shiyuchong

#37609: support "UNC" device paths in ntpath.splitdrive
https://bugs.python.org/issue37609 opened by eryksun

#37611: Improve the "Dealing with Bugs" documentation, include guideli
https://bugs.python.org/issue37611 opened by Mariatta

#37612: os.link(..., follow_symlinks=True) broken on Linux
https://bugs.python.org/issue37612 opened by jo-he

#37616: [3.10 prep] zip path incorrect
https://bugs.python.org/issue37616 opened by Anthony Sottile

#37618: Docs: Code example locations in stdtypes
https://bugs.python.org/issue37618 opened by aeros167

#37619: update_one_slot() should not ignore wrapper descriptors for wr
https://bugs.python.org/issue37619 opened by jdemeyer

#37620: str.split(sep=None, maxsplit=-1,any=False)
https://bugs.python.org/issue37620 opened by hcoin

#37621: Line continuation of blank line emits NEWLINE
https://bugs.python.org/issue37621 opened by miedzinski

#37622: Signature of SHA256 HMAC digest not matching with the signatur
https://bugs.python.org/issue37622 opened by dodain

#37623: namedtuple integration for importlib.abc.Loader
https://bugs.python.org/issue37623 opened by captain-kark

#37626: Documentation?conflict between docs
https://bugs.python.org/issue37626 opened by shiyuchong

#37627: Minor improvements to IDLE's "Run Customized"
https://bugs.python.org/issue37627 opened by rhettinger

#37628: IDLE Font Sample distracting and too large
https://bugs.python.org/issue37628 opened by rhettinger

#37630: Investigate replacing SHA3 code with OpenSSL
https://bugs.python.org/issue37630 opened by christian.heimes

#37631: EXTRA_CFLAGS get overrided by CFLAGS_NODIST
https://bugs.python.org/issue37631 opened by Dormouse759

#37632: generator expression doesn't find subclass
https://bugs.python.org/issue37632 opened by Ákos Tompos



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

#37630: Investigate replacing SHA3 code with OpenSSL
https://bugs.python.org/issue37630

#37628: IDLE Font Sample distracting and too large
https://bugs.python.org/issue37628

#37627: Minor improvements to IDLE's "Run Customized"
https://bugs.python.org/issue37627

#37622: Signature of SHA256 HMAC digest not matching with the signatur
https://bugs.python.org/issue37622

#37621: Line continuation of blank line emits NEWLINE
https://bugs.python.org/issue37621

#37619: update_one_slot() should not ignore wrapper descriptors for wr
https://bugs.python.org/issue37619

#37616: [3.10 prep] zip path incorrect
https://bugs.python.org/issue37616

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596

#37595: Python 3.7.4 does not build on Raspbian Buster
https://bugs.python.org/issue37595

#37592: sysconfig should not rely on sys.version
https://bugs.python.org/issue37592

#37591: test_concurrent_future failed
https://bugs.python.org/issue37591

#37581: Docs: Improve phrasing of flush argument for print()
https://bugs.python.org/issue37581

#37574: Mention spec_from_loader() in Finder.find_spec() docs.
https://bugs.python.org/issue37574

#37567: Python compiles empty bytecode files when out of virtual memor
https://bugs.python.org/issue37567

#37561: the _sysconfigdata name should not encode MACHDEP and PLATFORM
https://bugs.python.org/issue37561



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

#37623: namedtuple integration for importlib.abc.Loader
https://bugs.python.org/issue37623

#37621: Line continuation of blank line emits NEWLINE
https://bugs.python.org/issue37621

#37619: update_one_slot() should not ignore wrapper descriptors for wr
https://bugs.python.org/issue37619

#37612: os.link(..., follow_symlinks=True) broken on Linux
https://bugs.python.org/issue37612

#37609: support "UNC" device paths in ntpath.splitdrive
https://bugs.python.org/issue37609

#37603: parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a -
https://bugs.python.org/issue37603

#37592: sysconfig should not rely on sys.version
https://bugs.python.org/issue37592

#37588: Py_DEPRECATED and unavoidable warnings
https://bugs.python.org/issue37588

#37587: JSON loads performance improvement for long strings
https://bugs.python.org/issue37587

#37583: Got a 113 error when running the test_socket
https://bugs.python.org/issue37583

#37574: Mention spec_from_loader() in Finder.find_spec() docs.
https://bugs.python.org/issue37574

#37570: [Windows] distutils.util.byte_compile() fails indirect byte co
https://bugs.python.org/issue37570

#37564: ArgumentParser should support bool type according to truth val
https://bugs.python.org/issue37564

#37562: PEP 590 implementation may have introduced a performance regre
https://bugs.python.org/issue37562

#37560: with cgi.FieldStorage(...) fails on cleanup with AttributeErro
https://bugs.python.org/issue37560



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

#37588: Py_DEPRECATED and unavoidable warnings
https://bugs.python.org/issue37588 12 msgs

#37565: test_faulthandler: test_register_chain() crash with SIGSEGV (s
https://bugs.python.org/issue37565 9 msgs

#37555: _CallList.__contains__ doesn't always respect ANY.
https://bugs.python.org/issue37555 8 msgs

#22121: Start IDLE from icon in a better place.
https://bugs.python.org/issue22121 7 msgs

#28292: Make Calendar.itermonthdates() behave consistently in edge cas
https://bugs.python.org/issue28292 7 msgs

#7940: re.finditer and re.findall should support negative end positio
https://bugs.python.org/issue7940 6 msgs

#33610: IDLE: Make multiple improvements to CodeContext
https://bugs.python.org/issue33610 6 msgs

#37461: email.parser.Parser hang
https://bugs.python.org/issue37461 6 msgs

#37559: IDLE: Scrolling issues with code context shown
https://bugs.python.org/issue37559 6 msgs

#36044: PROFILE_TASK for PGO build is not a good workload
https://bugs.python.org/issue36044 5 msgs



Issues closed (47)
==================

#15730: Silence unused value warnings under Mac OS X 10.8/clang
https://bugs.python.org/issue15730 closed by ronaldoussoren

#19696: Merge all (non-syntactic) import-related tests into test_impor
https://bugs.python.org/issue19696 closed by brett.cannon

#24231: os.makedirs('/', exist_ok=True) fails on Darwin
https://bugs.python.org/issue24231 closed by SilentGhost

#26967: argparse: allow_abbrev=False stops -vv from working
https://bugs.python.org/issue26967 closed by petr.viktorin

#27452: IDLE: Cleanup config code
https://bugs.python.org/issue27452 closed by terry.reedy

#29577: Enum: mixin classes don't mix well with already mixed Enums
https://bugs.python.org/issue29577 closed by ethan.furman

#30088: mailbox.Maildir doesn't create subdir structure when create=Tr
https://bugs.python.org/issue30088 closed by asvetlov

#34264: Inconsistency between stack size in main thread and secondary
https://bugs.python.org/issue34264 closed by ronaldoussoren

#34536: Enum._missing_ doesn't raise TypeError when a non-Enum object
https://bugs.python.org/issue34536 closed by ethan.furman

#34749: improve performance of binascii.a2b_base64()
https://bugs.python.org/issue34749 closed by petr.viktorin

#36261: email examples should not gratuitously mess with preamble
https://bugs.python.org/issue36261 closed by steve.dower

#36390: IDLE: Move formatting functions into new format module.
https://bugs.python.org/issue36390 closed by terry.reedy

#37284: Not obvious that new required attrs of sys.implementation must
https://bugs.python.org/issue37284 closed by eric.snow

#37291: AST - code cleanup
https://bugs.python.org/issue37291 closed by serhiy.storchaka

#37347: Reference-counting problem in sqlite
https://bugs.python.org/issue37347 closed by benjamin.peterson

#37352: Typo in documentation: "to making it easy"
https://bugs.python.org/issue37352 closed by rhettinger

#37358: Use vectorcall for functools.partial
https://bugs.python.org/issue37358 closed by petr.viktorin

#37406: Disable runtime checks in release mode
https://bugs.python.org/issue37406 closed by vstinner

#37468: Don't install wininst*.exe on non-Windows platforms
https://bugs.python.org/issue37468 closed by vstinner

#37473: importlib: Remove libregrtest hack: "We import importlib *ASAP
https://bugs.python.org/issue37473 closed by vstinner

#37521: importlib examples have their exec_module()/sys.modules assign
https://bugs.python.org/issue37521 closed by brett.cannon

#37530: IDLE: simplify, optimize, and clean up code context
https://bugs.python.org/issue37530 closed by taleinat

#37543: Optimize pymalloc for non PGO build
https://bugs.python.org/issue37543 closed by inada.naoki

#37548: Document range of atan, acos and asin
https://bugs.python.org/issue37548 closed by mark.dickinson

#37557: Example snippets for simpler functions/methods
https://bugs.python.org/issue37557 closed by rhettinger

#37571: Incorrect use of c_char_p in example code
https://bugs.python.org/issue37571 closed by steve.dower

#37572: email lib bug
https://bugs.python.org/issue37572 closed by SilentGhost

#37576: SSL Malloc Error w/OpenSSL 1.1.1c-fips & FIPS_mode_set(1)
https://bugs.python.org/issue37576 closed by christian.heimes

#37579: Difference in equality check between C and Python implementati
https://bugs.python.org/issue37579 closed by p-ganssle

#37580: Markup typo in http.cookiejar doc
https://bugs.python.org/issue37580 closed by petr.viktorin

#37582: can you add this new feature about grammar?
https://bugs.python.org/issue37582 closed by steven.daprano

#37585: Comparing PyDictValues does not give expected results
https://bugs.python.org/issue37585 closed by serhiy.storchaka

#37590: Remove redundant docs of PyEval_EvalFrameEx
https://bugs.python.org/issue37590 closed by steve.dower

#37593: ast.arguments has confusing args/posonlyargs ordering
https://bugs.python.org/issue37593 closed by pablogsal

#37594: re does not honor matching trailing multiple periods
https://bugs.python.org/issue37594 closed by serhiy.storchaka

#37598: Don't use _ as a function name in logging documentation cookbo
https://bugs.python.org/issue37598 closed by vinay.sajip

#37599: Remove a vague statement in documentation of Integer Objects
https://bugs.python.org/issue37599 closed by rhettinger

#37600: os.sched_getaffinity() is missing - module 'os' has no attribu
https://bugs.python.org/issue37600 closed by josh.r

#37606: Improve test_dtrace.py
https://bugs.python.org/issue37606 closed by xiang.zhang

#37610: Improve "Python Usage and Setup" documentation re: Editors &
https://bugs.python.org/issue37610 closed by Mariatta

#37613: Broken "Back to top" link in www.python.org (mobile)
https://bugs.python.org/issue37613 closed by Mariatta

#37614: Pasteing ????into idle makes it crash
https://bugs.python.org/issue37614 closed by terry.reedy

#37615: json - make load and dump work with filenames and path-like ob
https://bugs.python.org/issue37615 closed by serhiy.storchaka

#37617: [3.10 prep] site.py uses `sys.version[:3]`
https://bugs.python.org/issue37617 closed by Anthony Sottile

#37624: random.choices has unexpected behavior with negative weights
https://bugs.python.org/issue37624 closed by rhettinger

#37625: Class variable is still accessible after class instance has be
https://bugs.python.org/issue37625 closed by eric.smith

#37629: Imghdr doesnt recognise some jpeg
https://bugs.python.org/issue37629 closed by pchopin
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-07-19 - 2019-07-26)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
open 7127 (+16)
closed 42314 (+42)
total 49441 (+58)

Open issues with patches: 2882


Issues opened (40)
==================

#37633: Py_CompileString and PyParser_SimpleParseString not exported i
https://bugs.python.org/issue37633 opened by pyscripter

#37634: doc: "module" of a warning might be its filename
https://bugs.python.org/issue37634 opened by blueyed

#37635: Using constant for whence arg in seek()
https://bugs.python.org/issue37635 opened by aeros167

#37636: Deprecate slicing and ordering operations on sys.version
https://bugs.python.org/issue37636 opened by ncoghlan

#37637: multiprocessing numpy.ndarray not transmitted properly
https://bugs.python.org/issue37637 opened by 2xB

#37638: Having issues following build instructions
https://bugs.python.org/issue37638 opened by Tianming Zhuang

#37640: telnetlib crash in Python3 while receiving un-printable charac
https://bugs.python.org/issue37640 opened by hoang nguyen

#37641: Embeddable distribution pyc filenames show build machine locat
https://bugs.python.org/issue37641 opened by Bill Collins

#37642: timezone allows no offset from range (23:59, 24:00)
https://bugs.python.org/issue37642 opened by joernheissler

#37645: Replace PyEval_GetFuncName/PyEval_GetFuncDesc
https://bugs.python.org/issue37645 opened by jdemeyer

#37646: eval() in a list comprehension
https://bugs.python.org/issue37646 opened by Grzegorz Kraso?

#37648: Fix minor inconsistency in the order of == operands
https://bugs.python.org/issue37648 opened by serhiy.storchaka

#37649: calculate_init fails to check that EXEC_PREFIX was decoded
https://bugs.python.org/issue37649 opened by orivej

#37650: TemporaryDirectory objects should LOCK_SH to avoid being delet
https://bugs.python.org/issue37650 opened by refi64

#37651: Change of inheritance of asyncio.CancelledError needs document
https://bugs.python.org/issue37651 opened by garyvdm

#37652: Multiprocessing shared_memory ValueError on race with Shareabl
https://bugs.python.org/issue37652 opened by bjs

#37654: 2to3 no-ops on embeddable distribution
https://bugs.python.org/issue37654 opened by Bill Collins

#37657: ERROR: grip 4.5.2 requires docopt>=0.4.0, which is not install
https://bugs.python.org/issue37657 opened by Dima.Tisnek

#37658: In some cases asyncio.wait_for can lead to socket leak.
https://bugs.python.org/issue37658 opened by Nikita Ilyasov

#37659: subprocess.list2cmdline() should not escape wrapping single/do
https://bugs.python.org/issue37659 opened by kejxu

#37660: Drop support for Aspen magic directories in venv's activate sc
https://bugs.python.org/issue37660 opened by brett.cannon

#37661: venv activation scripts erroneously check if __VENV_PROMPT__ i
https://bugs.python.org/issue37661 opened by brett.cannon

#37662: Document venv.EnvBuilder.upgrade_dependencies()
https://bugs.python.org/issue37662 opened by brett.cannon

#37663: Making venv activation script prompts consistent
https://bugs.python.org/issue37663 opened by brett.cannon

#37664: Update bundled pip and setuptools
https://bugs.python.org/issue37664 opened by steve.dower

#37665: threading.TIMEOUT_MAX integer overflow on 32-bit builds with t
https://bugs.python.org/issue37665 opened by Arun Sharma

#37666: urllib.requests.urlopen doesn't support cadata=
https://bugs.python.org/issue37666 opened by gregory.p.smith

#37668: Allow individual test to be specified by "#" or "."
https://bugs.python.org/issue37668 opened by Hasan Diwan

#37669: Make mock_open return per-file content
https://bugs.python.org/issue37669 opened by Anvil

#37673: Tkinter won't create 5000 check boxes, stops at 1309.
https://bugs.python.org/issue37673 opened by Loupz

#37674: Is imp module deprecated or pending deprecation?
https://bugs.python.org/issue37674 opened by Mariatta

#37677: Seg Fault on OSX when multiprocessing
https://bugs.python.org/issue37677 opened by alvis

#37678: Incorrect behaviour for user@password URI pattern in urlparse
https://bugs.python.org/issue37678 opened by Sean.Wang

#37680: distutils appends LDFLAGS environment variable before object f
https://bugs.python.org/issue37680 opened by ozars

#37681: warning: ‘no_sanitize_thread’
https://bugs.python.org/issue37681 opened by shihai1991

#37683: Use importlib.resources in venv
https://bugs.python.org/issue37683 opened by brett.cannon

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685 opened by serhiy.storchaka

#37688: The results from os.path.isdir(...) an Path(...).is_dir() are
https://bugs.python.org/issue37688 opened by godaygo

#37689: Add Path.is_relative_to()
https://bugs.python.org/issue37689 opened by pitrou

#37690: Simplify linking of shared libraries on the AIX OS
https://bugs.python.org/issue37690 opened by ericvw



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

#37690: Simplify linking of shared libraries on the AIX OS
https://bugs.python.org/issue37690

#37683: Use importlib.resources in venv
https://bugs.python.org/issue37683

#37681: warning: ‘no_sanitize_thread’
https://bugs.python.org/issue37681

#37678: Incorrect behaviour for user@password URI pattern in urlparse
https://bugs.python.org/issue37678

#37673: Tkinter won't create 5000 check boxes, stops at 1309.
https://bugs.python.org/issue37673

#37669: Make mock_open return per-file content
https://bugs.python.org/issue37669

#37663: Making venv activation script prompts consistent
https://bugs.python.org/issue37663

#37662: Document venv.EnvBuilder.upgrade_dependencies()
https://bugs.python.org/issue37662

#37654: 2to3 no-ops on embeddable distribution
https://bugs.python.org/issue37654

#37651: Change of inheritance of asyncio.CancelledError needs document
https://bugs.python.org/issue37651

#37650: TemporaryDirectory objects should LOCK_SH to avoid being delet
https://bugs.python.org/issue37650

#37649: calculate_init fails to check that EXEC_PREFIX was decoded
https://bugs.python.org/issue37649

#37648: Fix minor inconsistency in the order of == operands
https://bugs.python.org/issue37648

#37640: telnetlib crash in Python3 while receiving un-printable charac
https://bugs.python.org/issue37640

#37638: Having issues following build instructions
https://bugs.python.org/issue37638



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

#37690: Simplify linking of shared libraries on the AIX OS
https://bugs.python.org/issue37690

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685

#37669: Make mock_open return per-file content
https://bugs.python.org/issue37669

#37664: Update bundled pip and setuptools
https://bugs.python.org/issue37664

#37663: Making venv activation script prompts consistent
https://bugs.python.org/issue37663

#37661: venv activation scripts erroneously check if __VENV_PROMPT__ i
https://bugs.python.org/issue37661

#37650: TemporaryDirectory objects should LOCK_SH to avoid being delet
https://bugs.python.org/issue37650

#37648: Fix minor inconsistency in the order of == operands
https://bugs.python.org/issue37648

#37645: Replace PyEval_GetFuncName/PyEval_GetFuncDesc
https://bugs.python.org/issue37645

#37642: timezone allows no offset from range (23:59, 24:00)
https://bugs.python.org/issue37642

#37641: Embeddable distribution pyc filenames show build machine locat
https://bugs.python.org/issue37641

#37640: telnetlib crash in Python3 while receiving un-printable charac
https://bugs.python.org/issue37640

#37628: IDLE: Fix Font sample (config dialog) geometry
https://bugs.python.org/issue37628

#37627: Minor improvements to IDLE's "Run Customized"
https://bugs.python.org/issue37627

#37621: Line continuation of blank line emits NEWLINE
https://bugs.python.org/issue37621



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

#37664: Update bundled pip and setuptools
https://bugs.python.org/issue37664 14 msgs

#32912: Raise non-silent warning for invalid escape sequences
https://bugs.python.org/issue32912 10 msgs

#37635: Using constant for whence arg in seek()
https://bugs.python.org/issue37635 8 msgs

#37636: Deprecate slicing and ordering operations on sys.version
https://bugs.python.org/issue37636 7 msgs

#30550: Document order-preserving dictionary output in json
https://bugs.python.org/issue30550 6 msgs

#37627: Minor improvements to IDLE's "Run Customized"
https://bugs.python.org/issue37627 6 msgs

#37646: eval() in a list comprehension
https://bugs.python.org/issue37646 5 msgs

#37688: The results from os.path.isdir(...) an Path(...).is_dir() are
https://bugs.python.org/issue37688 5 msgs

#36044: PROFILE_TASK for PGO build is not a good workload
https://bugs.python.org/issue36044 4 msgs

#37628: IDLE: Fix Font sample (config dialog) geometry
https://bugs.python.org/issue37628 4 msgs



Issues closed (39)
==================

#12989: Consistently handle path separator in Py_GetPath on Windows
https://bugs.python.org/issue12989 closed by steve.dower

#17535: IDLE editor line numbers
https://bugs.python.org/issue17535 closed by taleinat

#29446: Improve tkinter 'import *' situation
https://bugs.python.org/issue29446 closed by terry.reedy

#30237: Access violation due to CancelSynchronousIo of console read
https://bugs.python.org/issue30237 closed by steve.dower

#30685: Multiprocessing Send to Manager Fails for Large Payload
https://bugs.python.org/issue30685 closed by pitrou

#31546: PyOS_InputHook is not called when waiting for input() in Windo
https://bugs.python.org/issue31546 closed by steve.dower

#33467: Python 3.7: profile-opt build errors because a test seems to h
https://bugs.python.org/issue33467 closed by ned.deily

#35476: _imp_create_dynamic_impl() does not clear error.
https://bugs.python.org/issue35476 closed by eric.snow

#35625: Comprehension doc doesn't mention buggy class scope behavior
https://bugs.python.org/issue35625 closed by serhiy.storchaka

#36279: os.wait3() leaks some uninitialized stack when no processes ex
https://bugs.python.org/issue36279 closed by dw

#36529: Python from WindowsStore: can't install package using "-m pip"
https://bugs.python.org/issue36529 closed by steve.dower

#36564: Infinite loop with short maximum line lengths in EmailPolicy
https://bugs.python.org/issue36564 closed by ned.deily

#37340: remove free_list for bound method objects
https://bugs.python.org/issue37340 closed by inada.naoki

#37399: XML text behaviour change if there are comments
https://bugs.python.org/issue37399 closed by scoder

#37451: Remove redudant test code in _testcapimodule.c
https://bugs.python.org/issue37451 closed by xiang.zhang

#37476: Adding tests for PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize
https://bugs.python.org/issue37476 closed by xiang.zhang

#37502: Fix default argument handling for buffers argument in pickle.l
https://bugs.python.org/issue37502 closed by pitrou

#37620: str.split(sep=None, maxsplit=-1,any=False)
https://bugs.python.org/issue37620 closed by rhettinger

#37622: Signature of SHA256 HMAC digest not matching with the signatur
https://bugs.python.org/issue37622 closed by benjamin.peterson

#37623: namedtuple integration for importlib.abc.Loader
https://bugs.python.org/issue37623 closed by captain-kark

#37632: generator expression doesn't find subclass
https://bugs.python.org/issue37632 closed by serhiy.storchaka

#37639: What happened to StreamReaderProtocol?
https://bugs.python.org/issue37639 closed by aymeric.augustin

#37643: Except clause
https://bugs.python.org/issue37643 closed by eric.smith

#37644: Sphinx (Travis doc build) is blocking merging
https://bugs.python.org/issue37644 closed by ned.deily

#37647: Wrong lineno in traceback when formatting strings with % and m
https://bugs.python.org/issue37647 closed by serhiy.storchaka

#37653: make install fails
https://bugs.python.org/issue37653 closed by ned.deily

#37655: Set subset operator docs
https://bugs.python.org/issue37655 closed by rhettinger

#37656: Can't pip install because of bisect_left
https://bugs.python.org/issue37656 closed by brett.cannon

#37667: test.regrtest is now only running 40 tests
https://bugs.python.org/issue37667 closed by gregory.p.smith

#37670: Description of UserDict is misleading
https://bugs.python.org/issue37670 closed by rhettinger

#37671: itertools.combinations could be lazier
https://bugs.python.org/issue37671 closed by rhettinger

#37672: Switch Windows Store package to use pip.ini for user mode
https://bugs.python.org/issue37672 closed by steve.dower

#37675: 2to3 doesn't work when run from a zipfile
https://bugs.python.org/issue37675 closed by benjamin.peterson

#37676: cmath.phase array support
https://bugs.python.org/issue37676 closed by mark.dickinson

#37679: test_with_pip fails on FreeBSD 10 bot
https://bugs.python.org/issue37679 closed by koobs

#37682: random.sample should support iterators
https://bugs.python.org/issue37682 closed by rhettinger

#37684: list.extend docs inaccurate
https://bugs.python.org/issue37684 closed by rhettinger

#37686: No error message in joining two root directories
https://bugs.python.org/issue37686 closed by eryksun

#37687: Invalid regexp should rise exception
https://bugs.python.org/issue37687 closed by mrabarnett
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-07-26 - 2019-08-02)
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 7139 (+12)
closed 42358 (+44)
total 49497 (+56)

Open issues with patches: 2891


Issues opened (38)
==================

#37694: Crash when calling zipimport.zipimporter.__new__().<method>()
https://bugs.python.org/issue37694 opened by Alexandre Hamelin

#37695: Incorrect error message for `unget_wch(bytes_object)`
https://bugs.python.org/issue37695 opened by Anthony Sottile

#37696: FileIO.read() on a closed TTY throws an exception prematurely
https://bugs.python.org/issue37696 opened by dw

#37698: Update doc of PyBuffer_ToContiguous
https://bugs.python.org/issue37698 opened by shihai1991

#37699: Explicit mention of raised ValueError's after .detach() of und
https://bugs.python.org/issue37699 opened by bskinn

#37700: shutil.copyfile does not raise SpecialFileError for socket fil
https://bugs.python.org/issue37700 opened by chrahunt

#37701: shutil.copyfile raises SpecialFileError for symlink to fifo
https://bugs.python.org/issue37701 opened by chrahunt

#37702: memory leak in ssl certification
https://bugs.python.org/issue37702 opened by neonene

#37703: Inconsistent gather with child exception
https://bugs.python.org/issue37703 opened by Dmitrii Ivaniushin

#37705: winerror_to_errno implementation
https://bugs.python.org/issue37705 opened by eryksun

#37706: IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.
https://bugs.python.org/issue37706 opened by ned.deily

#37709: CSVReader ignores dialect.lineterminator
https://bugs.python.org/issue37709 opened by Benjamin Schollnick

#37710: Python SSL module does not clear error queue before IO operati
https://bugs.python.org/issue37710 opened by Andrew Collins

#37711: regrtest: re-run failed tests in subprocesses
https://bugs.python.org/issue37711 opened by vstinner

#37712: Exception frames from unittest.TestCase.fail dependent on nest
https://bugs.python.org/issue37712 opened by Matthew Roeschke

#37715: 2to3 set default encoding
https://bugs.python.org/issue37715 opened by xxm

#37717: argparse subcommand docs has non-existent parameter "action"
https://bugs.python.org/issue37717 opened by retnikt

#37718: 2to3 exception handling
https://bugs.python.org/issue37718 opened by xxm

#37719: addSubtest not calling addFailure and addError
https://bugs.python.org/issue37719 opened by Xavier Dollé

#37721: smtpd: staling connect
https://bugs.python.org/issue37721 opened by cherusk

#37722: imaplib crashes when trying to read a letter from an imap serv
https://bugs.python.org/issue37722 opened by ???? ????????

#37723: important performance regression on regular expression parsing
https://bugs.python.org/issue37723 opened by yannvgn

#37724: [[Errno 17] File exists: ] # Try create directories that are n
https://bugs.python.org/issue37724 opened by Tal Cohen

#37725: "make clean" should remove PGO task data
https://bugs.python.org/issue37725 opened by nascheme

#37729: gc: stats from multi process are mixed up
https://bugs.python.org/issue37729 opened by inada.naoki

#37730: NotImplemented is used instead of NotImplementedError in docs
https://bugs.python.org/issue37730 opened by serhiy.storchaka

#37731: Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h
https://bugs.python.org/issue37731 opened by nanjekyejoannah

#37732: Possible uninitialized variable in Objects/obmalloc.c
https://bugs.python.org/issue37732 opened by nanjekyejoannah

#37733: Fail to build _curses module of Python 3.7.4 on AIX 7.1 using
https://bugs.python.org/issue37733 opened by LIU YONG

#37734: Registry keys for Windows Store package have wrong executable
https://bugs.python.org/issue37734 opened by steve.dower

#37736: asyncio.wait_for is still confusing
https://bugs.python.org/issue37736 opened by David Lewis

#37737: mmap module track anonymous page on macOS
https://bugs.python.org/issue37737 opened by devnexen

#37738: curses.addch('a', curses.color_pair(1)) ignores the color info
https://bugs.python.org/issue37738 opened by mgedmin

#37741: importlib.metadata docs not showing up in the module index
https://bugs.python.org/issue37741 opened by brett.cannon

#37743: How should contextmanager/ContextDecorator work with generator
https://bugs.python.org/issue37743 opened by Antony.Lee

#37744: thread native id support for GNU/Hurd
https://bugs.python.org/issue37744 opened by samuel-thibault

#37745: 3.8b3 - windows install gui/ inconsistent options
https://bugs.python.org/issue37745 opened by Christopher Brousseau

#37746: Provide Windows predefined access type constants
https://bugs.python.org/issue37746 opened by steve.dower



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

#37746: Provide Windows predefined access type constants
https://bugs.python.org/issue37746

#37745: 3.8b3 - windows install gui/ inconsistent options
https://bugs.python.org/issue37745

#37744: thread native id support for GNU/Hurd
https://bugs.python.org/issue37744

#37743: How should contextmanager/ContextDecorator work with generator
https://bugs.python.org/issue37743

#37737: mmap module track anonymous page on macOS
https://bugs.python.org/issue37737

#37736: asyncio.wait_for is still confusing
https://bugs.python.org/issue37736

#37732: Possible uninitialized variable in Objects/obmalloc.c
https://bugs.python.org/issue37732

#37731: Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h
https://bugs.python.org/issue37731

#37725: "make clean" should remove PGO task data
https://bugs.python.org/issue37725

#37722: imaplib crashes when trying to read a letter from an imap serv
https://bugs.python.org/issue37722

#37721: smtpd: staling connect
https://bugs.python.org/issue37721

#37718: 2to3 exception handling
https://bugs.python.org/issue37718

#37715: 2to3 set default encoding
https://bugs.python.org/issue37715

#37712: Exception frames from unittest.TestCase.fail dependent on nest
https://bugs.python.org/issue37712

#37711: regrtest: re-run failed tests in subprocesses
https://bugs.python.org/issue37711



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

#37744: thread native id support for GNU/Hurd
https://bugs.python.org/issue37744

#37738: curses.addch('a', curses.color_pair(1)) ignores the color info
https://bugs.python.org/issue37738

#37730: NotImplemented is used instead of NotImplementedError in docs
https://bugs.python.org/issue37730

#37729: gc: stats from multi process are mixed up
https://bugs.python.org/issue37729

#37725: "make clean" should remove PGO task data
https://bugs.python.org/issue37725

#37723: important performance regression on regular expression parsing
https://bugs.python.org/issue37723

#37706: IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.
https://bugs.python.org/issue37706

#37702: memory leak in ssl certification
https://bugs.python.org/issue37702

#37698: Update doc of PyBuffer_ToContiguous
https://bugs.python.org/issue37698

#37695: Incorrect error message for `unget_wch(bytes_object)`
https://bugs.python.org/issue37695

#37689: Add Path.is_relative_to()
https://bugs.python.org/issue37689

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685

#37669: Make mock_open return per-file content
https://bugs.python.org/issue37669

#37664: Update bundled pip and setuptools
https://bugs.python.org/issue37664

#37663: Making venv activation script prompts consistent
https://bugs.python.org/issue37663



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

#37587: JSON loads performance improvement for long strings
https://bugs.python.org/issue37587 15 msgs

#18049: Re-enable threading test on macOS
https://bugs.python.org/issue18049 13 msgs

#37706: IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.
https://bugs.python.org/issue37706 8 msgs

#37723: important performance regression on regular expression parsing
https://bugs.python.org/issue37723 8 msgs

#34162: idlelib/NEWS.txt for 3.8.0 (and backports)
https://bugs.python.org/issue34162 7 msgs

#37474: Should Py_Initialize() control the floating point mode?
https://bugs.python.org/issue37474 6 msgs

#36273: test_thread leaks a core dump on PPC64 AIX 3.x
https://bugs.python.org/issue36273 5 msgs

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685 5 msgs

#37549: os.dup() fails for standard streams on Windows 7
https://bugs.python.org/issue37549 4 msgs

#37595: Python 3.7.4 does not build on Raspbian Buster
https://bugs.python.org/issue37595 4 msgs



Issues closed (41)
==================

#7918: distutils always ignores byte compilation errors
https://bugs.python.org/issue7918 closed by vstinner

#13032: h2py.py can fail with UnicodeDecodeError
https://bugs.python.org/issue13032 closed by vstinner

#22011: test_os extended attribute setxattr tests can fail with ENOSPC
https://bugs.python.org/issue22011 closed by vstinner

#24841: Some test_ssl network tests fail if svn.python.org is not acce
https://bugs.python.org/issue24841 closed by vstinner

#33820: IDLE subsection of What's New 3.6
https://bugs.python.org/issue33820 closed by terry.reedy

#34101: PyBuffer_GetPointer() not documented
https://bugs.python.org/issue34101 closed by pitrou

#34313: Tkinter crashes with Tk-related error on macOS with ActiveTcl
https://bugs.python.org/issue34313 closed by ned.deily

#35524: using/windows launcher image might be deprecated
https://bugs.python.org/issue35524 closed by steve.dower

#36044: PROFILE_TASK for PGO build is not a good workload
https://bugs.python.org/issue36044 closed by nascheme

#36302: distutils creates unreproducible .so files
https://bugs.python.org/issue36302 closed by vstinner

#36487: Make C-API docs clear about what the "main" interpreter is
https://bugs.python.org/issue36487 closed by eric.snow

#37069: regrtest: log unraisable exceptions and uncaught thread except
https://bugs.python.org/issue37069 closed by vstinner

#37085: Expose additional socket constants for CAN_BCM flags
https://bugs.python.org/issue37085 closed by taleinat

#37268: Deprecate the parser module
https://bugs.python.org/issue37268 closed by pablogsal

#37313: test_concurrent_futures stopped after 25 hours on AMD64 Window
https://bugs.python.org/issue37313 closed by vstinner

#37314: Compilation failed on AMD64 Debian root 3.8: undefined referen
https://bugs.python.org/issue37314 closed by vstinner

#37386: [EASY] test_io: test_large_file_ops() failed on AMD64 Windows7
https://bugs.python.org/issue37386 closed by vstinner

#37491: IndexError in get_bare_quoted_string
https://bugs.python.org/issue37491 closed by r.david.murray

#37500: 3.8.0b2 no longer optimizes away "if 0:" ?
https://bugs.python.org/issue37500 closed by pablogsal

#37532: email.header.make_header() doesn't work if any `ascii` code is
https://bugs.python.org/issue37532 closed by r.david.murray

#37628: IDLE: Fix Font sample (config dialog) geometry
https://bugs.python.org/issue37628 closed by taleinat

#37668: Allow individual test to be specified by "#" or "."
https://bugs.python.org/issue37668 closed by michael.foord

#37690: Simplify linking of shared libraries on the AIX OS
https://bugs.python.org/issue37690 closed by ericvw

#37691: Let math.dist() accept coordinates as sequences
https://bugs.python.org/issue37691 closed by rhettinger

#37692: IDLE: clarify shell part of highlight sample
https://bugs.python.org/issue37692 closed by terry.reedy

#37693: Tkinter: File names are hidden in "Open" menu (Linux)
https://bugs.python.org/issue37693 closed by terry.reedy

#37697: Incorporate changes from importlib_metadata 0.19
https://bugs.python.org/issue37697 closed by jaraco

#37704: Remove Tools/scripts/h2py.py
https://bugs.python.org/issue37704 closed by vstinner

#37707: Skip individual unit tests that are expensive for the PGO task
https://bugs.python.org/issue37707 closed by nascheme

#37708: Harmonize random.choice(s) behavior with random.sample on iter
https://bugs.python.org/issue37708 closed by rhettinger

#37713: 2to3 division problems leading to program crashes in Python3
https://bugs.python.org/issue37713 closed by zach.ware

#37714: 2to3 tab Problems
https://bugs.python.org/issue37714 closed by mark.dickinson

#37716: 2to3 Accuracy of calculation
https://bugs.python.org/issue37716 closed by mark.dickinson

#37720: Crash of python3.7 with virt-manager
https://bugs.python.org/issue37720 closed by vstinner

#37726: Tutorial should not recommend getopt
https://bugs.python.org/issue37726 closed by gvanrossum

#37727: error past 15 places
https://bugs.python.org/issue37727 closed by zach.ware

#37728: 'is' behaving differently in script and interactive shel
https://bugs.python.org/issue37728 closed by eryksun

#37735: Current Region as a Method either in openpyxl.worksheet.cell.C
https://bugs.python.org/issue37735 closed by brett.cannon

#37739: list(filter) returns [] ???
https://bugs.python.org/issue37739 closed by ned.deily

#37740: Python 3.7 sh hangs when using in threads, forking and logging
https://bugs.python.org/issue37740 closed by gregory.p.smith

#37742: logging.getLogger accepts name='root' leading to confusion
https://bugs.python.org/issue37742 closed by vinay.sajip
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-08-02 - 2019-08-09)
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 7136 ( -3)
closed 42419 (+61)
total 49555 (+58)

Open issues with patches: 2897


Issues opened (43)
==================

#37747: _markupbase.py fails with TypeError on invalid keyword in mark
https://bugs.python.org/issue37747 opened by bp256r1

#37749: ipaddress - is_global method all multicast addresses and netwo
https://bugs.python.org/issue37749 opened by bjames

#37750: PyBuffer_FromContiguous not documented
https://bugs.python.org/issue37750 opened by shihai1991

#37751: In codecs, function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751 opened by qigangxu

#37752: Redundant Py_CHARMASK called in some files
https://bugs.python.org/issue37752 opened by qigangxu

#37754: alter size of segment using multiprocessing.shared_memory
https://bugs.python.org/issue37754 opened by vinay0410

#37755: pydoc topics, keywords and symbols always use pager instead of
https://bugs.python.org/issue37755 opened by eht16

#37756: Error 0x80070643 when installing
https://bugs.python.org/issue37756 opened by bfbfbfb bfbfbf

#37757: TargetScopeError not raised for comprehension scope conflict
https://bugs.python.org/issue37757 opened by ncoghlan

#37758: unicodedata checksum-tests only test 1/17th of Unicode's codep
https://bugs.python.org/issue37758 opened by Greg Price

#37759: Polish whatsnew for 3.8
https://bugs.python.org/issue37759 opened by rhettinger

#37760: Refactor makeunicodedata.py: dedupe parsing, use dataclass
https://bugs.python.org/issue37760 opened by Greg Price

#37762: IDLE very slow due a super long line output in chunks
https://bugs.python.org/issue37762 opened by Bernie

#37763: Need setup.py to pick up -isystem flags from CPPFLAGS
https://bugs.python.org/issue37763 opened by jherland

#37764: email.Message.as_string infinite loop
https://bugs.python.org/issue37764 opened by mytran

#37765: IDLE: Include keywords in __main__ autocomplete list
https://bugs.python.org/issue37765 opened by xtreak

#37766: IDLE autocomplete: revise fetch_completions, add htest
https://bugs.python.org/issue37766 opened by terry.reedy

#37768: IDLE: Show help(object) output in a text viewer
https://bugs.python.org/issue37768 opened by taleinat

#37769: Windows Store installer should warn user about MAX_PATH
https://bugs.python.org/issue37769 opened by Jonas Binding

#37771: No equivalent of `inspect.getcoroutinestate` for PyAsyncGenASe
https://bugs.python.org/issue37771 opened by GeeVye

#37772: zipfile.Path.iterdir() outputs sub directories many times or n
https://bugs.python.org/issue37772 opened by joernheissler

#37773: ValueError: I/O operation on closed file. in ZipFile destructo
https://bugs.python.org/issue37773 opened by joernheissler

#37774: Micro-optimize vectorcall using PY_LIKELY
https://bugs.python.org/issue37774 opened by jdemeyer

#37775: update doc of compileall
https://bugs.python.org/issue37775 opened by shihai1991

#37776: Test Py_Finalize() from a subinterpreter
https://bugs.python.org/issue37776 opened by nanjekyejoannah

#37779: configparser: add documentation about several read() behaviour
https://bugs.python.org/issue37779 opened by sblondon

#37781: Use "z" for PY_FORMAT_SIZE_T
https://bugs.python.org/issue37781 opened by inada.naoki

#37784: Compiling Python 3 with sqlite impossible when sqlite installa
https://bugs.python.org/issue37784 opened by manuco

#37785: argparse uses %s in gettext calls causing xgettext warnings
https://bugs.python.org/issue37785 opened by kulikjak

#37788: fix for bpo-36402 (threading._shutdown() race condition) cause
https://bugs.python.org/issue37788 opened by anselm.kruis

#37789: Update doc strings for test.bytecode_helper
https://bugs.python.org/issue37789 opened by nanjekyejoannah

#37790: subprocess.Popen() is extremely slow
https://bugs.python.org/issue37790 opened by Alexander.Pyhalov

#37792: xml.etree.ElementTree.Element.__eq__ does compare only objects
https://bugs.python.org/issue37792 opened by Marco Sulla

#37794: Replace /Ox with /O2
https://bugs.python.org/issue37794 opened by Kojoley

#37796: ModuleFinder does not resolve ".." correctly
https://bugs.python.org/issue37796 opened by mkleehammer

#37797: Add name attribute to NameError
https://bugs.python.org/issue37797 opened by skreft

#37798: Add C fastpath for statistics.NormalDist.inv_cdf()
https://bugs.python.org/issue37798 opened by rhettinger

#37799: Renaming Doc/reference/ to Doc/language/
https://bugs.python.org/issue37799 opened by maggyero

#37800: Clean up the documentation on module attributes
https://bugs.python.org/issue37800 opened by maggyero

#37801: Compilation on MINGW64 fails (CODESET,wcstok,...)
https://bugs.python.org/issue37801 opened by vengelson

#37802: micro-optimization of PyLong_FromSize_t()
https://bugs.python.org/issue37802 opened by sir-sigurd

#37803: "python -m pdb --help" does not work
https://bugs.python.org/issue37803 opened by blueyed

#37804: Remove Thread.isAlive
https://bugs.python.org/issue37804 opened by corona10



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

#37804: Remove Thread.isAlive
https://bugs.python.org/issue37804

#37803: "python -m pdb --help" does not work
https://bugs.python.org/issue37803

#37802: micro-optimization of PyLong_FromSize_t()
https://bugs.python.org/issue37802

#37800: Clean up the documentation on module attributes
https://bugs.python.org/issue37800

#37799: Renaming Doc/reference/ to Doc/language/
https://bugs.python.org/issue37799

#37798: Add C fastpath for statistics.NormalDist.inv_cdf()
https://bugs.python.org/issue37798

#37797: Add name attribute to NameError
https://bugs.python.org/issue37797

#37796: ModuleFinder does not resolve ".." correctly
https://bugs.python.org/issue37796

#37794: Replace /Ox with /O2
https://bugs.python.org/issue37794

#37785: argparse uses %s in gettext calls causing xgettext warnings
https://bugs.python.org/issue37785

#37784: Compiling Python 3 with sqlite impossible when sqlite installa
https://bugs.python.org/issue37784

#37781: Use "z" for PY_FORMAT_SIZE_T
https://bugs.python.org/issue37781

#37776: Test Py_Finalize() from a subinterpreter
https://bugs.python.org/issue37776

#37775: update doc of compileall
https://bugs.python.org/issue37775

#37771: No equivalent of `inspect.getcoroutinestate` for PyAsyncGenASe
https://bugs.python.org/issue37771



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

#37803: "python -m pdb --help" does not work
https://bugs.python.org/issue37803

#37802: micro-optimization of PyLong_FromSize_t()
https://bugs.python.org/issue37802

#37794: Replace /Ox with /O2
https://bugs.python.org/issue37794

#37788: fix for bpo-36402 (threading._shutdown() race condition) cause
https://bugs.python.org/issue37788

#37785: argparse uses %s in gettext calls causing xgettext warnings
https://bugs.python.org/issue37785

#37781: Use "z" for PY_FORMAT_SIZE_T
https://bugs.python.org/issue37781

#37779: configparser: add documentation about several read() behaviour
https://bugs.python.org/issue37779

#37775: update doc of compileall
https://bugs.python.org/issue37775

#37774: Micro-optimize vectorcall using PY_LIKELY
https://bugs.python.org/issue37774

#37772: zipfile.Path.iterdir() outputs sub directories many times or n
https://bugs.python.org/issue37772

#37768: IDLE: Show help(object) output in a text viewer
https://bugs.python.org/issue37768

#37765: IDLE: Include keywords in __main__ autocomplete list
https://bugs.python.org/issue37765

#37763: Need setup.py to pick up -isystem flags from CPPFLAGS
https://bugs.python.org/issue37763

#37760: Refactor makeunicodedata.py: dedupe parsing, use dataclass
https://bugs.python.org/issue37760

#37759: Polish whatsnew for 3.8
https://bugs.python.org/issue37759



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

#25172: Unix-only crypt should not be present on Windows.
https://bugs.python.org/issue25172 24 msgs

#37752: Redundant Py_CHARMASK called in some files
https://bugs.python.org/issue37752 11 msgs

#35224: PEP 572: Assignment Expressions
https://bugs.python.org/issue35224 9 msgs

#37757: TargetScopeError not raised for comprehension scope conflict
https://bugs.python.org/issue37757 9 msgs

#21261: Teach IDLE to Autocomplete dictionary keys
https://bugs.python.org/issue21261 6 msgs

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685 6 msgs

#37734: Registry keys for Windows Store package have wrong executable
https://bugs.python.org/issue37734 6 msgs

#37741: importlib.metadata docs not showing up in the module index
https://bugs.python.org/issue37741 6 msgs

#19692: Rename Py_SAFE_DOWNCAST
https://bugs.python.org/issue19692 5 msgs

#30974: Update os.samefile docstring to match documentation
https://bugs.python.org/issue30974 5 msgs



Issues closed (51)
==================

#5438: test_bigmem.test_from_2G_generator uses more memory than expec
https://bugs.python.org/issue5438 closed by steve.dower

#11165: Document PyEval_Call* functions
https://bugs.python.org/issue11165 closed by inada.naoki

#18049: Re-enable threading test on macOS
https://bugs.python.org/issue18049 closed by ronaldoussoren

#20391: windows python launcher should support explicit 64-bit version
https://bugs.python.org/issue20391 closed by steve.dower

#20523: global .pdbrc on windows 7 not reachable out of the box
https://bugs.python.org/issue20523 closed by steve.dower

#23451: Deprecation warnings building 3.5 Visual Studio Windows 8.1 64
https://bugs.python.org/issue23451 closed by steve.dower

#31476: Stdlib source files not installed
https://bugs.python.org/issue31476 closed by steve.dower

#31534: python 3.6.2 installation failed 0x80070002 error
https://bugs.python.org/issue31534 closed by steve.dower

#31612: Building 3.6 fails on Windows
https://bugs.python.org/issue31612 closed by steve.dower

#32326: Update Build projects to version 10.0.16299.0 of the Windows 1
https://bugs.python.org/issue32326 closed by steve.dower

#33220: Antivirus hits on python-2.7.14.amd64.msi file
https://bugs.python.org/issue33220 closed by steve.dower

#33779: Error while installing python 3.6.5 on windows 10
https://bugs.python.org/issue33779 closed by steve.dower

#33829: C API: provide new object protocol helper
https://bugs.python.org/issue33829 closed by serhiy.storchaka

#34026: Request for 2 Windows installation changes.
https://bugs.python.org/issue34026 closed by steve.dower

#34232: Python3.7.0 exe installers (32 and 64 bit) failing on Windows7
https://bugs.python.org/issue34232 closed by steve.dower

#34470: windows msi in headless mode fails to install Script directory
https://bugs.python.org/issue34470 closed by steve.dower

#34488: improve performance of BytesIO.writelines() by avoiding creati
https://bugs.python.org/issue34488 closed by inada.naoki

#34562: cannot install versions 3.6.5+ on Windows
https://bugs.python.org/issue34562 closed by steve.dower

#34564: Tutorial Section 2.1 Windows Installation Path Correction
https://bugs.python.org/issue34564 closed by steve.dower

#35058: Unable to Install Python on Windows
https://bugs.python.org/issue35058 closed by steve.dower

#35484: Segmentation fault due to faulthandler on Solaris
https://bugs.python.org/issue35484 closed by kulikjak

#36394: test_multiprocessing_spawn fails on Windows7 3.x buildbot
https://bugs.python.org/issue36394 closed by steve.dower

#36419: IDLE autocomplete: refactor and polish code and tests
https://bugs.python.org/issue36419 closed by terry.reedy

#36590: Add Bluetooth RFCOMM Support for Windows
https://bugs.python.org/issue36590 closed by steve.dower

#36773: Race condition during pickle.load()
https://bugs.python.org/issue36773 closed by taleinat

#37004: SequenceMatcher.ratio() noncommutativity not well-documented
https://bugs.python.org/issue37004 closed by tim.peters

#37444: Differing exception between builtins and importlib when import
https://bugs.python.org/issue37444 closed by brett.cannon

#37544: Test hang causes --enable-optimizations build to hang
https://bugs.python.org/issue37544 closed by Jarek Zgoda

#37562: PEP 590 implementation may have introduced a performance regre
https://bugs.python.org/issue37562 closed by pablogsal

#37627: IDLE: populate Run Customized arguments with previous entry
https://bugs.python.org/issue37627 closed by terry.reedy

#37648: Fix minor inconsistency in the order of == operands
https://bugs.python.org/issue37648 closed by serhiy.storchaka

#37706: IDLE: fix sidebar click-drag bug and macOS test failures
https://bugs.python.org/issue37706 closed by terry.reedy

#37723: important performance regression on regular expression parsing
https://bugs.python.org/issue37723 closed by serhiy.storchaka

#37729: gc: stats from multi process are mixed up
https://bugs.python.org/issue37729 closed by inada.naoki

#37730: NotImplemented is used instead of NotImplementedError in docs
https://bugs.python.org/issue37730 closed by serhiy.storchaka

#37748: IDLE: Re-order run menu
https://bugs.python.org/issue37748 closed by terry.reedy

#37753: 2to3 not handing "<="
https://bugs.python.org/issue37753 closed by eric.smith

#37761: Inaccurate explanation of ArgumentParser.add_argument()'s name
https://bugs.python.org/issue37761 closed by inada.naoki

#37767: TTK Treeview alternating row color not working
https://bugs.python.org/issue37767 closed by zach.ware

#37770: implement __reversed__ on reversed types
https://bugs.python.org/issue37770 closed by rhettinger

#37777: imap breaks on OpenSSL 1.1.1 when SNI is enforced
https://bugs.python.org/issue37777 closed by cfactoid

#37778: Windows Store package uses wrong icons for file association
https://bugs.python.org/issue37778 closed by steve.dower

#37780: A strange bug in eval() not present in Python 3
https://bugs.python.org/issue37780 closed by rhettinger

#37782: typing.NamedTuple default parameter type issue
https://bugs.python.org/issue37782 closed by eric.smith

#37783: int returns error (SystemError)
https://bugs.python.org/issue37783 closed by eric.smith

#37786: Doesn't delete PATH from System Variables (uninstallation)
https://bugs.python.org/issue37786 closed by steve.dower

#37787: Minimum denormal or ** bug
https://bugs.python.org/issue37787 closed by tim.peters

#37791: Propose to deprecate `ignore_errors` and `onerror` parameters
https://bugs.python.org/issue37791 closed by serhiy.storchaka

#37793: argparse uses "container object", should be "iterable"
https://bugs.python.org/issue37793 closed by eric.smith

#37795: Fix deprecation warnings causing the test suite to fail when r
https://bugs.python.org/issue37795 closed by pablogsal

#1327594: Static Windows Build fails to locate existing installation
https://bugs.python.org/issue1327594 closed by steve.dower
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/SQVRGKPUOSJCERTZIUGMDLLVI3FS7LSK/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-08-09 - 2019-08-16)
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 7171 (+35)
closed 42457 (+38)
total 49628 (+73)

Open issues with patches: 2911


Issues opened (56)
==================

#15248: Better explain "TypeError: 'tuple' object is not callable"
https://bugs.python.org/issue15248 reopened by rhettinger

#34155: email.utils.parseaddr mistakenly parse an email
https://bugs.python.org/issue34155 reopened by vstinner

#37756: Error 0x80070643 when installing
https://bugs.python.org/issue37756 reopened by eryksun

#37805: json.dump(..., skipkeys=True) has no unit tests
https://bugs.python.org/issue37805 opened by Julian

#37806: Infinite recursion with typing.get_type_hints
https://bugs.python.org/issue37806 opened by vg0377467

#37808: Deprecate unbound super methods
https://bugs.python.org/issue37808 opened by steven.daprano

#37810: ndiff reports incorrect location when diff strings contain tab
https://bugs.python.org/issue37810 opened by Anthony Sottile

#37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL
https://bugs.python.org/issue37812 opened by Greg Price

#37815: 'Make Test' error while trying to install Python 3.7.4 on Linu
https://bugs.python.org/issue37815 opened by Missono Dell

#37816: f-string documentation not fully accurate
https://bugs.python.org/issue37816 opened by v+python

#37817: create_pipe_connection and start_serving_pipe not documented
https://bugs.python.org/issue37817 opened by primal

#37820: Unnecessary URL scheme exists to allow 'URL: reading file in u
https://bugs.python.org/issue37820 opened by Alyan

#37821: IDLE shell uses wrong namespace for completions
https://bugs.python.org/issue37821 opened by taleinat

#37823: Telnet documentation: fix the link to open()
https://bugs.python.org/issue37823 opened by Mariatta

#37824: IDLE: Handle Shell input warnings properly.
https://bugs.python.org/issue37824 opened by serhiy.storchaka

#37825: IDLE doc improvements
https://bugs.python.org/issue37825 opened by terry.reedy

#37826: Document PEP 3134 in tutorials/errors.rst
https://bugs.python.org/issue37826 opened by maxking

#37827: IDLE: Have the shell mimic terminal handling of \r and \b cont
https://bugs.python.org/issue37827 opened by taleinat

#37828: Fix default mock_name in unittest.mock.assert_called error mes
https://bugs.python.org/issue37828 opened by xtreak

#37829: Documentation of stdlib: add example of mixed arguments to dic
https://bugs.python.org/issue37829 opened by pasenor

#37830: continue and break in finally with return in try results with
https://bugs.python.org/issue37830 opened by BTaskaya

#37832: Python requires /dev/urandom on HURD: _Py_HashRandomization_In
https://bugs.python.org/issue37832 opened by Jeffrey.Walton

#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834 opened by steve.dower

#37835: typing.get_type_hints wrong namespace for forward-declaration
https://bugs.python.org/issue37835 opened by netbnd

#37836: Support .as_integer_ratio() in fractions.Fraction
https://bugs.python.org/issue37836 opened by jdemeyer

#37837: add internal _PyLong_FromUnsignedChar() function
https://bugs.python.org/issue37837 opened by sir-sigurd

#37838: typing.get_type_hints not working with forward-declaration and
https://bugs.python.org/issue37838 opened by netbnd

#37839: makesetup Doesn't Handle Defines with Equal Sign
https://bugs.python.org/issue37839 opened by wbond

#37840: bytearray_getitem() handles negative index incorrectly
https://bugs.python.org/issue37840 opened by sir-sigurd

#37841: Python store app launcher has dependency on msvcp140.dll
https://bugs.python.org/issue37841 opened by steve.dower

#37842: Initialize Py_buffer variables more efficiently
https://bugs.python.org/issue37842 opened by sir-sigurd

#37843: CGIHTTPRequestHandler does not take args.directory in construc
https://bugs.python.org/issue37843 opened by rjayne

#37844: PyRun_SimpleFile should provide a version that does not need a
https://bugs.python.org/issue37844 opened by cbiesinger

#37846: declare that Text I/O use buffer inside
https://bugs.python.org/issue37846 opened by Windson Yang

#37848: More fully implement Unicode's case mappings
https://bugs.python.org/issue37848 opened by Greg Price

#37849: IDLE: Completion window misplaced when shown above current lin
https://bugs.python.org/issue37849 opened by taleinat

#37851: faulthandler: only allocate the signal handler stack when faul
https://bugs.python.org/issue37851 opened by vstinner

#37854: [xmlrpc.client.ServerProxy] It does not correctly parse the UR
https://bugs.python.org/issue37854 opened by f9n

#37855: Compiling Python 3.7.4 with Intel compilers 2019
https://bugs.python.org/issue37855 opened by zyzhang2006

#37856: Adding additional python installations to py launcher
https://bugs.python.org/issue37856 opened by evanTO

#37857: Setting logger.level directly has no effect due to caching in
https://bugs.python.org/issue37857 opened by zaneb

#37858: CookieLib: MozillaCookieJar.py uses case-sensitive regex to va
https://bugs.python.org/issue37858 opened by ashleyharvey

#37860: Add netlify deploy preview for docs
https://bugs.python.org/issue37860 opened by epicfaace

#37862: Search doesn't find built-in functions
https://bugs.python.org/issue37862 opened by kim.oldfield

#37864: Correct and deduplicate docs on "printable" characters
https://bugs.python.org/issue37864 opened by Greg Price

#37865: tempfile.NamedTemporaryFile() raises exception on close() when
https://bugs.python.org/issue37865 opened by pashkin

#37866: PyModule_GetState Segmentation fault when called Py_Initialize
https://bugs.python.org/issue37866 opened by Hua Liu

#37868: `is_dataclass` returns `True` if `getattr` always succeeds.
https://bugs.python.org/issue37868 opened by Johan Hidding

#37869: Compilation warning on GCC version 7.4.0-1ubuntu1~18.04.1
https://bugs.python.org/issue37869 opened by hansrajdas

#37870: os.path.ismount returns false for disconnected CIFS mounts in
https://bugs.python.org/issue37870 opened by Matt Christopher

#37871: 40 * 473 grid of "é" has a single wrong character on Windows
https://bugs.python.org/issue37871 opened by anhans

#37872: Move statics in Python/import.c to top of the file
https://bugs.python.org/issue37872 opened by nanjekyejoannah

#37873: unittest: execute tests in parallel
https://bugs.python.org/issue37873 opened by user93448

#37875: gzip module any difference for compressing png file in version
https://bugs.python.org/issue37875 opened by Sivaprabu Ganesan

#37876: Tests for Rot13 codec
https://bugs.python.org/issue37876 opened by zeth

#37877: MacOS crash appJar 3.7.3
https://bugs.python.org/issue37877 opened by Michael Hearn



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

#37877: MacOS crash appJar 3.7.3
https://bugs.python.org/issue37877

#37876: Tests for Rot13 codec
https://bugs.python.org/issue37876

#37873: unittest: execute tests in parallel
https://bugs.python.org/issue37873

#37870: os.path.ismount returns false for disconnected CIFS mounts in
https://bugs.python.org/issue37870

#37869: Compilation warning on GCC version 7.4.0-1ubuntu1~18.04.1
https://bugs.python.org/issue37869

#37866: PyModule_GetState Segmentation fault when called Py_Initialize
https://bugs.python.org/issue37866

#37864: Correct and deduplicate docs on "printable" characters
https://bugs.python.org/issue37864

#37862: Search doesn't find built-in functions
https://bugs.python.org/issue37862

#37860: Add netlify deploy preview for docs
https://bugs.python.org/issue37860

#37857: Setting logger.level directly has no effect due to caching in
https://bugs.python.org/issue37857

#37856: Adding additional python installations to py launcher
https://bugs.python.org/issue37856

#37851: faulthandler: only allocate the signal handler stack when faul
https://bugs.python.org/issue37851

#37844: PyRun_SimpleFile should provide a version that does not need a
https://bugs.python.org/issue37844

#37843: CGIHTTPRequestHandler does not take args.directory in construc
https://bugs.python.org/issue37843

#37842: Initialize Py_buffer variables more efficiently
https://bugs.python.org/issue37842



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

#37864: Correct and deduplicate docs on "printable" characters
https://bugs.python.org/issue37864

#37860: Add netlify deploy preview for docs
https://bugs.python.org/issue37860

#37857: Setting logger.level directly has no effect due to caching in
https://bugs.python.org/issue37857

#37849: IDLE: Completion window misplaced when shown above current lin
https://bugs.python.org/issue37849

#37842: Initialize Py_buffer variables more efficiently
https://bugs.python.org/issue37842

#37841: Python store app launcher has dependency on msvcp140.dll
https://bugs.python.org/issue37841

#37840: bytearray_getitem() handles negative index incorrectly
https://bugs.python.org/issue37840

#37837: add internal _PyLong_FromUnsignedChar() function
https://bugs.python.org/issue37837

#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834

#37829: Documentation of stdlib: add example of mixed arguments to dic
https://bugs.python.org/issue37829

#37827: IDLE: Have the shell mimic terminal handling of \r and \b cont
https://bugs.python.org/issue37827

#37826: Document PEP 3134 in tutorials/errors.rst
https://bugs.python.org/issue37826

#37824: IDLE: Handle Shell input warnings properly.
https://bugs.python.org/issue37824

#37823: Telnet documentation: fix the link to open()
https://bugs.python.org/issue37823

#37821: IDLE shell uses wrong namespace for completions
https://bugs.python.org/issue37821



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

#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834 32 msgs

#37760: Refactor makeunicodedata.py: dedupe parsing, use dataclass
https://bugs.python.org/issue37760 21 msgs

#37830: continue and break in finally with return in try results with
https://bugs.python.org/issue37830 13 msgs

#37774: Micro-optimize vectorcall using PY_LIKELY
https://bugs.python.org/issue37774 12 msgs

#37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL
https://bugs.python.org/issue37812 10 msgs

#29535: datetime hash is deterministic in some cases
https://bugs.python.org/issue29535 9 msgs

#32771: merge the underlying data stores of unicodedata and the str ty
https://bugs.python.org/issue32771 9 msgs

#37848: More fully implement Unicode's case mappings
https://bugs.python.org/issue37848 8 msgs

#32912: Raise non-silent warning for invalid escape sequences
https://bugs.python.org/issue32912 7 msgs

#37849: IDLE: Completion window misplaced when shown above current lin
https://bugs.python.org/issue37849 6 msgs



Issues closed (38)
==================

#16837: Number ABC can be instantiated
https://bugs.python.org/issue16837 closed by rhettinger

#20861: datetime argument handling inconsistent; should accept logical
https://bugs.python.org/issue20861 closed by vstinner

#21131: test_faulthandler.test_register_chain fails on 64bit ppc/arm w
https://bugs.python.org/issue21131 closed by vstinner

#25172: Unix-only crypt should not be present on Windows.
https://bugs.python.org/issue25172 closed by steve.dower

#32423: The Windows SDK version 10.0.15063.0 was not found
https://bugs.python.org/issue32423 closed by isuruf

#34985: python finds test modules from the wrong directory during PGO
https://bugs.python.org/issue34985 closed by willingc

#36030: add internal API function to create tuple without items array
https://bugs.python.org/issue36030 closed by vstinner

#37256: urllib.request.Request documentation erroneously refers to the
https://bugs.python.org/issue37256 closed by orsenthil

#37354: Write PowerShell Activate.ps1 to be static so it can be signed
https://bugs.python.org/issue37354 closed by steve.dower

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 closed by vstinner

#37540: vectorcall: keyword names must be strings
https://bugs.python.org/issue37540 closed by jdemeyer

#37583: Got a 113 error when running the test_socket
https://bugs.python.org/issue37583 closed by vstinner

#37642: timezone allows no offset from range (23:59, 24:00)
https://bugs.python.org/issue37642 closed by p-ganssle

#37681: warning: ‘no_sanitize_thread’
https://bugs.python.org/issue37681 closed by vstinner

#37689: Add Path.is_relative_to()
https://bugs.python.org/issue37689 closed by pitrou

#37738: curses.addch('a', curses.color_pair(1)) ignores the color info
https://bugs.python.org/issue37738 closed by vstinner

#37799: Renaming Doc/reference/ to Doc/language/
https://bugs.python.org/issue37799 closed by Mariatta

#37804: Remove Thread.isAlive in Python 3.9
https://bugs.python.org/issue37804 closed by vstinner

#37807: Make hash() return a non-negative number
https://bugs.python.org/issue37807 closed by rhettinger

#37809: Alias typing.NamedTuple to collections
https://bugs.python.org/issue37809 closed by levkivskyi

#37811: [FreeBSD, OSX] Socket module: incorrect usage of poll(2)
https://bugs.python.org/issue37811 closed by vstinner

#37813: PEP 7 line-breaking with binary operations contradicts Knuth's
https://bugs.python.org/issue37813 closed by gvanrossum

#37814: typing module: empty tuple syntax is undocumented
https://bugs.python.org/issue37814 closed by gvanrossum

#37818: Behaviors of binary bitwise operators contradicting documentat
https://bugs.python.org/issue37818 closed by steven.daprano

#37819: as_integer_ratio() missing from fractions.Fraction()
https://bugs.python.org/issue37819 closed by rhettinger

#37822: Add math.as_integer_ratio()
https://bugs.python.org/issue37822 closed by rhettinger

#37831: bool(~True) == True
https://bugs.python.org/issue37831 closed by josh.r

#37833: tkinter crashes macOS in the latest macOS update 10.14.6
https://bugs.python.org/issue37833 closed by ned.deily

#37845: SLCertVerificationError: Unable to handle SAN names (from Cert
https://bugs.python.org/issue37845 closed by christian.heimes

#37847: The IDLE does not show previous code suggestions if I tap on t
https://bugs.python.org/issue37847 closed by terry.reedy

#37850: Console: holding right arrow key reproduces entire previous in
https://bugs.python.org/issue37850 closed by paul.moore

#37852: Pickling doesn't work for name-mangled private methods
https://bugs.python.org/issue37852 closed by josh.r

#37853: [urllib.parse.urlparse] It does not correctly parse the URL wi
https://bugs.python.org/issue37853 closed by CuriousLearner

#37859: time.process_time() constant / erratic on Windows
https://bugs.python.org/issue37859 closed by Red Glyph

#37861: Install fails on MacOS X 10.6 with python >= 3.7.1
https://bugs.python.org/issue37861 closed by ned.deily

#37863: Speed up hash(fractions.Fraction)
https://bugs.python.org/issue37863 closed by rhettinger

#37867: docs says subprocess.run accepts a string but this does not wo
https://bugs.python.org/issue37867 closed by SilentGhost

#37874: json traceback on a float
https://bugs.python.org/issue37874 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-08-16 - 2019-08-23)
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 7153 (-18)
closed 42529 (+72)
total 49682 (+54)

Open issues with patches: 2891


Issues opened (47)
==================

#26680: Incorporating float.is_integer into the numeric tower and Deci
https://bugs.python.org/issue26680 reopened by robert_smallshire

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 reopened by vstinner

#37585: Comparing PyDictValues does not give expected results
https://bugs.python.org/issue37585 reopened by aeros167

#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878 opened by nanjekyejoannah

#37879: Segfaults in C heap type subclasses
https://bugs.python.org/issue37879 opened by eelizondo

#37880: For argparse add_argument with action='store_const', const sho
https://bugs.python.org/issue37880 opened by nanjekyejoannah

#37881: __text_signature__ parser doesn't handle globals in extension
https://bugs.python.org/issue37881 opened by Antony.Lee

#37883: threading.Lock.locked is not documented
https://bugs.python.org/issue37883 opened by remi.lapeyre

#37885: venv: Don't produce unbound variable warning on deactivate
https://bugs.python.org/issue37885 opened by danabr

#37886: PyStructSequence_UnnamedField not exported
https://bugs.python.org/issue37886 opened by jeffr@livedata.com

#37888: Sub-interpreters : Confusing docs about state after calling Py
https://bugs.python.org/issue37888 opened by nanjekyejoannah

#37890: Modernize several tests in test_importlib
https://bugs.python.org/issue37890 opened by aeros167

#37891: Exceptions tutorial page does not mention raise from
https://bugs.python.org/issue37891 opened by Niels Albers

#37892: IDLE Shell: isolate user code input
https://bugs.python.org/issue37892 opened by terry.reedy

#37894: [win] shutil.which can not find the path if 'cmd' include dire
https://bugs.python.org/issue37894 opened by seahoh

#37895: test_logging hangs on an IPv6-only host
https://bugs.python.org/issue37895 opened by gregory.p.smith

#37896: test_multiprocessing_fork hangs on an IPv6-only host
https://bugs.python.org/issue37896 opened by gregory.p.smith

#37897: test_asyncio hangs on an IPv6-only host
https://bugs.python.org/issue37897 opened by gregory.p.smith

#37898: test_httpservers hangs on an IPv6-only host
https://bugs.python.org/issue37898 opened by gregory.p.smith

#37899: test_xmlrpc hangs on an IPv6-only host
https://bugs.python.org/issue37899 opened by gregory.p.smith

#37900: [urllib] proxy_bypass_registry doesn't handle invalid proxy ov
https://bugs.python.org/issue37900 opened by kwojniak_box

#37901: 21 tests fail when run on an IPv6-only host
https://bugs.python.org/issue37901 opened by gregory.p.smith

#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902 opened by GeeVye

#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903 opened by terry.reedy

#37904: Suggested edit to Python Tutorial - Section 4
https://bugs.python.org/issue37904 opened by lrnormie@gmail.com

#37905: Improve docs for NormalDist
https://bugs.python.org/issue37905 opened by Christoph.Deil

#37906: FreeBSD: test_threading: test_recursion_limit() crash with SIG
https://bugs.python.org/issue37906 opened by vstinner

#37907: speed-up PyLong_As*() for large longs
https://bugs.python.org/issue37907 opened by sir-sigurd

#37908: Add some examples of ArgumentParser.exit()
https://bugs.python.org/issue37908 opened by shihai1991

#37909: Thread pool return ref hold memory
https://bugs.python.org/issue37909 opened by Tianshu Gao

#37910: argparse wrapping fails with metavar="" (no metavar)
https://bugs.python.org/issue37910 opened by sjfranklin

#37911: Minor error in PEP567 code example
https://bugs.python.org/issue37911 opened by MarSoft

#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913 opened by jdemeyer

#37914: class timedelta, support the method hours and minutes in field
https://bugs.python.org/issue37914 opened by elinaldosoft

#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916 opened by Jakub Piotr C?apa

#37918: What about an enum for open() modes?
https://bugs.python.org/issue37918 opened by Marco Sulla

#37919: nntplib throws spurious NNTPProtocolError
https://bugs.python.org/issue37919 opened by msapiro

#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921 opened by zaphodef

#37922: inspect.getsource returns wrong class definition when multiple
https://bugs.python.org/issue37922 opened by lennyt

#37923: Combining typing.get_type_hints and inspect.signature
https://bugs.python.org/issue37923 opened by dmontague

#37924: Embedding Python in Another Application: Compiling under Unix
https://bugs.python.org/issue37924 opened by hroncok

#37925: --embed not included in python3.8-config usage/--help
https://bugs.python.org/issue37925 opened by hroncok

#37927: No Instantiation Restrictions for AbstractBaseClasses derived
https://bugs.python.org/issue37927 opened by Talha Ahmed

#37928: test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhi
https://bugs.python.org/issue37928 opened by vstinner

#37929: IDLE: OK sometimes fails to close configdialog
https://bugs.python.org/issue37929 opened by terry.reedy

#37930: make fails when compiling Python 2.6 from source (posixmodule.
https://bugs.python.org/issue37930 opened by Oguz_eren

#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931 opened by Benoit Hudson



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

#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931

#37929: IDLE: OK sometimes fails to close configdialog
https://bugs.python.org/issue37929

#37928: test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhi
https://bugs.python.org/issue37928

#37924: Embedding Python in Another Application: Compiling under Unix
https://bugs.python.org/issue37924

#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921

#37919: nntplib throws spurious NNTPProtocolError
https://bugs.python.org/issue37919

#37918: What about an enum for open() modes?
https://bugs.python.org/issue37918

#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916

#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913

#37909: Thread pool return ref hold memory
https://bugs.python.org/issue37909

#37907: speed-up PyLong_As*() for large longs
https://bugs.python.org/issue37907

#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903

#37900: [urllib] proxy_bypass_registry doesn't handle invalid proxy ov
https://bugs.python.org/issue37900

#37899: test_xmlrpc hangs on an IPv6-only host
https://bugs.python.org/issue37899

#37898: test_httpservers hangs on an IPv6-only host
https://bugs.python.org/issue37898



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

#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931

#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921

#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916

#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913

#37910: argparse wrapping fails with metavar="" (no metavar)
https://bugs.python.org/issue37910

#37907: speed-up PyLong_As*() for large longs
https://bugs.python.org/issue37907

#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902

#37885: venv: Don't produce unbound variable warning on deactivate
https://bugs.python.org/issue37885

#37879: Segfaults in C heap type subclasses
https://bugs.python.org/issue37879

#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878

#37864: Correct and deduplicate docs on "printable" characters
https://bugs.python.org/issue37864

#37860: Add netlify deploy preview for docs
https://bugs.python.org/issue37860

#37857: Setting logger.level directly has no effect due to caching in
https://bugs.python.org/issue37857

#37849: IDLE: Completion window misplaced when shown above current lin
https://bugs.python.org/issue37849

#37842: Initialize Py_buffer variables more efficiently
https://bugs.python.org/issue37842



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

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 18 msgs

#37890: Modernize several tests in test_importlib
https://bugs.python.org/issue37890 9 msgs

#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902 9 msgs

#36763: Implementation of the PEP 587
https://bugs.python.org/issue36763 7 msgs

#16468: argparse only supports iterable choices
https://bugs.python.org/issue16468 6 msgs

#30413: Add fnmatch.filterfalse function
https://bugs.python.org/issue30413 5 msgs

#34155: email.utils.parseaddr mistakenly parse an email
https://bugs.python.org/issue34155 5 msgs

#35518: test_timeout uses blackhole.snakebite.net domain which doesn't
https://bugs.python.org/issue35518 5 msgs

#37754: Persistence of Shared Memory Segment after process exits
https://bugs.python.org/issue37754 5 msgs

#37906: FreeBSD: test_threading: test_recursion_limit() crash with SIG
https://bugs.python.org/issue37906 5 msgs



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

#7676: IDLE shell shouldn't use TABs
https://bugs.python.org/issue7676 closed by terry.reedy

#9949: os.path.realpath on Windows does not follow symbolic links
https://bugs.python.org/issue9949 closed by steve.dower

#11846: Remove non-guaranteed implementation details from docs.
https://bugs.python.org/issue11846 closed by rhettinger

#12634: Random Remarks in class documentation
https://bugs.python.org/issue12634 closed by rhettinger

#13397: Option for XMLRPC clients to automatically transform Fault exc
https://bugs.python.org/issue13397 closed by rhettinger

#14050: Tutorial, list.sort() and items comparability
https://bugs.python.org/issue14050 closed by rhettinger

#14465: xml.etree.ElementTree: add feature to prettify XML output
https://bugs.python.org/issue14465 closed by scoder

#15913: Add PyBuffer_SizeFromFormat() C helper for struct.calcsize()
https://bugs.python.org/issue15913 closed by vstinner

#19441: itertools.tee improve documentation
https://bugs.python.org/issue19441 closed by rhettinger

#20727: Improved roundrobin itertools recipe
https://bugs.python.org/issue20727 closed by rhettinger

#21315: email._header_value_parser does not recognise in-line encoding
https://bugs.python.org/issue21315 closed by maxking

#22964: dbm.open(..., "x")
https://bugs.python.org/issue22964 closed by serhiy.storchaka

#23987: docs about containers membership testing wrong for broken obje
https://bugs.python.org/issue23987 closed by rhettinger

#24413: Inconsistent behavior between set and dict_keys/dict_items: fo
https://bugs.python.org/issue24413 closed by rhettinger

#24533: Increased Test Coverage for Lib/random.py
https://bugs.python.org/issue24533 closed by rhettinger

#24659: dict() built-in fails on iterators with a "keys" attribute
https://bugs.python.org/issue24659 closed by rhettinger

#24724: Element.findall documentation misleading
https://bugs.python.org/issue24724 closed by rhettinger

#25898: Check for subsequence inside a sequence
https://bugs.python.org/issue25898 closed by rhettinger

#26024: Non-ascii Windows locale names
https://bugs.python.org/issue26024 closed by vstinner

#26589: Add HTTP Response code 451
https://bugs.python.org/issue26589 closed by rhettinger

#27561: Warn against subclassing builtins, and overriding their method
https://bugs.python.org/issue27561 closed by rhettinger

#28988: Switch dict and set structures to PyVarObject
https://bugs.python.org/issue28988 closed by rhettinger

#29250: islink and stat follow_symlinks are inconsistent on Windows
https://bugs.python.org/issue29250 closed by eryksun

#29330: __slots__ needs documentation
https://bugs.python.org/issue29330 closed by rhettinger

#29412: IndexError thrown on email.message.Message.get
https://bugs.python.org/issue29412 closed by maxking

#30550: Document order-preserving dictionary output in json
https://bugs.python.org/issue30550 closed by rhettinger

#30826: More details in reference 'Looping through a list in Python an
https://bugs.python.org/issue30826 closed by rhettinger

#32471: Add an UML class diagram to the collections.abc module documen
https://bugs.python.org/issue32471 closed by rhettinger

#32554: random.seed(tuple) uses the randomized hash function and so is
https://bugs.python.org/issue32554 closed by rhettinger

#32621: Problem of consistency in collection.abc documentation
https://bugs.python.org/issue32621 closed by rhettinger

#33830: Error in the output of one example in the httplib docs
https://bugs.python.org/issue33830 closed by xtreak

#34302: Avoid inefficient way to find start point in deque.index
https://bugs.python.org/issue34302 closed by rhettinger

#34521: Multiple tests (test_socket, test_multiprocessing_*) fail due
https://bugs.python.org/issue34521 closed by vstinner

#35654: Remove 'guarantee' that sorting only relies on __lt__ from sor
https://bugs.python.org/issue35654 closed by rhettinger

#36502: str.isspace() for U+00A0 and U+202F differs from document
https://bugs.python.org/issue36502 closed by vstinner

#37074: os.stat() does not work for NUL and CON
https://bugs.python.org/issue37074 closed by eryksun

#37206: Incorrect application of Argument Clinic to dict.pop()
https://bugs.python.org/issue37206 closed by rhettinger

#37433: syntax error in multiline f-string produces ~40k spaces output
https://bugs.python.org/issue37433 closed by vstinner

#37454: Clarify docs for math.log1p()
https://bugs.python.org/issue37454 closed by rhettinger

#37552: [Windows] strptime/strftime return invalid results with UCRT v
https://bugs.python.org/issue37552 closed by steve.dower

#37565: test_faulthandler: test_register_chain() crash with SIGSEGV (s
https://bugs.python.org/issue37565 closed by vstinner

#37603: parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a -
https://bugs.python.org/issue37603 closed by vstinner

#37641: Embeddable distribution pyc filenames show build machine locat
https://bugs.python.org/issue37641 closed by steve.dower

#37660: Drop support for Aspen magic directories in venv's activate sc
https://bugs.python.org/issue37660 closed by brett.cannon

#37661: venv activation scripts erroneously check if __VENV_PROMPT__ i
https://bugs.python.org/issue37661 closed by brett.cannon

#37663: Making venv activation script prompts consistent
https://bugs.python.org/issue37663 closed by brett.cannon

#37732: Possible uninitialized variable in Objects/obmalloc.c
https://bugs.python.org/issue37732 closed by vstinner

#37734: Registry keys for Windows Store package have wrong executable
https://bugs.python.org/issue37734 closed by steve.dower

#37751: In codecs, function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751 closed by vstinner

#37775: update doc of compileall
https://bugs.python.org/issue37775 closed by shihai1991

#37792: xml.etree.ElementTree.Element.__eq__ does compare only objects
https://bugs.python.org/issue37792 closed by serhiy.storchaka

#37810: ndiff reports incorrect location when diff strings contain tab
https://bugs.python.org/issue37810 closed by tim.peters

#37823: Telnet documentation: fix the link to open()
https://bugs.python.org/issue37823 closed by vstinner

#37826: Document PEP 3134 in tutorials/errors.rst
https://bugs.python.org/issue37826 closed by maxking

#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834 closed by steve.dower

#37841: Python store app launcher has dependency on msvcp140.dll
https://bugs.python.org/issue37841 closed by steve.dower

#37851: faulthandler: only allocate the signal handler stack when faul
https://bugs.python.org/issue37851 closed by vstinner

#37866: PyModule_GetState Segmentation fault when called Py_Initialize
https://bugs.python.org/issue37866 closed by Hua Liu

#37868: `is_dataclass` returns `True` if `getattr` always succeeds.
https://bugs.python.org/issue37868 closed by eric.smith

#37869: Compilation warning on GCC version 7.4.0-1ubuntu1~18.04.1
https://bugs.python.org/issue37869 closed by vstinner

#37875: gzip module any difference for compressing png file in version
https://bugs.python.org/issue37875 closed by zach.ware

#37877: MacOS crash appJar 3.7.3
https://bugs.python.org/issue37877 closed by Michael Hearn

#37882: Code folding in IDLE
https://bugs.python.org/issue37882 closed by terry.reedy

#37884: Optimize Fraction() and statistics.mean()
https://bugs.python.org/issue37884 closed by rhettinger

#37887: some leak in the compiler_assert function
https://bugs.python.org/issue37887 closed by serhiy.storchaka

#37889: Fatal Python error: Py_EndInterpreter: not the last thread
https://bugs.python.org/issue37889 closed by vstinner

#37893: pow() should disallow inverse when modulus is +-1
https://bugs.python.org/issue37893 closed by tim.peters

#37912: fstring with quotation marks conflict
https://bugs.python.org/issue37912 closed by eric.smith

#37915: Segfault in comparison between datetime.timezone.utc and pytz.
https://bugs.python.org/issue37915 closed by pablogsal

#37917: Warning regarding collections ABCs still present in 3.9
https://bugs.python.org/issue37917 closed by vstinner

#37920: Support subscripting os.PathLike and make it valid at runtime
https://bugs.python.org/issue37920 closed by gvanrossum

#37926: regression: PySys_SetArgvEx(0, NULL, 0): SystemError: Python-3
https://bugs.python.org/issue37926 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-08-23 - 2019-08-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 7114 (-39)
closed 42626 (+97)
total 49740 (+58)

Open issues with patches: 2864


Issues opened (36)
==================

#34410: itertools.tee not thread-safe; can segfault interpreter when w
https://bugs.python.org/issue34410 reopened by serhiy.storchaka

#37834: readlink on Windows cannot read app exec links
https://bugs.python.org/issue37834 reopened by lukasz.langa

#37932: ConfigParser.items(section) with allow_no_value returns empty
https://bugs.python.org/issue37932 opened by Sean Robertson

#37935: Improve performance of pathlib.scandir()
https://bugs.python.org/issue37935 opened by Shai

#37936: gitignore file is too broad
https://bugs.python.org/issue37936 opened by Greg Price

#37937: Mention ``frame.f_trace`` in :func:`sys.settrace` docs.
https://bugs.python.org/issue37937 opened by cool-RR

#37938: refactor PyLong_As*() functions
https://bugs.python.org/issue37938 opened by sir-sigurd

#37939: os.path.normpath change some characters of a path into kinda '
https://bugs.python.org/issue37939 opened by Yugi

#37940: Add xml.tool to pretty print XML like json.tool
https://bugs.python.org/issue37940 opened by xtreak

#37941: python -m and runpy.run_module set different __name__ by defau
https://bugs.python.org/issue37941 opened by Julian

#37943: mimetypes.guess_extension() doesn’t get JPG right
https://bugs.python.org/issue37943 opened by _savage

#37945: test_locale failing
https://bugs.python.org/issue37945 opened by tim.golden

#37948: get_type_hints fails if there are un-annotated fields in a dat
https://bugs.python.org/issue37948 opened by arne

#37951: Disallow fork in a subinterpreter broke subprocesses in mod_ws
https://bugs.python.org/issue37951 opened by christian.heimes

#37952: Add support for export_keying_material to SSL library
https://bugs.python.org/issue37952 opened by wingel71

#37953: Fix ForwardRef equality checks
https://bugs.python.org/issue37953 opened by plokmijnuhby

#37955: mock.patch incorrect reference to Mock
https://bugs.python.org/issue37955 opened by phsilva

#37956: UUID authorize version 6+ with variant RFC 4122
https://bugs.python.org/issue37956 opened by Erawpalassalg

#37957: Allow regrtest to receive a file with test (and subtests) to i
https://bugs.python.org/issue37957 opened by pablogsal

#37958: Adding get_profile_dict to pstats
https://bugs.python.org/issue37958 opened by Daniel Olshansky

#37961: Tracemalloc traces do not include original stack trace length
https://bugs.python.org/issue37961 opened by jd

#37963: No URL for docs of pth files
https://bugs.python.org/issue37963 opened by Thomas Güttler

#37966: is_normalized is much slower at "no" than the standard's algor
https://bugs.python.org/issue37966 opened by Greg Price

#37967: release candidate is not gpg signed (and missing release workf
https://bugs.python.org/issue37967 opened by mattip

#37969: urllib.parse functions reporting false equivalent URIs
https://bugs.python.org/issue37969 opened by maggyero

#37970: urllib.parse docstrings incomplete
https://bugs.python.org/issue37970 opened by zach.ware

#37971: Wrong trace with multiple decorators (linenumber wrong in fram
https://bugs.python.org/issue37971 opened by control-k

#37972: unittest.mock.call does not chain __getitem__ to another _Call
https://bugs.python.org/issue37972 opened by blhsing

#37973: improve docstrings of sys.float_info
https://bugs.python.org/issue37973 opened by sir-sigurd

#37977: Big red pickle security warning should stress the point even m
https://bugs.python.org/issue37977 opened by lordmauve

#37980: regression when passing numpy bools to sorted(..., reverse=r)
https://bugs.python.org/issue37980 opened by tcaswell

#37981: Can't install Python 3.7.4 x64 on Win 8.1
https://bugs.python.org/issue37981 opened by Alexander Podgórski

#37985: WFERR_UNMARSHALLABLE breaks recursion limit
https://bugs.python.org/issue37985 opened by herring

#37986: Improve perfomance of PyLong_FromDouble()
https://bugs.python.org/issue37986 opened by sir-sigurd

#37988: Issue found during language name processing in a list
https://bugs.python.org/issue37988 opened by AjaySyam

#37989: documentation format error in Chinese version
https://bugs.python.org/issue37989 opened by ???



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

#37989: documentation format error in Chinese version
https://bugs.python.org/issue37989

#37986: Improve perfomance of PyLong_FromDouble()
https://bugs.python.org/issue37986

#37981: Can't install Python 3.7.4 x64 on Win 8.1
https://bugs.python.org/issue37981

#37977: Big red pickle security warning should stress the point even m
https://bugs.python.org/issue37977

#37972: unittest.mock.call does not chain __getitem__ to another _Call
https://bugs.python.org/issue37972

#37963: No URL for docs of pth files
https://bugs.python.org/issue37963

#37958: Adding get_profile_dict to pstats
https://bugs.python.org/issue37958

#37956: UUID authorize version 6+ with variant RFC 4122
https://bugs.python.org/issue37956

#37955: mock.patch incorrect reference to Mock
https://bugs.python.org/issue37955

#37953: Fix ForwardRef equality checks
https://bugs.python.org/issue37953

#37948: get_type_hints fails if there are un-annotated fields in a dat
https://bugs.python.org/issue37948

#37941: python -m and runpy.run_module set different __name__ by defau
https://bugs.python.org/issue37941

#37938: refactor PyLong_As*() functions
https://bugs.python.org/issue37938

#37937: Mention ``frame.f_trace`` in :func:`sys.settrace` docs.
https://bugs.python.org/issue37937

#37932: ConfigParser.items(section) with allow_no_value returns empty
https://bugs.python.org/issue37932



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

#37977: Big red pickle security warning should stress the point even m
https://bugs.python.org/issue37977

#37972: unittest.mock.call does not chain __getitem__ to another _Call
https://bugs.python.org/issue37972

#37971: Wrong trace with multiple decorators (linenumber wrong in fram
https://bugs.python.org/issue37971

#37966: is_normalized is much slower at "no" than the standard's algor
https://bugs.python.org/issue37966

#37961: Tracemalloc traces do not include original stack trace length
https://bugs.python.org/issue37961

#37955: mock.patch incorrect reference to Mock
https://bugs.python.org/issue37955

#37953: Fix ForwardRef equality checks
https://bugs.python.org/issue37953

#37951: Disallow fork in a subinterpreter broke subprocesses in mod_ws
https://bugs.python.org/issue37951

#37938: refactor PyLong_As*() functions
https://bugs.python.org/issue37938

#37936: gitignore file is too broad
https://bugs.python.org/issue37936

#37935: Improve performance of pathlib.scandir()
https://bugs.python.org/issue37935

#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931

#37921: Improve zipfile: add support for symlinks
https://bugs.python.org/issue37921

#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916

#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913



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

#37945: test_locale failing
https://bugs.python.org/issue37945 16 msgs

#37980: regression when passing numpy bools to sorted(..., reverse=r)
https://bugs.python.org/issue37980 10 msgs

#37951: Disallow fork in a subinterpreter broke subprocesses in mod_ws
https://bugs.python.org/issue37951 8 msgs

#37837: add internal _PyLong_FromUnsignedChar() function
https://bugs.python.org/issue37837 7 msgs

#20806: os.times document points to wrong section of non-Linux manual
https://bugs.python.org/issue20806 5 msgs

#37935: Improve performance of pathlib.scandir()
https://bugs.python.org/issue37935 5 msgs

#37940: Add xml.tool to pretty print XML like json.tool
https://bugs.python.org/issue37940 5 msgs

#37957: Allow regrtest to receive a file with test (and subtests) to i
https://bugs.python.org/issue37957 5 msgs

#37961: Tracemalloc traces do not include original stack trace length
https://bugs.python.org/issue37961 5 msgs

#37971: Wrong trace with multiple decorators (linenumber wrong in fram
https://bugs.python.org/issue37971 5 msgs



Issues closed (93)
==================

#8425: a -= b should be fast if a is a small set and b is a large set
https://bugs.python.org/issue8425 closed by rhettinger

#9985: difflib.SequenceMatcher has slightly buggy and undocumented ca
https://bugs.python.org/issue9985 closed by rhettinger

#10190: Can argparse._AttributeHolder._get_kwargs become a public API?
https://bugs.python.org/issue10190 closed by rhettinger

#10978: Add optional argument to Semaphore.release for releasing multi
https://bugs.python.org/issue10978 closed by rhettinger

#12077: Harmonizing descriptor protocol documentation
https://bugs.python.org/issue12077 closed by rhettinger

#13653: reorder set.intersection parameters for better performance
https://bugs.python.org/issue13653 closed by rhettinger

#14010: deeply nested itertools objects segfault
https://bugs.python.org/issue14010 closed by rhettinger

#14112: tutorial intro talks of "shallow copy" concept without explana
https://bugs.python.org/issue14112 closed by rhettinger

#14619: Enhanced variable substitution for databases
https://bugs.python.org/issue14619 closed by rhettinger

#15542: Documentation incorrectly suggests __init__ called after direc
https://bugs.python.org/issue15542 closed by rhettinger

#16468: argparse only supports iterable choices
https://bugs.python.org/issue16468 closed by rhettinger

#17794: Add a key parameter to PriorityQueue
https://bugs.python.org/issue17794 closed by rhettinger

#18078: threading.Condition to allow notify on a specific waiter
https://bugs.python.org/issue18078 closed by rhettinger

#18378: locale.getdefaultlocale() fails on Mac OS X with default langu
https://bugs.python.org/issue18378 closed by ned.deily

#19072: classmethod doesn't honour descriptor protocol of wrapped call
https://bugs.python.org/issue19072 closed by rhettinger

#19119: duplicate test name in Lib/test/test_heapq.py
https://bugs.python.org/issue19119 closed by rhettinger

#19419: Use abc.ABC in the collections ABC
https://bugs.python.org/issue19419 closed by rhettinger

#22001: containers "same" does not always mean "__eq__".
https://bugs.python.org/issue22001 closed by rhettinger

#23061: Update pep8 to specify explicitly 'module level' imports at to
https://bugs.python.org/issue23061 closed by rhettinger

#23423: XPath Support in ElementTree doc omission
https://bugs.python.org/issue23423 closed by scoder

#23674: super() documentation isn't very clear
https://bugs.python.org/issue23674 closed by rhettinger

#23878: Missing sanity checks for various C library function calls...
https://bugs.python.org/issue23878 closed by vstinner

#24726: OrderedDict has strange behaviour when dict.__setitem__ is use
https://bugs.python.org/issue24726 closed by rhettinger

#25061: Add native enum support for argparse
https://bugs.python.org/issue25061 closed by rhettinger

#25435: Wrong function calls and referring to not removed concepts in
https://bugs.python.org/issue25435 closed by rhettinger

#25777: Misleading descriptions in docs about invoking descriptors.
https://bugs.python.org/issue25777 closed by rhettinger

#27260: Missing equality check for super objects
https://bugs.python.org/issue27260 closed by rhettinger

#27575: dict viewkeys intersection slow for large dicts
https://bugs.python.org/issue27575 closed by rhettinger

#28269: [MinGW] Can't compile Python/dynload_win.c due to static strca
https://bugs.python.org/issue28269 closed by serhiy.storchaka

#29352: provide the authorative source for s[i:j] negative slice indic
https://bugs.python.org/issue29352 closed by rhettinger

#29535: datetime hash is deterministic in some cases
https://bugs.python.org/issue29535 closed by serhiy.storchaka

#30162: Add _PyTuple_Empty and make PyTuple_New(0) never failing
https://bugs.python.org/issue30162 closed by serhiy.storchaka

#32118: Doc for comparison of sequences with non-orderable elements
https://bugs.python.org/issue32118 closed by rhettinger

#34259: Improve docstring of list.sort
https://bugs.python.org/issue34259 closed by rhettinger

#34679: asyncio.add_signal_handler call fails if not on main thread
https://bugs.python.org/issue34679 closed by asvetlov

#34775: pathlib.PurePath division raises TypeError instead of returnin
https://bugs.python.org/issue34775 closed by ned.deily

#35028: Off by one error in cgi.FieldStorage(max_num_fields)
https://bugs.python.org/issue35028 closed by benjamin.peterson

#35737: crypt AuthenticationError introduced with new Linux kernel
https://bugs.python.org/issue35737 closed by icycle

#35946: Ambiguous documentation for assert_called_with()
https://bugs.python.org/issue35946 closed by ned.deily

#36167: DOC: Incorrect capitalization in Programming FAQ
https://bugs.python.org/issue36167 closed by ned.deily

#36205: Python 3.7 and 3.8 process_time is not reported correctly when
https://bugs.python.org/issue36205 closed by ned.deily

#36582: collections.UserString encode method returns a string
https://bugs.python.org/issue36582 closed by rhettinger

#36743: Docs: Descript __get__ signature defined differently across th
https://bugs.python.org/issue36743 closed by rhettinger

#36763: Implementation of the PEP 587
https://bugs.python.org/issue36763 closed by vstinner

#36833: Add tests for Datetime C API Macros
https://bugs.python.org/issue36833 closed by vstinner

#36871: Misleading error from unittest.mock's assert_has_calls
https://bugs.python.org/issue36871 closed by xtreak

#36917: ast.NodeVisitor no longer calls visit_Str
https://bugs.python.org/issue36917 closed by serhiy.storchaka

#37034: Argument Clinic omits name of keyword-only parameter on _PyArg
https://bugs.python.org/issue37034 closed by serhiy.storchaka

#37055: Numerous warnings with blake2 module
https://bugs.python.org/issue37055 closed by christian.heimes

#37140: ctypes change made clang fail to build
https://bugs.python.org/issue37140 closed by vstinner

#37176: super() docs don't say what super() does
https://bugs.python.org/issue37176 closed by rhettinger

#37328: remove deprecated HTMLParser.unescape
https://bugs.python.org/issue37328 closed by inada.naoki

#37372: datetime.time unpickling fails in case of python2 pickle with
https://bugs.python.org/issue37372 closed by serhiy.storchaka

#37385: test_multiprocessing fails on AMD64 FreeBSD CURRENT Shared 2.7
https://bugs.python.org/issue37385 closed by vstinner

#37482: Email address display name fails with both encoded words and s
https://bugs.python.org/issue37482 closed by bsiem

#37549: os.dup() fails for standard streams on Windows 7
https://bugs.python.org/issue37549 closed by steve.dower

#37664: Update bundled pip and setuptools
https://bugs.python.org/issue37664 closed by steve.dower

#37757: TargetScopeError not raised for comprehension scope conflict
https://bugs.python.org/issue37757 closed by ncoghlan

#37772: zipfile.Path.iterdir() outputs sub directories many times or n
https://bugs.python.org/issue37772 closed by jaraco

#37798: Add C fastpath for statistics.NormalDist.inv_cdf()
https://bugs.python.org/issue37798 closed by rhettinger

#37805: json.dump(..., skipkeys=True) has no unit tests
https://bugs.python.org/issue37805 closed by inada.naoki

#37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL
https://bugs.python.org/issue37812 closed by rhettinger

#37830: continue and break in finally with return in try results with
https://bugs.python.org/issue37830 closed by serhiy.storchaka

#37905: Improve docs for NormalDist
https://bugs.python.org/issue37905 closed by rhettinger

#37914: class timedelta, support the method hours and minutes in field
https://bugs.python.org/issue37914 closed by elinaldosoft

#37918: What about an enum for open() modes?
https://bugs.python.org/issue37918 closed by vstinner

#37925: --embed not included in python3.8-config usage/--help
https://bugs.python.org/issue37925 closed by vstinner

#37929: IDLE: OK sometimes fails to close configdialog
https://bugs.python.org/issue37929 closed by taleinat

#37930: make fails when compiling Python 2.6 from source (posixmodule.
https://bugs.python.org/issue37930 closed by ned.deily

#37933: faulthandler causes segfaults
https://bugs.python.org/issue37933 closed by vstinner

#37934: Docs: Clarify NotImplemented use cases
https://bugs.python.org/issue37934 closed by rhettinger

#37942: Generate correct error check for PyFloat_AsDouble
https://bugs.python.org/issue37942 closed by rhettinger

#37944: Adjacent escape character in json.load()
https://bugs.python.org/issue37944 closed by serhiy.storchaka

#37946: Add the Bessel functions of the first and second kind to the m
https://bugs.python.org/issue37946 closed by pablogsal

#37947: symtable_handle_namedexpr does not adjust correctly the recurs
https://bugs.python.org/issue37947 closed by pablogsal

#37949: Create empty __annotations__ dictionaries lazily
https://bugs.python.org/issue37949 closed by rhettinger

#37950: ast.dump() with incomplete node
https://bugs.python.org/issue37950 closed by serhiy.storchaka

#37954: Multiple tests are leaking references in AMD64 Windows8.1 Refl
https://bugs.python.org/issue37954 closed by pablogsal

#37959: test_os.test_copy_file_range() killed by SIGSYS (12) on FreeBS
https://bugs.python.org/issue37959 closed by vstinner

#37960: repr() of buffered and text streams silences too many exceptio
https://bugs.python.org/issue37960 closed by serhiy.storchaka

#37962: Improve ISO 8601 timezone support in the datetime.fromisoforma
https://bugs.python.org/issue37962 closed by p-ganssle

#37964: F_GETPATH is not available in fcntl.fcntl
https://bugs.python.org/issue37964 closed by miss-islington

#37965: CCompiler has_function displays warning
https://bugs.python.org/issue37965 closed by miss-islington

#37968: Add a turtle module function to draw a circle centered at the
https://bugs.python.org/issue37968 closed by rhettinger

#37974: zip() docstring should say 'iterator' instead of 'object with
https://bugs.python.org/issue37974 closed by rhettinger

#37975: Typo in the documentation by C-API DateTime Objects¶
https://bugs.python.org/issue37975 closed by xtreak

#37976: zip() shadows TypeError raised in __iter__() of source iterabl
https://bugs.python.org/issue37976 closed by rhettinger

#37978: Importing an unused package causes the function of another pac
https://bugs.python.org/issue37978 closed by christian.heimes

#37979: Document an alternative to ISO 8601 parsing
https://bugs.python.org/issue37979 closed by pitrou

#37982: Add a --minify argument to json.tool
https://bugs.python.org/issue37982 closed by rhettinger

#37983: macOS: os.lchmod() incorrectly removed by 2.7.16
https://bugs.python.org/issue37983 closed by ned.deily

#37984: Unable parse csv on latin iso or binary mode
https://bugs.python.org/issue37984 closed by rhettinger

#37987: retrun collection item in for cycle with finally continue
https://bugs.python.org/issue37987 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-08-30 - 2019-09-06)
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 7123 ( +9)
closed 42673 (+47)
total 49796 (+56)

Open issues with patches: 2864


Issues opened (39)
==================

#27227: argparse fails to parse [] when using choices and nargs='*'
https://bugs.python.org/issue27227 reopened by paul.j3

#33418: Memory leaks in functions
https://bugs.python.org/issue33418 reopened by pablogsal

#37992: Change datetime.MINYEAR to allow for negative years
https://bugs.python.org/issue37992 opened by Sam Wainwright

#37993: os.path.realpath on Windows resolves mapped network drives
https://bugs.python.org/issue37993 opened by cgohlke

#37995: Multiline ast.dump()
https://bugs.python.org/issue37995 opened by serhiy.storchaka

#37997: Segfault when using pickle with exceptions and dynamic class i
https://bugs.python.org/issue37997 opened by gabrielc

#37999: No longer use implicit convertion to int with loss
https://bugs.python.org/issue37999 opened by serhiy.storchaka

#38000: importlib can not handle module file names with periods
https://bugs.python.org/issue38000 opened by andry

#38002: 'ModifiedInterpreter' object has no attribute 'interp'
https://bugs.python.org/issue38002 opened by rhettinger

#38003: Incorrect "fixing" of isinstance tests for basestring
https://bugs.python.org/issue38003 opened by bkline

#38004: Duplicated sections in changelog
https://bugs.python.org/issue38004 opened by inada.naoki

#38005: Coercing strings and non-integer numbers to interpreter ID and
https://bugs.python.org/issue38005 opened by serhiy.storchaka

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006 opened by christian.heimes

#38007: Regression: name of PyType_Spec::slots conflicts with Qt macro
https://bugs.python.org/issue38007 opened by Leslie

#38008: ContextManager and AsyncContextManager protocols can't be subc
https://bugs.python.org/issue38008 opened by divijrajkumar

#38011: xml.dom.pulldom splits text data at buffer size when parsing f
https://bugs.python.org/issue38011 opened by nsturmwind

#38013: AsyncGenerator breaks when not iterated fully with RuntimeErro
https://bugs.python.org/issue38013 opened by Michael Yoo

#38014: Python 3.7 does not compile
https://bugs.python.org/issue38014 opened by m_python

#38015: inline function generates slightly inefficient machine code
https://bugs.python.org/issue38015 opened by Ma Lin

#38017: IO-like interface for SHAKE-* and other XOFs.
https://bugs.python.org/issue38017 opened by dannyniu

#38018: Increase Code Coverage for multiprocessing.shared_memory
https://bugs.python.org/issue38018 opened by vinay0410

#38019: AttributeError: 'NoneType' object has no attribute '_add_reade
https://bugs.python.org/issue38019 opened by decaz

#38021: pep425 tag for AIX is inadequate
https://bugs.python.org/issue38021 opened by Michael.Felt

#38023: Deal better with StackOverflow exception when debugging
https://bugs.python.org/issue38023 opened by almenon anon

#38029: Should io.TextIOWrapper raise an error at instantiation if a S
https://bugs.python.org/issue38029 opened by bskinn

#38031: FileIO.__init__ aborts when opener returns bad fd
https://bugs.python.org/issue38031 opened by tekknolagi

#38032: lib2to3 doesn't parse Python 3 identifiers containing non-spac
https://bugs.python.org/issue38032 opened by JustinTArthur

#38033: Use After Free: PyObject_Free (valgrind)
https://bugs.python.org/issue38033 opened by zephyrus00jp

#38034: Typo on logging.handlers.QueueListener documentation
https://bugs.python.org/issue38034 opened by wuck

#38035: shared_semaphores cannot be shared across unrelated processes
https://bugs.python.org/issue38035 opened by vinay0410

#38036: ssl docs say that ssl.SSLContext() is secure-by-default since
https://bugs.python.org/issue38036 opened by njs

#38037: Assertion failed: object has negative ref count
https://bugs.python.org/issue38037 opened by Ma Lin

#38038: Remove urllib.parse._splittype from xmlrpc.client
https://bugs.python.org/issue38038 opened by corona10

#38039: Segfault when pickling dictionary with large pandas dataframes
https://bugs.python.org/issue38039 opened by Ilya Valmianski

#38040: Typo: "Writeable" Should be "Writable" in IO Library Documenta
https://bugs.python.org/issue38040 opened by Sean Happenny

#38041: IDLE Shell: Refine restart line
https://bugs.python.org/issue38041 opened by terry.reedy

#38043: small cleanups in Unicode normalization code
https://bugs.python.org/issue38043 opened by Greg Price

#38044: unittest causing segfaults with string malloc in c++ module
https://bugs.python.org/issue38044 opened by ymerej

#38045: enum.Flag instance creation is slow
https://bugs.python.org/issue38045 opened by Antony.Lee



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

#38044: unittest causing segfaults with string malloc in c++ module
https://bugs.python.org/issue38044

#38043: small cleanups in Unicode normalization code
https://bugs.python.org/issue38043

#38038: Remove urllib.parse._splittype from xmlrpc.client
https://bugs.python.org/issue38038

#38029: Should io.TextIOWrapper raise an error at instantiation if a S
https://bugs.python.org/issue38029

#38023: Deal better with StackOverflow exception when debugging
https://bugs.python.org/issue38023

#38019: AttributeError: 'NoneType' object has no attribute '_add_reade
https://bugs.python.org/issue38019

#38017: IO-like interface for SHAKE-* and other XOFs.
https://bugs.python.org/issue38017

#38013: AsyncGenerator breaks when not iterated fully with RuntimeErro
https://bugs.python.org/issue38013

#38007: Regression: name of PyType_Spec::slots conflicts with Qt macro
https://bugs.python.org/issue38007

#38002: 'ModifiedInterpreter' object has no attribute 'interp'
https://bugs.python.org/issue38002

#38000: importlib can not handle module file names with periods
https://bugs.python.org/issue38000

#37999: No longer use implicit convertion to int with loss
https://bugs.python.org/issue37999

#37997: Segfault when using pickle with exceptions and dynamic class i
https://bugs.python.org/issue37997

#37986: Improve perfomance of PyLong_FromDouble()
https://bugs.python.org/issue37986

#37972: unittest.mock.call does not chain __getitem__ to another _Call
https://bugs.python.org/issue37972



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

#38043: small cleanups in Unicode normalization code
https://bugs.python.org/issue38043

#38041: IDLE Shell: Refine restart line
https://bugs.python.org/issue38041

#38038: Remove urllib.parse._splittype from xmlrpc.client
https://bugs.python.org/issue38038

#38037: Assertion failed: object has negative ref count
https://bugs.python.org/issue38037

#38034: Typo on logging.handlers.QueueListener documentation
https://bugs.python.org/issue38034

#38031: FileIO.__init__ aborts when opener returns bad fd
https://bugs.python.org/issue38031

#38021: pep425 tag for AIX is inadequate
https://bugs.python.org/issue38021

#38018: Increase Code Coverage for multiprocessing.shared_memory
https://bugs.python.org/issue38018

#38015: inline function generates slightly inefficient machine code
https://bugs.python.org/issue38015

#38008: ContextManager and AsyncContextManager protocols can't be subc
https://bugs.python.org/issue38008

#38007: Regression: name of PyType_Spec::slots conflicts with Qt macro
https://bugs.python.org/issue38007

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006

#38005: Coercing strings and non-integer numbers to interpreter ID and
https://bugs.python.org/issue38005

#37999: No longer use implicit convertion to int with loss
https://bugs.python.org/issue37999

#37995: Multiline ast.dump()
https://bugs.python.org/issue37995



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

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006 36 msgs

#24416: Have date.isocalendar() return a structseq instance
https://bugs.python.org/issue24416 24 msgs

#36267: User input to argparse raises Index_Error: "-a=" on a 'store_
https://bugs.python.org/issue36267 6 msgs

#38033: Use After Free: PyObject_Free (valgrind)
https://bugs.python.org/issue38033 6 msgs

#38032: lib2to3 doesn't parse Python 3 identifiers containing non-spac
https://bugs.python.org/issue38032 5 msgs

#37245: Azure Pipeline 3.8 CI: multiple tests hung and timed out on ma
https://bugs.python.org/issue37245 4 msgs

#37970: urllib.parse docstrings incomplete
https://bugs.python.org/issue37970 4 msgs

#37993: os.path.realpath on Windows resolves mapped network drives
https://bugs.python.org/issue37993 4 msgs

#37995: Multiline ast.dump()
https://bugs.python.org/issue37995 4 msgs

#38015: inline function generates slightly inefficient machine code
https://bugs.python.org/issue38015 4 msgs



Issues closed (48)
==================

#7682: Optimisation of if with constant expression
https://bugs.python.org/issue7682 closed by serhiy.storchaka

#14689: make PYTHONWARNINGS variable work in libpython
https://bugs.python.org/issue14689 closed by vstinner

#15088: Remove unused and undocumented PyGen_NeedsFinalizing() functio
https://bugs.python.org/issue15088 closed by vstinner

#15856: inspect.getsource(SomeClass) doesn't show @decorators
https://bugs.python.org/issue15856 closed by serhiy.storchaka

#22347: mimetypes.guess_type("//example.com") misinterprets host name
https://bugs.python.org/issue22347 closed by corona10

#25518: Investigate implementation of PyOS_CheckStack on OSX
https://bugs.python.org/issue25518 closed by ned.deily

#29477: Lambda with complex arguments is ctx STORE
https://bugs.python.org/issue29477 closed by serhiy.storchaka

#29553: Argparser does not display closing parentheses in nested mutex
https://bugs.python.org/issue29553 closed by berker.peksag

#32805: Possible integer overflow when call PyDTrace_GC_DONE()
https://bugs.python.org/issue32805 closed by serhiy.storchaka

#35771: IDLE: Fix tooltip Hovertiptest failure
https://bugs.python.org/issue35771 closed by terry.reedy

#35939: Remove urllib.parse._splittype from mimetypes.guess_type
https://bugs.python.org/issue35939 closed by corona10

#36127: Argument Clinic: inline parsing code for functions with keywor
https://bugs.python.org/issue36127 closed by serhiy.storchaka

#36254: Fix invalid uses of %d in format strings in C
https://bugs.python.org/issue36254 closed by serhiy.storchaka

#36409: plistlib old API should be removed
https://bugs.python.org/issue36409 closed by bigfootjon

#36542: Allow to overwrite the signature for Python functions
https://bugs.python.org/issue36542 closed by serhiy.storchaka

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543 closed by serhiy.storchaka

#36793: Do not define unneeded __str__ equal to __repr__
https://bugs.python.org/issue36793 closed by serhiy.storchaka

#37380: subprocess.Popen._cleanup() "The handle is invalid" error when
https://bugs.python.org/issue37380 closed by vstinner

#37764: email.Message.as_string infinite loop
https://bugs.python.org/issue37764 closed by maxking

#37781: Use "z" for PY_FORMAT_SIZE_T
https://bugs.python.org/issue37781 closed by inada.naoki

#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878 closed by vstinner

#37902: Add scrolling for IDLE browsers
https://bugs.python.org/issue37902 closed by terry.reedy

#37939: os.path.normpath change some characters of a path into kinda '
https://bugs.python.org/issue37939 closed by terry.reedy

#37941: python -m and runpy.run_module set different __name__ by defau
https://bugs.python.org/issue37941 closed by ncoghlan

#37943: mimetypes.guess_extension() doesn’t get JPG right
https://bugs.python.org/issue37943 closed by ned.deily

#37966: is_normalized is much slower at "no" than the standard's algor
https://bugs.python.org/issue37966 closed by benjamin.peterson

#37977: Big red pickle security warning should stress the point even m
https://bugs.python.org/issue37977 closed by rhettinger

#37988: Issue found during language name processing in a list
https://bugs.python.org/issue37988 closed by terry.reedy

#37989: documentation format error in Chinese version
https://bugs.python.org/issue37989 closed by terry.reedy

#37990: gc.collect prints debug stats incorrectly
https://bugs.python.org/issue37990 closed by inada.naoki

#37991: What is this? What is problem?
https://bugs.python.org/issue37991 closed by steve.dower

#37994: Fix silencing all errors if an attribute lookup fails
https://bugs.python.org/issue37994 closed by serhiy.storchaka

#37996: 2to3 introduces unwanted extra backslashes for unicode charact
https://bugs.python.org/issue37996 closed by ned.deily

#37998: re.sub(r'\\', r'\\\\', s) reporting MemoryError
https://bugs.python.org/issue37998 closed by Guruprasad Venkataramaiah

#38001: Unexpected behaviour of 'is' operator
https://bugs.python.org/issue38001 closed by serhiy.storchaka

#38009: Handle weakreference callbacks invoked indirectly in the middl
https://bugs.python.org/issue38009 closed by pablogsal

#38010: Synchronize importlib.metadata with importlib_metadata 0.20
https://bugs.python.org/issue38010 closed by jaraco

#38012: Python Fuction min is case sentive ?
https://bugs.python.org/issue38012 closed by tim.peters

#38016: Results with re.sub and re.replace is giving different results
https://bugs.python.org/issue38016 closed by serhiy.storchaka

#38020: os.path.realpath crashes in Windows Store package
https://bugs.python.org/issue38020 closed by steve.dower

#38022: IDLE: Upgrade help.html to sphinx 2
https://bugs.python.org/issue38022 closed by terry.reedy

#38024: adding or subtracting decimals
https://bugs.python.org/issue38024 closed by serhiy.storchaka

#38025: format
https://bugs.python.org/issue38025 closed by eric.smith

#38026: inspect.getattr_static should avoid dynamic lookup
https://bugs.python.org/issue38026 closed by inada.naoki

#38027: Can't use Numpy, SciPy, pandas in Python3.8.0b4 without conda
https://bugs.python.org/issue38027 closed by ronaldoussoren

#38028: Assertion error in Python 3.8
https://bugs.python.org/issue38028 closed by ned.deily

#38030: os.stat fails for block devices such as //./PhysicalDrive0
https://bugs.python.org/issue38030 closed by steve.dower

#38042: Crash on double list(lxml.etree.iterparse(f))
https://bugs.python.org/issue38042 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-09-06 - 2019-09-13)
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 7031 (-92)
closed 42885 (+212)
total 49916 (+120)

Open issues with patches: 2788


Issues opened (74)
==================

#34805: Explicitly specify `MyClass.__subclasses__()` returns classes
https://bugs.python.org/issue34805 reopened by rhettinger

#36871: Misleading error from unittest.mock's assert_has_calls
https://bugs.python.org/issue36871 reopened by gregory.p.smith

#37879: Segfaults in C heap type subclasses
https://bugs.python.org/issue37879 reopened by vstinner

#38047: multiarch headers are added when cross compiling
https://bugs.python.org/issue38047 opened by hhb

#38050: open('file.txt') path not found
https://bugs.python.org/issue38050 opened by Sean Frazier

#38051: time.strftime handling %z/%Z badly
https://bugs.python.org/issue38051 opened by macintux

#38052: Include sspipe Module with Core Python
https://bugs.python.org/issue38052 opened by Juan Telleria2

#38055: Starting multiprocessing.Process raises FileNotFoundError unex
https://bugs.python.org/issue38055 opened by Donny Brown

#38056: Add examples for common text encoding Error Handlers
https://bugs.python.org/issue38056 opened by Ma Lin

#38057: Docs: source code don't can be translate
https://bugs.python.org/issue38057 opened by adorilson

#38061: FreeBSD: Optimize subprocess.Popen(close_fds=True) using close
https://bugs.python.org/issue38061 opened by vstinner

#38062: Clarify that atexit.unregister matches by equality, not identi
https://bugs.python.org/issue38062 opened by mark.dickinson

#38063: Modify test_socket.py to use unittest test discovery
https://bugs.python.org/issue38063 opened by vstinner

#38065: Document the datetime capsule API
https://bugs.python.org/issue38065 opened by p-ganssle

#38067: Add headers parameter on RobotFileParser
https://bugs.python.org/issue38067 opened by eamanu

#38068: clean up configure logic for gettimeofday
https://bugs.python.org/issue38068 opened by benjamin.peterson

#38070: visit_decref(): add an assertion to check that the object is n
https://bugs.python.org/issue38070 opened by vstinner

#38073: Make pwd module PEP-384 compatible
https://bugs.python.org/issue38073 opened by dino.viehland

#38075: Make random module PEP-384 compatible
https://bugs.python.org/issue38075 opened by dino.viehland

#38077: IDLE leaking ARGV into globals() namespace
https://bugs.python.org/issue38077 opened by rhettinger

#38078: IDLE: Don't run internal code in user namespace.
https://bugs.python.org/issue38078 opened by terry.reedy

#38079: _PyObject_VAR_SIZE should avoid arithmetic overflow
https://bugs.python.org/issue38079 opened by Greg Price

#38080: 2to3 urllib fixer: missing fix for urllib.getproxies
https://bugs.python.org/issue38080 opened by shiyuchong

#38081: Different behavior of os.path.realpath('nul') in 3.7 and 3.8
https://bugs.python.org/issue38081 opened by iamsav

#38085: Interrupting class creation in __init_subclass__ may lead to i
https://bugs.python.org/issue38085 opened by xitop

#38091: Import deadlock detection causes deadlock
https://bugs.python.org/issue38091 opened by Ronan.Lamy

#38093: Update MagicMock __aenter__ and __aexit__ to return AsyncMock'
https://bugs.python.org/issue38093 opened by lisroach

#38094: unneeded assignment to wb.len in PyBytes_Concat using buffer p
https://bugs.python.org/issue38094 opened by gregory.p.smith

#38095: Multi-threaded circular import fails with _DeadlockError when
https://bugs.python.org/issue38095 opened by Ronan.Lamy

#38097: cmd.Cmd: Allow other readline completion methods
https://bugs.python.org/issue38097 opened by mannjani

#38099: __dict__ attribute is incorrectly stated to be read-only
https://bugs.python.org/issue38099 opened by reed

#38100: Spelling error in unittest.mock code
https://bugs.python.org/issue38100 opened by lisroach

#38101: Update devguide triaging keywords
https://bugs.python.org/issue38101 opened by lisroach

#38106: Race in PyThread_release_lock - can lead to memory corruption
https://bugs.python.org/issue38106 opened by navytux

#38108: Everything in Mock should inherit from Base
https://bugs.python.org/issue38108 opened by lisroach

#38109: Missing constants in Lib/stat.py
https://bugs.python.org/issue38109 opened by Ronan.Lamy

#38110: Use fdwalk() within os.closerange() impl if available
https://bugs.python.org/issue38110 opened by gregory.p.smith

#38112: Compileall improvements
https://bugs.python.org/issue38112 opened by petr.viktorin

#38115: Invalid bytecode offsets in co_lnotab
https://bugs.python.org/issue38115 opened by twouters

#38116: Make select module PEP-384 compatible
https://bugs.python.org/issue38116 opened by dino.viehland

#38118: Valgrind warnings when running tokenize.py
https://bugs.python.org/issue38118 opened by vstinner

#38119: resource tracker destroys shared memory segments when other pr
https://bugs.python.org/issue38119 opened by davin

#38122: AsyncMock force always creating an AsyncMock for child mocks
https://bugs.python.org/issue38122 opened by lisroach

#38125: Can' build document in Sphinx v2.2.0
https://bugs.python.org/issue38125 opened by Windson Yang

#38126: mailcap top level wildcard support
https://bugs.python.org/issue38126 opened by pacien

#38128: IDLE undo calls get_saved() when set to None
https://bugs.python.org/issue38128 opened by rhettinger

#38130: Error in section 8.6 of the tutorials (Errors and Exceptions,
https://bugs.python.org/issue38130 opened by Mohammad Dehghan

#38131: compile(mode='eval') uninformative error message
https://bugs.python.org/issue38131 opened by Ilya Kamenshchikov

#38132: Simplify hashlib implementation
https://bugs.python.org/issue38132 opened by christian.heimes

#38135: Depth first search in compile.c creates wrong BB order for cer
https://bugs.python.org/issue38135 opened by Mark.Shannon

#38136: Remove AsyncMock.assert_awaited_*
https://bugs.python.org/issue38136 opened by lisroach

#38137: hashopenssl fails to compile on MacOS
https://bugs.python.org/issue38137 opened by pablogsal

#38140: Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API
https://bugs.python.org/issue38140 opened by dino.viehland

#38141: Use fewer statics in Argument Clinic.
https://bugs.python.org/issue38141 opened by eric.snow

#38142: Make _hashlib extension module PEP-384 compatible
https://bugs.python.org/issue38142 opened by christian.heimes

#38144: Add the root_dir and dir_fd parameters in glob.glob()
https://bugs.python.org/issue38144 opened by serhiy.storchaka

#38145: Fix short option 'd' in 'distutils' command 'bdist_dumb'
https://bugs.python.org/issue38145 opened by sinoroc

#38146: QVariant NULL returns anomalous values in equality statements
https://bugs.python.org/issue38146 opened by John Midgett

#38147: add macro for __builtin_unreachable
https://bugs.python.org/issue38147 opened by sir-sigurd

#38149: sys.audit() is called multiple times for glob.glob()
https://bugs.python.org/issue38149 opened by serhiy.storchaka

#38152: AST change introduced tons of reference leaks
https://bugs.python.org/issue38152 opened by vstinner

#38153: Normalize hashing algorithm names
https://bugs.python.org/issue38153 opened by christian.heimes

#38154: test__xxsubinterpreters: random failures on AMD64 FreeBSD CURR
https://bugs.python.org/issue38154 opened by vstinner

#38155: Add __all__ to the datetime module
https://bugs.python.org/issue38155 opened by p-ganssle

#38156: input fucntion raises SystemError after specific input.
https://bugs.python.org/issue38156 opened by Amiy Kumar

#38157: Add a recipe in unittest.mock examples about mock_open per fil
https://bugs.python.org/issue38157 opened by xtreak

#38158: PyType_Spec docs list non-existant field "doc"
https://bugs.python.org/issue38158 opened by scoder

#38159: PyState_AddModule docs should say that it's not necessary to c
https://bugs.python.org/issue38159 opened by petr.viktorin

#38160: Add a "PyInterpreterState *" field to PyTypeObject.
https://bugs.python.org/issue38160 opened by eric.snow

#38161: AsyncMock add `.awaited` like `.called`
https://bugs.python.org/issue38161 opened by lisroach

#38162: Import Long Load
https://bugs.python.org/issue38162 opened by Evgeniy Mischuk

#38163: AsyncMock child mocks should detect their type
https://bugs.python.org/issue38163 opened by lisroach

#38164: polishing asyncio Streams API
https://bugs.python.org/issue38164 opened by yselivanov

#38165: freezes when loading a program on imports
https://bugs.python.org/issue38165 opened by Evgeniy Mischuk



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

#38164: polishing asyncio Streams API
https://bugs.python.org/issue38164

#38163: AsyncMock child mocks should detect their type
https://bugs.python.org/issue38163

#38162: Import Long Load
https://bugs.python.org/issue38162

#38159: PyState_AddModule docs should say that it's not necessary to c
https://bugs.python.org/issue38159

#38157: Add a recipe in unittest.mock examples about mock_open per fil
https://bugs.python.org/issue38157

#38156: input fucntion raises SystemError after specific input.
https://bugs.python.org/issue38156

#38154: test__xxsubinterpreters: random failures on AMD64 FreeBSD CURR
https://bugs.python.org/issue38154

#38152: AST change introduced tons of reference leaks
https://bugs.python.org/issue38152

#38147: add macro for __builtin_unreachable
https://bugs.python.org/issue38147

#38146: QVariant NULL returns anomalous values in equality statements
https://bugs.python.org/issue38146

#38144: Add the root_dir and dir_fd parameters in glob.glob()
https://bugs.python.org/issue38144

#38142: Make _hashlib extension module PEP-384 compatible
https://bugs.python.org/issue38142

#38140: Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API
https://bugs.python.org/issue38140

#38131: compile(mode='eval') uninformative error message
https://bugs.python.org/issue38131

#38126: mailcap top level wildcard support
https://bugs.python.org/issue38126



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

#38165: freezes when loading a program on imports
https://bugs.python.org/issue38165

#38162: Import Long Load
https://bugs.python.org/issue38162

#38159: PyState_AddModule docs should say that it's not necessary to c
https://bugs.python.org/issue38159

#38157: Add a recipe in unittest.mock examples about mock_open per fil
https://bugs.python.org/issue38157

#38153: Normalize hashing algorithm names
https://bugs.python.org/issue38153

#38145: Fix short option 'd' in 'distutils' command 'bdist_dumb'
https://bugs.python.org/issue38145

#38144: Add the root_dir and dir_fd parameters in glob.glob()
https://bugs.python.org/issue38144

#38142: Make _hashlib extension module PEP-384 compatible
https://bugs.python.org/issue38142

#38140: Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API
https://bugs.python.org/issue38140

#38137: hashopenssl fails to compile on MacOS
https://bugs.python.org/issue38137

#38135: Depth first search in compile.c creates wrong BB order for cer
https://bugs.python.org/issue38135

#38132: Simplify hashlib implementation
https://bugs.python.org/issue38132

#38130: Error in section 8.6 of the tutorials (Errors and Exceptions,
https://bugs.python.org/issue38130

#38122: AsyncMock force always creating an AsyncMock for child mocks
https://bugs.python.org/issue38122

#38119: resource tracker destroys shared memory segments when other pr
https://bugs.python.org/issue38119



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

#38061: FreeBSD: Optimize subprocess.Popen(close_fds=True) using close
https://bugs.python.org/issue38061 11 msgs

#24416: Have date.isocalendar() return a structseq instance
https://bugs.python.org/issue24416 9 msgs

#36046: support dropping privileges when running subprocesses
https://bugs.python.org/issue36046 9 msgs

#38081: Different behavior of os.path.realpath('nul') in 3.7 and 3.8
https://bugs.python.org/issue38081 9 msgs

#38018: Increase Code Coverage for multiprocessing.shared_memory
https://bugs.python.org/issue38018 8 msgs

#38106: Race in PyThread_release_lock - can lead to memory corruption
https://bugs.python.org/issue38106 8 msgs

#28494: is_zipfile false positives
https://bugs.python.org/issue28494 7 msgs

#36871: Misleading error from unittest.mock's assert_has_calls
https://bugs.python.org/issue36871 7 msgs

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 7 msgs

#37935: Improve performance of pathlib.scandir()
https://bugs.python.org/issue37935 7 msgs



Issues closed (201)
===================

#9782: _multiprocessing.c warnings under 64-bit Windows
https://bugs.python.org/issue9782 closed by steve.dower

#9784: _msi.c warnings under 64-bit Windows
https://bugs.python.org/issue9784 closed by steve.dower

#9938: Add optional keyword argument exit_on_error to argparse.Argume
https://bugs.python.org/issue9938 closed by matrixise

#10466: locale.py resetlocale throws exception on Windows (getdefaultl
https://bugs.python.org/issue10466 closed by steve.dower

#11953: Missing WSA* error codes
https://bugs.python.org/issue11953 closed by steve.dower

#12144: cookielib.CookieJar.make_cookies fails for cookies with 'expir
https://bugs.python.org/issue12144 closed by asvetlov

#12707: Deprecate addinfourl getters
https://bugs.python.org/issue12707 closed by matrixise

#13474: Mention of "-m" Flag Missing From Doc on Execution Model
https://bugs.python.org/issue13474 closed by mdk

#13927: Document time.ctime format
https://bugs.python.org/issue13927 closed by p-ganssle

#15382: os.utime() mishandles some arguments
https://bugs.python.org/issue15382 closed by serhiy.storchaka

#16690: Reference leak with custom tp_dealloc in PyType_FromSpec
https://bugs.python.org/issue16690 closed by petr.viktorin

#17667: Windows: build with "build_pgo.bat -2" fails to optimize pytho
https://bugs.python.org/issue17667 closed by steve.dower

#18576: Document test.support.script_helper
https://bugs.python.org/issue18576 closed by mdk

#18578: Rename and document test.bytecode_helper as test.support.bytec
https://bugs.python.org/issue18578 closed by matrixise

#20490: Show clear error message on circular import
https://bugs.python.org/issue20490 closed by steve.dower

#20806: os.times document points to wrong section of non-Linux manual
https://bugs.python.org/issue20806 closed by serhiy.storchaka

#21018: [patch] added missing documentation about escaping characters
https://bugs.python.org/issue21018 closed by mdk

#21024: PyTypeObject tp_doc is char* instead of const char*
https://bugs.python.org/issue21024 closed by serhiy.storchaka

#21120: PyArena type is used in headers from the limited API
https://bugs.python.org/issue21120 closed by Mark.Shannon

#21872: LZMA library sometimes fails to decompress a file
https://bugs.python.org/issue21872 closed by gregory.p.smith

#23460: Decimals do not obey ':g' exponential notation formatting rule
https://bugs.python.org/issue23460 closed by mdk

#23837: asyncio: read pipe transport tries to resume reading after loo
https://bugs.python.org/issue23837 closed by asvetlov

#25068: The proxy key's string should ignore case.
https://bugs.python.org/issue25068 closed by matrixise

#25237: Add doc for tkinter commondialog.Dialog and subclasses
https://bugs.python.org/issue25237 closed by mdk

#25461: Unclear language (the word ineffective) in the documentation f
https://bugs.python.org/issue25461 closed by benjamin.peterson

#26050: Add new StreamReader.readuntil() method
https://bugs.python.org/issue26050 closed by xtreak

#26140: inspect.iscoroutinefunction raises TypeError when checks Mock
https://bugs.python.org/issue26140 closed by asvetlov

#27589: asyncio doc: issue in as_completed() doc
https://bugs.python.org/issue27589 closed by asvetlov

#28237: In xml.etree.ElementTree bytes tag or attributes raises on ser
https://bugs.python.org/issue28237 closed by scoder

#28569: mock.attach_mock should work with any return value of patch()
https://bugs.python.org/issue28569 closed by xtreak

#29171: blake2: Remove unused function to avoid undefined references
https://bugs.python.org/issue29171 closed by benjamin.peterson

#30105: Duplicated connection_made() call for some SSL connections
https://bugs.python.org/issue30105 closed by xtreak

#30122: Added missing archive programs.
https://bugs.python.org/issue30122 closed by mdk

#31163: Return destination path in Path.rename and Path.replace
https://bugs.python.org/issue31163 closed by jaraco

#31226: shutil.rmtree fails when target has an internal directory junc
https://bugs.python.org/issue31226 closed by steve.dower

#32165: PyEval_InitThreads is called before Py_Initialize in LoadPytho
https://bugs.python.org/issue32165 closed by benjamin.peterson

#32395: asyncio.StreamReader.readuntil is not general enough
https://bugs.python.org/issue32395 closed by asvetlov

#32424: Synchronize copy methods between Python and C implementations
https://bugs.python.org/issue32424 closed by scoder

#32587: Make REG_MULTI_SZ support zero-length strings
https://bugs.python.org/issue32587 closed by steve.dower

#32790: Keep trailing zeros in precision for string format option g
https://bugs.python.org/issue32790 closed by matrixise

#32972: unittest.TestCase coroutine support
https://bugs.python.org/issue32972 closed by asvetlov

#33010: os.path.isdir() returns True for broken directory symlinks or
https://bugs.python.org/issue33010 closed by steve.dower

#33082: multiprocessing docs bury very important 'callback=' args
https://bugs.python.org/issue33082 closed by davin

#33166: os.cpu_count() returns wrong number of processors on specific
https://bugs.python.org/issue33166 closed by zach.ware

#33312: ubsan undefined behavior sanitizer flags struct _dictkeysobjec
https://bugs.python.org/issue33312 closed by gregory.p.smith

#33459: Fix "tuple display" mention in Expressions
https://bugs.python.org/issue33459 closed by mdk

#33523: loop.run_until_complete re-entrancy to support more complicate
https://bugs.python.org/issue33523 closed by asvetlov

#33602: Remove set and queue references from Data Types
https://bugs.python.org/issue33602 closed by mdk

#34293: DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar
https://bugs.python.org/issue34293 closed by zach.ware

#34331: Incorrectly pluralized abstract class error message
https://bugs.python.org/issue34331 closed by matrixise

#34519: Add additional aliases for HP Roman 8
https://bugs.python.org/issue34519 closed by jaraco

#34596: [unittest] raise error if @skip is used with an argument that
https://bugs.python.org/issue34596 closed by michael.foord

#34634: New asyncio streams API
https://bugs.python.org/issue34634 closed by xtreak

#34709: Suggestion: make getpass.getuser() also look at SUDO_USER envi
https://bugs.python.org/issue34709 closed by gregory.p.smith

#35066: Inconsistency between dangling '%' handling in time.strftime()
https://bugs.python.org/issue35066 closed by benjamin.peterson

#35168: shlex punctuation_chars inconsistency
https://bugs.python.org/issue35168 closed by vinay.sajip

#35224: PEP 572: Assignment Expressions
https://bugs.python.org/issue35224 closed by emilyemorehouse

#35253: Linker warning LNK4281
https://bugs.python.org/issue35253 closed by steve.dower

#35264: SSL Module build fails with OpenSSL 1.1.0 for Python 2.7
https://bugs.python.org/issue35264 closed by christian.heimes

#35325: imp.find_module() return value documentation discrepancy
https://bugs.python.org/issue35325 closed by mdk

#35592: Not able to use Python 3.7.2 due to SSL issue
https://bugs.python.org/issue35592 closed by steve.dower

#35620: asyncio test failure on appveyor
https://bugs.python.org/issue35620 closed by asvetlov

#35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler
https://bugs.python.org/issue35640 closed by zach.ware

#35649: http.client doesn't close. Infinite loop
https://bugs.python.org/issue35649 closed by mdk

#35667: activate for venv containing apostrophe doesn't work in powers
https://bugs.python.org/issue35667 closed by vinay.sajip

#35685: Add samples on patch.dict of the use of decorator and in class
https://bugs.python.org/issue35685 closed by mdk

#35705: libffi support is not there for windows on ARM64
https://bugs.python.org/issue35705 closed by steve.dower

#35795: test_pkgutil test_zipapp fail in AMD64 Windows7 SP1 3.x and A
https://bugs.python.org/issue35795 closed by vstinner

#35803: Test and document that `dir=...` in tempfile may be PathLike
https://bugs.python.org/issue35803 closed by zach.ware

#35898: The TARGETDIR variable must be provided when invoking this ins
https://bugs.python.org/issue35898 closed by steve.dower

#35923: Update the BuiltinImporter in importlib to use loader._ORIGIN
https://bugs.python.org/issue35923 closed by corona10

#35941: ssl.enum_certificates() regression
https://bugs.python.org/issue35941 closed by christian.heimes

#35943: PyImport_GetModule() can return partially-initialized module
https://bugs.python.org/issue35943 closed by brett.cannon

#36002: configure --enable-optimizations with clang fails to detect ll
https://bugs.python.org/issue36002 closed by benjamin.peterson

#36182: Path.write_text() docs do not include the case that a file exi
https://bugs.python.org/issue36182 closed by mdk

#36250: pdb: interaction might cause "ValueError: signal only works in
https://bugs.python.org/issue36250 closed by zach.ware

#36270: DOC: Add link to sys.exc_info for "Reference Manual"
https://bugs.python.org/issue36270 closed by mdk

#36311: Flaw in Windows code page decoder for large input
https://bugs.python.org/issue36311 closed by steve.dower

#36315: Unable to install Python 3.7.2
https://bugs.python.org/issue36315 closed by steve.dower

#36373: Deprecate explicit loop parameter in all public asyncio APIs
https://bugs.python.org/issue36373 closed by asvetlov

#36518: Avoid conflicts when pass arbitrary keyword arguments to Pytho
https://bugs.python.org/issue36518 closed by steve.dower

#36528: Remove duplicate tests in Lib/tests/re_tests.py
https://bugs.python.org/issue36528 closed by benjamin.peterson

#36580: unittest.mock does not understand dataclasses
https://bugs.python.org/issue36580 closed by xtreak

#36634: venv: activate.bat fails for venv with parentheses in PATH
https://bugs.python.org/issue36634 closed by steve.dower

#36672: A compiler warning in winreg.SetValue()
https://bugs.python.org/issue36672 closed by steve.dower

#36711: duplicate method definition in Lib/email/feedparser.py
https://bugs.python.org/issue36711 closed by benjamin.peterson

#36712: duplicate method definition in Lib/email/test/test_email_renam
https://bugs.python.org/issue36712 closed by benjamin.peterson

#36781: Optimize sum() for bools
https://bugs.python.org/issue36781 closed by serhiy.storchaka

#36816: self-signed.pythontest.net TLS certificate key is too weak
https://bugs.python.org/issue36816 closed by gregory.p.smith

#36862: Add Visual Studio 2019 support to PCBuild/env.bat
https://bugs.python.org/issue36862 closed by steve.dower

#36869: Avoid warning of unused variables
https://bugs.python.org/issue36869 closed by inada.naoki

#36901: Fix leaks in /PC/bdist_wininst/install.c
https://bugs.python.org/issue36901 closed by zach.ware

#36919: Exception from 'compile' reports a newline char not present in
https://bugs.python.org/issue36919 closed by jaraco

#36946: Possible signed integer overflow in slice handling
https://bugs.python.org/issue36946 closed by serhiy.storchaka

#36960: Make datetime docs more user-friendly
https://bugs.python.org/issue36960 closed by p-ganssle

#37012: Possible crash due to PyType_FromSpecWithBases()
https://bugs.python.org/issue37012 closed by petr.viktorin

#37090: test_gdb's test_pycfunction should test all calling convention
https://bugs.python.org/issue37090 closed by petr.viktorin

#37151: Calling code cleanup after PEP 590
https://bugs.python.org/issue37151 closed by petr.viktorin

#37212: ordered keyword arguments in unittest.mock.call repr and error
https://bugs.python.org/issue37212 closed by zach.ware

#37251: Mocking a MagicMock with a function spec results in an AsyncMo
https://bugs.python.org/issue37251 closed by lisroach

#37252: devpoll test failures on Solaris
https://bugs.python.org/issue37252 closed by benjamin.peterson

#37283: Unexpected behavior when running installer a second time with
https://bugs.python.org/issue37283 closed by steve.dower

#37305: Add MIME type for Web App Manifest
https://bugs.python.org/issue37305 closed by jaraco

#37383: call count in not registered in AsyncMock till the coroutine i
https://bugs.python.org/issue37383 closed by xtreak

#37405: socket.getsockname() returns string instead of tuple
https://bugs.python.org/issue37405 closed by benjamin.peterson

#37445: Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM wit
https://bugs.python.org/issue37445 closed by steve.dower

#37455: asyncio.run() error related to finalizing async generators
https://bugs.python.org/issue37455 closed by xtreak

#37480: add ptpython to list of alternate interpreters
https://bugs.python.org/issue37480 closed by matrixise

#37488: Document the "gotcha" behaviors in utcnow() and utcfromtimesta
https://bugs.python.org/issue37488 closed by p-ganssle

#37499: test_gdb.test_pycfunction should use dedicated test functions
https://bugs.python.org/issue37499 closed by p-ganssle

#37504: Documentation fails to build when using Sphinx' texinfo builde
https://bugs.python.org/issue37504 closed by steve.dower

#37574: Mention spec_from_loader() in Finder.find_spec() docs.
https://bugs.python.org/issue37574 closed by steve.dower

#37589: Missing dependences in the Makefile
https://bugs.python.org/issue37589 closed by twouters

#37597: audit event table breaks PDF sphinx build
https://bugs.python.org/issue37597 closed by steve.dower

#37619: update_one_slot() should not ignore wrapper descriptors for wr
https://bugs.python.org/issue37619 closed by twouters

#37637: multiprocessing numpy.ndarray not transmitted properly
https://bugs.python.org/issue37637 closed by davin

#37649: calculate_init fails to check that EXEC_PREFIX was decoded
https://bugs.python.org/issue37649 closed by steve.dower

#37651: Change of inheritance of asyncio.CancelledError needs document
https://bugs.python.org/issue37651 closed by asvetlov

#37662: Document venv.EnvBuilder.upgrade_dependencies()
https://bugs.python.org/issue37662 closed by vinay.sajip

#37683: Use importlib.resources in venv
https://bugs.python.org/issue37683 closed by brett.cannon

#37698: Update doc of PyBuffer_ToContiguous
https://bugs.python.org/issue37698 closed by matrixise

#37702: memory leak in ssl certification
https://bugs.python.org/issue37702 closed by steve.dower

#37705: winerror_to_errno implementation
https://bugs.python.org/issue37705 closed by steve.dower

#37750: PyBuffer_FromContiguous not documented
https://bugs.python.org/issue37750 closed by matrixise

#37752: Redundant Py_CHARMASK called in some files
https://bugs.python.org/issue37752 closed by steve.dower

#37758: unicodedata checksum-tests only test 1/17th of Unicode's codep
https://bugs.python.org/issue37758 closed by benjamin.peterson

#37760: Refactor makeunicodedata.py: dedupe parsing, use dataclass
https://bugs.python.org/issue37760 closed by benjamin.peterson

#37785: argparse uses %s in gettext calls causing xgettext warnings
https://bugs.python.org/issue37785 closed by mdk

#37802: micro-optimization of PyLong_FromSize_t()
https://bugs.python.org/issue37802 closed by gregory.p.smith

#37803: "python -m pdb --help" does not work
https://bugs.python.org/issue37803 closed by benjamin.peterson

#37829: Documentation of stdlib: add example of mixed arguments to dic
https://bugs.python.org/issue37829 closed by matrixise

#37872: Move _Py_IDENTIFIER statics in Python/import.c to top of the f
https://bugs.python.org/issue37872 closed by eric.snow

#37876: Tests for Rot13 codec
https://bugs.python.org/issue37876 closed by steve.dower

#37885: venv: Don't produce unbound variable warning on deactivate
https://bugs.python.org/issue37885 closed by twouters

#37908: Add an example of ArgumentParser.exit()
https://bugs.python.org/issue37908 closed by matrixise

#37909: Thread pool return ref hold memory
https://bugs.python.org/issue37909 closed by asvetlov

#37913: Document that __length_hint__ may return NotImplemented
https://bugs.python.org/issue37913 closed by steve.dower

#37936: gitignore file is too broad
https://bugs.python.org/issue37936 closed by benjamin.peterson

#37967: Beta GPG signature check failing
https://bugs.python.org/issue37967 closed by ned.deily

#37992: Change datetime.MINYEAR to allow for negative years
https://bugs.python.org/issue37992 closed by terry.reedy

#37993: os.path.realpath on Windows resolves mapped network drives
https://bugs.python.org/issue37993 closed by steve.dower

#37995: Multiline ast.dump()
https://bugs.python.org/issue37995 closed by serhiy.storchaka

#38000: importlib can not handle module file names with periods
https://bugs.python.org/issue38000 closed by brett.cannon

#38003: Change 2to3 to replace 'basestring' with '(str,bytes)'
https://bugs.python.org/issue38003 closed by benjamin.peterson

#38007: Regression: name of PyType_Spec::slots conflicts with Qt macro
https://bugs.python.org/issue38007 closed by steve.dower

#38008: ContextManager and AsyncContextManager protocols can't be subc
https://bugs.python.org/issue38008 closed by levkivskyi

#38015: inline function generates slightly inefficient machine code
https://bugs.python.org/issue38015 closed by Ma Lin

#38034: Typo on logging.handlers.QueueListener documentation
https://bugs.python.org/issue38034 closed by vinay.sajip

#38037: reference counter issue in signal module
https://bugs.python.org/issue38037 closed by vstinner

#38038: Remove urllib.parse._splittype from xmlrpc.client
https://bugs.python.org/issue38038 closed by corona10

#38046: Can't use sort_keys in json.dumps with mismatched types
https://bugs.python.org/issue38046 closed by josh.r

#38048: unususal behavior
https://bugs.python.org/issue38048 closed by eric.smith

#38049: Add command-line interface for the ast module
https://bugs.python.org/issue38049 closed by serhiy.storchaka

#38053: Update plistlib documentation
https://bugs.python.org/issue38053 closed by ronaldoussoren

#38054: enhance pdb.set_trace() to run when the specified condition is
https://bugs.python.org/issue38054 closed by zach.ware

#38058: Tutorial: 4.2. for Statements
https://bugs.python.org/issue38058 closed by Derangedn00b

#38059: Using sys.exit() over exit() in inspect.py
https://bugs.python.org/issue38059 closed by steve.dower

#38060: precedence (relational, logical operator)not working with sing
https://bugs.python.org/issue38060 closed by tim.peters

#38064: Spam
https://bugs.python.org/issue38064 closed by xtreak

#38066: Hide internal asyncio.Stream methods
https://bugs.python.org/issue38066 closed by asvetlov

#38069: Make _posixsubprocess PEP-384 compatible
https://bugs.python.org/issue38069 closed by christian.heimes

#38071: Make termios PEP-384 compatible
https://bugs.python.org/issue38071 closed by christian.heimes

#38072: Make grp module PEP-384 compatible
https://bugs.python.org/issue38072 closed by christian.heimes

#38074: Make zlib PEP-384 compatible
https://bugs.python.org/issue38074 closed by christian.heimes

#38076: Make struct module PEP-384 compatible
https://bugs.python.org/issue38076 closed by christian.heimes

#38082: datetime.time object incorrectly shows associated date in strf
https://bugs.python.org/issue38082 closed by p-ganssle

#38083: Minor improvements in asdl_c.py and Python-ast.c
https://bugs.python.org/issue38083 closed by serhiy.storchaka

#38084: multiprocessing cannot recover from crashed worker
https://bugs.python.org/issue38084 closed by vstinner

#38086: Synchronize importlib.metadata with importlib_metadata 0.21
https://bugs.python.org/issue38086 closed by jaraco

#38087: test_ntpath must account for casing changes
https://bugs.python.org/issue38087 closed by steve.dower

#38088: distutils cannot locate vcruntime140.dll with only VS 2019 ins
https://bugs.python.org/issue38088 closed by steve.dower

#38089: Make macOS tests optional on Azure Pipelines
https://bugs.python.org/issue38089 closed by steve.dower

#38090: test_ctypes is leaking references
https://bugs.python.org/issue38090 closed by steve.dower

#38092: environment variables not passed correctly using new virtualen
https://bugs.python.org/issue38092 closed by steve.dower

#38096: Clean up the "struct sequence" / "named tuple" docs
https://bugs.python.org/issue38096 closed by p-ganssle

#38098: Special Characters Don't Work When Using Virtual Environment
https://bugs.python.org/issue38098 closed by eryksun

#38102: Document importlib.machinery.WindowsRegistryFinder.DEBUG_BUILD
https://bugs.python.org/issue38102 closed by brett.cannon

#38103: Duplicate label "examples" in the Docs
https://bugs.python.org/issue38103 closed by ezio.melotti

#38104: File descriptor error when subprocess call is used with event
https://bugs.python.org/issue38104 closed by asvetlov

#38105: hash collision when hash(x) == -2 causes many calls to __eq__
https://bugs.python.org/issue38105 closed by rhettinger

#38107: Replace direct future and task contructor calls with factories
https://bugs.python.org/issue38107 closed by asvetlov

#38111: Error while building Python from source
https://bugs.python.org/issue38111 closed by zach.ware

#38113: Remove statics from ast.c
https://bugs.python.org/issue38113 closed by eric.snow

#38114: Exclude pip.ini from Nuget package
https://bugs.python.org/issue38114 closed by steve.dower

#38117: Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t
https://bugs.python.org/issue38117 closed by matrixise

#38120: DeprecationWarning in test_random due to invalid seed argument
https://bugs.python.org/issue38120 closed by serhiy.storchaka

#38121: Synchronize importlib.metadata with importlib_metadata 0.22
https://bugs.python.org/issue38121 closed by jaraco

#38123: Unable to find Python3.8.0b4 on Ubuntu 19004 desktop
https://bugs.python.org/issue38123 closed by zach.ware

#38124: off-by-one error in PyState_AddModule
https://bugs.python.org/issue38124 closed by benjamin.peterson

#38127: A fatal error when running test_ctypes
https://bugs.python.org/issue38127 closed by benjamin.peterson

#38129: Spam
https://bugs.python.org/issue38129 closed by xtreak

#38133: py.exe cannot locate Store package
https://bugs.python.org/issue38133 closed by steve.dower

#38134: Remove copy of fast PBKDF2 algorithm
https://bugs.python.org/issue38134 closed by christian.heimes

#38138: test_importlib is leaking references
https://bugs.python.org/issue38138 closed by matrixise

#38139: [BUG] datetime.strptime could not handle timezone
https://bugs.python.org/issue38139 closed by p-ganssle

#38143: plistlib: cleanup PEP8 violations
https://bugs.python.org/issue38143 closed by mdk

#38148: Add slots to asyncio transports
https://bugs.python.org/issue38148 closed by asvetlov

#38150: test_capi: test_c_subclass_of_heap_ctype_with_del_modifying_du
https://bugs.python.org/issue38150 closed by matrixise

#38151: test_types: test_duck_gen() leaks reference
https://bugs.python.org/issue38151 closed by vstinner

#1154351: add get_current_dir_name() to os module
https://bugs.python.org/issue1154351 closed by vstinner

#1559298: test_popen fails on Windows if installed to "Program Files"
https://bugs.python.org/issue1559298 closed by steve.dower
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/GCG7VORRDYVPJUXFRLFCY57KPEZXOVCE/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-09-13 - 2019-09-20)
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 7043 (+12)
closed 42945 (+60)
total 49988 (+72)

Open issues with patches: 2796


Issues opened (53)
==================

#27575: dict viewkeys intersection slow for large dicts
https://bugs.python.org/issue27575 reopened by serhiy.storchaka

#34820: binascii.c:1578:1: error: the control flow of function ‘bina
https://bugs.python.org/issue34820 reopened by ned.deily

#35696: remove unnecessary operation in long_compare()
https://bugs.python.org/issue35696 reopened by vstinner

#37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL
https://bugs.python.org/issue37812 reopened by vstinner

#38117: Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t
https://bugs.python.org/issue38117 reopened by ned.deily

#38166: ast identifies incorrect column for compound attribute lookups
https://bugs.python.org/issue38166 opened by Justin McCann

#38167: O_DIRECT read fails with 4K mmap buffer
https://bugs.python.org/issue38167 opened by yoyoyopcp

#38169: Increase Code Coverage for SharedMemory and ShareableListe
https://bugs.python.org/issue38169 opened by vinay0410

#38172: Python 3.8 Segfult with Bandersnatch pytest Suite
https://bugs.python.org/issue38172 opened by cooperlees

#38174: Security vulnerability in bundled expat CVE-2019-15903 (fix av
https://bugs.python.org/issue38174 opened by Uche Ogbuji

#38180: Test pyexpat fails on Fedora 30
https://bugs.python.org/issue38180 opened by umoqnier

#38182: test_asyncio: SubprocessMultiLoopWatcherTests.test_stdin_stdou
https://bugs.python.org/issue38182 opened by vstinner

#38184: [2.7] test_site: test_s_option() failed on AMD64 Fedora Rawhid
https://bugs.python.org/issue38184 opened by vstinner

#38186: Use FindFirstFile in ntpath.realpath() when access is denied
https://bugs.python.org/issue38186 opened by steve.dower

#38187: test.test_tools.test_c_analyzer fails in refleak mode
https://bugs.python.org/issue38187 opened by pablogsal

#38188: Incorrect Argument Order for Calls to _winapi.DuplicateHandle(
https://bugs.python.org/issue38188 opened by m3rc1fulcameron

#38190: regrtest: test suite completes but Tests Result is not display
https://bugs.python.org/issue38190 opened by vstinner

#38193: http.client should be "runnable" like http.server
https://bugs.python.org/issue38193 opened by Will Boyce

#38194: Consistently add exist_ok / missing_ok parameters to directory
https://bugs.python.org/issue38194 opened by timhoffm

#38195: A bug in the multiprocessing module
https://bugs.python.org/issue38195 opened by eshkrig

#38197: Meaning of tracebacklimit differs between sys.tracebacklimit a
https://bugs.python.org/issue38197 opened by Carl.Friedrich.Bolz

#38198: Attributes of pathlib classes are not indexed in Windows help
https://bugs.python.org/issue38198 opened by francescor

#38199: python3.8-config --ldflags must not generate -L/usr/lib64
https://bugs.python.org/issue38199 opened by vstinner

#38200: Adding itertools.pairwise to the standard library?
https://bugs.python.org/issue38200 opened by della

#38202: A fatal error in test_dictviews
https://bugs.python.org/issue38202 opened by ZackerySpytz

#38203: regrtest fails to stop test_multiprocessing_spawn worker proce
https://bugs.python.org/issue38203 opened by vstinner

#38204: Cannot compile on RPi with optimizations
https://bugs.python.org/issue38204 opened by DNSGeek

#38205: Py_UNREACHABLE() no longer behaves as a function call
https://bugs.python.org/issue38205 opened by vstinner

#38206: Clarify that tp_dealloc must decref for heap allocated type
https://bugs.python.org/issue38206 opened by ammar2

#38207: subprocess: On Windows, Popen.kill() + Popen.communicate() is
https://bugs.python.org/issue38207 opened by vstinner

#38208: Simplify string.Template by using __init_subclass__()
https://bugs.python.org/issue38208 opened by serhiy.storchaka

#38209: Simplify dataclasses.InitVar by using __class_getitem__()
https://bugs.python.org/issue38209 opened by serhiy.storchaka

#38210: Intersection of dict view with iterator returns empty set
https://bugs.python.org/issue38210 opened by serhiy.storchaka

#38211: clean up type_init()
https://bugs.python.org/issue38211 opened by sir-sigurd

#38212: test_multiprocessing_spawn: test_queue_feeder_donot_stop_onexc
https://bugs.python.org/issue38212 opened by vstinner

#38214: __reduce__ API specs for objects with __slots__
https://bugs.python.org/issue38214 opened by crusaderky

#38215: Do not import modules in star-import when __all__ is not defin
https://bugs.python.org/issue38215 opened by serhiy.storchaka

#38216: Fix for issue30458 prevents crafting invalid requests
https://bugs.python.org/issue38216 opened by jaraco

#38217: argparse should support multiple types when nargs > 1
https://bugs.python.org/issue38217 opened by rgov

#38219: Optimize dict.__init__ and dict.update for dict argument
https://bugs.python.org/issue38219 opened by serhiy.storchaka

#38221: Enhancement to pydoc for Python 3.6 to allow full backgroundin
https://bugs.python.org/issue38221 opened by fmouse

#38223: Reorganize test_shutil
https://bugs.python.org/issue38223 opened by serhiy.storchaka

#38225: iscoroutinefunction broken with cython - allow tagging of func
https://bugs.python.org/issue38225 opened by dhiltonp

#38226: pickle.dump and load error message when file isn't opened in b
https://bugs.python.org/issue38226 opened by boris

#38227: Setting a signal handler gets multiprocessing.Pool stuck
https://bugs.python.org/issue38227 opened by ionelmc

#38228: Missing documentation on strftime modifier O
https://bugs.python.org/issue38228 opened by aseques

#38230: A Path Traversal vulnerability in test/ssl_servers.py
https://bugs.python.org/issue38230 opened by longwenzhang

#38231: Documentation search results focus on tutorials and not langua
https://bugs.python.org/issue38231 opened by excalamus

#38232: empty local-part in addr_spec displayed incorrectly
https://bugs.python.org/issue38232 opened by andreitroiebbc

#38234: The value of Py_SetPath is not used to populate the configurat
https://bugs.python.org/issue38234 opened by pablogsal

#38235: Docs of logging module says argument is named "lvl". TypeError
https://bugs.python.org/issue38235 opened by penlect

#38236: Dump the Python path configuration at the first import error
https://bugs.python.org/issue38236 opened by vstinner

#38237: Expose meaningful keyword arguments for pow()
https://bugs.python.org/issue38237 opened by rhettinger



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

#38235: Docs of logging module says argument is named "lvl". TypeError
https://bugs.python.org/issue38235

#38232: empty local-part in addr_spec displayed incorrectly
https://bugs.python.org/issue38232

#38227: Setting a signal handler gets multiprocessing.Pool stuck
https://bugs.python.org/issue38227

#38226: pickle.dump and load error message when file isn't opened in b
https://bugs.python.org/issue38226

#38223: Reorganize test_shutil
https://bugs.python.org/issue38223

#38221: Enhancement to pydoc for Python 3.6 to allow full backgroundin
https://bugs.python.org/issue38221

#38219: Optimize dict.__init__ and dict.update for dict argument
https://bugs.python.org/issue38219

#38214: __reduce__ API specs for objects with __slots__
https://bugs.python.org/issue38214

#38212: test_multiprocessing_spawn: test_queue_feeder_donot_stop_onexc
https://bugs.python.org/issue38212

#38211: clean up type_init()
https://bugs.python.org/issue38211

#38210: Intersection of dict view with iterator returns empty set
https://bugs.python.org/issue38210

#38209: Simplify dataclasses.InitVar by using __class_getitem__()
https://bugs.python.org/issue38209

#38208: Simplify string.Template by using __init_subclass__()
https://bugs.python.org/issue38208

#38206: Clarify that tp_dealloc must decref for heap allocated type
https://bugs.python.org/issue38206

#38202: A fatal error in test_dictviews
https://bugs.python.org/issue38202



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

#38236: Dump the Python path configuration at the first import error
https://bugs.python.org/issue38236

#38234: The value of Py_SetPath is not used to populate the configurat
https://bugs.python.org/issue38234

#38225: iscoroutinefunction broken with cython - allow tagging of func
https://bugs.python.org/issue38225

#38223: Reorganize test_shutil
https://bugs.python.org/issue38223

#38221: Enhancement to pydoc for Python 3.6 to allow full backgroundin
https://bugs.python.org/issue38221

#38219: Optimize dict.__init__ and dict.update for dict argument
https://bugs.python.org/issue38219

#38215: Do not import modules in star-import when __all__ is not defin
https://bugs.python.org/issue38215

#38211: clean up type_init()
https://bugs.python.org/issue38211

#38209: Simplify dataclasses.InitVar by using __class_getitem__()
https://bugs.python.org/issue38209

#38208: Simplify string.Template by using __init_subclass__()
https://bugs.python.org/issue38208

#38206: Clarify that tp_dealloc must decref for heap allocated type
https://bugs.python.org/issue38206

#38205: Py_UNREACHABLE() no longer behaves as a function call
https://bugs.python.org/issue38205

#38203: regrtest fails to stop test_multiprocessing_spawn worker proce
https://bugs.python.org/issue38203

#38202: A fatal error in test_dictviews
https://bugs.python.org/issue38202

#38187: test.test_tools.test_c_analyzer fails in refleak mode
https://bugs.python.org/issue38187



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

#38205: Py_UNREACHABLE() no longer behaves as a function call
https://bugs.python.org/issue38205 19 msgs

#37812: Make implicit returns explicit in longobject.c (in CHECK_SMALL
https://bugs.python.org/issue37812 17 msgs

#37531: Fix regrtest timeout for subprocesses: regrtest -jN --timeout=
https://bugs.python.org/issue37531 10 msgs

#38216: Fix for issue30458 prevents crafting invalid requests
https://bugs.python.org/issue38216 9 msgs

#36274: http.client cannot send non-ASCII request lines
https://bugs.python.org/issue36274 7 msgs

#37224: test__xxsubinterpreters failed on AMD64 Windows8.1 Refleaks 3.
https://bugs.python.org/issue37224 7 msgs

#30458: [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection
https://bugs.python.org/issue30458 6 msgs

#33214: join method for list and tuple
https://bugs.python.org/issue33214 5 msgs

#38203: regrtest fails to stop test_multiprocessing_spawn worker proce
https://bugs.python.org/issue38203 5 msgs

#38204: Cannot compile on RPi with optimizations
https://bugs.python.org/issue38204 5 msgs



Issues closed (56)
==================

#15348: IDLE - shell becomes unresponsive if debugger windows is close
https://bugs.python.org/issue15348 closed by terry.reedy

#17822: Save on Close windows (IDLE)
https://bugs.python.org/issue17822 closed by terry.reedy

#21023: PyTypeObject tp_name is char* instead of const char*
https://bugs.python.org/issue21023 closed by serhiy.storchaka

#21705: cgi.py: Multipart with more than one file is misparsed
https://bugs.python.org/issue21705 closed by corona10

#30367: Cannot build CPython3.6 with module “testcapimodule” stati
https://bugs.python.org/issue30367 closed by vstinner

#33282: Subprocess Popen communicate hung if stdin not given to Popen,
https://bugs.python.org/issue33282 closed by corona10

#34002: minor efficiency and clarity improvements in email package
https://bugs.python.org/issue34002 closed by maxking

#34037: asyncio: BaseEventLoop.close() shutdowns the executor without
https://bugs.python.org/issue34037 closed by asvetlov

#35104: IDLE: On macOS, Command-M minimizes & opens "Open Module..."
https://bugs.python.org/issue35104 closed by terry.reedy

#35263: Add None handling for get_saved() in IDLE
https://bugs.python.org/issue35263 closed by terry.reedy

#35379: IDLE's close fails io is set to None on Mac
https://bugs.python.org/issue35379 closed by terry.reedy

#37353: Source code has not always been forward-compatible
https://bugs.python.org/issue37353 closed by zach.ware

#37449: Move ensurepip off of pkgutil and to importlib.resources
https://bugs.python.org/issue37449 closed by brett.cannon

#37635: Using constant for whence arg in seek()
https://bugs.python.org/issue37635 closed by pitrou

#37806: Infinite recursion with typing.get_type_hints
https://bugs.python.org/issue37806 closed by matrixise

#37828: Fix default mock_name in unittest.mock.assert_called error mes
https://bugs.python.org/issue37828 closed by xtreak

#37904: Suggested edit to Python Tutorial - Section 4
https://bugs.python.org/issue37904 closed by eric.smith

#37937: Mention ``frame.f_trace`` in :func:`sys.settrace` docs.
https://bugs.python.org/issue37937 closed by ncoghlan

#37953: Fix ForwardRef equality checks
https://bugs.python.org/issue37953 closed by levkivskyi

#38005: Coercing strings and non-integer numbers to interpreter ID and
https://bugs.python.org/issue38005 closed by serhiy.storchaka

#38013: AsyncGenerator breaks when not iterated fully with RuntimeErro
https://bugs.python.org/issue38013 closed by asvetlov

#38052: Include sspipe Module with Core Python
https://bugs.python.org/issue38052 closed by gvanrossum

#38057: Docs: source code don't can be translate
https://bugs.python.org/issue38057 closed by terry.reedy

#38070: visit_decref(): add an assertion to check that the object is n
https://bugs.python.org/issue38070 closed by vstinner

#38100: Spelling error in unittest.mock code
https://bugs.python.org/issue38100 closed by matrixise

#38128: IDLE undo calls get_saved() when set to None
https://bugs.python.org/issue38128 closed by terry.reedy

#38140: Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API
https://bugs.python.org/issue38140 closed by dino.viehland

#38152: AST change introduced tons of reference leaks
https://bugs.python.org/issue38152 closed by ammar2

#38155: Add __all__ to the datetime module
https://bugs.python.org/issue38155 closed by p-ganssle

#38158: PyType_Spec docs list non-existant field "doc"
https://bugs.python.org/issue38158 closed by scoder

#38162: Import Long Load
https://bugs.python.org/issue38162 closed by matrixise

#38165: freezes when loading a program on imports
https://bugs.python.org/issue38165 closed by matrixise

#38168: Refleaks in setint() of mmapmodule.c
https://bugs.python.org/issue38168 closed by xiang.zhang

#38170: imghdr: Support detecting heif
https://bugs.python.org/issue38170 closed by corona10

#38171: super() is passing wrong parameters while handling diamond inh
https://bugs.python.org/issue38171 closed by mark.dickinson

#38173: [EASY] tkinter.filedialog.askopenfilenames should follow PEP8
https://bugs.python.org/issue38173 closed by serhiy.storchaka

#38175: Memory leak in comparison of sqlite.Row objects
https://bugs.python.org/issue38175 closed by serhiy.storchaka

#38176: test_threading leaked [1, 1, 1] references: test_threads_join
https://bugs.python.org/issue38176 closed by dino.viehland

#38177: test_tools: test.test_tools.test_unparse.UnparseTestCase: test
https://bugs.python.org/issue38177 closed by pablogsal

#38178: Remove explicit "loop" argument from EchoClientProtocol exampl
https://bugs.python.org/issue38178 closed by asvetlov

#38179: Test subprocess fails on Fedora 30: test_group and test_extra_
https://bugs.python.org/issue38179 closed by xtreak

#38181: some trable with max when np.nan is in the first of a list
https://bugs.python.org/issue38181 closed by 1147945735@qq.com

#38183: test_idle should not access or modify user config directory
https://bugs.python.org/issue38183 closed by terry.reedy

#38185: Weird way of case-insensitive indexing of sqlite3.Row
https://bugs.python.org/issue38185 closed by serhiy.storchaka

#38189: pip does not run in virtual environment in 3.8
https://bugs.python.org/issue38189 closed by matrixise

#38191: typing.NamedTuple() should prefix parameters with '_'
https://bugs.python.org/issue38191 closed by serhiy.storchaka

#38192: Fix invocation of EchoClientProtocol
https://bugs.python.org/issue38192 closed by asvetlov

#38196: Bug fix in folderstats module
https://bugs.python.org/issue38196 closed by serhiy.storchaka

#38201: Anotation problem at flask_httpauth package
https://bugs.python.org/issue38201 closed by ezio.melotti

#38213: sys.maxsize returns incorrect docstring.
https://bugs.python.org/issue38213 closed by steven.daprano

#38218: SyntaxError in Tutorial 8.6 Defining Clean-up Actions
https://bugs.python.org/issue38218 closed by matrixise

#38220: Wrong values for %b and %B in ca_ES and ca_AD locales
https://bugs.python.org/issue38220 closed by eryksun

#38222: pathlib Path objects should support __format__
https://bugs.python.org/issue38222 closed by brett.cannon

#38224: Windows embeddable distribution doesn't ship headers
https://bugs.python.org/issue38224 closed by steve.dower

#38229: ClientConnectionError exception doesn't serialize property
https://bugs.python.org/issue38229 closed by davidparks21

#38233: datetime.datetime.fromtimestamp have different behaviour on wi
https://bugs.python.org/issue38233 closed by ammar2
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-09-20 - 2019-09-27)
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 7046 ( +3)
closed 43001 (+56)
total 50047 (+59)

Open issues with patches: 2795


Issues opened (46)
==================

#11410: Use GCC visibility attrs in PyAPI_*
https://bugs.python.org/issue11410 reopened by vinay.sajip

#18309: Make python slightly more relocatable
https://bugs.python.org/issue18309 reopened by mathias

#35886: Move PyInterpreterState into Include/internal/pycore_pystate.h
https://bugs.python.org/issue35886 reopened by vstinner

#37878: Sub-Interpreters : Document PyThreadState_DeleteCurrent()
https://bugs.python.org/issue37878 reopened by eric.snow

#38140: Py_tp_dictoffset / Py_tp_finalize are unsettable in stable API
https://bugs.python.org/issue38140 reopened by petr.viktorin

#38174: Security vulnerability in bundled expat CVE-2019-15903 (fix av
https://bugs.python.org/issue38174 reopened by vstinner

#38234: The value of Py_SetPath is not used to populate the configurat
https://bugs.python.org/issue38234 reopened by vstinner

#38238: site.py reporting user site info even if ENABLE_USER_SITE=Fals
https://bugs.python.org/issue38238 opened by bjmuld

#38240: assertCountEqual is horribly misleading, sounds like only coun
https://bugs.python.org/issue38240 opened by vitaly.krug

#38241: Pickle with protocol=0 in python 3 does not produce a 'human-r
https://bugs.python.org/issue38241 opened by aggieNick02

#38242: Revert the new asyncio Streams API
https://bugs.python.org/issue38242 opened by yselivanov

#38243: A reflected XSS in python/Lib/DocXMLRPCServer.py
https://bugs.python.org/issue38243 opened by longwenzhang

#38248: inconsistency in asyncio.Task between cancellation while runni
https://bugs.python.org/issue38248 opened by njs

#38249: Optimize out Py_UNREACHABLE in the release mode
https://bugs.python.org/issue38249 opened by serhiy.storchaka

#38250: enum.Flag should be more set-like
https://bugs.python.org/issue38250 opened by John Belmonte

#38252: Use 8-byte step to detect ASCII sequence in 64bit Windows buil
https://bugs.python.org/issue38252 opened by Ma Lin

#38256: binascii.crc32 is not 64-bit clean
https://bugs.python.org/issue38256 opened by zmk

#38257: __pycache__ directory with World writable permission
https://bugs.python.org/issue38257 opened by SivaKumar NSK

#38258: ctypes ignores when a DLL function is called with too many arg
https://bugs.python.org/issue38258 opened by smernst

#38259: having a PriorityQueue in multiprocessing.queue module like in
https://bugs.python.org/issue38259 opened by Yair Bonastre

#38261: Tkinter CheckButton default label white in macOS dark mode
https://bugs.python.org/issue38261 opened by Ryang Sohn

#38263: [Windows] multiprocessing: DupHandle.detach() race condition o
https://bugs.python.org/issue38263 opened by vstinner

#38264: Makefile appears broken - touching header causes no build
https://bugs.python.org/issue38264 opened by vinay.sajip

#38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal
https://bugs.python.org/issue38266 opened by wenzel

#38267: Add thread timeout for loop.shutdown_default_executor
https://bugs.python.org/issue38267 opened by aeros167

#38270: Tests: Avoid MD5 or check for MD5 availablity
https://bugs.python.org/issue38270 opened by christian.heimes

#38275: test_ssl: skip tests for disabled TLS/SSL versions
https://bugs.python.org/issue38275 opened by christian.heimes

#38276: test_asyncio: test_cancel_make_subprocess_transport_exec() fai
https://bugs.python.org/issue38276 opened by vstinner

#38277: Allowing conditions with assignment expressions in comprehensi
https://bugs.python.org/issue38277 opened by arne

#38278: Need a more efficient way to perform dict.get(key, default)
https://bugs.python.org/issue38278 opened by benspiller

#38279: multiprocessing example enhancement
https://bugs.python.org/issue38279 opened by BMV

#38280: Feature request: Add support to compile to native binary like
https://bugs.python.org/issue38280 opened by WHK Yan

#38282: socketmodule.c: _FORTIFY_SOURCE=2 warning in AF_ALG case of ge
https://bugs.python.org/issue38282 opened by vstinner

#38283: sys._getframe(1).f_lineno changed behavior in 3.8
https://bugs.python.org/issue38283 opened by Thomas Haller

#38284: signal.sigwait* do not intercept certain signals
https://bugs.python.org/issue38284 opened by Blindfreddy

#38285: Asyncio BaseEventLoop can support socket types other than SOCK
https://bugs.python.org/issue38285 opened by malversan

#38286: tarfile forgets set sgid when targetpath has it
https://bugs.python.org/issue38286 opened by Charles Coulombe

#38287: tempfile.TemporaryDirectory() should behave the same as a cont
https://bugs.python.org/issue38287 opened by Pat Gunn

#38288: shutil.make_archive() should allow setting zipfile.ZipFile() '
https://bugs.python.org/issue38288 opened by valorien

#38289: Add an option to point to an additional "site" directory
https://bugs.python.org/issue38289 opened by Micha? Fronczyk

#38291: Unclear status of the typing.io and typing.re pseudo-modules i
https://bugs.python.org/issue38291 opened by dgelessus

#38292: tkinter variable classes don't link to widget if matplotlib's
https://bugs.python.org/issue38292 opened by amiraliemami

#38293: Deepcopying property objects results in unexpected TypeError
https://bugs.python.org/issue38293 opened by Guðni Nathan

#38294: re.escape no longer escapes "/" or ":"
https://bugs.python.org/issue38294 opened by Ricardo Bánffy

#38295: macOS Catalina test failures
https://bugs.python.org/issue38295 opened by barry

#38296: unittest expectedFailure does not differentiate errors from fa
https://bugs.python.org/issue38296 opened by Kit Choi



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

#38296: unittest expectedFailure does not differentiate errors from fa
https://bugs.python.org/issue38296

#38295: macOS Catalina test failures
https://bugs.python.org/issue38295

#38292: tkinter variable classes don't link to widget if matplotlib's
https://bugs.python.org/issue38292

#38291: Unclear status of the typing.io and typing.re pseudo-modules i
https://bugs.python.org/issue38291

#38287: tempfile.TemporaryDirectory() should behave the same as a cont
https://bugs.python.org/issue38287

#38286: tarfile forgets set sgid when targetpath has it
https://bugs.python.org/issue38286

#38284: signal.sigwait* do not intercept certain signals
https://bugs.python.org/issue38284

#38282: socketmodule.c: _FORTIFY_SOURCE=2 warning in AF_ALG case of ge
https://bugs.python.org/issue38282

#38280: Feature request: Add support to compile to native binary like
https://bugs.python.org/issue38280

#38279: multiprocessing example enhancement
https://bugs.python.org/issue38279

#38276: test_asyncio: test_cancel_make_subprocess_transport_exec() fai
https://bugs.python.org/issue38276

#38267: Add thread timeout for loop.shutdown_default_executor
https://bugs.python.org/issue38267

#38263: [Windows] multiprocessing: DupHandle.detach() race condition o
https://bugs.python.org/issue38263

#38259: having a PriorityQueue in multiprocessing.queue module like in
https://bugs.python.org/issue38259

#38257: __pycache__ directory with World writable permission
https://bugs.python.org/issue38257



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

#38286: tarfile forgets set sgid when targetpath has it
https://bugs.python.org/issue38286

#38279: multiprocessing example enhancement
https://bugs.python.org/issue38279

#38275: test_ssl: skip tests for disabled TLS/SSL versions
https://bugs.python.org/issue38275

#38270: Tests: Avoid MD5 or check for MD5 availablity
https://bugs.python.org/issue38270

#38267: Add thread timeout for loop.shutdown_default_executor
https://bugs.python.org/issue38267

#38252: Use 8-byte step to detect ASCII sequence in 64bit Windows buil
https://bugs.python.org/issue38252

#38249: Optimize out Py_UNREACHABLE in the release mode
https://bugs.python.org/issue38249

#38248: inconsistency in asyncio.Task between cancellation while runni
https://bugs.python.org/issue38248

#38243: A reflected XSS in python/Lib/DocXMLRPCServer.py
https://bugs.python.org/issue38243

#38238: site.py reporting user site info even if ENABLE_USER_SITE=Fals
https://bugs.python.org/issue38238

#38234: The value of Py_SetPath is not used to populate the configurat
https://bugs.python.org/issue38234

#38225: iscoroutinefunction broken with cython - allow tagging of func
https://bugs.python.org/issue38225

#38221: Enhancement to pydoc for Python 3.6 to allow full backgroundin
https://bugs.python.org/issue38221

#38216: Fix for issue30458 (HTTP Header Injection) prevents crafting i
https://bugs.python.org/issue38216

#38215: Do not import modules in star-import when __all__ is not defin
https://bugs.python.org/issue38215



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

#38234: The value of Py_SetPath is not used to populate the configurat
https://bugs.python.org/issue38234 26 msgs

#38242: Revert the new asyncio Streams API
https://bugs.python.org/issue38242 16 msgs

#38216: Fix for issue30458 (HTTP Header Injection) prevents crafting i
https://bugs.python.org/issue38216 11 msgs

#38174: Security vulnerability in bundled expat CVE-2019-15903 (fix av
https://bugs.python.org/issue38174 9 msgs

#38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal
https://bugs.python.org/issue38266 9 msgs

#38172: Python 3.8 Segfult with Bandersnatch pytest Suite
https://bugs.python.org/issue38172 8 msgs

#38277: Allowing conditions with assignment expressions in comprehensi
https://bugs.python.org/issue38277 7 msgs

#38283: sys._getframe(1).f_lineno changed behavior in 3.8
https://bugs.python.org/issue38283 7 msgs

#38112: Compileall improvements
https://bugs.python.org/issue38112 6 msgs

#38243: A reflected XSS in python/Lib/DocXMLRPCServer.py
https://bugs.python.org/issue38243 6 msgs



Issues closed (56)
==================

#2454: sha and md5 fixer
https://bugs.python.org/issue2454 closed by christian.heimes

#9654: merge PC/getpathp.c into Modules/getpath.c
https://bugs.python.org/issue9654 closed by vstinner

#15577: Real argc and argv in embedded interpreter
https://bugs.python.org/issue15577 closed by vstinner

#16637: py-bt, py-locals, etc. GDB commands fail with output-radix 16
https://bugs.python.org/issue16637 closed by benjamin.peterson

#17101: __main__.py Multiprocessing on Windows
https://bugs.python.org/issue17101 closed by vstinner

#18000: _md5 should be built if _ssl cannot be built
https://bugs.python.org/issue18000 closed by christian.heimes

#22273: abort when passing certain structs by value using ctypes
https://bugs.python.org/issue22273 closed by vinay.sajip

#25631: Segmentation fault with invalid Unicode command-line arguments
https://bugs.python.org/issue25631 closed by vstinner

#26195: Windows frozen .exe multiprocessing.Queue access is denied exc
https://bugs.python.org/issue26195 closed by vstinner

#28009: Fix uuid.uuid1() core logic of uuid.getnode() needs refresh
https://bugs.python.org/issue28009 closed by taleinat

#31349: Embedded initialization ignores Py_SetProgramName()
https://bugs.python.org/issue31349 closed by vstinner

#32375: Compilation warnings in getpath.c with gcc on Ubuntu / -D_FORT
https://bugs.python.org/issue32375 closed by vstinner

#34300: gcc 7.3 causes a warning when compiling getpath.c in python 2.
https://bugs.python.org/issue34300 closed by vstinner

#34513: test_multiprocessing_spawn fails on x86 Windows7 3.7 buildbot
https://bugs.python.org/issue34513 closed by vstinner

#34607: test_multiprocessing_forkserver is altering the environment on
https://bugs.python.org/issue34607 closed by vstinner

#34714: timeout in test_multiprocessing_spawn x86 Windows7 3.x buildbo
https://bugs.python.org/issue34714 closed by vstinner

#35173: Re-use already existing functionality to allow Python 2.7.x (b
https://bugs.python.org/issue35173 closed by vstinner

#35603: table header in output of difflib.HtmlDiff.make_table is not e
https://bugs.python.org/issue35603 closed by xtreak

#36046: subprocess: add user, group and extra_groups parameters
https://bugs.python.org/issue36046 closed by gregory.p.smith

#36210: correct AIX logic in setup.py for (non-existant) optional exte
https://bugs.python.org/issue36210 closed by ned.deily

#36232: Improve error message on dbm.open
https://bugs.python.org/issue36232 closed by rougeth

#36576: Some test_ssl and test_asyncio tests fail with OpenSSL 1.1.1 o
https://bugs.python.org/issue36576 closed by vstinner

#36587: race in logging code when fork()
https://bugs.python.org/issue36587 closed by gregory.p.smith

#37064: Feature request: option to keep/add flags to pathfix.
https://bugs.python.org/issue37064 closed by vstinner

#37123: test_multiprocessing fails randomly on Windows
https://bugs.python.org/issue37123 closed by vstinner

#38130: Error in section 8.6 of the tutorials (Errors and Exceptions,
https://bugs.python.org/issue38130 closed by matrixise

#38142: Make _hashlib extension module PEP-384 compatible
https://bugs.python.org/issue38142 closed by christian.heimes

#38166: ast identifies incorrect column for compound attribute lookups
https://bugs.python.org/issue38166 closed by levkivskyi

#38203: regrtest fails to stop test_multiprocessing_spawn worker proce
https://bugs.python.org/issue38203 closed by vstinner

#38206: Clarify that tp_dealloc must decref for heap allocated type
https://bugs.python.org/issue38206 closed by ammar2

#38212: test_multiprocessing_spawn: test_queue_feeder_donot_stop_onexc
https://bugs.python.org/issue38212 closed by vstinner

#38219: Optimize dict.__init__ and dict.update for dict argument
https://bugs.python.org/issue38219 closed by serhiy.storchaka

#38223: Reorganize test_shutil
https://bugs.python.org/issue38223 closed by serhiy.storchaka

#38231: Documentation search results focus on tutorials and not langua
https://bugs.python.org/issue38231 closed by ammar2

#38236: Dump the Python path configuration at the first import error
https://bugs.python.org/issue38236 closed by vstinner

#38237: Expose meaningful keyword arguments for pow()
https://bugs.python.org/issue38237 closed by rhettinger

#38239: test_gdb fails on AMD64 Fedora Stable LTO 3.8 and AMD64 RHEL8
https://bugs.python.org/issue38239 closed by vstinner

#38244: example in ftplib.rst uses ftp.debian.org but it's not reachab
https://bugs.python.org/issue38244 closed by giampaolo.rodola

#38245: Why am I getting inconsistent results in this simple List assi
https://bugs.python.org/issue38245 closed by ammar2

#38246: pathlib.resolve and .absolute leave trailing tilde in home exp
https://bugs.python.org/issue38246 closed by eryksun

#38247: list(str.split(ch)) Does not print blank elements upon repeat
https://bugs.python.org/issue38247 closed by AmanPriyanshu

#38251: urllib.request memory leak / overflow
https://bugs.python.org/issue38251 closed by steve.dower

#38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h
https://bugs.python.org/issue38253 closed by benjamin.peterson

#38254: Pickle not deserializing an aiohttp ClientConnectorError excep
https://bugs.python.org/issue38254 closed by serhiy.storchaka

#38255: Replace "method" with "attribute" in the description of super(
https://bugs.python.org/issue38255 closed by maggyero

#38260: asyncio.run documentation does not mention its return value
https://bugs.python.org/issue38260 closed by asvetlov

#38262: Mixins - super calls in bases of multiple-inheritance with dif
https://bugs.python.org/issue38262 closed by rhettinger

#38265: Update os.pread to accept the length type as size_t
https://bugs.python.org/issue38265 closed by corona10

#38268: Unclear definition of ceil, floor and trunc in documentation m
https://bugs.python.org/issue38268 closed by serhiy.storchaka

#38269: AMD64 Debian PGO 3.x, AMD64 Clang UBSan 2.7 buildbots: No spac
https://bugs.python.org/issue38269 closed by vstinner

#38271: test_ssl: replace 3DES with AES encrypted private keys
https://bugs.python.org/issue38271 closed by christian.heimes

#38272: test_ctypes: test_array_in_struct() failed on ARMv7 Debian bus
https://bugs.python.org/issue38272 closed by vinay.sajip

#38273: Got an compile failed info about typeobject.c
https://bugs.python.org/issue38273 closed by shihai1991

#38274: sementic errors?
https://bugs.python.org/issue38274 closed by vstinner

#38281: "+" ignored when determining file mode in gzip.GzipFile.__init
https://bugs.python.org/issue38281 closed by serhiy.storchaka

#38290: cleanup ababstractproperty in typing.py
https://bugs.python.org/issue38290 closed by levkivskyi
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-09-27 - 2019-10-04)
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 7060 (+14)
closed 43063 (+62)
total 50123 (+76)

Open issues with patches: 2811


Issues opened (53)
==================

#22742: IDLE shows traceback when printing non-BMP character
https://bugs.python.org/issue22742 reopened by serhiy.storchaka

#37096: Add large-file tests for modules using sendfile(2)
https://bugs.python.org/issue37096 reopened by vstinner

#38242: Revert the new asyncio Streams API
https://bugs.python.org/issue38242 reopened by aeros167

#38243: A reflected XSS in python/Lib/DocXMLRPCServer.py
https://bugs.python.org/issue38243 reopened by vstinner

#38295: macOS Catalina test failures
https://bugs.python.org/issue38295 reopened by terry.reedy

#38299: build errors - latest "git pull"
https://bugs.python.org/issue38299 opened by grgoffe@yahoo.com

#38302: __rpow__ not reached when __ipow__ returns NotImplemented
https://bugs.python.org/issue38302 opened by DeepSpace

#38303: Make audioop PEP-384 compatible
https://bugs.python.org/issue38303 opened by Tyler Kieft

#38306: High level API for loop.run_in_executor(None, ...)?
https://bugs.python.org/issue38306 opened by antoine.pietri

#38307: Provide Class' end line in readmodule module
https://bugs.python.org/issue38307 opened by aviral

#38308: Add optional weighting to statistics.harmonic_mean()
https://bugs.python.org/issue38308 opened by rhettinger

#38309: Avoid creating duplicate PATH entries with the macOS installer
https://bugs.python.org/issue38309 opened by rhettinger

#38312: curses: add `set_tabsize` and `set_escdelay`
https://bugs.python.org/issue38312 opened by Anthony Sottile

#38314: Implement unix read_pipe.is_reading() method
https://bugs.python.org/issue38314 opened by asvetlov

#38316: docs: Code object's "co_stacksize" field is described with mis
https://bugs.python.org/issue38316 opened by pfalcon

#38318: Issues linking with ncurses and tinfo (cannot resolve symbols)
https://bugs.python.org/issue38318 opened by veremitz

#38320: Clarify unittest expectedFailure behaviour in the documentatio
https://bugs.python.org/issue38320 opened by Kit Choi2

#38323: test_ayncio: test_close_kill_running() hangs on AMD64 RHEL7 Re
https://bugs.python.org/issue38323 opened by vstinner

#38324: [Windows] test_locale and test__locale failures on Windows
https://bugs.python.org/issue38324 opened by vstinner

#38325: [Windows] test_winconsoleio failures
https://bugs.python.org/issue38325 opened by vstinner

#38328: Speed up the creation time of constant list literals.
https://bugs.python.org/issue38328 opened by brandtbucher

#38329: macOS python.org installers only add or modify framework Versi
https://bugs.python.org/issue38329 opened by KevinPackard

#38330: httplib specifies content-length when transfer-encoding presen
https://bugs.python.org/issue38330 opened by apmatthews

#38331: Exec not recognizing global variables inside function
https://bugs.python.org/issue38331 opened by Huyston

#38332: invalid content-transfer-encoding in encoded-word causes KeyEr
https://bugs.python.org/issue38332 opened by aft90

#38334: zipfile: Seeking encrypted file breaks after seeking backwards
https://bugs.python.org/issue38334 opened by dhillier

#38335: simplify overlaps function in ipaddress.py
https://bugs.python.org/issue38335 opened by Sanjay

#38336: Remove the __set__ method restriction on data descriptors for
https://bugs.python.org/issue38336 opened by maggyero

#38337: inspect: getmembers calls properties
https://bugs.python.org/issue38337 opened by jnsdrtlf

#38338: [2.7] test_ssl fails on RHEL8
https://bugs.python.org/issue38338 opened by vstinner

#38339: [3.5] The doc job of Travis CI fails on Python 3.5: needs at l
https://bugs.python.org/issue38339 opened by vstinner

#38340: ERROR WHILE BUILDING pyworld for x86_64-linux-gnu-gcc
https://bugs.python.org/issue38340 opened by ECAS India

#38341: Add SMTPNotSupportedError in the exports of smtplib
https://bugs.python.org/issue38341 opened by Norman.Denayer

#38344: activate.bat else needs to be on the same line as the if
https://bugs.python.org/issue38344 opened by James Abel

#38345: Add end lines to pyclbr objects
https://bugs.python.org/issue38345 opened by RobertKearns

#38346: Wrong behavior when using `assert_called_with` with mutable ob
https://bugs.python.org/issue38346 opened by Jim Jeon

#38347: pathfix.py does not find Python scripts that have '-' in its f
https://bugs.python.org/issue38347 opened by rpluem

#38348: Make python -m ast more configurable
https://bugs.python.org/issue38348 opened by BTaskaya

#38349: Email example using imaginary library installation error. The
https://bugs.python.org/issue38349 opened by jackotonye

#38350: ./configure --with-pydebug should use -O0 rather than -Og
https://bugs.python.org/issue38350 opened by vstinner

#38351: Modernize email example from %-formatting to f-string
https://bugs.python.org/issue38351 opened by Mariatta

#38352: In typing docs, note explicit import needed for IO and Pattern
https://bugs.python.org/issue38352 opened by Karl Kornel

#38353: Cleanup the path configuration implementation code (getpath.c)
https://bugs.python.org/issue38353 opened by vstinner

#38354: Fix for bug 30378 regressed SysLogHandler by making it resolve
https://bugs.python.org/issue38354 opened by ngie

#38355: ntpath.realpath() fails on sys.executable
https://bugs.python.org/issue38355 opened by steve.dower

#38356: test_asyncio: SubprocessThreadedWatcherTests leaks threads
https://bugs.python.org/issue38356 opened by vstinner

#38359: pyw.exe opens console window in Windows 10
https://bugs.python.org/issue38359 opened by Andrew Ushakov

#38360: single-argument form of -isysroot should be supported
https://bugs.python.org/issue38360 opened by jmr

#38361: syslog: Default "ident" in syslog.openlog() shouldn't contain
https://bugs.python.org/issue38361 opened by vaclavbartos

#38364: inspect.iscoroutinefunction / isgeneratorfunction / isasyncgen
https://bugs.python.org/issue38364 opened by mjpieters

#38367: test_regrtest hanged on AMD64 Windows10 3.x
https://bugs.python.org/issue38367 opened by vstinner

#38368: Crash when subclassing ctypes.Union
https://bugs.python.org/issue38368 opened by oriordan

#38371: Tkinter: deprecate the split() method
https://bugs.python.org/issue38371 opened by serhiy.storchaka



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

#38371: Tkinter: deprecate the split() method
https://bugs.python.org/issue38371

#38367: test_regrtest hanged on AMD64 Windows10 3.x
https://bugs.python.org/issue38367

#38364: inspect.iscoroutinefunction / isgeneratorfunction / isasyncgen
https://bugs.python.org/issue38364

#38361: syslog: Default "ident" in syslog.openlog() shouldn't contain
https://bugs.python.org/issue38361

#38360: single-argument form of -isysroot should be supported
https://bugs.python.org/issue38360

#38347: pathfix.py does not find Python scripts that have '-' in its f
https://bugs.python.org/issue38347

#38345: Add end lines to pyclbr objects
https://bugs.python.org/issue38345

#38341: Add SMTPNotSupportedError in the exports of smtplib
https://bugs.python.org/issue38341

#38335: simplify overlaps function in ipaddress.py
https://bugs.python.org/issue38335

#38334: zipfile: Seeking encrypted file breaks after seeking backwards
https://bugs.python.org/issue38334

#38330: httplib specifies content-length when transfer-encoding presen
https://bugs.python.org/issue38330

#38323: test_ayncio: test_close_kill_running() hangs on AMD64 RHEL7 Re
https://bugs.python.org/issue38323

#38320: Clarify unittest expectedFailure behaviour in the documentatio
https://bugs.python.org/issue38320

#38309: Avoid creating duplicate PATH entries with the macOS installer
https://bugs.python.org/issue38309

#38303: Make audioop PEP-384 compatible
https://bugs.python.org/issue38303



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

#38371: Tkinter: deprecate the split() method
https://bugs.python.org/issue38371

#38359: pyw.exe opens console window in Windows 10
https://bugs.python.org/issue38359

#38356: test_asyncio: SubprocessThreadedWatcherTests leaks threads
https://bugs.python.org/issue38356

#38355: ntpath.realpath() fails on sys.executable
https://bugs.python.org/issue38355

#38353: Cleanup the path configuration implementation code (getpath.c)
https://bugs.python.org/issue38353

#38350: ./configure --with-pydebug should use -O0 rather than -Og
https://bugs.python.org/issue38350

#38348: Make python -m ast more configurable
https://bugs.python.org/issue38348

#38347: pathfix.py does not find Python scripts that have '-' in its f
https://bugs.python.org/issue38347

#38345: Add end lines to pyclbr objects
https://bugs.python.org/issue38345

#38344: activate.bat else needs to be on the same line as the if
https://bugs.python.org/issue38344

#38341: Add SMTPNotSupportedError in the exports of smtplib
https://bugs.python.org/issue38341

#38339: [3.5] The doc job of Travis CI fails on Python 3.5: needs at l
https://bugs.python.org/issue38339

#38338: [2.7] test_ssl fails on RHEL8
https://bugs.python.org/issue38338

#38337: inspect: getmembers calls properties
https://bugs.python.org/issue38337

#38336: Remove the __set__ method restriction on data descriptors for
https://bugs.python.org/issue38336



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

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006 47 msgs

#38351: Modernize email example from %-formatting to f-string
https://bugs.python.org/issue38351 12 msgs

#38243: A reflected XSS in python/Lib/DocXMLRPCServer.py
https://bugs.python.org/issue38243 9 msgs

#38350: ./configure --with-pydebug should use -O0 rather than -Og
https://bugs.python.org/issue38350 9 msgs

#38353: Cleanup the path configuration implementation code (getpath.c)
https://bugs.python.org/issue38353 9 msgs

#38242: Revert the new asyncio Streams API
https://bugs.python.org/issue38242 8 msgs

#37096: Add large-file tests for modules using sendfile(2)
https://bugs.python.org/issue37096 7 msgs

#38216: Fix for issue30458 (HTTP Header Injection) prevents crafting i
https://bugs.python.org/issue38216 7 msgs

#38346: Wrong behavior when using `assert_called_with` with mutable ob
https://bugs.python.org/issue38346 6 msgs

#38337: inspect: getmembers calls properties
https://bugs.python.org/issue38337 5 msgs



Issues closed (58)
==================

#20504: cgi.FieldStorage, multipart, missing Content-Length
https://bugs.python.org/issue20504 closed by ned.deily

#26093: __qualname__ different when calling generator object w/ functi
https://bugs.python.org/issue26093 closed by corona10

#30019: IDLE freezes when opening a file with astral characters
https://bugs.python.org/issue30019 closed by serhiy.storchaka

#30773: async generator receives wrong value when shared between corou
https://bugs.python.org/issue30773 closed by yselivanov

#32689: shutil.move raises AttributeError if first argument is a pathl
https://bugs.python.org/issue32689 closed by gvanrossum

#36670: regrtest: win_utils decodes typeperf output from the wrong enc
https://bugs.python.org/issue36670 closed by vstinner

#37146: opcode cache for LOAD_GLOBAL emits false alarm in memory leak
https://bugs.python.org/issue37146 closed by vstinner

#37245: Azure Pipeline 3.8 CI: multiple tests hung and timed out on ma
https://bugs.python.org/issue37245 closed by vstinner

#37474: Should Py_Initialize() control the floating point mode?
https://bugs.python.org/issue37474 closed by vstinner

#37507: multiprocessing: Add a stop() method to ForkServer
https://bugs.python.org/issue37507 closed by vstinner

#37725: "make clean" should remove PGO task data
https://bugs.python.org/issue37725 closed by nascheme

#38019: asyncio subprocess AttributeError: 'NoneType' object has no at
https://bugs.python.org/issue38019 closed by asvetlov

#38093: Update MagicMock __aenter__ and __aexit__ to return AsyncMock'
https://bugs.python.org/issue38093 closed by lisroach

#38106: [2.7] Race in PyThread_release_lock on macOS - can lead to mem
https://bugs.python.org/issue38106 closed by vstinner

#38108: Everything in Mock should inherit from Base
https://bugs.python.org/issue38108 closed by lisroach

#38115: Invalid bytecode offsets in co_lnotab
https://bugs.python.org/issue38115 closed by gregory.p.smith

#38136: Remove AsyncMock.assert_awaited_*
https://bugs.python.org/issue38136 closed by lisroach

#38163: AsyncMock child mocks should detect their type
https://bugs.python.org/issue38163 closed by lisroach

#38164: polishing asyncio Streams API
https://bugs.python.org/issue38164 closed by aeros167

#38190: regrtest: test suite completes but Tests Result is not display
https://bugs.python.org/issue38190 closed by vstinner

#38205: Py_UNREACHABLE() no longer behaves as a function call
https://bugs.python.org/issue38205 closed by vstinner

#38235: Docs of logging module says argument is named "lvl". TypeError
https://bugs.python.org/issue38235 closed by vinay.sajip

#38248: inconsistency in asyncio.Task between cancellation while runni
https://bugs.python.org/issue38248 closed by yselivanov

#38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal
https://bugs.python.org/issue38266 closed by vstinner

#38270: Tests: Avoid MD5 or check for MD5 availablity
https://bugs.python.org/issue38270 closed by christian.heimes

#38277: Allowing conditions with assignment expressions in comprehensi
https://bugs.python.org/issue38277 closed by gvanrossum

#38280: Add support to compile to native binary like as with golang
https://bugs.python.org/issue38280 closed by terry.reedy

#38284: signal.sigwait* do not intercept certain signals
https://bugs.python.org/issue38284 closed by pitrou

#38292: tkinter variable classes don't link to widget if matplotlib's
https://bugs.python.org/issue38292 closed by terry.reedy

#38296: unittest expectedFailure does not differentiate errors from fa
https://bugs.python.org/issue38296 closed by terry.reedy

#38297: Imports at top of module is often not used
https://bugs.python.org/issue38297 closed by brett.cannon

#38298: Base class of generic type has wrong `cls` argument in classme
https://bugs.python.org/issue38298 closed by levkivskyi

#38300: Documentation says destuction of TemporaryDirectory object wil
https://bugs.python.org/issue38300 closed by iarp

#38301: If "_REENTRANT" is defined in the header file, we should use "
https://bugs.python.org/issue38301 closed by jcea

#38304: PEP 587 implementation is not ABI forward compatible
https://bugs.python.org/issue38304 closed by vstinner

#38305: https://2.python-requests.org/ missing TLS certicate
https://bugs.python.org/issue38305 closed by ned.deily

#38310: Opcode predictions for asserts, class definitions, and some ca
https://bugs.python.org/issue38310 closed by rhettinger

#38311: Building with macoS system SQLite3 generates sqlite3_enable_sh
https://bugs.python.org/issue38311 closed by ned.deily

#38313: Crash/No start
https://bugs.python.org/issue38313 closed by zach.ware

#38315: Provide defaultdict variant that passes key to default_factory
https://bugs.python.org/issue38315 closed by rhettinger

#38317: PyConfig (PEP 587): PyConfig.warnoptions should have the highe
https://bugs.python.org/issue38317 closed by vstinner

#38319: shutil.copyfile(): os.sendfile() fails with OverflowError on 3
https://bugs.python.org/issue38319 closed by vstinner

#38321: Compiler warnings when building Python 3.8
https://bugs.python.org/issue38321 closed by vstinner

#38322: Azure Pipelines: appx tests fail: init_fs_encoding: failed to
https://bugs.python.org/issue38322 closed by steve.dower

#38326: Concerns with the last minute changes to the PEP 587 API
https://bugs.python.org/issue38326 closed by vstinner

#38327: Creating set with empty string returns empty set
https://bugs.python.org/issue38327 closed by ammar2

#38333: add type signatures to library function docs
https://bugs.python.org/issue38333 closed by gvanrossum

#38342: ImportError: cannot import name 'MetadataPathFinder' from 'imp
https://bugs.python.org/issue38342 closed by brett.cannon

#38343: Version name in PC/layout read incorrectly for RC
https://bugs.python.org/issue38343 closed by steve.dower

#38357: print adding extra bytes in hex above x7F
https://bugs.python.org/issue38357 closed by ammar2

#38358: ASSERTION ERROR WHILE USING TENSORFLOW
https://bugs.python.org/issue38358 closed by serhiy.storchaka

#38362: platform.system() comparison problem
https://bugs.python.org/issue38362 closed by steven.daprano

#38363: No Module named ..." and UTF-8 Byte Order Marks
https://bugs.python.org/issue38363 closed by steven.daprano

#38365: Issue 38363 - False Alarm - Sorry!
https://bugs.python.org/issue38365 closed by steven.daprano

#38366: dataclasses: generate the _hash_action table from the if-else
https://bugs.python.org/issue38366 closed by eric.smith

#38369: Python 3.7.4 venv command does not install pip
https://bugs.python.org/issue38369 closed by paul.moore

#38370: An array as attribute of an object is shared between instances
https://bugs.python.org/issue38370 closed by mark.dickinson

#38372: Undefined behavior when changing dict while iterating it
https://bugs.python.org/issue38372 closed by bboneva
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/FJ65RHUV5RZ33PNFIL4YY2CICJA2HGU2/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-10-04 - 2019-10-11)
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 7068 ( +8)
closed 43134 (+71)
total 50202 (+79)

Open issues with patches: 2807


Issues opened (48)
==================

#38373: List overallocation strategy
https://bugs.python.org/issue38373 opened by serhiy.storchaka

#38374: Remove weakref.ReferenceError entry from documentation
https://bugs.python.org/issue38374 opened by mjpieters

#38377: test_asyncio.test_events.GetEventLoopTestsMixin.test_get_event
https://bugs.python.org/issue38377 opened by mcepl

#38378: os.sendfile() has improperly named parameter
https://bugs.python.org/issue38378 opened by serhiy.storchaka

#38379: finalizer resurrection in gc
https://bugs.python.org/issue38379 opened by tim.peters

#38380: Update SQLite to 3.30 in Windows and macOS installer builds
https://bugs.python.org/issue38380 opened by Big Stone

#38381: Possible wordcode optimization for STORE/LOAD pairs
https://bugs.python.org/issue38381 opened by rhettinger

#38382: statistics.harmonic_mean fails to raise error with negative in
https://bugs.python.org/issue38382 opened by WarrenWeckesser

#38384: An assertion failure in test_pickle
https://bugs.python.org/issue38384 opened by ZackerySpytz

#38385: statistics: incorrect documentation
https://bugs.python.org/issue38385 opened by lebigot

#38387: Document PyDoc_STRVAR
https://bugs.python.org/issue38387 opened by bsolomon1124

#38388: Pickle protocol v 5 needs to be documented
https://bugs.python.org/issue38388 opened by Dima.Tisnek

#38393: building modules from 3.8.0rc1 fails in a venv when system 3.8
https://bugs.python.org/issue38393 opened by pmpp

#38394: time.get_clock_info reports "adjustable=False" for implementat
https://bugs.python.org/issue38394 opened by Florian Krause

#38395: proxy_contains (weakref.proxy) can access an object with 0 ref
https://bugs.python.org/issue38395 opened by colesbury

#38397: __init_subclass__ causes TypeError when used with more standar
https://bugs.python.org/issue38397 opened by retnikt

#38401: Make dataclass attribute docstrings accessible
https://bugs.python.org/issue38401 opened by John Parejko2

#38403: nuspec iconUrl field is deprecated
https://bugs.python.org/issue38403 opened by steve.dower

#38410: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Fir
https://bugs.python.org/issue38410 opened by ZackerySpytz

#38411: SQLITE_MISUSE race condition in sqlite3 is misleadingly raised
https://bugs.python.org/issue38411 opened by Jack Robison

#38413: Remove or change "Multithreading" section
https://bugs.python.org/issue38413 opened by Vladimir Ryabtsev

#38415: @asynccontextmanager decorated functions are not callable like
https://bugs.python.org/issue38415 opened by fried

#38417: Add support for settting umask in subprocess children
https://bugs.python.org/issue38417 opened by gregory.p.smith

#38418: Audit event for os.system is incorrect
https://bugs.python.org/issue38418 opened by steve.dower

#38419: The path of check-c-globals.py on README is wrong
https://bugs.python.org/issue38419 opened by corona10

#38421: email.utils.parsetime_tz does not return "None" as the tz offs
https://bugs.python.org/issue38421 opened by irishsmurf

#38422: Clarify docstrings of pathlib suffix(es)
https://bugs.python.org/issue38422 opened by cool-RR

#38423: Event loop implementation docs advertise set_event_loop which
https://bugs.python.org/issue38423 opened by hniksic

#38424: typing.Generator shorthand
https://bugs.python.org/issue38424 opened by Dima.Tisnek

#38427: Issue URL on translated Python docs site is always pointed to
https://bugs.python.org/issue38427 opened by zhsj

#38428: Can't gracefully ctrl+C multiprocessing pool on Python3 & Wind
https://bugs.python.org/issue38428 opened by rebeccafair

#38430: Memory leak in ThreadPoolExecutor + run_in_executor
https://bugs.python.org/issue38430 opened by Evgeny Nizhibitsky

#38431: dataclasses.InitVar breaks with typing.Optional
https://bugs.python.org/issue38431 opened by samuelcolvin

#38433: 2.7.17rc1 tcl/tk version regression on Windows
https://bugs.python.org/issue38433 opened by terry.reedy

#38434: sys.addaudithook event is not documented
https://bugs.python.org/issue38434 opened by steve.dower

#38435: Start the deprecation cycle for subprocess preexec_fn
https://bugs.python.org/issue38435 opened by gregory.p.smith

#38436: Improved performance for list addition.
https://bugs.python.org/issue38436 opened by brandtbucher

#38438: argparse "usage" overly-complex with nargs="*"
https://bugs.python.org/issue38438 opened by bobjalex

#38439: Python needs higher resolution app/menu icons
https://bugs.python.org/issue38439 opened by hroncok

#38440: Possible new issues with IDLE
https://bugs.python.org/issue38440 opened by rhettinger

#38443: unavailable --with-universal-archs= macOS confgure options fai
https://bugs.python.org/issue38443 opened by ned.deily

#38445: os.path.exists() takes bool as argument and returns True
https://bugs.python.org/issue38445 opened by Nika

#38446: Ambiguous signature for builtins.__build_class__
https://bugs.python.org/issue38446 opened by bup

#38447: test_multiprocessing_spawn: Dangling processes: {<SpawnProcess
https://bugs.python.org/issue38447 opened by vstinner

#38448: test_concurrent_futures: reap_children() reaped child process
https://bugs.python.org/issue38448 opened by vstinner

#38449: regression - mimetypes guess_type is confused by ; in the file
https://bugs.python.org/issue38449 opened by Yaroslav.Halchenko

#38450: 3.8 Release Notes: IDLE section dupe
https://bugs.python.org/issue38450 opened by srittau

#38451: Datetime definition does not work in function definition as li
https://bugs.python.org/issue38451 opened by Pouria_ff



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

#38451: Datetime definition does not work in function definition as li
https://bugs.python.org/issue38451

#38450: 3.8 Release Notes: IDLE section dupe
https://bugs.python.org/issue38450

#38448: test_concurrent_futures: reap_children() reaped child process
https://bugs.python.org/issue38448

#38447: test_multiprocessing_spawn: Dangling processes: {<SpawnProcess
https://bugs.python.org/issue38447

#38446: Ambiguous signature for builtins.__build_class__
https://bugs.python.org/issue38446

#38434: sys.addaudithook event is not documented
https://bugs.python.org/issue38434

#38433: 2.7.17rc1 tcl/tk version regression on Windows
https://bugs.python.org/issue38433

#38422: Clarify docstrings of pathlib suffix(es)
https://bugs.python.org/issue38422

#38418: Audit event for os.system is incorrect
https://bugs.python.org/issue38418

#38415: @asynccontextmanager decorated functions are not callable like
https://bugs.python.org/issue38415

#38411: SQLITE_MISUSE race condition in sqlite3 is misleadingly raised
https://bugs.python.org/issue38411

#38403: nuspec iconUrl field is deprecated
https://bugs.python.org/issue38403

#38388: Pickle protocol v 5 needs to be documented
https://bugs.python.org/issue38388

#38387: Document PyDoc_STRVAR
https://bugs.python.org/issue38387

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



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

#38436: Improved performance for list addition.
https://bugs.python.org/issue38436

#38431: dataclasses.InitVar breaks with typing.Optional
https://bugs.python.org/issue38431

#38422: Clarify docstrings of pathlib suffix(es)
https://bugs.python.org/issue38422

#38421: email.utils.parsetime_tz does not return "None" as the tz offs
https://bugs.python.org/issue38421

#38419: The path of check-c-globals.py on README is wrong
https://bugs.python.org/issue38419

#38418: Audit event for os.system is incorrect
https://bugs.python.org/issue38418

#38415: @asynccontextmanager decorated functions are not callable like
https://bugs.python.org/issue38415

#38413: Remove or change "Multithreading" section
https://bugs.python.org/issue38413

#38410: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Fir
https://bugs.python.org/issue38410

#38395: proxy_contains (weakref.proxy) can access an object with 0 ref
https://bugs.python.org/issue38395

#38388: Pickle protocol v 5 needs to be documented
https://bugs.python.org/issue38388

#38384: An assertion failure in test_pickle
https://bugs.python.org/issue38384

#38382: statistics.harmonic_mean fails to raise error with negative in
https://bugs.python.org/issue38382

#38380: Update SQLite to 3.30 in Windows and macOS installer builds
https://bugs.python.org/issue38380

#38379: finalizer resurrection in gc
https://bugs.python.org/issue38379



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

#38382: statistics.harmonic_mean fails to raise error with negative in
https://bugs.python.org/issue38382 10 msgs

#38417: Add support for settting umask in subprocess children
https://bugs.python.org/issue38417 10 msgs

#38430: Memory leak in ThreadPoolExecutor + run_in_executor
https://bugs.python.org/issue38430 8 msgs

#32561: Add API to io objects for cache-only reads/writes
https://bugs.python.org/issue32561 7 msgs

#38379: finalizer resurrection in gc
https://bugs.python.org/issue38379 7 msgs

#38438: argparse "usage" overly-complex with nargs="*"
https://bugs.python.org/issue38438 7 msgs

#38349: Email example using imaginary library installation error.
https://bugs.python.org/issue38349 6 msgs

#38380: Update SQLite to 3.30 in Windows and macOS installer builds
https://bugs.python.org/issue38380 6 msgs

#13322: The io module doesn't support non-blocking files
https://bugs.python.org/issue13322 5 msgs

#37951: Disallow fork in a subinterpreter broke subprocesses in mod_ws
https://bugs.python.org/issue37951 5 msgs



Issues closed (62)
==================

#14307: Make subclassing SocketServer simpler for non-blocking framewo
https://bugs.python.org/issue14307 closed by vstinner

#17894: Edits to descriptor howto
https://bugs.python.org/issue17894 closed by rhettinger

#24560: codecs.StreamReader doesn't work with nonblocking streams: Typ
https://bugs.python.org/issue24560 closed by vstinner

#25988: collections.abc.Indexable
https://bugs.python.org/issue25988 closed by serhiy.storchaka

#26292: Raw I/O writelines() broken for non-blocking I/O
https://bugs.python.org/issue26292 closed by vstinner

#33714: module can set an exception in tp_clear
https://bugs.python.org/issue33714 closed by petr.viktorin

#34957: Segementation faults on ARM and ARM64
https://bugs.python.org/issue34957 closed by zach.ware

#35005: argparse should accept json and yaml argument types
https://bugs.python.org/issue35005 closed by rhettinger

#35762: subprocess.Popen with universal_newlines and nonblocking strea
https://bugs.python.org/issue35762 closed by vstinner

#36075: python 2to3 conversion tool is generating file with extra line
https://bugs.python.org/issue36075 closed by mark.dickinson

#36161: Use thread-safe functions instead of unsafe ones (crypt, ttyna
https://bugs.python.org/issue36161 closed by benjamin.peterson

#36253: Use after free in ctypes test suite
https://bugs.python.org/issue36253 closed by btharper

#36698: Shell restart when error message contains non-BMP characters
https://bugs.python.org/issue36698 closed by serhiy.storchaka

#36953: Remove collections ABCs?
https://bugs.python.org/issue36953 closed by serhiy.storchaka

#37324: collections: remove deprecated aliases to ABC classes
https://bugs.python.org/issue37324 closed by serhiy.storchaka

#38014: ./configure on recent macOS versions can fail with multiple "p
https://bugs.python.org/issue38014 closed by ned.deily

#38109: Missing constants in Lib/stat.py
https://bugs.python.org/issue38109 closed by vstinner

#38167: O_DIRECT read fails with 4K mmap buffer
https://bugs.python.org/issue38167 closed by josh.r

#38210: Intersection of dict view with iterator returns empty set
https://bugs.python.org/issue38210 closed by serhiy.storchaka

#38215: Do not import modules in star-import when __all__ is not defin
https://bugs.python.org/issue38215 closed by serhiy.storchaka

#38216: Fix for issue30458 (HTTP Header Injection) prevents crafting i
https://bugs.python.org/issue38216 closed by larry

#38230: A Path Traversal vulnerability in test/ssl_servers.py
https://bugs.python.org/issue38230 closed by vstinner

#38294: Documentation on 3.6->3.7 re.escape no longer escaping "/" or
https://bugs.python.org/issue38294 closed by serhiy.storchaka

#38331: Exec not recognizing global variables inside function
https://bugs.python.org/issue38331 closed by terry.reedy

#38339: [3.5] The doc job of Travis CI fails on Python 3.5: needs at l
https://bugs.python.org/issue38339 closed by vstinner

#38345: Add end lines to pyclbr objects
https://bugs.python.org/issue38345 closed by terry.reedy

#38346: Wrong behavior when using `assert_called_with` with mutable ob
https://bugs.python.org/issue38346 closed by mariocj89

#38347: pathfix.py does not find Python scripts that have '-' in its f
https://bugs.python.org/issue38347 closed by vstinner

#38367: test_regrtest hanged on AMD64 Windows10 3.x
https://bugs.python.org/issue38367 closed by vstinner

#38368: Crash when subclassing ctypes.Union
https://bugs.python.org/issue38368 closed by vinay.sajip

#38371: Tkinter: deprecate the split() method
https://bugs.python.org/issue38371 closed by serhiy.storchaka

#38375: Enum lookup fails for callable values
https://bugs.python.org/issue38375 closed by ethan.furman

#38376: ./configure --with-assertions generates a broken build
https://bugs.python.org/issue38376 closed by vstinner

#38383: undefined behavior in tailmatch() of bytes_methods.c
https://bugs.python.org/issue38383 closed by serhiy.storchaka

#38386: ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue38386 closed by ned.deily

#38389: Bug on sorted with count key
https://bugs.python.org/issue38389 closed by benjamin.peterson

#38390: Got a compile warning in dictobject.c
https://bugs.python.org/issue38390 closed by serhiy.storchaka

#38391: Typo in tutorial code (does not compile)
https://bugs.python.org/issue38391 closed by xiang.zhang

#38392: Ensure that objects entering the GC are valid
https://bugs.python.org/issue38392 closed by vstinner

#38396: ast.literal_eval doesn't give information about node except th
https://bugs.python.org/issue38396 closed by serhiy.storchaka

#38398: PyUnicode functions are not exported by python 2 in Ubuntu
https://bugs.python.org/issue38398 closed by vstinner

#38399: Error message persists when reimporting library
https://bugs.python.org/issue38399 closed by steven.daprano

#38400: Python segfaults when configured with --with-pydebug --with-tr
https://bugs.python.org/issue38400 closed by pablogsal

#38402: crypt: check error from library call
https://bugs.python.org/issue38402 closed by benjamin.peterson

#38404: spam
https://bugs.python.org/issue38404 closed by ned.deily

#38405: Nested subclasses of typing.NamedTuple are not pickleable
https://bugs.python.org/issue38405 closed by serhiy.storchaka

#38406: Missed some public names in help(typing)
https://bugs.python.org/issue38406 closed by serhiy.storchaka

#38407: Add docstrings for typing.SupportsXXX classes
https://bugs.python.org/issue38407 closed by serhiy.storchaka

#38408: urlparse gives no method to build a url with a port
https://bugs.python.org/issue38408 closed by eric.smith

#38409: Typo in doc string for str.strip
https://bugs.python.org/issue38409 closed by zach.ware

#38412: csv.reader failed to split string with spaces and quoted delim
https://bugs.python.org/issue38412 closed by belegnar

#38414: Ordering a nested dictionary in python with json format
https://bugs.python.org/issue38414 closed by serhiy.storchaka

#38416: test_largefile.TestSocketSendfile.test_it() failed with 15 min
https://bugs.python.org/issue38416 closed by vstinner

#38420: defaultdict does not support parametric lambda
https://bugs.python.org/issue38420 closed by steven.daprano

#38425: Remove warning: ‘res’ may be used uninitialized in this fu
https://bugs.python.org/issue38425 closed by corona10

#38426: declare visit_validate in Py_DEBUG macro
https://bugs.python.org/issue38426 closed by vstinner

#38429: Failed to compile with --enable-framework on macOS on master
https://bugs.python.org/issue38429 closed by vstinner

#38432: ZeroDivisionError when inf is expected
https://bugs.python.org/issue38432 closed by vstinner

#38437: Set GC_DEBUG for debug builds of the interpreter
https://bugs.python.org/issue38437 closed by pablogsal

#38441: failing to build the Documentation
https://bugs.python.org/issue38441 closed by ned.deily

#38442: Doc/whatsnew/3.8.rst has an execution bit
https://bugs.python.org/issue38442 closed by serhiy.storchaka

#38444: dataclass: always generate default __init__ on __default_init_
https://bugs.python.org/issue38444 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-10-11 - 2019-10-18)
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 7074 ( +6)
closed 43195 (+61)
total 50269 (+67)

Open issues with patches: 2806


Issues opened (41)
==================

#22347: mimetypes.guess_type("//example.com") misinterprets host name
https://bugs.python.org/issue22347 reopened by maxking

#32856: Optimize the `for y in [x]` idiom in comprehensions
https://bugs.python.org/issue32856 reopened by serhiy.storchaka

#33604: HMAC default to MD5 marked as to be removed in 3.6
https://bugs.python.org/issue33604 reopened by rhettinger

#38453: ntpath.realpath() does not fully resolve relative paths
https://bugs.python.org/issue38453 opened by steve.dower

#38454: test_listdir is failing on ubuntu with WSL
https://bugs.python.org/issue38454 opened by BTaskaya

#38456: Reduce the time test_subprocess takes to complete.
https://bugs.python.org/issue38456 opened by gregory.p.smith

#38457: __package__ is None in __init__.py until an import is used
https://bugs.python.org/issue38457 opened by Yuval S

#38460: 3.8 Release Notes: document asyncio exception changes
https://bugs.python.org/issue38460 opened by srittau

#38465: The type of ob_exports in PyByteArrayObject become Py_ssize_t.
https://bugs.python.org/issue38465 opened by shihai1991

#38466: [Easy doc] threading.excepthook doc talks about "object"
https://bugs.python.org/issue38466 opened by srittau

#38471: _ProactorDatagramTransport: If close() is called when write bu
https://bugs.python.org/issue38471 opened by primal

#38472: GCC detection in setup.py is broken
https://bugs.python.org/issue38472 opened by Alex Grund

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473 opened by xtreak

#38475: Break Statement
https://bugs.python.org/issue38475 opened by dev40573

#38476: test_multiprocessing_fork.test_terminate() failed on AMD64 Deb
https://bugs.python.org/issue38476 opened by vstinner

#38480: resource.setrlimit() should raise PermissionError
https://bugs.python.org/issue38480 opened by giampaolo.rodola

#38482: BUG in codecs.BufferedIncrementalDecoder
https://bugs.python.org/issue38482 opened by jamercee

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483 opened by cooperlees

#38484: HTMLParser.handle_starttag should mention that value can be No
https://bugs.python.org/issue38484 opened by srittau

#38485: BUG Modules/_io/texio.c
https://bugs.python.org/issue38485 opened by jamercee

#38486: Dead links in mailbox doc
https://bugs.python.org/issue38486 opened by inada.naoki

#38487: expat infinite loop
https://bugs.python.org/issue38487 opened by StyXman

#38488: Update bundled pip to 19.3
https://bugs.python.org/issue38488 opened by Xavier Fernandez

#38490: statistics: add covariance and Pearson's correlation
https://bugs.python.org/issue38490 opened by twolodzko

#38493: os.CLD_KILLED and os.CLD_STOPPED should be implemented
https://bugs.python.org/issue38493 opened by clintolsen

#38494: Add assert_not_called_with
https://bugs.python.org/issue38494 opened by valkheim

#38495: print built-in function docs bug
https://bugs.python.org/issue38495 opened by Alex Mashianov

#38497: Wrong argument name in documentation for pipes.Template.open
https://bugs.python.org/issue38497 opened by ilai

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500 opened by fabioz

#38501: multiprocessing.Pool hangs atexit (and garbage collection some
https://bugs.python.org/issue38501 opened by Eric Larson

#38502: regrtest: use process groups
https://bugs.python.org/issue38502 opened by vstinner

#38505: Mock.call_args and Mock.call_args_list not propagated to paren
https://bugs.python.org/issue38505 opened by Caris Moses

#38506: Launcher for Windows (py.exe) may rank Python 3.xx (in the fut
https://bugs.python.org/issue38506 opened by ynyyn

#38509: Insufficient description of relative imports in docs.python.or
https://bugs.python.org/issue38509 opened by Aniruddha Bhattacharjee

#38510: build python with --enable-shared with static linked python ag
https://bugs.python.org/issue38510 opened by Chiu Speq

#38511: Multiprocessing does not work properly when using the trace mo
https://bugs.python.org/issue38511 opened by rls1004

#38512: bug of the v3.7 API document demo case code
https://bugs.python.org/issue38512 opened by zr22122

#38514: pathlib's mkdir documentation improvement
https://bugs.python.org/issue38514 opened by jlaurens

#38515: regrtest main process timed out after 5 min on AMD64 FreeBSD C
https://bugs.python.org/issue38515 opened by vstinner

#38516: PEP 3132 -- Extended Iterable Unpacking inconsistent assignmen
https://bugs.python.org/issue38516 opened by mjaquier

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517 opened by Ricardo Branco



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

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517

#38514: pathlib's mkdir documentation improvement
https://bugs.python.org/issue38514

#38510: build python with --enable-shared with static linked python ag
https://bugs.python.org/issue38510

#38509: Insufficient description of relative imports in docs.python.or
https://bugs.python.org/issue38509

#38505: Mock.call_args and Mock.call_args_list not propagated to paren
https://bugs.python.org/issue38505

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500

#38488: Update bundled pip to 19.3
https://bugs.python.org/issue38488

#38487: expat infinite loop
https://bugs.python.org/issue38487

#38486: Dead links in mailbox doc
https://bugs.python.org/issue38486

#38485: BUG Modules/_io/texio.c
https://bugs.python.org/issue38485

#38484: HTMLParser.handle_starttag should mention that value can be No
https://bugs.python.org/issue38484

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473

#38472: GCC detection in setup.py is broken
https://bugs.python.org/issue38472

#38471: _ProactorDatagramTransport: If close() is called when write bu
https://bugs.python.org/issue38471



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

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517

#38510: build python with --enable-shared with static linked python ag
https://bugs.python.org/issue38510

#38502: regrtest: use process groups
https://bugs.python.org/issue38502

#38493: os.CLD_KILLED and os.CLD_STOPPED should be implemented
https://bugs.python.org/issue38493

#38490: statistics: add covariance and Pearson's correlation
https://bugs.python.org/issue38490

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483

#38482: BUG in codecs.BufferedIncrementalDecoder
https://bugs.python.org/issue38482

#38480: resource.setrlimit() should raise PermissionError
https://bugs.python.org/issue38480

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473

#38471: _ProactorDatagramTransport: If close() is called when write bu
https://bugs.python.org/issue38471

#38465: The type of ob_exports in PyByteArrayObject become Py_ssize_t.
https://bugs.python.org/issue38465

#38456: Reduce the time test_subprocess takes to complete.
https://bugs.python.org/issue38456

#38453: ntpath.realpath() does not fully resolve relative paths
https://bugs.python.org/issue38453

#38449: regression - mimetypes guess_type is confused by ; in the file
https://bugs.python.org/issue38449

#38446: Ambiguous signature for builtins.__build_class__
https://bugs.python.org/issue38446



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

#38449: regression - mimetypes guess_type is confused by ; in the file
https://bugs.python.org/issue38449 16 msgs

#33604: HMAC default to MD5 marked as to be removed in 3.6
https://bugs.python.org/issue33604 6 msgs

#37224: test__xxsubinterpreters fails randomly
https://bugs.python.org/issue37224 6 msgs

#37759: Polish whatsnew for 3.8
https://bugs.python.org/issue37759 6 msgs

#38490: statistics: add covariance and Pearson's correlation
https://bugs.python.org/issue38490 6 msgs

#22347: mimetypes.guess_type("//example.com") misinterprets host name
https://bugs.python.org/issue22347 5 msgs

#38410: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Fir
https://bugs.python.org/issue38410 5 msgs

#38456: Reduce the time test_subprocess takes to complete.
https://bugs.python.org/issue38456 5 msgs

#38482: BUG in codecs.BufferedIncrementalDecoder
https://bugs.python.org/issue38482 5 msgs

#38502: regrtest: use process groups
https://bugs.python.org/issue38502 5 msgs



Issues closed (61)
==================

#6462: bsddb3 intermittent test failures
https://bugs.python.org/issue6462 closed by jcea

#18734: Berkeley DB versions 4.4-4.9 are not discovered by setup.py
https://bugs.python.org/issue18734 closed by jcea

#24302: Dead Code of Handler check in function faulthandler_fatal_erro
https://bugs.python.org/issue24302 closed by vstinner

#32758: Stack overflow when parse long expression to AST
https://bugs.python.org/issue32758 closed by serhiy.storchaka

#34508: return of non-parenthesized star-unpacking expression a Syntax
https://bugs.python.org/issue34508 closed by gvanrossum

#34688: Segfault in pandas that works fine on 3.7
https://bugs.python.org/issue34688 closed by xtreak

#34953: Implement `mmap.mmap.__repr__`
https://bugs.python.org/issue34953 closed by xiang.zhang

#35031: test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CU
https://bugs.python.org/issue35031 closed by vstinner

#36274: http.client cannot send non-ASCII request lines
https://bugs.python.org/issue36274 closed by larry

#37431: test_asyncio: test_start_tls_server_1() failed on ARMv7 Debian
https://bugs.python.org/issue37431 closed by vstinner

#37587: JSON loads performance improvement for long strings
https://bugs.python.org/issue37587 closed by inada.naoki

#37731: Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h
https://bugs.python.org/issue37731 closed by pablogsal

#37961: Tracemalloc traces do not include original stack trace length
https://bugs.python.org/issue37961 closed by vstinner

#38112: Compileall improvements
https://bugs.python.org/issue38112 closed by vstinner

#38154: test__xxsubinterpreters: random failures on AMD64 FreeBSD CURR
https://bugs.python.org/issue38154 closed by vstinner

#38202: A fatal error in test_dictviews
https://bugs.python.org/issue38202 closed by serhiy.storchaka

#38282: socketmodule.c: _FORTIFY_SOURCE=2 warning in AF_ALG case of ge
https://bugs.python.org/issue38282 closed by vstinner

#38332: invalid content-transfer-encoding in encoded-word causes KeyEr
https://bugs.python.org/issue38332 closed by maxking

#38341: Add SMTPNotSupportedError in the exports of smtplib
https://bugs.python.org/issue38341 closed by maxking

#38344: activate.bat else needs to be on the same line as the if
https://bugs.python.org/issue38344 closed by lukasz.langa

#38355: ntpath.realpath() fails on sys.executable
https://bugs.python.org/issue38355 closed by lukasz.langa

#38359: pyw.exe opens console window in Windows 10
https://bugs.python.org/issue38359 closed by lukasz.langa

#38378: os.sendfile() has improperly named parameter
https://bugs.python.org/issue38378 closed by serhiy.storchaka

#38379: finalizer resurrection in gc
https://bugs.python.org/issue38379 closed by tim.peters

#38401: Make dataclass attribute docstrings accessible
https://bugs.python.org/issue38401 closed by taleinat

#38417: Add support for settting umask in subprocess children
https://bugs.python.org/issue38417 closed by gregory.p.smith

#38418: Audit event for os.system is incorrect
https://bugs.python.org/issue38418 closed by steve.dower

#38424: typing.Generator shorthand
https://bugs.python.org/issue38424 closed by levkivskyi

#38431: dataclasses.InitVar breaks with typing.Optional
https://bugs.python.org/issue38431 closed by serhiy.storchaka

#38436: Improved performance for list addition.
https://bugs.python.org/issue38436 closed by brandtbucher

#38450: 3.8 Release Notes: IDLE section dupe
https://bugs.python.org/issue38450 closed by ned.deily

#38451: Datetime definition does not work in function definition as li
https://bugs.python.org/issue38451 closed by terry.reedy

#38452: unittest setUpClass missing 1 required positional argument: 'c
https://bugs.python.org/issue38452 closed by zach.ware

#38455: ‘memset’ offset [17, 88] from the object at ‘addrbuf’
https://bugs.python.org/issue38455 closed by pablogsal

#38458: lists
https://bugs.python.org/issue38458 closed by pablogsal

#38459: typing: Classes that inherit `Generic[...]` indirectly aren't
https://bugs.python.org/issue38459 closed by levkivskyi

#38461: 3.8 Release Notes: "curses" misspelled as "ncurses"
https://bugs.python.org/issue38461 closed by rhettinger

#38462: Typo (nam ing) in import system docs
https://bugs.python.org/issue38462 closed by eric.smith

#38463: 3.8 Release Notes: Link to SSLContext.post_handshake_auth miss
https://bugs.python.org/issue38463 closed by rhettinger

#38464: documentation for NormalDist.quantiles(): missing argument
https://bugs.python.org/issue38464 closed by rhettinger

#38467: Misspelled argument names for typing.get_origin and get_args
https://bugs.python.org/issue38467 closed by levkivskyi

#38468: Refactor python-config.in - use getvar()
https://bugs.python.org/issue38468 closed by nanjekyejoannah

#38469: PEP 572 : assignment expression to a global variable in a comp
https://bugs.python.org/issue38469 closed by pablogsal

#38470: test_compileall fails in AMD64 Windows7 SP1 3.x
https://bugs.python.org/issue38470 closed by vstinner

#38474: digit check logic can be replaced by Py_ISDIGIT on prepare_s
https://bugs.python.org/issue38474 closed by corona10

#38477: magiccube2x2 permutations 28% slower with Python 3.8.0rc1 vs 3
https://bugs.python.org/issue38477 closed by inada.naoki

#38478: inspect.signature.bind does not correctly handle keyword argum
https://bugs.python.org/issue38478 closed by pablogsal

#38479: Segmentation fault: 11 Python3.6 on Macbook
https://bugs.python.org/issue38479 closed by ned.deily

#38481: Class static property not static
https://bugs.python.org/issue38481 closed by eric.smith

#38489: Python 3.7 documentation is unavailable for download
https://bugs.python.org/issue38489 closed by ned.deily

#38491: Can not build Python 3.8.0 on Linux - missing dependencies
https://bugs.python.org/issue38491 closed by ned.deily

#38492: Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll
https://bugs.python.org/issue38492 closed by steve.dower

#38496: Python3 allows mixture of tabs and spaces for indentation
https://bugs.python.org/issue38496 closed by eric.smith

#38498: The expression '' in '' == '' is evaluated as True
https://bugs.python.org/issue38498 closed by kigawas

#38499: Add rmtree() to pathlib.Path
https://bugs.python.org/issue38499 closed by serhiy.storchaka

#38503: bug: string search can find \n, but can NEVER find \r
https://bugs.python.org/issue38503 closed by inada.naoki

#38504: Reduce the size of deb package
https://bugs.python.org/issue38504 closed by ned.deily

#38507: Improve the documentation of the nested list initialization
https://bugs.python.org/issue38507 closed by krnick

#38508: Tracing events anomaly when creating a multi-line list
https://bugs.python.org/issue38508 closed by fabioz

#38513: Should we maintain Jython related code?
https://bugs.python.org/issue38513 closed by vstinner

#38518: Pickle protocol 5 is not documented in the data-stream-format
https://bugs.python.org/issue38518 closed by pablogsal
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-10-18 - 2019-10-25)
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 7066 ( -8)
closed 43274 (+79)
total 50340 (+71)

Open issues with patches: 2793


Issues opened (51)
==================

#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
https://bugs.python.org/issue30064 reopened by yselivanov

#38092: environment variables not passed correctly using new virtualen
https://bugs.python.org/issue38092 reopened by eryksun

#38519: Internal include files missing on Windows
https://bugs.python.org/issue38519 opened by steve.dower

#38520: There is no proper way to know if a process is the main one
https://bugs.python.org/issue38520 opened by Delgan

#38522: Py_USING_MEMORY_DEBUGGER is referenced in docs but not present
https://bugs.python.org/issue38522 opened by Sümer.Cip

#38523: ignore_dangling_symlinks in shutil.copytree does not apply rec
https://bugs.python.org/issue38523 opened by veaviticus

#38524: functools.cached_property is not supported for setattr
https://bugs.python.org/issue38524 opened by hongweipeng

#38526: zipfile.Path has the wrong method name
https://bugs.python.org/issue38526 opened by tritium

#38527: configure script fails to detect "float word ordering" on Sola
https://bugs.python.org/issue38527 opened by wiggin15

#38529: Python 3.8 improperly warns about closing properly closed stre
https://bugs.python.org/issue38529 opened by Ron Frederick

#38530: Offer suggestions on AttributeError
https://bugs.python.org/issue38530 opened by pablogsal

#38532: Missing decrefs in the _ctypes module
https://bugs.python.org/issue38532 opened by ZackerySpytz

#38533: v3.7.5 py script run ok with python.exe but not pythonw.exe (p
https://bugs.python.org/issue38533 opened by 4evermaat

#38534: Version 3.8.0 has released with a wrong MS KB number reference
https://bugs.python.org/issue38534 opened by seahoh

#38535: Incorrect col_offset for decorators with zero arguments (empty
https://bugs.python.org/issue38535 opened by alexmojaki

#38536: Trailing space in formatted currency with international=True a
https://bugs.python.org/issue38536 opened by Jonas Aschenbrenner

#38538: dictobject dictviews don't return NotImplemented for unrecogni
https://bugs.python.org/issue38538 opened by mdk

#38541: Performance degradation of attribute accesses in Python 3.7.4
https://bugs.python.org/issue38541 opened by ttrd

#38544: test_venv: test_isolation() failed on AMD64 Windows7 SP1 3.x:
https://bugs.python.org/issue38544 opened by vstinner

#38546: test_concurrent_futures: reap_children() warnings on RHEL7 and
https://bugs.python.org/issue38546 opened by vstinner

#38547: test_pty fails when using setsid()
https://bugs.python.org/issue38547 opened by vstinner

#38549: Compiler build paths and related environment variables are ign
https://bugs.python.org/issue38549 opened by Alex Grund

#38550: hashlib missing algorithms
https://bugs.python.org/issue38550 opened by floppymaster

#38552: Colored Prompt broken in REPL in Windows in 3.8
https://bugs.python.org/issue38552 opened by MinchinWeb

#38553: Document functools.cached_property supports value updating and
https://bugs.python.org/issue38553 opened by Epic_Wink

#38554: A fatal error in test_descr
https://bugs.python.org/issue38554 opened by ZackerySpytz

#38557: PyTuple_GetSlice docs minor inaccuracy
https://bugs.python.org/issue38557 opened by wim.glenn

#38558: Data Structures documentation out of sync with new Walrus oper
https://bugs.python.org/issue38558 opened by Matt Ward

#38560: Allow iterable argument unpacking after a keyword argument?
https://bugs.python.org/issue38560 opened by brandtbucher

#38561: multiprocessing.Queue fails intermittently with "Broken pipe"
https://bugs.python.org/issue38561 opened by Samuel Grayson

#38564: test_asyncio: test_run_coroutine_threadsafe_with_timeout() has
https://bugs.python.org/issue38564 opened by vstinner

#38565: Expose the value passed of typed passed to functools.lru_cache
https://bugs.python.org/issue38565 opened by Scott Sanderson2

#38566: Description of '\w' behavior is vague in `re` documentation
https://bugs.python.org/issue38566 opened by snoopjedi

#38567: urllib.parse.unquote_plus raises incorrect error message when
https://bugs.python.org/issue38567 opened by stein-k

#38569: Unknown distribution option: 'license_files'
https://bugs.python.org/issue38569 opened by Marco Sulla

#38570: Shlex does not parse commands containing single quotes correct
https://bugs.python.org/issue38570 opened by timonegk

#38571: Segfault with StopIteration
https://bugs.python.org/issue38571 opened by kchen

#38572: Misleading AttributeError accessing fileno attribute in tarfil
https://bugs.python.org/issue38572 opened by xtreak

#38573: Not Implemented Error in stdLib HTMLParser
https://bugs.python.org/issue38573 opened by yevgenyp

#38575: Child process deadlock in subprocess.Popen
https://bugs.python.org/issue38575 opened by Zhipeng Xie

#38576: CVE-2019-18348: CRLF injection via the host part of the url pa
https://bugs.python.org/issue38576 opened by rschiron

#38578: test_concurrent_futures failed on AMD64 FreeBSD Shared 3.8
https://bugs.python.org/issue38578 opened by vstinner

#38579: 'u' formatted arrays mostly prevent appends of 4 byte characte
https://bugs.python.org/issue38579 opened by bup

#38580: select()'s documentation claims only sequences are accepted, b
https://bugs.python.org/issue38580 opened by jstasiak

#38582: re: backreference number in replace string can't >= 100
https://bugs.python.org/issue38582 opened by veaba

#38583: The activate script in Windows is not correct for venvs create
https://bugs.python.org/issue38583 opened by Mo

#38584: argparse: Specifying a whitespace-only help message to a posit
https://bugs.python.org/issue38584 opened by Lucas Cimon

#38585: defusedexpat not supported past python 3.3/3.4
https://bugs.python.org/issue38585 opened by Avi Kelman

#38586: logging: handlers names are not set when using fileConfig
https://bugs.python.org/issue38586 opened by Lucas Cimon

#38588: Use-after-free in dict/list
https://bugs.python.org/issue38588 opened by LCatro

#38589: Bad target address assigned in Python Manuals shortcut on Pyth
https://bugs.python.org/issue38589 opened by Y3Kv Bv



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

#38589: Bad target address assigned in Python Manuals shortcut on Pyth
https://bugs.python.org/issue38589

#38586: logging: handlers names are not set when using fileConfig
https://bugs.python.org/issue38586

#38585: defusedexpat not supported past python 3.3/3.4
https://bugs.python.org/issue38585

#38580: select()'s documentation claims only sequences are accepted, b
https://bugs.python.org/issue38580

#38579: 'u' formatted arrays mostly prevent appends of 4 byte characte
https://bugs.python.org/issue38579

#38576: CVE-2019-18348: CRLF injection via the host part of the url pa
https://bugs.python.org/issue38576

#38575: Child process deadlock in subprocess.Popen
https://bugs.python.org/issue38575

#38572: Misleading AttributeError accessing fileno attribute in tarfil
https://bugs.python.org/issue38572

#38570: Shlex does not parse commands containing single quotes correct
https://bugs.python.org/issue38570

#38567: urllib.parse.unquote_plus raises incorrect error message when
https://bugs.python.org/issue38567

#38561: multiprocessing.Queue fails intermittently with "Broken pipe"
https://bugs.python.org/issue38561

#38558: Data Structures documentation out of sync with new Walrus oper
https://bugs.python.org/issue38558

#38557: PyTuple_GetSlice docs minor inaccuracy
https://bugs.python.org/issue38557

#38552: Colored Prompt broken in REPL in Windows in 3.8
https://bugs.python.org/issue38552

#38547: test_pty fails when using setsid()
https://bugs.python.org/issue38547



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

#38586: logging: handlers names are not set when using fileConfig
https://bugs.python.org/issue38586

#38584: argparse: Specifying a whitespace-only help message to a posit
https://bugs.python.org/issue38584

#38567: urllib.parse.unquote_plus raises incorrect error message when
https://bugs.python.org/issue38567

#38565: Expose the value passed of typed passed to functools.lru_cache
https://bugs.python.org/issue38565

#38558: Data Structures documentation out of sync with new Walrus oper
https://bugs.python.org/issue38558

#38554: A fatal error in test_descr
https://bugs.python.org/issue38554

#38550: hashlib missing algorithms
https://bugs.python.org/issue38550

#38536: Trailing space in formatted currency with international=True a
https://bugs.python.org/issue38536

#38535: Incorrect col_offset for decorators with zero arguments (empty
https://bugs.python.org/issue38535

#38534: Version 3.8.0 has released with a wrong MS KB number reference
https://bugs.python.org/issue38534

#38532: Missing decrefs in the _ctypes module
https://bugs.python.org/issue38532

#38530: Offer suggestions on AttributeError
https://bugs.python.org/issue38530

#38527: configure script fails to detect "float word ordering" on Sola
https://bugs.python.org/issue38527

#38519: Internal include files missing on Windows
https://bugs.python.org/issue38519

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517



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

#38530: Offer suggestions on AttributeError
https://bugs.python.org/issue38530 17 msgs

#20443: __code__. co_filename should always be an absolute path
https://bugs.python.org/issue20443 15 msgs

#38582: re: backreference number in replace string can't >= 100
https://bugs.python.org/issue38582 11 msgs

#38533: v3.7.5 py script run ok with python.exe but not pythonw.exe (p
https://bugs.python.org/issue38533 10 msgs

#38565: Expose the value passed of typed passed to functools.lru_cache
https://bugs.python.org/issue38565 9 msgs

#38524: functools.cached_property is not supported for setattr
https://bugs.python.org/issue38524 7 msgs

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 6 msgs

#34028: Python 3.7.0 wont compile with SSL Support 1.1.0 > alledged mi
https://bugs.python.org/issue34028 5 msgs

#38323: asyncio: MultiLoopWatcher has a race condition (test_asyncio:
https://bugs.python.org/issue38323 5 msgs

#38546: test_concurrent_futures: reap_children() warnings on RHEL7 and
https://bugs.python.org/issue38546 5 msgs



Issues closed (77)
==================

#6741: Garbage collector release method
https://bugs.python.org/issue6741 closed by vstinner

#8787: warnings inside PyRun_SimpleString() display argv[1]
https://bugs.python.org/issue8787 closed by vstinner

#9098: MSYS build fails with `S_IXGRP' undeclared
https://bugs.python.org/issue9098 closed by vstinner

#12179: Race condition using PyGILState_Ensure on a new thread
https://bugs.python.org/issue12179 closed by vstinner

#12232: embedded python import cmath
https://bugs.python.org/issue12232 closed by vstinner

#12598: Move sys variable initialization from import.c to sysmodule.c
https://bugs.python.org/issue12598 closed by vstinner

#12919: Control what module is imported first
https://bugs.python.org/issue12919 closed by vstinner

#13131: FD leak in urllib2
https://bugs.python.org/issue13131 closed by vstinner

#13562: Notes about module load path
https://bugs.python.org/issue13562 closed by vstinner

#13986: ValueError: cannot convert float NaN to integer
https://bugs.python.org/issue13986 closed by vstinner

#15047: Cygwin install (regen) problem
https://bugs.python.org/issue15047 closed by vstinner

#16353: add function to os module for getting path to default shell
https://bugs.python.org/issue16353 closed by vstinner

#16381: Introduce option to force the interpreter to exit upon MemoryE
https://bugs.python.org/issue16381 closed by vstinner

#17922: Crash in clear_weakref
https://bugs.python.org/issue17922 closed by vstinner

#17978: Python crashes if Py_Initialize/Py_Finalize are called multipl
https://bugs.python.org/issue17978 closed by vstinner

#21387: Memory leaks when embedded interpreter is reinitialized
https://bugs.python.org/issue21387 closed by vstinner

#22385: Define a binary output formatting mini-language for *.hex()
https://bugs.python.org/issue22385 closed by gregory.p.smith

#23496: Steps for Android Native Build of Python 3.4.2
https://bugs.python.org/issue23496 closed by vstinner

#25430: speed up ipaddress __contain__ method
https://bugs.python.org/issue25430 closed by xtreak

#26888: Multiple memory leaks after raw Py_Initialize and Py_Finalize.
https://bugs.python.org/issue26888 closed by vstinner

#27530: Non-Critical Compiler WARNING: Python Embedding C++11 does not
https://bugs.python.org/issue27530 closed by vstinner

#27657: urlparse fails if the path is numeric
https://bugs.python.org/issue27657 closed by vstinner

#28202: Python 3.5.1 C API, the global variable is not destroyed when
https://bugs.python.org/issue28202 closed by vstinner

#28562: test_asyncio fails on Android upon calling getaddrinfo()
https://bugs.python.org/issue28562 closed by vstinner

#30618: readlink for pathlib paths
https://bugs.python.org/issue30618 closed by gregory.p.smith

#30735: Python 3.6.1 test_asyncio fails on Solaris 11
https://bugs.python.org/issue30735 closed by vstinner

#31074: Startup failure if executable is a \\?\ path on Windows
https://bugs.python.org/issue31074 closed by vstinner

#31670: Associate .wasm with application/wasm
https://bugs.python.org/issue31670 closed by xtreak

#32026: Memory leaks in Python on Windows
https://bugs.python.org/issue32026 closed by vstinner

#32080: Re locale test fails after installing Python 3.6.3 on ubuntu 1
https://bugs.python.org/issue32080 closed by vstinner

#32496: lib2to3 fails to parse a ** of a conditional expression
https://bugs.python.org/issue32496 closed by gregory.p.smith

#32526: Closing async generator while it is running does not raise an
https://bugs.python.org/issue32526 closed by yselivanov

#33348: lib2to3 doesn't parse f(*[] or [])
https://bugs.python.org/issue33348 closed by gregory.p.smith

#33384: Build does not work with closed stdin on NetBSD
https://bugs.python.org/issue33384 closed by vstinner

#33463: Can namedtuple._asdict return a regular dict instead of Ordere
https://bugs.python.org/issue33463 closed by rhettinger

#34316: test_socket and test_asyncio timeouts in AMD64 Windows10 3.x b
https://bugs.python.org/issue34316 closed by vstinner

#35473: Intel compiler (icc) does not fully support C11 Features, incl
https://bugs.python.org/issue35473 closed by vstinner

#36107: aarch64 python3 buffer overflow with stack protector on rpi3 (
https://bugs.python.org/issue36107 closed by vstinner

#36752: test multiprocessing: test_rapid_restart() crash on AIX when u
https://bugs.python.org/issue36752 closed by vstinner

#37285: Python 2.7 setup.py incorrectly double-joins SDKROOT
https://bugs.python.org/issue37285 closed by ned.deily

#37415: Error build Python with Intel compiler: <stdatomic.h> doesn't
https://bugs.python.org/issue37415 closed by vstinner

#37911: Minor error in PEP567 code example
https://bugs.python.org/issue37911 closed by xtreak

#37922: inspect.getsource returns wrong class definition when multiple
https://bugs.python.org/issue37922 closed by xtreak

#38172: Python 3.8 Segfult with Bandersnatch pytest Suite
https://bugs.python.org/issue38172 closed by vstinner

#38208: Simplify string.Template by using __init_subclass__()
https://bugs.python.org/issue38208 closed by serhiy.storchaka

#38303: Make audioop PEP-384 compatible
https://bugs.python.org/issue38303 closed by Tyler Kieft

#38340: ERROR WHILE BUILDING pyworld for x86_64-linux-gnu-gcc
https://bugs.python.org/issue38340 closed by xtreak

#38395: proxy_contains (weakref.proxy) can access an object with 0 ref
https://bugs.python.org/issue38395 closed by benjamin.peterson

#38419: The path of check-c-globals.py on README is wrong
https://bugs.python.org/issue38419 closed by corona10

#38433: 2.7.17rc1 tcl/tk version regression on Windows
https://bugs.python.org/issue38433 closed by steve.dower

#38448: test_concurrent_futures: reap_children() reaped child process
https://bugs.python.org/issue38448 closed by vstinner

#38457: __package__ is None in __init__.py until an import is used
https://bugs.python.org/issue38457 closed by ncoghlan

#38465: The type of ob_exports in PyByteArrayObject become Py_ssize_t.
https://bugs.python.org/issue38465 closed by serhiy.storchaka

#38466: [Easy doc] threading.excepthook doc talks about "object"
https://bugs.python.org/issue38466 closed by vstinner

#38493: os.CLD_KILLED and os.CLD_STOPPED should be implemented
https://bugs.python.org/issue38493 closed by serhiy.storchaka

#38521: Error in NormalDist.__eq__
https://bugs.python.org/issue38521 closed by rhettinger

#38525: Strange reversed dict behavior
https://bugs.python.org/issue38525 closed by pablogsal

#38528: Docs for 2.7 version switcher still shows 3.8 as pre
https://bugs.python.org/issue38528 closed by ned.deily

#38531: argparse action "extend" not documented as new
https://bugs.python.org/issue38531 closed by rhettinger

#38537: 2.7 on Windows: all-users installation does not clear previous
https://bugs.python.org/issue38537 closed by zach.ware

#38539: Update demo files
https://bugs.python.org/issue38539 closed by rhettinger

#38540: Possible leaks in PyArg_Parse for "es#" and "et#"
https://bugs.python.org/issue38540 closed by serhiy.storchaka

#38542: [3.7] clean extern PyGC_Head *_PyGC_generation0; in Include/ob
https://bugs.python.org/issue38542 closed by vstinner

#38543: [2.7] Expose Py_TabcheckFlag as other PyAPI_DATA flag
https://bugs.python.org/issue38543 closed by egaudry

#38545: Implement setter and deleter on functools.cached_property
https://bugs.python.org/issue38545 closed by Epic_Wink

#38548: open() and file.write() without file.close()
https://bugs.python.org/issue38548 closed by vstinner

#38551: lib2to3 Grammar.txt doesn't have Python 3.8 grammar changes
https://bugs.python.org/issue38551 closed by Peter Ludemann

#38555: Undefined behavior in dictreviter_iternext
https://bugs.python.org/issue38555 closed by serhiy.storchaka

#38556: Walrus operator in list comprehensions [Python 3.8.0]
https://bugs.python.org/issue38556 closed by eric.smith

#38559: async generators aclose() behavior in 3.8
https://bugs.python.org/issue38559 closed by yselivanov

#38562: pip install --upgrade git submodule update --recursive does no
https://bugs.python.org/issue38562 closed by xtreak

#38563: ProactorEventLoop.close(): set_wakeup_fd() only works in main
https://bugs.python.org/issue38563 closed by vstinner

#38568: [3.7.5 x86_64 Linux] f-string parsing results in EOL
https://bugs.python.org/issue38568 closed by zach.ware

#38574: Dataclasses documentation should show the necessary imports
https://bugs.python.org/issue38574 closed by eric.smith

#38577: OPENSSL_* flags not propagated to extensions during build
https://bugs.python.org/issue38577 closed by Björn Pollex

#38581: Crash on distutils/util.py when header variable isn't a string
https://bugs.python.org/issue38581 closed by vstinner

#38587: __set_name__ missing from descriptor howto documentation
https://bugs.python.org/issue38587 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-10-25 - 2019-11-01)
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 7091 (+25)
closed 43325 (+51)
total 50416 (+76)

Open issues with patches: 2799


Issues opened (60)
==================

#34975: start_tls() difficult when using asyncio.start_server()
https://bugs.python.org/issue34975 reopened by icgood

#38233: datetime.datetime.fromtimestamp have different behaviour on wi
https://bugs.python.org/issue38233 reopened by p-ganssle

#38590: argparse unexpected behavior with argument group inside mutual
https://bugs.python.org/issue38590 opened by Tim Sanders

#38591: Deprecate Process Child Watchers
https://bugs.python.org/issue38591 opened by aeros

#38592: Add pt-br to the language switcher at the Python docs website
https://bugs.python.org/issue38592 opened by rougeth

#38593: Python 3.7 does not catch infinite recursion for some values o
https://bugs.python.org/issue38593 opened by Valentyn Tymofieiev

#38594: importlib.metadata documentation deficiencies
https://bugs.python.org/issue38594 opened by indygreg

#38595: io.BufferedRWPair doc warning may need clarification
https://bugs.python.org/issue38595 opened by rgov

#38596: simple example give a Linux core dumped with atk-bridge
https://bugs.python.org/issue38596 opened by catafest

#38597: C Extension import limit
https://bugs.python.org/issue38597 opened by Kevin Schlossser

#38599: Deprecate creation of asyncio object when the loop is not runn
https://bugs.python.org/issue38599 opened by asvetlov

#38601: Couldn't able to install multiple python minor version in wind
https://bugs.python.org/issue38601 opened by kkotari

#38603: inspect.getdoc could examine the __class__ cell for dynamicall
https://bugs.python.org/issue38603 opened by Antony.Lee

#38605: [typing] PEP 563: Postponed evaluation of annotations: enable
https://bugs.python.org/issue38605 opened by vstinner

#38607: Document that cprofile/profile only profile the main thread
https://bugs.python.org/issue38607 opened by benspiller

#38608: Undocumented behavior that IsolatedAsyncioTestCase would enabl
https://bugs.python.org/issue38608 opened by legnaleurc

#38609: Trashcan mechanism segfault during interpreter finalization in
https://bugs.python.org/issue38609 opened by ysnt27

#38610: use-after-free in list object function
https://bugs.python.org/issue38610 opened by LCatro

#38611: ElementTree.ParseError does not implement SyntaxError interfac
https://bugs.python.org/issue38611 opened by jamercee

#38613: Optimize some set operations in dictkeys object
https://bugs.python.org/issue38613 opened by inada.naoki

#38614: test_asyncio: test_communicate() failed on AMD64 FreeBSD Share
https://bugs.python.org/issue38614 opened by vstinner

#38615: imaplib has no timeout setting
https://bugs.python.org/issue38615 opened by Jairo Llopis

#38619: [Doc] UUID.hex is lowercase
https://bugs.python.org/issue38619 opened by fov

#38620: Shell python-config --includes returns the same path twice
https://bugs.python.org/issue38620 opened by vstinner

#38622: _ctypes.dlsym (py_dl_sym) does not trigger audit hooks
https://bugs.python.org/issue38622 opened by tholl

#38623: Python documentation should mention how to find site-packages
https://bugs.python.org/issue38623 opened by bittner

#38624: pathlib .suffix, .suffixes, .stem unexpected behavior for path
https://bugs.python.org/issue38624 opened by inyeollee

#38625: SpooledTemporaryFile does not seek correctly after being rolle
https://bugs.python.org/issue38625 opened by graham.coster

#38628: Issue with ctypes in AIX
https://bugs.python.org/issue38628 opened by Ayappan

#38629: float is missing __ceil__() and __floor__(), required by numbe
https://bugs.python.org/issue38629 opened by bluetech

#38630: subprocess.Popen.send_signal() should poll the process
https://bugs.python.org/issue38630 opened by vstinner

#38631: Replace Py_FatalError() with regular Python exceptions
https://bugs.python.org/issue38631 opened by vstinner

#38632: setup.py sdist should honor SOURCE_DATE_EPOCH
https://bugs.python.org/issue38632 opened by zwol

#38633: shutil.copystat fails with PermissionError in WSL
https://bugs.python.org/issue38633 opened by pspeter

#38634: Symbol resolution conflict when embeding python in an applicat
https://bugs.python.org/issue38634 opened by serge-sans-paille

#38635: Simplify decoding the ZIP64 extra field and make it tolerant t
https://bugs.python.org/issue38635 opened by serhiy.storchaka

#38636: IDLE regression: toggle tabs and change indent width functions
https://bugs.python.org/issue38636 opened by Zero

#38638: Backtrace of exit phase of context managers
https://bugs.python.org/issue38638 opened by kuraga

#38639: Optimize floor(), ceil() and trunc() for floats
https://bugs.python.org/issue38639 opened by serhiy.storchaka

#38641: lib2to3 does not support py38 return/yield syntax with starred
https://bugs.python.org/issue38641 opened by Vlad Emelianov

#38642: python3.7.3 seems to cause add-apt-repository to rejct or not
https://bugs.python.org/issue38642 opened by Marco Ippolito

#38643: Assertion failures when calling PyNumber_ToBase() with an inva
https://bugs.python.org/issue38643 opened by ZackerySpytz

#38644: Pass explicitly tstate to function calls
https://bugs.python.org/issue38644 opened by vstinner

#38646: Invalid check on the result of pthread_self() leads to libpyth
https://bugs.python.org/issue38646 opened by tgl

#38647: Why only the MacOSXOSAScript in webbrowser does not have the n
https://bugs.python.org/issue38647 opened by ganow

#38649: tkinter messagebox is sloppy
https://bugs.python.org/issue38649 opened by David Lambert

#38650: Add constantness to PyStructSequence_UnnamedField
https://bugs.python.org/issue38650 opened by serhiy.storchaka

#38651: Add WolfSSL support
https://bugs.python.org/issue38651 opened by Daniel Johnson

#38652: Remove/update provisional note for asyncio.BufferedProtocol
https://bugs.python.org/issue38652 opened by aeros

#38653: pkgutil.extend_path fails with zipped eggs if not at first pla
https://bugs.python.org/issue38653 opened by htgoebel

#38655: ipaddress.ip_network('0.0.0.0/0').is_private == True
https://bugs.python.org/issue38655 opened by pascalhofmann

#38656: mimetypes for python 3.7.5 fails to detect matroska video
https://bugs.python.org/issue38656 opened by toonn

#38657: String format for hexadecimal notation breaks padding with alt
https://bugs.python.org/issue38657 opened by Wicken

#38659: enum classes cause slow startup time
https://bugs.python.org/issue38659 opened by gregory.p.smith

#38660: Checking if two regexes are equal should test if they are func
https://bugs.python.org/issue38660 opened by boris

#38661: Changes to tkinter result in (unexpected) widget map call retu
https://bugs.python.org/issue38661 opened by jslvtr

#38662: Decouple ensurepip from pip's internals using runpy
https://bugs.python.org/issue38662 opened by pradyunsg

#38663: Untokenize does not round-trip ws before bs-nl
https://bugs.python.org/issue38663 opened by edreamleo

#38664: await execution order leads to throw or bad syntax
https://bugs.python.org/issue38664 opened by rmlibre

#38665: Crash when running SQLAlchemy with pyodbc
https://bugs.python.org/issue38665 opened by Dave Johansen



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

#38665: Crash when running SQLAlchemy with pyodbc
https://bugs.python.org/issue38665

#38664: await execution order leads to throw or bad syntax
https://bugs.python.org/issue38664

#38663: Untokenize does not round-trip ws before bs-nl
https://bugs.python.org/issue38663

#38661: Changes to tkinter result in (unexpected) widget map call retu
https://bugs.python.org/issue38661

#38655: ipaddress.ip_network('0.0.0.0/0').is_private == True
https://bugs.python.org/issue38655

#38653: pkgutil.extend_path fails with zipped eggs if not at first pla
https://bugs.python.org/issue38653

#38650: Add constantness to PyStructSequence_UnnamedField
https://bugs.python.org/issue38650

#38647: Why only the MacOSXOSAScript in webbrowser does not have the n
https://bugs.python.org/issue38647

#38646: Invalid check on the result of pthread_self() leads to libpyth
https://bugs.python.org/issue38646

#38643: Assertion failures when calling PyNumber_ToBase() with an inva
https://bugs.python.org/issue38643

#38642: python3.7.3 seems to cause add-apt-repository to rejct or not
https://bugs.python.org/issue38642

#38641: lib2to3 does not support py38 return/yield syntax with starred
https://bugs.python.org/issue38641

#38639: Optimize floor(), ceil() and trunc() for floats
https://bugs.python.org/issue38639

#38638: Backtrace of exit phase of context managers
https://bugs.python.org/issue38638

#38635: Simplify decoding the ZIP64 extra field and make it tolerant t
https://bugs.python.org/issue38635



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

#38662: Decouple ensurepip from pip's internals using runpy
https://bugs.python.org/issue38662

#38650: Add constantness to PyStructSequence_UnnamedField
https://bugs.python.org/issue38650

#38644: Pass explicitly tstate to function calls
https://bugs.python.org/issue38644

#38643: Assertion failures when calling PyNumber_ToBase() with an inva
https://bugs.python.org/issue38643

#38639: Optimize floor(), ceil() and trunc() for floats
https://bugs.python.org/issue38639

#38636: IDLE regression: toggle tabs and change indent width functions
https://bugs.python.org/issue38636

#38635: Simplify decoding the ZIP64 extra field and make it tolerant t
https://bugs.python.org/issue38635

#38634: Symbol resolution conflict when embeding python in an applicat
https://bugs.python.org/issue38634

#38631: Replace Py_FatalError() with regular Python exceptions
https://bugs.python.org/issue38631

#38630: subprocess.Popen.send_signal() should poll the process
https://bugs.python.org/issue38630

#38629: float is missing __ceil__() and __floor__(), required by numbe
https://bugs.python.org/issue38629

#38623: Python documentation should mention how to find site-packages
https://bugs.python.org/issue38623

#38622: _ctypes.dlsym (py_dl_sym) does not trigger audit hooks
https://bugs.python.org/issue38622

#38614: test_asyncio: test_communicate() failed on AMD64 FreeBSD Share
https://bugs.python.org/issue38614

#38613: Optimize some set operations in dictkeys object
https://bugs.python.org/issue38613



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

#34790: Deprecate passing coroutine objects to asyncio.wait()
https://bugs.python.org/issue34790 13 msgs

#38591: Deprecate Process Child Watchers
https://bugs.python.org/issue38591 13 msgs

#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309 12 msgs

#38599: Deprecate creation of asyncio object when the loop is not runn
https://bugs.python.org/issue38599 8 msgs

#38629: float is missing __ceil__() and __floor__(), required by numbe
https://bugs.python.org/issue38629 8 msgs

#38382: statistics.harmonic_mean fails to raise error with negative in
https://bugs.python.org/issue38382 7 msgs

#37838: typing.get_type_hints not working with forward-declaration and
https://bugs.python.org/issue37838 6 msgs

#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903 6 msgs

#38530: Offer suggestions on AttributeError
https://bugs.python.org/issue38530 6 msgs

#38613: Optimize some set operations in dictkeys object
https://bugs.python.org/issue38613 5 msgs



Issues closed (49)
==================

#14196: Unhandled exceptions in pdb return value display
https://bugs.python.org/issue14196 closed by terry.reedy

#16575: ctypes: unions as arguments
https://bugs.python.org/issue16575 closed by vinay.sajip

#21002: _sre.SRE_Scanner object should have a fullmatch() method
https://bugs.python.org/issue21002 closed by serhiy.storchaka

#24430: ZipFile.read() cannot decrypt multiple members from Windows 7z
https://bugs.python.org/issue24430 closed by serhiy.storchaka

#24686: zipfile is intolerant of extra bytes
https://bugs.python.org/issue24686 closed by serhiy.storchaka

#26669: time.localtime(float("NaN")) does not raise a ValueError on al
https://bugs.python.org/issue26669 closed by vstinner

#28029: Replace and empty strings
https://bugs.python.org/issue28029 closed by serhiy.storchaka

#33187: Document ElementInclude (XInclude) support in ElementTree
https://bugs.python.org/issue33187 closed by scoder

#35448: ConfigParser .read() - handling of nonexistent files
https://bugs.python.org/issue35448 closed by serhiy.storchaka

#35745: Add import statement in dataclass code snippet
https://bugs.python.org/issue35745 closed by eric.smith

#36971: Add subsections in C API "Common Object Structures" page
https://bugs.python.org/issue36971 closed by dino.viehland

#37289: regression in Cython when pickling objects
https://bugs.python.org/issue37289 closed by serhiy.storchaka

#37330: open(): remove 'U' mode, deprecated since Python 3.3
https://bugs.python.org/issue37330 closed by vstinner

#37527: Timestamp conversion on windows fails with timestamps close to
https://bugs.python.org/issue37527 closed by p-ganssle

#37607: segfault running code in jupyter on macOS 10.14.5 - crashed on
https://bugs.python.org/issue37607 closed by ned.deily

#38125: Can' build document in Sphinx v2.2.0
https://bugs.python.org/issue38125 closed by Windson Yang

#38226: pickle.dump and load error message when file isn't opened in b
https://bugs.python.org/issue38226 closed by boris

#38312: curses: add `set_tabsize` and `set_escdelay`
https://bugs.python.org/issue38312 closed by serhiy.storchaka

#38334: zipfile: Seeking encrypted file breaks after seeking backwards
https://bugs.python.org/issue38334 closed by serhiy.storchaka

#38336: Remove the __set__ method restriction on data descriptors for
https://bugs.python.org/issue38336 closed by rhettinger

#38434: sys.addaudithook event is not documented
https://bugs.python.org/issue38434 closed by steve.dower

#38494: Add assert_not_called_with
https://bugs.python.org/issue38494 closed by serhiy.storchaka

#38534: Version 3.8.0 has released with a wrong MS KB number reference
https://bugs.python.org/issue38534 closed by steve.dower

#38535: Incorrect col_offset for decorators with zero arguments (empty
https://bugs.python.org/issue38535 closed by serhiy.storchaka

#38557: PyTuple_GetSlice docs minor inaccuracy
https://bugs.python.org/issue38557 closed by serhiy.storchaka

#38558: Data Structures documentation out of sync with new Walrus oper
https://bugs.python.org/issue38558 closed by ammar2

#38560: Disallow iterable argument unpacking after a keyword argument?
https://bugs.python.org/issue38560 closed by gvanrossum

#38570: Shlex does not parse commands containing single quotes correct
https://bugs.python.org/issue38570 closed by timonegk

#38571: Segfault with StopIteration
https://bugs.python.org/issue38571 closed by kchen

#38586: logging: handlers names are not set when using fileConfig
https://bugs.python.org/issue38586 closed by vinay.sajip

#38589: Bad target address assigned in Python Manuals shortcut on Pyth
https://bugs.python.org/issue38589 closed by steve.dower

#38598: IDLE: Disable F5, etc, in Shell and Output windows.
https://bugs.python.org/issue38598 closed by terry.reedy

#38600: Change the mark up of NULL
https://bugs.python.org/issue38600 closed by serhiy.storchaka

#38602: Add fcntl.F_OFD_XXXX constant
https://bugs.python.org/issue38602 closed by serhiy.storchaka

#38604: Schedule Py_UNICODE API removal
https://bugs.python.org/issue38604 closed by vstinner

#38606: Function to count total number of common divisors of two numbe
https://bugs.python.org/issue38606 closed by mark.dickinson

#38612: some non-ascii charcters link to same identifier/data
https://bugs.python.org/issue38612 closed by steven.daprano

#38616: Using Py_XDECREF to replace Py_DECREF in PyAST_FromNodeObject(
https://bugs.python.org/issue38616 closed by serhiy.storchaka

#38617: Using Py_XINCREF to replace Py_INCREF in PyAST_CompileObject
https://bugs.python.org/issue38617 closed by serhiy.storchaka

#38618: Why not use refcount of c.c_filename in PyAST_FromNodeObject()
https://bugs.python.org/issue38618 closed by serhiy.storchaka

#38621: Bad decoding of encoded-words in unstructured email headers
https://bugs.python.org/issue38621 closed by fdrake

#38626: small change at bisect_left function for easy understanding
https://bugs.python.org/issue38626 closed by rhettinger

#38627: Add copy() method to pathlib
https://bugs.python.org/issue38627 closed by serhiy.storchaka

#38637: fix GROWTH_RATE comments bug
https://bugs.python.org/issue38637 closed by brandtbucher

#38640: while False: break => SyntaxError: 'break' outside loop
https://bugs.python.org/issue38640 closed by pablogsal

#38645: datetime.datetime.fromtimestamp(0, tzlocal()) throws error
https://bugs.python.org/issue38645 closed by ammar2

#38648: Py_tp_free is specified twice in Python-ast.c
https://bugs.python.org/issue38648 closed by benjamin.peterson

#38654: `urllib.request.Request` uses mutable value as default value
https://bugs.python.org/issue38654 closed by serhiy.storchaka

#38658: Python Program crashes when running in fore and back ground
https://bugs.python.org/issue38658 closed by ThePokestarFan
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/Q3KTTMP457GGA4UHL2QTWPZQRWA2ENN2/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-11-01 - 2019-11-08)
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 7140 (+49)
closed 43359 (+34)
total 50499 (+83)

Open issues with patches: 2809


Issues opened (64)
==================

#16575: ctypes: unions as arguments
https://bugs.python.org/issue16575 reopened by vstinner

#37527: Timestamp conversion on windows fails with timestamps close to
https://bugs.python.org/issue37527 reopened by p-ganssle

#38668: Update os.path documentation regarding recommended types
https://bugs.python.org/issue38668 opened by lazka

#38669: patch.object should raise another error when first argument is
https://bugs.python.org/issue38669 opened by Elena.Oat

#38670: can we accept os.PathLike objects within the subprocess args=
https://bugs.python.org/issue38670 opened by gregory.p.smith

#38671: pathlib.Path.resolve(strict=False) returns relative path on Wi
https://bugs.python.org/issue38671 opened by uranusjr

#38672: Crash on mimetypes.init() if there is no access to one of know
https://bugs.python.org/issue38672 opened by Micha? Szymaniak

#38673: REPL shows continuation prompt (...) when comment or space ent
https://bugs.python.org/issue38673 opened by gvanrossum

#38675: Sug. for the scope example in TPT Chapter 9
https://bugs.python.org/issue38675 opened by David Goldsmith

#38677: Arraymodule initialization error handling improvements
https://bugs.python.org/issue38677 opened by mpaolini

#38678: TypeError raised trying to run TPT 10.3 Example 2 in Python 3.
https://bugs.python.org/issue38678 opened by David Goldsmith

#38679: Scipy and Scikit learn library installation issues
https://bugs.python.org/issue38679 opened by marvinmckinneyii

#38680: PyGILState_Release does not release gil correctly, resulting i
https://bugs.python.org/issue38680 opened by 123 wlpha

#38681: 2to3 Conversion Result using BlankLine() can be Syntactically
https://bugs.python.org/issue38681 opened by Samuel Tatasurya

#38682: struct timeval is not declared
https://bugs.python.org/issue38682 opened by Mithil

#38686: WWW-Authenticate qop="auth,auth-int" rejected by urllib
https://bugs.python.org/issue38686 opened by PypeBros

#38687: Expose 'adler32_combine' function from zlib
https://bugs.python.org/issue38687 opened by callumattryde

#38688: Python 3.8 regression: endless loop in shutil.copytree
https://bugs.python.org/issue38688 opened by cboltz

#38689: IDLE crashes when KeyError is raised during calltip generation
https://bugs.python.org/issue38689 opened by bup

#38690: Command line option with &/or without a space results in the s
https://bugs.python.org/issue38690 opened by jgors

#38691: importlib: PYTHONCASEOK should be ignored when using python3 -
https://bugs.python.org/issue38691 opened by vstinner

#38692: add a pidfd child process watcher
https://bugs.python.org/issue38692 opened by benjamin.peterson

#38693: Use f-strings instead of str.format within importlib
https://bugs.python.org/issue38693 opened by gregory.p.smith

#38695: IDLE should restart instead of hanging when subprocess exits
https://bugs.python.org/issue38695 opened by terry.reedy

#38697: test.support.find_unused_port() race condition: test_socket fa
https://bugs.python.org/issue38697 opened by vstinner

#38698: While parsing email message id: UnboundLocalError
https://bugs.python.org/issue38698 opened by Nikita Hoffmann

#38699: socket: change listen() default backlog from 128 to 4096?
https://bugs.python.org/issue38699 opened by vstinner

#38701: datetime.timedelta string representation is ambiguous
https://bugs.python.org/issue38701 opened by lig

#38702: Adding new types to parser/unparse.py
https://bugs.python.org/issue38702 opened by ju-sh

#38704: Prevent installation on unsupported Windows versions
https://bugs.python.org/issue38704 opened by senyai

#38706: What should the error message in the exception raised by asser
https://bugs.python.org/issue38706 opened by mkarotsieris

#38707: Multiprocessing: bug with Native ID for threading.mainthread()
https://bugs.python.org/issue38707 opened by jaketesler

#38708: parse_message_id in email module is very buggy / crashy
https://bugs.python.org/issue38708 opened by xnox

#38709: distutils - setuptools - alias command removes comments from s
https://bugs.python.org/issue38709 opened by acue

#38710: unsynchronized write pointer in io.TextIOWrapper in 'r+' mode
https://bugs.python.org/issue38710 opened by Manuel Ignacio Pérez Alcolea

#38711: setup parameter 'distclass' ignored for configuration files
https://bugs.python.org/issue38711 opened by acue

#38712: add signal.pidfd_send_signal
https://bugs.python.org/issue38712 opened by benjamin.peterson

#38714: setup command alias erroneous for names with hyphens
https://bugs.python.org/issue38714 opened by acue

#38715: Regression in compileall ddir parameter when recursing
https://bugs.python.org/issue38715 opened by hetman

#38718: query of global metadata options delivers error messages even
https://bugs.python.org/issue38718 opened by acue

#38719: Surprising and possibly incorrect passing of InitVar to __post
https://bugs.python.org/issue38719 opened by Aaron Ecay

#38720: Logging failure with timestamp messages
https://bugs.python.org/issue38720 opened by xtobes

#38721: modulefinder should use io.open_code() instead of open()
https://bugs.python.org/issue38721 opened by plokmijnuhby

#38722: runpy should use io.open_code() instead of open()
https://bugs.python.org/issue38722 opened by plokmijnuhby

#38723: Pdb._runscript should use io.open_code() instead of open()
https://bugs.python.org/issue38723 opened by plokmijnuhby

#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724 opened by cool-RR

#38725: Documented equivalent of `gzip -n` (omit timestamp and origina
https://bugs.python.org/issue38725 opened by zwol

#38726: Add equivalent of `gzip -n` (omit timestamp and original file
https://bugs.python.org/issue38726 opened by zwol

#38727: setup.py sdist --format=gztar should use (equivalent of) `gzip
https://bugs.python.org/issue38727 opened by zwol

#38728: Update PC/pyconfig.h to support disabling auto linking
https://bugs.python.org/issue38728 opened by Jean-Christophe Fillion-Robin

#38729: mock.create_autospec generates incorrect signature for some de
https://bugs.python.org/issue38729 opened by breilly_box

#38731: bad input crashes py_compile library
https://bugs.python.org/issue38731 opened by Kaoru Esashika

#38734: Python 3.7 and 3.8 in Windows Store do not start under git bas
https://bugs.python.org/issue38734 opened by pletnes

#38735: PYTHONPYCACHEPREFIX fails when importing a module from the roo
https://bugs.python.org/issue38735 opened by nedbat

#38736: argparse: wrong type from get_default when type is set
https://bugs.python.org/issue38736 opened by Erik Ahlén

#38738: Fix formatting of True and False
https://bugs.python.org/issue38738 opened by serhiy.storchaka

#38740: Line count mis match between open() vs sys.stdin api calls
https://bugs.python.org/issue38740 opened by Thamme Gowda

#38741: Definition of multiple ']' in header configparser
https://bugs.python.org/issue38741 opened by @mark99i

#38742: ElementTree won't parse comments before root element
https://bugs.python.org/issue38742 opened by celinecyc

#38743: configure: on macOS (darwin) add CoreFoundation to flags befor
https://bugs.python.org/issue38743 opened by Jakub Piotr C?apa

#38744: python 3.8 hang in multiprocessing.Pool() locking on FreeBSD
https://bugs.python.org/issue38744 opened by AMDmi3

#38746: HTML5 named character references not consistent
https://bugs.python.org/issue38746 opened by mikeraider

#38747: Slowly introduce a subset of Jupyter console (IPython) feature
https://bugs.python.org/issue38747 opened by Marco Sulla

#38748: 32 bit ctypes stdcall callback fails to restore stack pointer
https://bugs.python.org/issue38748 opened by David Heffernan



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

#38748: 32 bit ctypes stdcall callback fails to restore stack pointer
https://bugs.python.org/issue38748

#38747: Slowly introduce a subset of Jupyter console (IPython) feature
https://bugs.python.org/issue38747

#38746: HTML5 named character references not consistent
https://bugs.python.org/issue38746

#38744: python 3.8 hang in multiprocessing.Pool() locking on FreeBSD
https://bugs.python.org/issue38744

#38743: configure: on macOS (darwin) add CoreFoundation to flags befor
https://bugs.python.org/issue38743

#38742: ElementTree won't parse comments before root element
https://bugs.python.org/issue38742

#38741: Definition of multiple ']' in header configparser
https://bugs.python.org/issue38741

#38738: Fix formatting of True and False
https://bugs.python.org/issue38738

#38734: Python 3.7 and 3.8 in Windows Store do not start under git bas
https://bugs.python.org/issue38734

#38731: bad input crashes py_compile library
https://bugs.python.org/issue38731

#38728: Update PC/pyconfig.h to support disabling auto linking
https://bugs.python.org/issue38728

#38727: setup.py sdist --format=gztar should use (equivalent of) `gzip
https://bugs.python.org/issue38727

#38726: Add equivalent of `gzip -n` (omit timestamp and original file
https://bugs.python.org/issue38726

#38725: Documented equivalent of `gzip -n` (omit timestamp and origina
https://bugs.python.org/issue38725

#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724



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

#38743: configure: on macOS (darwin) add CoreFoundation to flags befor
https://bugs.python.org/issue38743

#38738: Fix formatting of True and False
https://bugs.python.org/issue38738

#38712: add signal.pidfd_send_signal
https://bugs.python.org/issue38712

#38707: Multiprocessing: bug with Native ID for threading.mainthread()
https://bugs.python.org/issue38707

#38706: What should the error message in the exception raised by asser
https://bugs.python.org/issue38706

#38693: Use f-strings instead of str.format within importlib
https://bugs.python.org/issue38693

#38692: add a pidfd child process watcher
https://bugs.python.org/issue38692

#38687: Expose 'adler32_combine' function from zlib
https://bugs.python.org/issue38687

#38686: WWW-Authenticate qop="auth,auth-int" rejected by urllib
https://bugs.python.org/issue38686

#38677: Arraymodule initialization error handling improvements
https://bugs.python.org/issue38677

#38669: patch.object should raise another error when first argument is
https://bugs.python.org/issue38669

#38662: Decouple ensurepip from pip's internals using runpy
https://bugs.python.org/issue38662

#38657: Clarify numeric padding behavior in string formatting
https://bugs.python.org/issue38657

#38652: Remove/update provisional note for asyncio.BufferedProtocol
https://bugs.python.org/issue38652

#38650: Add constantness to PyStructSequence_UnnamedField
https://bugs.python.org/issue38650



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

#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903 18 msgs

#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309 16 msgs

#38692: add a pidfd child process watcher
https://bugs.python.org/issue38692 15 msgs

#38706: What should the error message in the exception raised by asser
https://bugs.python.org/issue38706 15 msgs

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500 12 msgs

#38285: Asyncio BaseEventLoop can support socket types other than SOCK
https://bugs.python.org/issue38285 11 msgs

#38630: subprocess.Popen.send_signal() should poll the process
https://bugs.python.org/issue38630 11 msgs

#36906: Compile time textwrap.dedent() equivalent for str or bytes lit
https://bugs.python.org/issue36906 10 msgs

#38440: Possible new issues with IDLE
https://bugs.python.org/issue38440 8 msgs

#38608: Undocumented behavior that IsolatedAsyncioTestCase would enabl
https://bugs.python.org/issue38608 7 msgs



Issues closed (34)
==================

#27994: In the argparse help(argparse) prints weird comments instead o
https://bugs.python.org/issue27994 closed by rhettinger

#35381: posixmodule: convert statically allocated types (DirEntryType
https://bugs.python.org/issue35381 closed by petr.viktorin

#37633: Py_CompileString and PyParser_SimpleParseString not exported i
https://bugs.python.org/issue37633 closed by benjamin.peterson

#37784: Compiling Python 3 with sqlite impossible when sqlite installa
https://bugs.python.org/issue37784 closed by manuco

#38159: PyState_AddModule docs should say that it's not necessary to c
https://bugs.python.org/issue38159 closed by petr.viktorin

#38279: multiprocessing example enhancement
https://bugs.python.org/issue38279 closed by pitrou

#38382: statistics.harmonic_mean fails to raise error with negative in
https://bugs.python.org/issue38382 closed by rhettinger

#38388: Pickle protocol v 5 needs to be documented
https://bugs.python.org/issue38388 closed by taleinat

#38422: Clarify docstrings of pathlib suffix(es)
https://bugs.python.org/issue38422 closed by pitrou

#38475: Break Statement
https://bugs.python.org/issue38475 closed by zach.ware

#38592: Add pt-br to the language switcher at the Python docs website
https://bugs.python.org/issue38592 closed by rougeth

#38613: Optimize some set operations in dictkeys object
https://bugs.python.org/issue38613 closed by inada.naoki

#38664: await execution order leads to throw or bad syntax
https://bugs.python.org/issue38664 closed by asvetlov

#38666: is for tuples
https://bugs.python.org/issue38666 closed by benjamin.peterson

#38667: PYTHONCOERCECLOCALE=0 ignored
https://bugs.python.org/issue38667 closed by lazka

#38674: RotatingFileHandler issue: logs in the file are printed in inc
https://bugs.python.org/issue38674 closed by vinay.sajip

#38676: Unable to install Python 3.8 on Windows 10
https://bugs.python.org/issue38676 closed by BRT

#38683: Installation failed - no privileges to access directory
https://bugs.python.org/issue38683 closed by steve.dower

#38684: hashlib: build fails when blake2 is disabled in OpenSSL
https://bugs.python.org/issue38684 closed by christian.heimes

#38685: can't create a venv with a dash in the name
https://bugs.python.org/issue38685 closed by matrixise

#38694: docs.python.org does not switch version properly
https://bugs.python.org/issue38694 closed by ned.deily

#38696: HTTP modules documentation error
https://bugs.python.org/issue38696 closed by zach.ware

#38700: typo in unittest mock docs
https://bugs.python.org/issue38700 closed by Arunkumar Mani

#38703: should we expect round(0.95,1) to be 1.0, instead of 0.9?
https://bugs.python.org/issue38703 closed by mark.dickinson

#38705: venv creation on macOS Catalina is failing
https://bugs.python.org/issue38705 closed by ned.deily

#38713: expose P_PIDFD
https://bugs.python.org/issue38713 closed by miss-islington

#38716: logging: rotating handlers set namer and rotator null
https://bugs.python.org/issue38716 closed by vinay.sajip

#38717: csv DictWriter's internal _dict_to_list raise error unsupporte
https://bugs.python.org/issue38717 closed by afflictor

#38730: 2.7 modern compiler warnings
https://bugs.python.org/issue38730 closed by benjamin.peterson

#38732: Adding relp support as a new logging handler
https://bugs.python.org/issue38732 closed by vinay.sajip

#38733: PyErr_Occurred(): tstate must be non-NULL
https://bugs.python.org/issue38733 closed by vstinner

#38737: StreamReaderProtocol.eof_received() should return True only fo
https://bugs.python.org/issue38737 closed by asvetlov

#38739: pyperformance html5lib cannot import Mapping (and fails)
https://bugs.python.org/issue38739 closed by vstinner

#38745: pygame install error using python 3.8.0
https://bugs.python.org/issue38745 closed by christian.heimes
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-11-08 - 2019-11-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 7148 ( +8)
closed 43418 (+59)
total 50566 (+67)

Open issues with patches: 2820


Issues opened (39)
==================

#38750: Solve IPv4 categorisation issues with the ipaddress module
https://bugs.python.org/issue38750 opened by Wicken

#38753: AsyncMock not cited as new in 3.8
https://bugs.python.org/issue38753 opened by John Belmonte

#38755: Long unicode string causes SyntaxError: Non-UTF-8 code startin
https://bugs.python.org/issue38755 opened by Andrew Ushakov

#38760: Document for urllib.error.HTTPError.headers Should Specify Wha
https://bugs.python.org/issue38760 opened by Han You

#38762: Logging displays wrong "processName" if "sys.modules" is clear
https://bugs.python.org/issue38762 opened by Delgan

#38765: `ast.AST._attributes` is used by `ast.dump()` but not document
https://bugs.python.org/issue38765 opened by pekka.klarck

#38768: Support lldb enhancement in MacOS
https://bugs.python.org/issue38768 opened by Manjusaka

#38770: Pickle handle self references in classes
https://bugs.python.org/issue38770 opened by Saim Raza

#38776: rlock_count<0
https://bugs.python.org/issue38776 opened by toywei

#38778: Document that os.fork is not allowed in subinterpreters
https://bugs.python.org/issue38778 opened by pconnell

#38780: SysLogHandler crash atexit
https://bugs.python.org/issue38780 opened by jaraco

#38782: Convert importlib.abc to use typing.Protocol
https://bugs.python.org/issue38782 opened by brett.cannon

#38783: the window size is bigger than the specific size when create a
https://bugs.python.org/issue38783 opened by johnliao

#38784: ip_network does not clear/update the broadcast_address cache w
https://bugs.python.org/issue38784 opened by 992jo

#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787 opened by Dormouse759

#38788: Inconsistent documentation of tell/seek on textiobase/textiowr
https://bugs.python.org/issue38788 opened by qha

#38789: difflib lacks a way to check if results are empty
https://bugs.python.org/issue38789 opened by simon_

#38790: test_fcntl failing on macOS CI
https://bugs.python.org/issue38790 opened by steve.dower

#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792 opened by ZackerySpytz

#38793: pathlib.Path.resolve(strict=False) strips final path component
https://bugs.python.org/issue38793 opened by lutecki

#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794 opened by Lukas.Vacek

#38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD
https://bugs.python.org/issue38795 opened by vstinner

#38796: test_multiprocessing_forkserver: test_mymanager_context() fail
https://bugs.python.org/issue38796 opened by vstinner

#38797: x86-64 High Sierra 3.x buildbot worker fails to build Python:
https://bugs.python.org/issue38797 opened by vstinner

#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798 opened by vstinner

#38799: race condition in multiprocessing.Pool with maxtasksperchild=1
https://bugs.python.org/issue38799 opened by steve.lorimer@gmail.com

#38802: Clearer wording of os.WNOHANG documentation to avoid misinterp
https://bugs.python.org/issue38802 opened by bbmmy

#38803: test_wait3 and test_wait4 leaked references on x86 Gentoo Refl
https://bugs.python.org/issue38803 opened by vstinner

#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804 opened by bc

#38805: locale.getlocale() returns a non RFC1766 language code
https://bugs.python.org/issue38805 opened by markgrandi

#38806: "pdb.Pdb(skip=…).set_trace()" should always stop on calling
https://bugs.python.org/issue38806 opened by blueyed

#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807 opened by tomasfarias

#38809: On Windows, build scripts should prefer using python.exe from
https://bugs.python.org/issue38809 opened by taleinat

#38810: SSL connect() raises SSLError "[SSL] EC lib (_ssl.c:728)"
https://bugs.python.org/issue38810 opened by andymaier

#38811: Pathlib crashes when os module is missing 'link' method
https://bugs.python.org/issue38811 opened by tohojo

#38812: Comparing datetime.time objects incorrect for TZ aware and una
https://bugs.python.org/issue38812 opened by epicadv

#38813: math.modf() change integer returned part as integer instead of
https://bugs.python.org/issue38813 opened by aikimark1955

#38814: Python3.7.5 crashes on OSX with my django project
https://bugs.python.org/issue38814 opened by karolyi

#38815: test_ssl: test_min_max_version() fails on AMD64 FreeBSD Shared
https://bugs.python.org/issue38815 opened by vstinner



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

#38814: Python3.7.5 crashes on OSX with my django project
https://bugs.python.org/issue38814

#38812: Comparing datetime.time objects incorrect for TZ aware and una
https://bugs.python.org/issue38812

#38809: On Windows, build scripts should prefer using python.exe from
https://bugs.python.org/issue38809

#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807

#38806: "pdb.Pdb(skip=…).set_trace()" should always stop on calling
https://bugs.python.org/issue38806

#38805: locale.getlocale() returns a non RFC1766 language code
https://bugs.python.org/issue38805

#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804

#38799: race condition in multiprocessing.Pool with maxtasksperchild=1
https://bugs.python.org/issue38799

#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798

#38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD
https://bugs.python.org/issue38795

#38790: test_fcntl failing on macOS CI
https://bugs.python.org/issue38790

#38788: Inconsistent documentation of tell/seek on textiobase/textiowr
https://bugs.python.org/issue38788

#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787

#38783: the window size is bigger than the specific size when create a
https://bugs.python.org/issue38783

#38782: Convert importlib.abc to use typing.Protocol
https://bugs.python.org/issue38782



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

#38811: Pathlib crashes when os module is missing 'link' method
https://bugs.python.org/issue38811

#38809: On Windows, build scripts should prefer using python.exe from
https://bugs.python.org/issue38809

#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807

#38806: "pdb.Pdb(skip=…).set_trace()" should always stop on calling
https://bugs.python.org/issue38806

#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804

#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794

#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792

#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787

#38778: Document that os.fork is not allowed in subinterpreters
https://bugs.python.org/issue38778

#38753: AsyncMock not cited as new in 3.8
https://bugs.python.org/issue38753

#38743: configure: on macOS (darwin) add CoreFoundation to flags befor
https://bugs.python.org/issue38743

#38741: Definition of multiple ']' in header configparser
https://bugs.python.org/issue38741

#38731: bad input crashes py_compile library
https://bugs.python.org/issue38731

#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724

#38712: add signal.pidfd_send_signal
https://bugs.python.org/issue38712



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

#22367: Add open_file_descriptor parameter to fcntl.lockf() (use the n
https://bugs.python.org/issue22367 9 msgs

#38780: SysLogHandler crash atexit
https://bugs.python.org/issue38780 8 msgs

#38591: Deprecate Process Child Watchers
https://bugs.python.org/issue38591 7 msgs

#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794 7 msgs

#4630: IDLE: add cursor noblink option
https://bugs.python.org/issue4630 5 msgs

#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724 5 msgs

#36128: ResourceReader for FileLoader inconsistently handles path sepa
https://bugs.python.org/issue36128 4 msgs

#36852: Python3.7.2 fails to cross-compile (yocto / openembedded) when
https://bugs.python.org/issue36852 4 msgs

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500 4 msgs

#38673: REPL shows continuation prompt (...) when comment or space ent
https://bugs.python.org/issue38673 4 msgs



Issues closed (59)
==================

#9399: Provide a 'print' action for argparse
https://bugs.python.org/issue9399 closed by rhettinger

#11354: argparse: nargs could accept range of options count
https://bugs.python.org/issue11354 closed by rhettinger

#26353: IDLE: Saving Shell should not add \n
https://bugs.python.org/issue26353 closed by terry.reedy

#27805: io.open('/dev/stdout', 'a') raises OSError with errno=ESPIPE
https://bugs.python.org/issue27805 closed by benjamin.peterson

#35192: pathlib mkdir throws FileExistsError when not supposed to
https://bugs.python.org/issue35192 closed by xtreak

#35666: Update design FAQ about assignment expression
https://bugs.python.org/issue35666 closed by xtreak

#35856: bundled pip syntaxwarning
https://bugs.python.org/issue35856 closed by inada.naoki

#36092: unittest.mock's patch.object and patch.dict are not supported
https://bugs.python.org/issue36092 closed by xtreak

#36130: Pdb(skip=[...]) + module without __name__ => TypeError
https://bugs.python.org/issue36130 closed by benjamin.peterson

#37436: os.path.isfile() with big number cause OverflowError: fd is gr
https://bugs.python.org/issue37436 closed by serhiy.storchaka

#37564: ArgumentParser should support bool type according to truth val
https://bugs.python.org/issue37564 closed by rhettinger

#37759: Polish whatsnew for 3.8
https://bugs.python.org/issue37759 closed by rhettinger

#37855: Compiling Python 3.7.4 with Intel compilers 2019
https://bugs.python.org/issue37855 closed by vstinner

#38351: Modernize email example from %-formatting to f-string
https://bugs.python.org/issue38351 closed by taleinat

#38385: statistics: incorrect documentation
https://bugs.python.org/issue38385 closed by rhettinger

#38421: email.utils.parsetime_tz does not return "None" as the tz offs
https://bugs.python.org/issue38421 closed by petr.viktorin

#38438: argparse "usage" overly-complex with nargs="*"
https://bugs.python.org/issue38438 closed by rhettinger

#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517 closed by taleinat

#38565: Expose the value passed of typed passed to functools.lru_cache
https://bugs.python.org/issue38565 closed by rhettinger

#38609: Trashcan mechanism segfault during interpreter finalization in
https://bugs.python.org/issue38609 closed by ronaldoussoren

#38635: Simplify decoding the ZIP64 extra field and make it tolerant t
https://bugs.python.org/issue38635 closed by serhiy.storchaka

#38677: Arraymodule initialization error handling improvements
https://bugs.python.org/issue38677 closed by serhiy.storchaka

#38679: Scipy and Scikit learn library installation issues
https://bugs.python.org/issue38679 closed by terry.reedy

#38692: add a pidfd child process watcher
https://bugs.python.org/issue38692 closed by benjamin.peterson

#38723: Pdb._runscript should use io.open_code() instead of open()
https://bugs.python.org/issue38723 closed by steve.dower

#38734: Python 3.7 and 3.8 in Windows Store do not start under git bas
https://bugs.python.org/issue38734 closed by steve.dower

#38736: argparse: wrong type from get_default when type is set
https://bugs.python.org/issue38736 closed by paul.j3

#38738: Fix formatting of True and False
https://bugs.python.org/issue38738 closed by serhiy.storchaka

#38740: Line count mismatch between open() vs sys.stdin api calls
https://bugs.python.org/issue38740 closed by thammegowda

#38742: ElementTree won't parse comments before root element
https://bugs.python.org/issue38742 closed by scoder

#38747: Slowly introduce a subset of Jupyter console (IPython) feature
https://bugs.python.org/issue38747 closed by terry.reedy

#38749: sqlite3 driver fails on four byte unicode strings coming from
https://bugs.python.org/issue38749 closed by serhiy.storchaka

#38751: Document maximum JSON depth or remove it.
https://bugs.python.org/issue38751 closed by rhettinger

#38752: __init__ taking out of context variables
https://bugs.python.org/issue38752 closed by eric.smith

#38754: Python3.7 site-packages
https://bugs.python.org/issue38754 closed by ned.deily

#38756: Add generic versions of weakref types to typing module
https://bugs.python.org/issue38756 closed by levkivskyi

#38757: mocking an exception, arguments do not seem to be passed to th
https://bugs.python.org/issue38757 closed by cjw296

#38758: @dataclass defaults
https://bugs.python.org/issue38758 closed by gvanrossum

#38759: Python 2.7.9 x64 for Windows version is 2.7.13
https://bugs.python.org/issue38759 closed by steve.dower

#38761: weakref.WeakSet not instanceof collections.abc.Set
https://bugs.python.org/issue38761 closed by rhettinger

#38763: mock with side effect : assert_called_once returns None while
https://bugs.python.org/issue38763 closed by cjw296

#38764: Deterministic globbing.
https://bugs.python.org/issue38764 closed by gvanrossum

#38766: AttributeError: 'xml.etree.ElementTree.ParseError' has no attr
https://bugs.python.org/issue38766 closed by mlj

#38767: Replace Mersenne Twister RNG with a PCG family algorithm
https://bugs.python.org/issue38767 closed by rhettinger

#38769: generators are currently hashable
https://bugs.python.org/issue38769 closed by steven.daprano

#38771: Bug in example of collections.ChainMap
https://bugs.python.org/issue38771 closed by rhettinger

#38772: shutil.copytree fail to copy some bytes
https://bugs.python.org/issue38772 closed by benjamin.peterson

#38773: Fatal Python error: Aborted
https://bugs.python.org/issue38773 closed by brett.cannon

#38774: Statements in try block still executes after raised error
https://bugs.python.org/issue38774 closed by Torbjørn Wikestad

#38775: Cloudpickle.py file is crashing due to data type incompatibili
https://bugs.python.org/issue38775 closed by xtreak

#38777: plist handling of real data type
https://bugs.python.org/issue38777 closed by David Nicolson

#38779: Simple typo in strings module documentation
https://bugs.python.org/issue38779 closed by zach.ware

#38781: Clear buffer in MemoryHandler flush
https://bugs.python.org/issue38781 closed by penlect

#38785: Segmentation fault in asyncio
https://bugs.python.org/issue38785 closed by asvetlov

#38786: Add parsing of https links to pydoc
https://bugs.python.org/issue38786 closed by taleinat

#38791: readline history file is hard-coded
https://bugs.python.org/issue38791 closed by jconder

#38800: Resume position for UTF-8 codec error handler not working
https://bugs.python.org/issue38800 closed by serhiy.storchaka

#38801: Scientific notation doesn't work with itertools.islice
https://bugs.python.org/issue38801 closed by rhettinger

#38808: weird bug while using a for loop and array
https://bugs.python.org/issue38808 closed by mark.dickinson
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-11-15 - 2019-11-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 7171 (+23)
closed 43475 (+57)
total 50646 (+80)

Open issues with patches: 2826


Issues opened (61)
==================

#25172: Unix-only crypt should not be present on Windows.
https://bugs.python.org/issue25172 reopened by xdegaye

#32371: Delay-loading of python dll is impossible when using some C ma
https://bugs.python.org/issue32371 reopened by Pierre Chatelier

#37957: Allow regrtest to receive a file with test (and subtests) to i
https://bugs.python.org/issue37957 reopened by pablogsal

#38817: Immutable types inplace operations work incorrect in async
https://bugs.python.org/issue38817 opened by bryzgaloff

#38818: Modify PyInterpreterState.eval_frame to pass tstate (PyThreadS
https://bugs.python.org/issue38818 opened by vstinner

#38820: Make Python compatible with OpenSSL 3.0.0
https://bugs.python.org/issue38820 opened by christian.heimes

#38822: Inconsistent os.stat behavior for directory with Access Denied
https://bugs.python.org/issue38822 opened by CrouZ

#38823: Improve stdlib module initialization error handling.
https://bugs.python.org/issue38823 opened by brandtbucher

#38825: shutil.disk_usage - Lacking documentation
https://bugs.python.org/issue38825 opened by Lord Anton Hvornum

#38826: Regular Expression Denial of Service in urllib.request.Abstrac
https://bugs.python.org/issue38826 opened by bc

#38828: http.cookiejar handle cookie.version to be None
https://bugs.python.org/issue38828 opened by kovid

#38829: Make the function flush_io accessible in the C-API
https://bugs.python.org/issue38829 opened by Jean-Didier

#38832: setup.py can report builtin modules as missing modules
https://bugs.python.org/issue38832 opened by christian.heimes

#38833: Issue with multiprocessing.Pool & multiprocessing.Queue
https://bugs.python.org/issue38833 opened by bigbizze

#38834: TypedDict: no way to tell which (if any) keys are optional at
https://bugs.python.org/issue38834 opened by Zac Hatfield-Dodds

#38836: Links are duplicated in documentation search result
https://bugs.python.org/issue38836 opened by MaT1g3R

#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840 opened by xdegaye

#38842: test_multiprocessing_spawn altered the execution environment i
https://bugs.python.org/issue38842 opened by pablogsal

#38843: Document argparse behaviour when custom namespace object alrea
https://bugs.python.org/issue38843 opened by zerkms

#38845: test_shared_memory_SharedMemoryServer_ignores_sigint and other
https://bugs.python.org/issue38845 opened by tlecarrour

#38846: async: Return context manager from open(_unix)_connection
https://bugs.python.org/issue38846 opened by srittau

#38848: compileall fails when the platform lacks a functional sem_ope
https://bugs.python.org/issue38848 opened by xdegaye

#38849: test_timestamp_naive fails on android
https://bugs.python.org/issue38849 opened by xdegaye

#38850: test_largefile fails on android
https://bugs.python.org/issue38850 opened by xdegaye

#38851: UDPLITE tests fail on android
https://bugs.python.org/issue38851 opened by xdegaye

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852 opened by xdegaye

#38854: Decorator breaks inspect.getsource
https://bugs.python.org/issue38854 opened by crusaderky

#38855: test_unpack.py does not catch the unpacking of a set
https://bugs.python.org/issue38855 opened by Ylem

#38856: wait_closed() can raise ConnectionResetError
https://bugs.python.org/issue38856 opened by yselivanov

#38858: new_interpreter() should reuse more Py_InitializeFromConfig()
https://bugs.python.org/issue38858 opened by vstinner

#38860: GenericPyCData_new does not invoke new or init
https://bugs.python.org/issue38860 opened by b1tninja

#38861: zipfile: Corrupts filenames containing non-UTF8 characters
https://bugs.python.org/issue38861 opened by jgoerzen

#38862: IDLE: Include end newlines in whitespace fix.
https://bugs.python.org/issue38862 opened by terry.reedy

#38864: dbm: Can't open database with bytes-encoded filename
https://bugs.python.org/issue38864 opened by jgoerzen

#38865: Can Py_Finalize() be called if the current interpreter is not
https://bugs.python.org/issue38865 opened by vstinner

#38866: test_pyclbr replace asyncore
https://bugs.python.org/issue38866 opened by jacksonriley

#38867: Enable Tkinter on Windows ARM
https://bugs.python.org/issue38867 opened by steve.dower

#38868: Shutil cannot delete a folder that contains an .ini file
https://bugs.python.org/issue38868 opened by QueenSvetlana

#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870 opened by pablogsal

#38871: lib2to3 generates invalid code with filter and ternary operato
https://bugs.python.org/issue38871 opened by Zoran Simic

#38872: Document exec symbol for codeop.compile_command
https://bugs.python.org/issue38872 opened by cheryl.sabella

#38873: find_library for libcrypto and libssl on Catalina returns the
https://bugs.python.org/issue38873 opened by worldwise001

#38874: asyncio.Queue: putting items out of order when it is full
https://bugs.python.org/issue38874 opened by esrse

#38876: pickle is raising KeyError insteat of pickle.UnpicklingError u
https://bugs.python.org/issue38876 opened by Linus Pithan

#38877: Python 3.9 build fails under Debian 9.11
https://bugs.python.org/issue38877 opened by DahlitzFlorian

#38878: os.PathLike subclasshook causes subclass checks true on abstra
https://bugs.python.org/issue38878 opened by bar.harel

#38879: Reordered error checking in PyArena_New().
https://bugs.python.org/issue38879 opened by Zotyamester

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880 opened by LewisGaul

#38881: unexpected behaviour of random.choices with zero weights
https://bugs.python.org/issue38881 opened by IRomanowska

#38882: IDLE should not make the about dialog be a transient of the wi
https://bugs.python.org/issue38882 opened by culler

#38883: Path.home() should ignore HOME env var like os.path.expanduser
https://bugs.python.org/issue38883 opened by lazka

#38884: __import__ is not thread-safe on Python 3
https://bugs.python.org/issue38884 opened by Valentyn Tymofieiev

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886 opened by rdussin

#38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1
https://bugs.python.org/issue38887 opened by vstinner

#38888: Popen should use pidfd_open to implement a non-busy wait
https://bugs.python.org/issue38888 opened by SpecLad

#38890: A subprocess.Popen created with creationFlags=DETACHED_PROCESS
https://bugs.python.org/issue38890 opened by ShaneHarvey

#38891: ShareableList read and write access is O(N), should be O(1)
https://bugs.python.org/issue38891 opened by Jake Northey

#38892: Audit Hook doc typos and confusion
https://bugs.python.org/issue38892 opened by terry.reedy

#38893: broken container/selinux integration
https://bugs.python.org/issue38893 opened by Leif Middelschulte

#38894: Path.glob() sometimes misses files that match
https://bugs.python.org/issue38894 opened by thierry.parmentelat

#38895: performance degradation creating a mock object (by factor 7-8)
https://bugs.python.org/issue38895 opened by julianhille



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

#38895: performance degradation creating a mock object (by factor 7-8)
https://bugs.python.org/issue38895

#38892: Audit Hook doc typos and confusion
https://bugs.python.org/issue38892

#38890: A subprocess.Popen created with creationFlags=DETACHED_PROCESS
https://bugs.python.org/issue38890

#38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1
https://bugs.python.org/issue38887

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886

#38883: Path.home() should ignore HOME env var like os.path.expanduser
https://bugs.python.org/issue38883

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880

#38879: Reordered error checking in PyArena_New().
https://bugs.python.org/issue38879

#38872: Document exec symbol for codeop.compile_command
https://bugs.python.org/issue38872

#38867: Enable Tkinter on Windows ARM
https://bugs.python.org/issue38867

#38865: Can Py_Finalize() be called if the current interpreter is not
https://bugs.python.org/issue38865

#38862: IDLE: Include end newlines in whitespace fix.
https://bugs.python.org/issue38862

#38861: zipfile: Corrupts filenames containing non-UTF8 characters
https://bugs.python.org/issue38861

#38860: GenericPyCData_new does not invoke new or init
https://bugs.python.org/issue38860

#38856: wait_closed() can raise ConnectionResetError
https://bugs.python.org/issue38856



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

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880

#38878: os.PathLike subclasshook causes subclass checks true on abstra
https://bugs.python.org/issue38878

#38876: pickle is raising KeyError insteat of pickle.UnpicklingError u
https://bugs.python.org/issue38876

#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870

#38866: test_pyclbr replace asyncore
https://bugs.python.org/issue38866

#38858: new_interpreter() should reuse more Py_InitializeFromConfig()
https://bugs.python.org/issue38858

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852

#38848: compileall fails when the platform lacks a functional sem_ope
https://bugs.python.org/issue38848

#38845: test_shared_memory_SharedMemoryServer_ignores_sigint and other
https://bugs.python.org/issue38845

#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840

#38834: TypedDict: no way to tell which (if any) keys are optional at
https://bugs.python.org/issue38834

#38823: Improve stdlib module initialization error handling.
https://bugs.python.org/issue38823

#38820: Make Python compatible with OpenSSL 3.0.0
https://bugs.python.org/issue38820

#38818: Modify PyInterpreterState.eval_frame to pass tstate (PyThreadS
https://bugs.python.org/issue38818



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

#37228: UDP sockets created by create_datagram_endpoint() allow by def
https://bugs.python.org/issue37228 34 msgs

#38823: Improve stdlib module initialization error handling.
https://bugs.python.org/issue38823 25 msgs

#22367: Add open_file_descriptor parameter to fcntl.lockf() (use the n
https://bugs.python.org/issue22367 15 msgs

#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500 13 msgs

#38858: new_interpreter() should reuse more Py_InitializeFromConfig()
https://bugs.python.org/issue38858 13 msgs

#37334: Add a cancel method to asyncio Queues
https://bugs.python.org/issue37334 7 msgs

#38021: pep425 tag for AIX is inadequate
https://bugs.python.org/issue38021 7 msgs

#38884: __import__ is not thread-safe on Python 3
https://bugs.python.org/issue38884 7 msgs

#33125: Windows 10 ARM64 platform support
https://bugs.python.org/issue33125 6 msgs

#33387: Simplify bytecodes for try-finally, try-except and with blocks
https://bugs.python.org/issue33387 6 msgs



Issues closed (58)
==================

#16576: ctypes: structure with bitfields as argument
https://bugs.python.org/issue16576 closed by vinay.sajip

#21767: singledispatch docs should explicitly mention support for abst
https://bugs.python.org/issue21767 closed by lukasz.langa

#23667: IDLE to provide option for making trailing whitespace visible
https://bugs.python.org/issue23667 closed by terry.reedy

#25866: Reference 3. Data Model: miscellaneous minor cleanups on the w
https://bugs.python.org/issue25866 closed by rhettinger

#26011: Document necesities for cmp argument of sorted
https://bugs.python.org/issue26011 closed by serhiy.storchaka

#26278: BaseTransport.close() does not trigger connection_lost()
https://bugs.python.org/issue26278 closed by vstinner

#27647: Update Windows 2.7 build to Tcl/Tk 8.5.19
https://bugs.python.org/issue27647 closed by zach.ware

#27724: PEP3119 inconsintent with actual CPython impl
https://bugs.python.org/issue27724 closed by gvanrossum

#28286: gzip guessing of mode is ambiguous
https://bugs.python.org/issue28286 closed by serhiy.storchaka

#29275: time module still has Y2K issues note
https://bugs.python.org/issue29275 closed by benjamin.peterson

#34792: Tutorial doesn''t discuss / and * function arguments
https://bugs.python.org/issue34792 closed by pablogsal

#34979: Python throws “SyntaxError: Non-UTF-8 code start with \xe8..
https://bugs.python.org/issue34979 closed by ausaki

#35409: Async generator might re-throw GeneratorExit on aclose()
https://bugs.python.org/issue35409 closed by asvetlov

#36277: pdb's recursive debug command is not listed in the docs
https://bugs.python.org/issue36277 closed by cheryl.sabella

#36854: GC operates out of global runtime state.
https://bugs.python.org/issue36854 closed by vstinner

#37083: Document TYPE_COMMENT in documentation reference for compound
https://bugs.python.org/issue37083 closed by pablogsal

#37195: test_utime fails on MacOS Mojave (Kernel Version 18.6.0:)
https://bugs.python.org/issue37195 closed by pablogsal

#37838: typing.get_type_hints not working with forward-declaration and
https://bugs.python.org/issue37838 closed by levkivskyi

#38453: ntpath.realpath() does not fully resolve relative paths
https://bugs.python.org/issue38453 closed by steve.dower

#38526: zipfile.Path has the wrong method name
https://bugs.python.org/issue38526 closed by xtreak

#38622: _ctypes.dlsym (py_dl_sym) does not trigger audit hooks
https://bugs.python.org/issue38622 closed by steve.dower

#38639: Optimize floor(), ceil() and trunc() for floats
https://bugs.python.org/issue38639 closed by serhiy.storchaka

#38650: Add constantness to PyStructSequence_UnnamedField
https://bugs.python.org/issue38650 closed by serhiy.storchaka

#38651: Add WolfSSL support
https://bugs.python.org/issue38651 closed by Daniel Johnson

#38678: TypeError for Tutorial 10.3 Example 2
https://bugs.python.org/issue38678 closed by rhettinger

#38707: Multiprocessing: bug with Native ID for threading.mainthread()
https://bugs.python.org/issue38707 closed by pitrou

#38712: add signal.pidfd_send_signal
https://bugs.python.org/issue38712 closed by benjamin.peterson

#38722: runpy should use io.open_code() instead of open()
https://bugs.python.org/issue38722 closed by taleinat

#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724 closed by taleinat

#38778: Document that os.fork is not allowed in subinterpreters
https://bugs.python.org/issue38778 closed by eric.snow

#38789: difflib lacks a way to check if results are empty
https://bugs.python.org/issue38789 closed by tim.peters

#38790: test_fcntl failing on macOS CI
https://bugs.python.org/issue38790 closed by ned.deily

#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807 closed by rhettinger

#38809: On Windows, build scripts should prefer using python.exe from
https://bugs.python.org/issue38809 closed by taleinat

#38813: math.modf() change integer returned part as integer instead of
https://bugs.python.org/issue38813 closed by mark.dickinson

#38814: Python3.7.5 crashes on OSX with my django project
https://bugs.python.org/issue38814 closed by ned.deily

#38816: Clarify about fork() and the CPython runtime in the C-API docs
https://bugs.python.org/issue38816 closed by eric.snow

#38819: The redirect
https://bugs.python.org/issue38819 closed by terry.reedy

#38821: argparse calls ngettext with deprecated non-integer value
https://bugs.python.org/issue38821 closed by taleinat

#38824: sasddsdsd
https://bugs.python.org/issue38824 closed by christian.heimes

#38827: [security] requests (lib) connects to a wrong host
https://bugs.python.org/issue38827 closed by zach.ware

#38830: `A Qt GUI for logging` produces TypeError
https://bugs.python.org/issue38830 closed by vinay.sajip

#38831: urllib.request header characters being changed to lowercase
https://bugs.python.org/issue38831 closed by eric.smith

#38835: pyfpe.h: Exclude PyFPE_START_PROTECT and PyFPE_END_PROTECT fro
https://bugs.python.org/issue38835 closed by vstinner

#38837: struct.pack: Unable to pack more than 256 bytes at a time
https://bugs.python.org/issue38837 closed by Dave Lotton

#38838: Exception ignored in: module 'threading' in _shutdown, _signal
https://bugs.python.org/issue38838 closed by wesinator

#38839: Fix some unused functions in test suite
https://bugs.python.org/issue38839 closed by brett.cannon

#38841: [asyncio] bind() on a unix socket raises PermissionError on An
https://bugs.python.org/issue38841 closed by xdegaye

#38844: test_multiprocessing_fork emit user warning
https://bugs.python.org/issue38844 closed by corona10

#38847: AST Optimization for Single Target List Comprehension
https://bugs.python.org/issue38847 closed by rhettinger

#38853: set.repr breaches docstring contract
https://bugs.python.org/issue38853 closed by josh.r

#38857: AsyncMock issue with awaitable return_value/side_effect/wraps
https://bugs.python.org/issue38857 closed by lisroach

#38859: AsyncMock says it raises StopIteration but that is Impossible
https://bugs.python.org/issue38859 closed by lisroach

#38863: Improve is_cgi() in http.server
https://bugs.python.org/issue38863 closed by asvetlov

#38869: Unexpectedly variable result
https://bugs.python.org/issue38869 closed by zach.ware

#38875: test_capi: test_trashcan_python_class1() and test_trashcan_pyt
https://bugs.python.org/issue38875 closed by vstinner

#38885: Have os.PathLike inherit from typing.Protocol
https://bugs.python.org/issue38885 closed by brett.cannon

#38889: Segmentation fault when using EPF Importer
https://bugs.python.org/issue38889 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-11-22 - 2019-11-29)
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 7170 ( -1)
closed 43522 (+47)
total 50692 (+46)

Open issues with patches: 2823


Issues opened (23)
==================

#38270: Tests: Avoid MD5 or check for MD5 availablity
https://bugs.python.org/issue38270 reopened by petr.viktorin

#38901: Add a CLI flag to venv to use the pwd basename as the prompt
https://bugs.python.org/issue38901 opened by brett.cannon

#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902 opened by leecatball

#38903: #if 0 block on parsetok.c
https://bugs.python.org/issue38903 opened by eamanu

#38904: "signal only works in main thread" in main thread
https://bugs.python.org/issue38904 opened by Richard Warfield

#38905: venv python reports wrong sys.executable in a subprocess on Wi
https://bugs.python.org/issue38905 opened by uranusjr

#38906: copy2 doesn't copy metadata on Windows and MacOS
https://bugs.python.org/issue38906 opened by greggman

#38907: Add IPv6 Dual-Stack control for http.server
https://bugs.python.org/issue38907 opened by zkonge

#38908: Troubles with @runtime_checkable protocols
https://bugs.python.org/issue38908 opened by levkivskyi

#38912: test_asyncio altered the execution environment
https://bugs.python.org/issue38912 opened by pablogsal

#38913: Py_BuildValue("(s#O)", ...) segfaults if entered with exceptio
https://bugs.python.org/issue38913 opened by danielen

#38914: Clarify wording for warning message when checking a package
https://bugs.python.org/issue38914 opened by jugmac00

#38916: Remove array.fromstring
https://bugs.python.org/issue38916 opened by corona10

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918 opened by eric.snow

#38920: Audit events for unhandled exceptions
https://bugs.python.org/issue38920 opened by steve.dower

#38921: Max Recursion Depth Reached in Logging Library
https://bugs.python.org/issue38921 opened by joy

#38924: pathlib paths .normalize()
https://bugs.python.org/issue38924 opened by iciocirlan

#38926: MacOS: 'Install certificates.command' has no effect
https://bugs.python.org/issue38926 opened by Jeff Berkowitz

#38932: unittest.mock.Mock.reset_mocks does not pass all arguments to
https://bugs.python.org/issue38932 opened by vegarsti

#38936: fatal error during installation 0x80070643 during python insta
https://bugs.python.org/issue38936 opened by kiranmai velishala

#38937: NameError in list comprehension within .pth file
https://bugs.python.org/issue38937 opened by Chris Billington

#38938: Iterable merge performance and inclusion in itertools
https://bugs.python.org/issue38938 opened by Dennis Sweeney

#38941: xml.etree.ElementTree.Element inconsistent warning for bool
https://bugs.python.org/issue38941 opened by philiprowlands



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

#38926: MacOS: 'Install certificates.command' has no effect
https://bugs.python.org/issue38926

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918

#38912: test_asyncio altered the execution environment
https://bugs.python.org/issue38912

#38903: #if 0 block on parsetok.c
https://bugs.python.org/issue38903

#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902

#38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1
https://bugs.python.org/issue38887

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886

#38883: Path.home() should ignore HOME env var like os.path.expanduser
https://bugs.python.org/issue38883

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880

#38879: Reordered error checking in PyArena_New().
https://bugs.python.org/issue38879

#38872: Document exec symbol for codeop.compile_command
https://bugs.python.org/issue38872

#38867: Enable Tkinter on Windows ARM
https://bugs.python.org/issue38867

#38860: GenericPyCData_new does not invoke new or init
https://bugs.python.org/issue38860

#38856: wait_closed() can raise ConnectionResetError
https://bugs.python.org/issue38856

#38851: UDPLITE tests fail on android
https://bugs.python.org/issue38851



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

#38937: NameError in list comprehension within .pth file
https://bugs.python.org/issue38937

#38932: unittest.mock.Mock.reset_mocks does not pass all arguments to
https://bugs.python.org/issue38932

#38920: Audit events for unhandled exceptions
https://bugs.python.org/issue38920

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918

#38914: Clarify wording for warning message when checking a package
https://bugs.python.org/issue38914

#38907: Add IPv6 Dual-Stack control for http.server
https://bugs.python.org/issue38907

#38903: #if 0 block on parsetok.c
https://bugs.python.org/issue38903

#38886: permissions too restrictive in zipfile.writestr
https://bugs.python.org/issue38886

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880

#38878: os.PathLike subclasshook causes subclass checks true on abstra
https://bugs.python.org/issue38878

#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870

#38858: new_interpreter() should reuse more Py_InitializeFromConfig()
https://bugs.python.org/issue38858

#38854: Decorator breaks inspect.getsource
https://bugs.python.org/issue38854

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852

#38848: compileall fails when the platform lacks a functional sem_ope
https://bugs.python.org/issue38848



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

#38905: venv python reports wrong sys.executable in a subprocess on Wi
https://bugs.python.org/issue38905 17 msgs

#38916: Remove array.fromstring
https://bugs.python.org/issue38916 8 msgs

#37224: test__xxsubinterpreters fails randomly
https://bugs.python.org/issue37224 7 msgs

#35003: Provide an option to venv to put files in a bin/ directory on
https://bugs.python.org/issue35003 6 msgs

#38021: Modify AIX platform_tag so it provides PEP425 needs
https://bugs.python.org/issue38021 6 msgs

#38547: test_pty fails when using setsid()
https://bugs.python.org/issue38547 6 msgs

#38895: performance degradation creating a mock object (by factor 7-8)
https://bugs.python.org/issue38895 6 msgs

#38861: zipfile: Corrupts filenames containing non-UTF8 characters
https://bugs.python.org/issue38861 5 msgs

#38878: os.PathLike subclasshook causes subclass checks true on abstra
https://bugs.python.org/issue38878 5 msgs

#38924: pathlib paths .normalize()
https://bugs.python.org/issue38924 5 msgs



Issues closed (48)
==================

#7980: time.strptime not thread safe
https://bugs.python.org/issue7980 closed by brett.cannon

#20928: xml.etree.ElementInclude does not include nested xincludes
https://bugs.python.org/issue20928 closed by scoder

#21063: Touch up one-line descriptions of modules for module index
https://bugs.python.org/issue21063 closed by brett.cannon

#26730: SpooledTemporaryFile rollover corrupts data silently when Unic
https://bugs.python.org/issue26730 closed by inada.naoki

#27145: long_add and long_sub might return a new int where &small_ints
https://bugs.python.org/issue27145 closed by inada.naoki

#37073: clarify functions docs in IO modules and Bytes Objects
https://bugs.python.org/issue37073 closed by inada.naoki

#38328: Speed up the creation time of constant list and set literals.
https://bugs.python.org/issue38328 closed by inada.naoki

#38446: Ambiguous signature for builtins.__build_class__
https://bugs.python.org/issue38446 closed by pablogsal

#38483: [venv] Add ~/.venvrc to change module defaults
https://bugs.python.org/issue38483 closed by cooperlees

#38524: functools.cached_property is not supported for setattr
https://bugs.python.org/issue38524 closed by taleinat

#38686: WWW-Authenticate qop="auth,auth-int" rejected by urllib
https://bugs.python.org/issue38686 closed by orsenthil

#38688: Python 3.8 regression: endless loop in shutil.copytree
https://bugs.python.org/issue38688 closed by giampaolo.rodola

#38803: test_wait3 and test_wait4 leaked references on x86 Gentoo Refl
https://bugs.python.org/issue38803 closed by benjamin.peterson

#38810: SSL connect() raises SSLError "[SSL] EC lib (_ssl.c:728)"
https://bugs.python.org/issue38810 closed by benjamin.peterson

#38817: Immutable types inplace operations work incorrect in async
https://bugs.python.org/issue38817 closed by asvetlov

#38834: TypedDict: no way to tell which (if any) keys are optional at
https://bugs.python.org/issue38834 closed by levkivskyi

#38855: test_unpack.py does not catch the unpacking of a set
https://bugs.python.org/issue38855 closed by zach.ware

#38862: IDLE: Include end newlines in whitespace fix.
https://bugs.python.org/issue38862 closed by terry.reedy

#38864: dbm: Can't open database with bytes-encoded filename
https://bugs.python.org/issue38864 closed by serhiy.storchaka

#38866: test_pyclbr replace asyncore
https://bugs.python.org/issue38866 closed by inada.naoki

#38876: pickle is raising KeyError insteat of pickle.UnpicklingError u
https://bugs.python.org/issue38876 closed by alexandre.vassalotti

#38877: Python 3.9 build fails under Debian 9.11
https://bugs.python.org/issue38877 closed by ned.deily

#38881: unexpected behaviour of random.choices with zero weights
https://bugs.python.org/issue38881 closed by rhettinger

#38892: Audit Hook doc typos and confusion
https://bugs.python.org/issue38892 closed by steve.dower

#38896: Remove PyUnicode_ClearFreeList() function
https://bugs.python.org/issue38896 closed by vstinner

#38897: Example in socket documentation uses deprecated array.fromstri
https://bugs.python.org/issue38897 closed by xtreak

#38898: Tkinter checkbutton switch on and off together
https://bugs.python.org/issue38898 closed by serhiy.storchaka

#38899: Document that virtual environment activation for fish should u
https://bugs.python.org/issue38899 closed by brett.cannon

#38900: Add a glossary entry for "callable" objects
https://bugs.python.org/issue38900 closed by rhettinger

#38909: module name 'stat.py'
https://bugs.python.org/issue38909 closed by zach.ware

#38910: AssertionError: ElementTree not initialized, missing root
https://bugs.python.org/issue38910 closed by scoder

#38911: include __del__ in Generator ABC
https://bugs.python.org/issue38911 closed by gvanrossum

#38915: 'r[/]*', str, re.MULTILINE | re.DOTALL Won't match // in a str
https://bugs.python.org/issue38915 closed by yanioaioan

#38917: Color setting doesn't work in tkinter
https://bugs.python.org/issue38917 closed by ned.deily

#38919: support Assignment Operators
https://bugs.python.org/issue38919 closed by zach.ware

#38922: code.replace() does not raise audit event
https://bugs.python.org/issue38922 closed by steve.dower

#38923: Spurious OSError "Not enough memory resources" when allocating
https://bugs.python.org/issue38923 closed by bkardon

#38925: Decoding unicode not supported after upd to 2.7.17 [possible p
https://bugs.python.org/issue38925 closed by steven.daprano

#38927: venv --upgrade_deps fails on Windows
https://bugs.python.org/issue38927 closed by vinay.sajip

#38928: EnvBuilder.upgrade_dependencies() does not exist on 3.8
https://bugs.python.org/issue38928 closed by vinay.sajip

#38929: Float // Integer doesn't give best result.
https://bugs.python.org/issue38929 closed by steven.daprano

#38930: Subprocess failed to kill child process after timeout when usi
https://bugs.python.org/issue38930 closed by Xuan Hu

#38931: pathlib.Path on Windows - parser issue
https://bugs.python.org/issue38931 closed by zach.ware

#38933: unusual behaviour on list of dependable lambdas
https://bugs.python.org/issue38933 closed by tim.peters

#38934: Dictionaries of dictionaries behave incorrectly when created f
https://bugs.python.org/issue38934 closed by josh.r

#38935: File modes with '+' character does not give expected output
https://bugs.python.org/issue38935 closed by steven.daprano

#38939: Using Python as a Calculator
https://bugs.python.org/issue38939 closed by brett.cannon

#38940: Add a new functools.cast() function
https://bugs.python.org/issue38940 closed by brett.cannon
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/A3W5Q7VXZMEMZKRCX7X4HQI33Y5LL2T3/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-11-29 - 2019-12-06)
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 7180 (+10)
closed 43559 (+37)
total 50739 (+47)

Open issues with patches: 2832


Issues opened (32)
==================

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942 opened by ZackerySpytz

#38943: Idle autocomplete window doesn't show up
https://bugs.python.org/issue38943 opened by JohnnyNajera

#38944: Idle autocomplete window doesn't close on Escape key
https://bugs.python.org/issue38944 opened by JohnnyNajera

#38945: Remove newline characters from uu encoding methods
https://bugs.python.org/issue38945 opened by stealthcopter

#38946: IDLE on macOS 10.15 Catalina does not open double-clicked file
https://bugs.python.org/issue38946 opened by RM

#38947: dataclass defaults behave inconsistently for init=True/init=Fa
https://bugs.python.org/issue38947 opened by Kevin Shweh

#38948: os.path.ismount() returns False for current working drive
https://bugs.python.org/issue38948 opened by jainankur

#38949: incorrect prefix, exec_prefix in distutils.command.install
https://bugs.python.org/issue38949 opened by xdegaye

#38952: asyncio cannot handle Python3 IPv4Address
https://bugs.python.org/issue38952 opened by Max Coplan

#38953: Untokenize and retokenize does not round-trip
https://bugs.python.org/issue38953 opened by Zac Hatfield-Dodds

#38955: Non indemnpotent behavior of asyncio.get_event_loop and asynci
https://bugs.python.org/issue38955 opened by mbussonn

#38956: argparse.BooleanOptionalAction should not add the default valu
https://bugs.python.org/issue38956 opened by Antony.Lee

#38958: asyncio REPL swallows KeyboardInterrupt while editing
https://bugs.python.org/issue38958 opened by iomintz

#38959: Parboil -- OpenMP CUTCP performance regression when upgrade fr
https://bugs.python.org/issue38959 opened by jiebinsu

#38960: DTrace FreeBSD build fix
https://bugs.python.org/issue38960 opened by David Carlier

#38961: Flaky detection of compiler vendor
https://bugs.python.org/issue38961 opened by jmaargh

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963 opened by romanofski

#38964: Output of syntax error in f-string contains wrong filename
https://bugs.python.org/issue38964 opened by Erik Cederstrand

#38967: Improve error message in enum for member name surrounded by un
https://bugs.python.org/issue38967 opened by Rubén Jesús García Hernández

#38970: [PDB] NameError in list comprehension in PDB
https://bugs.python.org/issue38970 opened by castix

#38971: codecs.open leaks file descriptor when invalid encoding is pas
https://bugs.python.org/issue38971 opened by Brock Mendel

#38972: Link to instructions to change PowerShell execution policy for
https://bugs.python.org/issue38972 opened by brett.cannon

#38973: Shared Memory List Returns 0 Length
https://bugs.python.org/issue38973 opened by Derek Frombach

#38974: using tkinter.filedialog.askopenfilename() freezes python 3.8
https://bugs.python.org/issue38974 opened by Daniel Preston

#38975: Add direct anchors to regex syntax documentation
https://bugs.python.org/issue38975 opened by bmispelon

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976 opened by Jacob Taylor

#38978: Implement __class_getitem__ for Future, Task, Queue
https://bugs.python.org/issue38978 opened by asvetlov

#38979: ContextVar[str] should return ContextVar class, not None
https://bugs.python.org/issue38979 opened by asvetlov

#38980: Compile libpython with -fno-semantic-interposition
https://bugs.python.org/issue38980 opened by vstinner

#38986: Suppport TaskWakeupMethWrapper.__self__ to conform asyncio _fo
https://bugs.python.org/issue38986 opened by asvetlov

#38987: 3.8.0 on GNU/Linux fails to find shared library
https://bugs.python.org/issue38987 opened by buchs

#38988: Killing asyncio subprocesses on timeout?
https://bugs.python.org/issue38988 opened by dontbugme



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

#38988: Killing asyncio subprocesses on timeout?
https://bugs.python.org/issue38988

#38987: 3.8.0 on GNU/Linux fails to find shared library
https://bugs.python.org/issue38987

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976

#38975: Add direct anchors to regex syntax documentation
https://bugs.python.org/issue38975

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963

#38961: Flaky detection of compiler vendor
https://bugs.python.org/issue38961

#38960: DTrace FreeBSD build fix
https://bugs.python.org/issue38960

#38958: asyncio REPL swallows KeyboardInterrupt while editing
https://bugs.python.org/issue38958

#38953: Untokenize and retokenize does not round-trip
https://bugs.python.org/issue38953

#38949: incorrect prefix, exec_prefix in distutils.command.install
https://bugs.python.org/issue38949

#38947: dataclass defaults behave inconsistently for init=True/init=Fa
https://bugs.python.org/issue38947

#38944: Idle autocomplete window doesn't close on Escape key
https://bugs.python.org/issue38944

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942

#38926: MacOS: 'Install certificates.command' has no effect
https://bugs.python.org/issue38926

#38912: test_asyncio altered the execution environment
https://bugs.python.org/issue38912



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

#38986: Suppport TaskWakeupMethWrapper.__self__ to conform asyncio _fo
https://bugs.python.org/issue38986

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976

#38975: Add direct anchors to regex syntax documentation
https://bugs.python.org/issue38975

#38960: DTrace FreeBSD build fix
https://bugs.python.org/issue38960

#38956: argparse.BooleanOptionalAction should not add the default valu
https://bugs.python.org/issue38956

#38952: asyncio cannot handle Python3 IPv4Address
https://bugs.python.org/issue38952

#38945: Remove newline characters from uu encoding methods
https://bugs.python.org/issue38945

#38944: Idle autocomplete window doesn't close on Escape key
https://bugs.python.org/issue38944

#38943: Idle autocomplete window doesn't show up
https://bugs.python.org/issue38943

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942

#38938: Possible performance improvement for heaqq.merge()
https://bugs.python.org/issue38938

#38937: NameError in list comprehension within .pth file
https://bugs.python.org/issue38937

#38932: unittest.mock.Mock.reset_mocks does not pass all arguments to
https://bugs.python.org/issue38932

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918

#38916: Remove array.fromstring
https://bugs.python.org/issue38916



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

#38815: test_ssl: test_min_max_version() fails on FreeBSD and Fedora
https://bugs.python.org/issue38815 13 msgs

#38974: using tkinter.filedialog.askopenfilename() freezes python 3.8
https://bugs.python.org/issue38974 10 msgs

#38980: Compile libpython with -fno-semantic-interposition
https://bugs.python.org/issue38980 10 msgs

#38941: xml.etree.ElementTree.Element inconsistent warning for bool
https://bugs.python.org/issue38941 6 msgs

#38945: Remove newline characters from uu encoding methods
https://bugs.python.org/issue38945 6 msgs

#38964: Output of syntax error in f-string contains wrong filename
https://bugs.python.org/issue38964 6 msgs

#38971: codecs.open leaks file descriptor when invalid encoding is pas
https://bugs.python.org/issue38971 6 msgs

#38978: Implement __class_getitem__ for Future, Task, Queue
https://bugs.python.org/issue38978 6 msgs

#38948: os.path.ismount() returns False for current working drive
https://bugs.python.org/issue38948 5 msgs

#27873: multiprocessing.pool.Pool.map should take more than one iterab
https://bugs.python.org/issue27873 3 msgs



Issues closed (35)
==================

#17068: peephole optimization for constant string interpolation
https://bugs.python.org/issue17068 closed by terry.reedy

#19541: ast.dump(indent=True) prettyprinting
https://bugs.python.org/issue19541 closed by serhiy.storchaka

#21992: New AST node Else() should be introduced
https://bugs.python.org/issue21992 closed by serhiy.storchaka

#26628: Undefined behavior calling C functions with ctypes.Union argum
https://bugs.python.org/issue26628 closed by vinay.sajip

#27413: Add an option to json.tool to bypass non-ASCII characters.
https://bugs.python.org/issue27413 closed by inada.naoki

#29636: Specifying indent in the json.tool command
https://bugs.python.org/issue29636 closed by inada.naoki

#33684: parse failed for mutibytes characters, encode will show in \xx
https://bugs.python.org/issue33684 closed by inada.naoki

#34344: Fix the docstring for AbstractEventLoopPolicy.get_event_loop
https://bugs.python.org/issue34344 closed by xtreak

#35003: Provide an option to venv to put files in a bin/ directory on
https://bugs.python.org/issue35003 closed by brett.cannon

#36820: Captured exceptions are keeping user objects alive unnecessari
https://bugs.python.org/issue36820 closed by pablogsal

#37523: zipfile: Raise ValueError for i/o operations on closed zipfile
https://bugs.python.org/issue37523 closed by serhiy.storchaka

#37883: threading.Lock.locked is not documented
https://bugs.python.org/issue37883 closed by taleinat

#38608: Undocumented behavior that IsolatedAsyncioTestCase would enabl
https://bugs.python.org/issue38608 closed by asvetlov

#38634: Symbol resolution conflict when embeding python in an applicat
https://bugs.python.org/issue38634 closed by vstinner

#38702: Adding new types to parser/unparse.py
https://bugs.python.org/issue38702 closed by serhiy.storchaka

#38846: async: Return context manager from open(_unix)_connection
https://bugs.python.org/issue38846 closed by asvetlov

#38858: new_interpreter() should reuse more Py_InitializeFromConfig()
https://bugs.python.org/issue38858 closed by vstinner

#38868: Shutil cannot delete a folder that contains an .ini file
https://bugs.python.org/issue38868 closed by QueenSvetlana

#38920: Audit events for unhandled exceptions
https://bugs.python.org/issue38920 closed by steve.dower

#38924: pathlib paths .normalize()
https://bugs.python.org/issue38924 closed by brett.cannon

#38950: argparse uses "optional arguments" for "keyword arguments"
https://bugs.python.org/issue38950 closed by rhettinger

#38951: Use threading.main_thread() check in asyncio
https://bugs.python.org/issue38951 closed by asvetlov

#38954: test_ssl fails in all Fedora buildbots
https://bugs.python.org/issue38954 closed by vstinner

#38957: Cannot compile with libffi from source on Windows
https://bugs.python.org/issue38957 closed by AWhetter

#38962: Reference leaks in subinterpreters
https://bugs.python.org/issue38962 closed by vstinner

#38965: test_stack_overflow (test.test_faulthandler.FaultHandlerTests)
https://bugs.python.org/issue38965 closed by vstinner

#38966: List similarity relationship
https://bugs.python.org/issue38966 closed by terry.reedy

#38968: int method works improperly
https://bugs.python.org/issue38968 closed by steven.daprano

#38969: The "int" method doesn't work correctly for long numbers with
https://bugs.python.org/issue38969 closed by serhiy.storchaka

#38977: python3.8 and namedlist1.7 is Incompatible
https://bugs.python.org/issue38977 closed by xtreak

#38981: better name for re.error Exception class.
https://bugs.python.org/issue38981 closed by serhiy.storchaka

#38982: test_asyncio: SubprocessPidfdWatcherTests..test_close_dont_kil
https://bugs.python.org/issue38982 closed by vstinner

#38983: test_venv: test_overwrite_existing() failed on AMD64 Windows7
https://bugs.python.org/issue38983 closed by vstinner

#38984: Value add to the wrong key in a dictionary
https://bugs.python.org/issue38984 closed by christian.heimes

#38985: `compile` returns the first line of file on termination
https://bugs.python.org/issue38985 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-12-06 - 2019-12-13)
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 7174 ( -6)
closed 43617 (+58)
total 50791 (+52)

Open issues with patches: 2818


Issues opened (30)
==================

#37404: asyncio sock_recv blocks on ssl sockets.
https://bugs.python.org/issue37404 reopened by christian.heimes

#38989: pip install selects 32 bit wheels for 64 bit python if vcvarsa
https://bugs.python.org/issue38989 opened by Ryan Thornton

#38993: cProfile behaviour issue with decorator and math.factorial() l
https://bugs.python.org/issue38993 opened by AVicennA

#38999: Python launcher on Windows does not detect active venv
https://bugs.python.org/issue38999 opened by Alexandros Karypidis

#39005: test_faulthandler: test_dump_traceback_later_file() fails rand
https://bugs.python.org/issue39005 opened by vstinner

#39010: ProactorEventLoop raises unhandled ConnectionResetError
https://bugs.python.org/issue39010 opened by Jonathan Slenders

#39011: ElementTree attributes replace "\r" with "\n"
https://bugs.python.org/issue39011 opened by mefistotelis

#39014: test_concurrent_futures: test_crash() timed out on AMD64 Fedor
https://bugs.python.org/issue39014 opened by vstinner

#39015: DeprecationWarnings of implicitly truncations by __int__ appea
https://bugs.python.org/issue39015 opened by lukasz.langa

#39017: Infinite loop in the tarfile module
https://bugs.python.org/issue39017 opened by jvoisin

#39019: Missing class getitems in standard library classes
https://bugs.python.org/issue39019 opened by BTaskaya

#39020: [AIX] module _curses fails to build since ESCDELAY has been ad
https://bugs.python.org/issue39020 opened by Michael.Felt

#39021: multiprocessing is_alive() between children processes
https://bugs.python.org/issue39021 opened by matttimms

#39025: Windows Python Launcher does not update PATH to Scripts direct
https://bugs.python.org/issue39025 opened by bluebird

#39026: pystate.h contains non-relative of initconfig.h include causin
https://bugs.python.org/issue39026 opened by gaige

#39027: run_coroutine_threadsafe uses wrong TimeoutError
https://bugs.python.org/issue39027 opened by janust

#39028: ENH: Fix performance issue in keyword extraction
https://bugs.python.org/issue39028 opened by seberg

#39029: TestMaildir.test_clean fails randomly under parallel tests
https://bugs.python.org/issue39029 opened by xtreak

#39030: Ctypes unions with bitfield members that do not share memory
https://bugs.python.org/issue39030 opened by dankreso

#39031: Inconsistency with lineno and col_offset info when parsing eli
https://bugs.python.org/issue39031 opened by lys.nikolaou

#39032: wait_for and Condition.wait still not playing nicely
https://bugs.python.org/issue39032 opened by criches

#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033 opened by misho88

#39034: Documentation: Coroutines
https://bugs.python.org/issue39034 opened by agarus

#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035 opened by vstinner

#39036: Add center_char attribute to str type
https://bugs.python.org/issue39036 opened by lovi

#39037: Wrong trial order of __exit__ and __enter__ in the with statem
https://bugs.python.org/issue39037 opened by maggyero

#39038: OverflowError in tarfile.open
https://bugs.python.org/issue39038 opened by jvoisin

#39039: zlib.error with tarfile.open
https://bugs.python.org/issue39039 opened by jvoisin

#39040: Wrong attachement filename when mail mime header was too long
https://bugs.python.org/issue39040 opened by mkaiser

#1021318: PyThreadState_Next not thread safe
https://bugs.python.org/issue1021318 reopened by vstinner



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

#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035

#39032: wait_for and Condition.wait still not playing nicely
https://bugs.python.org/issue39032

#39030: Ctypes unions with bitfield members that do not share memory
https://bugs.python.org/issue39030

#39021: multiprocessing is_alive() between children processes
https://bugs.python.org/issue39021

#39019: Missing class getitems in standard library classes
https://bugs.python.org/issue39019

#39017: Infinite loop in the tarfile module
https://bugs.python.org/issue39017

#39014: test_concurrent_futures: test_crash() timed out on AMD64 Fedor
https://bugs.python.org/issue39014

#39005: test_faulthandler: test_dump_traceback_later_file() fails rand
https://bugs.python.org/issue39005

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963

#38961: Flaky detection of compiler vendor
https://bugs.python.org/issue38961

#38960: DTrace FreeBSD build fix
https://bugs.python.org/issue38960

#38958: asyncio REPL swallows KeyboardInterrupt while editing
https://bugs.python.org/issue38958

#38953: Untokenize and retokenize does not round-trip
https://bugs.python.org/issue38953

#38947: dataclass defaults behave inconsistently for init=True/init=Fa
https://bugs.python.org/issue38947



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

#39040: Wrong attachement filename when mail mime header was too long
https://bugs.python.org/issue39040

#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033

#39031: Inconsistency with lineno and col_offset info when parsing eli
https://bugs.python.org/issue39031

#39028: ENH: Fix performance issue in keyword extraction
https://bugs.python.org/issue39028

#39019: Missing class getitems in standard library classes
https://bugs.python.org/issue39019

#38981: better name for re.error Exception class.
https://bugs.python.org/issue38981

#38976: Add support for HTTP Only flag in MozillaCookieJar
https://bugs.python.org/issue38976

#38975: Add direct anchors to regex syntax documentation
https://bugs.python.org/issue38975

#38960: DTrace FreeBSD build fix
https://bugs.python.org/issue38960

#38956: argparse.BooleanOptionalAction should not add the default valu
https://bugs.python.org/issue38956

#38952: asyncio cannot handle Python3 IPv4Address
https://bugs.python.org/issue38952

#38945: Remove newline characters from uu encoding methods
https://bugs.python.org/issue38945

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942

#38938: Possible performance improvement for heaqq.merge()
https://bugs.python.org/issue38938

#38937: NameError in list comprehension within .pth file
https://bugs.python.org/issue38937



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

#37228: UDP sockets created by create_datagram_endpoint() allow by def
https://bugs.python.org/issue37228 20 msgs

#38999: Python launcher on Windows does not detect active venv
https://bugs.python.org/issue38999 9 msgs

#1021318: PyThreadState_Next not thread safe
https://bugs.python.org/issue1021318 9 msgs

#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033 7 msgs

#38699: socket: change listen() default backlog from 128 to 4096?
https://bugs.python.org/issue38699 5 msgs

#38981: better name for re.error Exception class.
https://bugs.python.org/issue38981 5 msgs

#39010: ProactorEventLoop raises unhandled ConnectionResetError
https://bugs.python.org/issue39010 5 msgs

#39031: Inconsistency with lineno and col_offset info when parsing eli
https://bugs.python.org/issue39031 5 msgs

#20443: __code__. co_filename should always be an absolute path
https://bugs.python.org/issue20443 4 msgs

#25160: Stop using deprecated imp module; imp should now emit a real D
https://bugs.python.org/issue25160 4 msgs



Issues closed (59)
==================

#9529: Make re match object iterable
https://bugs.python.org/issue9529 closed by serhiy.storchaka

#27822: Fail to create _SelectorTransport with unbound socket
https://bugs.python.org/issue27822 closed by vstinner

#30386: Add a build infrastructure for Android
https://bugs.python.org/issue30386 closed by xdegaye

#30458: [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection
https://bugs.python.org/issue30458 closed by gregory.p.smith

#32461: the first build after a change to Makefile.pre.in uses the old
https://bugs.python.org/issue32461 closed by xdegaye

#32907: pathlib: test_resolve_common fails on Windows w/ longusername
https://bugs.python.org/issue32907 closed by cheryl.sabella

#32949: Simplify "with"-related opcodes
https://bugs.python.org/issue32949 closed by serhiy.storchaka

#33125: Windows 10 ARM64 platform support
https://bugs.python.org/issue33125 closed by steve.dower

#33762: Make tempfiles subclass IOBase
https://bugs.python.org/issue33762 closed by terry.reedy

#33880: namedtuple should use NFKD to find duplicate members
https://bugs.python.org/issue33880 closed by rhettinger

#34776: Postponed annotations break inspection of dataclasses
https://bugs.python.org/issue34776 closed by lukasz.langa

#35805: email package folds msg-id identifiers using RFC2047 encoded w
https://bugs.python.org/issue35805 closed by maxking

#36214: AC_RUN_IFELSE macros not used as arguments of AC_CACHE_VAL et
https://bugs.python.org/issue36214 closed by xdegaye

#37226: Asyncio Fatal Error on SSL Transport - IndexError Deque Index
https://bugs.python.org/issue37226 closed by ben.brown

#37535: Client SSLSocket with select.select() always returns readable
https://bugs.python.org/issue37535 closed by christian.heimes

#38449: regression - mimetypes guess_type is confused by ; in the file
https://bugs.python.org/issue38449 closed by corona10

#38529: Python 3.8 improperly warns about closing properly closed stre
https://bugs.python.org/issue38529 closed by asvetlov

#38547: test_pty fails when using setsid()
https://bugs.python.org/issue38547 closed by vstinner

#38594: importlib.metadata documentation deficiencies
https://bugs.python.org/issue38594 closed by jaraco

#38614: Add timeout constants to test.support
https://bugs.python.org/issue38614 closed by vstinner

#38652: Remove/update provisional note for asyncio.BufferedProtocol
https://bugs.python.org/issue38652 closed by asvetlov

#38669: patch.object should raise another error when first argument is
https://bugs.python.org/issue38669 closed by cjw296

#38673: REPL shows continuation prompt (...) when comment or space ent
https://bugs.python.org/issue38673 closed by gvanrossum

#38697: test.support.find_unused_port() race condition: test_socket fa
https://bugs.python.org/issue38697 closed by vstinner

#38698: While parsing email message id: UnboundLocalError
https://bugs.python.org/issue38698 closed by maxking

#38708: parse_message_id in email module is very buggy / crashy
https://bugs.python.org/issue38708 closed by maxking

#38849: test_timestamp_naive fails on android
https://bugs.python.org/issue38849 closed by xdegaye

#38916: Remove array.fromstring() and array.tostring() aliases, deprec
https://bugs.python.org/issue38916 closed by vstinner

#38943: Idle autocomplete window doesn't show up
https://bugs.python.org/issue38943 closed by terry.reedy

#38944: Idle completion windows should close on Escape key
https://bugs.python.org/issue38944 closed by terry.reedy

#38949: incorrect prefix, exec_prefix in distutils.command.install
https://bugs.python.org/issue38949 closed by xdegaye

#38978: Implement __class_getitem__ for Future, Task, Queue
https://bugs.python.org/issue38978 closed by asvetlov

#38979: ContextVar[str] should return ContextVar class, not None
https://bugs.python.org/issue38979 closed by asvetlov

#38986: Suppport TaskWakeupMethWrapper.__self__ to conform asyncio _fo
https://bugs.python.org/issue38986 closed by asvetlov

#38987: 3.8.0 on GNU/Linux fails to find shared library
https://bugs.python.org/issue38987 closed by christian.heimes

#38990: Import genericpath fails with python -S
https://bugs.python.org/issue38990 closed by serhiy.storchaka

#38991: Remove test.support.strip_python_stderr()
https://bugs.python.org/issue38991 closed by vstinner

#38992: testFsum failure caused by constant folding of a float express
https://bugs.python.org/issue38992 closed by mark.dickinson

#38994: Implement __class_getitem__ for PathLike
https://bugs.python.org/issue38994 closed by asvetlov

#38995: reverse search (ctrl-r) doest not work
https://bugs.python.org/issue38995 closed by ned.deily

#38996: introduction of default values for collection.namedtuple
https://bugs.python.org/issue38996 closed by pablogsal

#38997: test__xxsubinterpreters test_atexit test_capi test_threading a
https://bugs.python.org/issue38997 closed by vstinner

#38998: dict.setdefault (setdefault of dictionary)
https://bugs.python.org/issue38998 closed by eric.smith

#39000: Range causing unstable output(Windows64)
https://bugs.python.org/issue39000 closed by mark.dickinson

#39001: possible problem with 64-bit mingw DECREF
https://bugs.python.org/issue39001 closed by Dave Lawrence

#39002: Small typo in Lib/test/test_statistics.py: tranlation -> trans
https://bugs.python.org/issue39002 closed by rhettinger

#39003: test_unparse leaked [35, 5, 6] references: fail randomly, pass
https://bugs.python.org/issue39003 closed by pablogsal

#39004: test_largefile: TestSocketSendfile.test_it() failed on AMD64 F
https://bugs.python.org/issue39004 closed by vstinner

#39006: test_asyncio: sendfile tests fail on AMD64 Debian root 3.7 whe
https://bugs.python.org/issue39006 closed by vstinner

#39007: Add audit hooks to winreg module
https://bugs.python.org/issue39007 closed by steve.dower

#39008: PySys_Audit should require PY_SSIZE_T_CLEAN
https://bugs.python.org/issue39008 closed by steve.dower

#39009: Small typo in Lib/test/test__locale.py: thousauds -> thousands
https://bugs.python.org/issue39009 closed by pablogsal

#39012: nuget package published as 3.8.1-c1 instead of rc1
https://bugs.python.org/issue39012 closed by steve.dower

#39013: SyntaxError: 'break' outside loop for legal Expression
https://bugs.python.org/issue39013 closed by serhiy.storchaka

#39016: Negative Refcount in Python 3.8
https://bugs.python.org/issue39016 closed by Christian.Tismer

#39018: IndexError exception on corrupted zip file
https://bugs.python.org/issue39018 closed by serhiy.storchaka

#39022: Synchronize importlib.metadata with importlib_metadata 1.3
https://bugs.python.org/issue39022 closed by jaraco

#39023: random.seed with string and version 1 not deterministic in 3.5
https://bugs.python.org/issue39023 closed by rhettinger

#39024: Compiling relative paths test fails (install via pyenv)
https://bugs.python.org/issue39024 closed by ned.deily
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/ZRD3FFW5MHE4MWUVIDULARZA7JV54UDW/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-12-13 - 2019-12-20)
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 7200 (+26)
closed 43662 (+45)
total 50862 (+71)

Open issues with patches: 2822


Issues opened (46)
==================

#39041: Support GitHub Actions in CI
https://bugs.python.org/issue39041 opened by steve.dower

#39042: Use the runtime's main thread ID in the threading module.
https://bugs.python.org/issue39042 opened by eric.snow

#39046: collections.abc.Reversible should not be a subclass of Hashabl
https://bugs.python.org/issue39046 opened by Zac Hatfield-Dodds

#39047: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
https://bugs.python.org/issue39047 opened by attilajeges

#39048: Reorder the __aenter__ and __aexit__ method checks for the asy
https://bugs.python.org/issue39048 opened by maggyero

#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050 opened by ZackerySpytz

#39052: import error when in python -m pdb debug mode
https://bugs.python.org/issue39052 opened by chengyang

#39055: base64.b64decode() with validate=True does not raise for a tra
https://bugs.python.org/issue39055 opened by serhiy.storchaka

#39056: Issues with handling the -W option
https://bugs.python.org/issue39056 opened by serhiy.storchaka

#39057: Issues with urllib.request.proxy_bypass_environment
https://bugs.python.org/issue39057 opened by serhiy.storchaka

#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058 opened by rhettinger

#39060: asyncio.Task.print_stack doesn't print the full stack
https://bugs.python.org/issue39060 opened by amit7itz

#39061: Garbage Collection makes some object live for very long
https://bugs.python.org/issue39061 opened by mistasse

#39062: ValueError in TarFile.getmembers
https://bugs.python.org/issue39062 opened by jvoisin

#39064: ValueError in zipfile.ZipFile
https://bugs.python.org/issue39064 opened by jvoisin

#39065: OSError in TarFile.getmembers()
https://bugs.python.org/issue39065 opened by jvoisin

#39067: EOFError in tarfile.open
https://bugs.python.org/issue39067 opened by jvoisin

#39068: Base 85 encoding initialization race condition
https://bugs.python.org/issue39068 opened by drmonkeysee

#39070: Uninstalling 3.8.0 fails but it says it succeeds..
https://bugs.python.org/issue39070 opened by tuijatuulia

#39071: email.parser.BytesParser - parse and parsebytes work not equiv
https://bugs.python.org/issue39071 opened by mkaiser

#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072 opened by vstinner

#39073: email incorrect handling of crlf in Address objects.
https://bugs.python.org/issue39073 opened by jap

#39074: Threading memory leak in _shutdown_locks for non-daemon thread
https://bugs.python.org/issue39074 opened by krypticus

#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075 opened by eric.snow

#39076: Use types.SimpleNamespace for argparse.Namespace
https://bugs.python.org/issue39076 opened by eric.snow

#39078: __function.__defaults__ breaks for __init__ of dataclasses wit
https://bugs.python.org/issue39078 opened by RunOrVeith

#39082: AsyncMock is unable to correctly patch static or class methods
https://bugs.python.org/issue39082 opened by czardoz

#39085: Improve docs for await expression
https://bugs.python.org/issue39085 opened by aeros

#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087 opened by inada.naoki

#39088: test_concurrent_futures crashed with python.core core dump on
https://bugs.python.org/issue39088 opened by vstinner

#39089: Update IDLE's credits
https://bugs.python.org/issue39089 opened by taleinat

#39090: Document various options for getting the absolute path from pa
https://bugs.python.org/issue39090 opened by brett.cannon

#39091: CPython Segfault in 5 lines of code
https://bugs.python.org/issue39091 opened by skrause

#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092 opened by evan.whitfield

#39093: tkinter objects garbage collected from non-tkinter thread caus
https://bugs.python.org/issue39093 opened by obserience

#39096: Description of "Format Specification Mini-Language" not accura
https://bugs.python.org/issue39096 opened by mamrhein

#39098: OSError: handle is closed in ProcessPoolExecutor on shutdown(
https://bugs.python.org/issue39098 opened by patbuxton

#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100 opened by elenril

#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101 opened by fornellas

#39102: Increase Enum performance
https://bugs.python.org/issue39102 opened by MrMrRobat

#39103: [linux] strftime renders %Y with only 3 characters
https://bugs.python.org/issue39103 opened by jaraco

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104 opened by tomMoral

#39106: Add suggestions to argparse error message output for unrecogni
https://bugs.python.org/issue39106 opened by xtreak

#39107: Consider building Tkinter with Tk 8.6.10
https://bugs.python.org/issue39107 opened by Aivar.Annamaa

#39108: Documentation for "random.gauss" vs "random.normalvariate" is
https://bugs.python.org/issue39108 opened by cnewey

#39110: It seems that list() changes the value of the parameter
https://bugs.python.org/issue39110 opened by ctarn



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

#39108: Documentation for "random.gauss" vs "random.normalvariate" is
https://bugs.python.org/issue39108

#39106: Add suggestions to argparse error message output for unrecogni
https://bugs.python.org/issue39106

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104

#39102: Increase Enum performance
https://bugs.python.org/issue39102

#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101

#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100

#39098: OSError: handle is closed in ProcessPoolExecutor on shutdown(
https://bugs.python.org/issue39098

#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092

#39090: Document various options for getting the absolute path from pa
https://bugs.python.org/issue39090

#39089: Update IDLE's credits
https://bugs.python.org/issue39089

#39088: test_concurrent_futures crashed with python.core core dump on
https://bugs.python.org/issue39088

#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072

#39068: Base 85 encoding initialization race condition
https://bugs.python.org/issue39068

#39065: OSError in TarFile.getmembers()
https://bugs.python.org/issue39065

#39064: ValueError in zipfile.ZipFile
https://bugs.python.org/issue39064



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

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104

#39102: Increase Enum performance
https://bugs.python.org/issue39102

#39091: CPython Segfault in 5 lines of code
https://bugs.python.org/issue39091

#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087

#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058

#39057: Issues with urllib.request.proxy_bypass_environment
https://bugs.python.org/issue39057

#39056: Issues with handling the -W option
https://bugs.python.org/issue39056

#39055: base64.b64decode() with validate=True does not raise for a tra
https://bugs.python.org/issue39055

#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050

#39047: TestTemporaryDirectory.test_flags fails on FreeBSD/ZFS
https://bugs.python.org/issue39047

#39041: Support GitHub Actions in CI
https://bugs.python.org/issue39041

#39040: Wrong attachement filename when mail mime header was too long
https://bugs.python.org/issue39040

#39037: Fix the trial order of the __exit__ and __enter__ methods in t
https://bugs.python.org/issue39037

#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035

#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033



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

#39040: Wrong attachement filename when mail mime header was too long
https://bugs.python.org/issue39040 15 msgs

#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035 10 msgs

#38295: test_relative_path of test_py_compile fails on macOS 10.15 Cat
https://bugs.python.org/issue38295 9 msgs

#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087 7 msgs

#39110: It seems that list() changes the value of the parameter
https://bugs.python.org/issue39110 6 msgs

#39070: Uninstalling 3.8.0 fails but it says it succeeds..
https://bugs.python.org/issue39070 5 msgs

#37224: test__xxsubinterpreters fails randomly
https://bugs.python.org/issue37224 4 msgs

#38904: "signal only works in main thread" in main thread
https://bugs.python.org/issue38904 4 msgs

#39037: Fix the trial order of the __exit__ and __enter__ methods in t
https://bugs.python.org/issue39037 4 msgs

#39067: EOFError in tarfile.open
https://bugs.python.org/issue39067 4 msgs



Issues closed (43)
==================

#34000: Document when compile returns a code object v. AST
https://bugs.python.org/issue34000 closed by cheryl.sabella

#36095: Better NaN sorting.
https://bugs.python.org/issue36095 closed by tim.peters

#36406: doctest.testmod(empty_package) raises TypeError in 3.7 (and no
https://bugs.python.org/issue36406 closed by xtreak

#36500: Add "regen-*" equivalent projects for Windows builds
https://bugs.python.org/issue36500 closed by steve.dower

#36589: Incorrect error handling in curses.update_lines_cols()
https://bugs.python.org/issue36589 closed by cheryl.sabella

#37762: IDLE very slow due a super long line output in chunks
https://bugs.python.org/issue37762 closed by terry.reedy

#38021: Modify AIX platform_tag so it provides PEP425 needs
https://bugs.python.org/issue38021 closed by ncoghlan

#38316: docs: Code object's "co_stacksize" field is described with mis
https://bugs.python.org/issue38316 closed by vstinner

#38348: Make python -m ast more configurable
https://bugs.python.org/issue38348 closed by vstinner

#38546: test_concurrent_futures: reap_children() warnings on RHEL7 and
https://bugs.python.org/issue38546 closed by vstinner

#38629: float is missing __ceil__() and __floor__(), required by numbe
https://bugs.python.org/issue38629 closed by vstinner

#38720: Logging failure with timestamp messages
https://bugs.python.org/issue38720 closed by cheryl.sabella

#38811: Pathlib crashes when os module is missing 'link' method
https://bugs.python.org/issue38811 closed by vstinner

#38993: cProfile behaviour issue with decorator and math.factorial() l
https://bugs.python.org/issue38993 closed by mark.dickinson

#39025: Windows Python Launcher does not update PATH to Scripts direct
https://bugs.python.org/issue39025 closed by bluebird

#39028: ENH: Fix performance issue in keyword extraction
https://bugs.python.org/issue39028 closed by inada.naoki

#39031: Inconsistency with lineno and col_offset info when parsing eli
https://bugs.python.org/issue39031 closed by gvanrossum

#39036: Add center_char attribute to str type
https://bugs.python.org/issue39036 closed by rhettinger

#39043: Add math.fib() generator
https://bugs.python.org/issue39043 closed by rhettinger

#39044: Segfault on build for the master branch
https://bugs.python.org/issue39044 closed by nanjekyejoannah

#39045: Segmentation of string
https://bugs.python.org/issue39045 closed by SilentGhost

#39049: Add "elif" to "for_stmt" and "while_stmt"
https://bugs.python.org/issue39049 closed by rhettinger

#39051: Python not working on Windows 10
https://bugs.python.org/issue39051 closed by rafaeldominiquini

#39053: Hide manually raised exception formatting
https://bugs.python.org/issue39053 closed by SilentGhost

#39054: Add an parameter to list.remove()
https://bugs.python.org/issue39054 closed by SilentGhost

#39059: Getting incorrect results in rounding procedures
https://bugs.python.org/issue39059 closed by mark.dickinson

#39063: Format string does not work with "in" statement
https://bugs.python.org/issue39063 closed by ramon.rnm@gmail.com

#39066: Expose SOABI setting in the header
https://bugs.python.org/issue39066 closed by mathstuf

#39069: Move ast.unparse() function to a different module
https://bugs.python.org/issue39069 closed by pablogsal

#39077: Numeric formatting inconsistent between int, float and Decimal
https://bugs.python.org/issue39077 closed by mamrhein

#39079: help() modifies the string module
https://bugs.python.org/issue39079 closed by zach.ware

#39080: Inconsistency with Starred Expression line/col info
https://bugs.python.org/issue39080 closed by pablogsal

#39081: pathlib '/' operator does not resolve Enums with str mixin as
https://bugs.python.org/issue39081 closed by brett.cannon

#39083: Dictionary get(key, default-expression) not short circuit beha
https://bugs.python.org/issue39083 closed by eric.smith

#39084: string.letters is flipped after setlocale is called
https://bugs.python.org/issue39084 closed by zach.ware

#39086: Division "/" error on Long Integers
https://bugs.python.org/issue39086 closed by steven.daprano

#39094: Add a default to statistics.mean and related functions
https://bugs.python.org/issue39094 closed by steven.daprano

#39095: Negative Array Index not Yielding "Index Out Of Bounds"
https://bugs.python.org/issue39095 closed by zach.ware

#39097: The description of multiprocessing.cpu_count() is not accurate
https://bugs.python.org/issue39097 closed by asvetlov

#39099: scandir.dirfd() method
https://bugs.python.org/issue39099 closed by giampaolo.rodola

#39105: Spam
https://bugs.python.org/issue39105 closed by xtreak

#39109: [C-API] PyUnicode_FromString
https://bugs.python.org/issue39109 closed by vstinner

#39111: Misleading documentation
https://bugs.python.org/issue39111 closed by brett.cannon
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/UBZ4ZIIXW4XADBNGSUUGG34QZLFMTU2E/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-12-20 - 2019-12-27)
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 7203 ( +3)
closed 43688 (+26)
total 50891 (+29)

Open issues with patches: 2824


Issues opened (21)
==================

#39111: Misleading documentation for NotImplemented
https://bugs.python.org/issue39111 reopened by steven.daprano

#39112: Misleading documentation for tuple
https://bugs.python.org/issue39112 opened by sberens

#39114: Python 3.9.0a2 changed how finally/return is traced
https://bugs.python.org/issue39114 opened by nedbat

#39116: StreamReader.readexactly() raises GeneratorExit on ProactorEve
https://bugs.python.org/issue39116 opened by twisteroid ambassador

#39117: Performance regression for making bound methods
https://bugs.python.org/issue39117 opened by rhettinger

#39121: gzip header write OS field
https://bugs.python.org/issue39121 opened by wungad

#39122: Environment variable PYTHONUSERBASE is not set during customiz
https://bugs.python.org/issue39122 opened by sarmar11

#39123: PyThread_xxx() not available when using limited API
https://bugs.python.org/issue39123 opened by VZ

#39125: Type signature of @property not shown in help()
https://bugs.python.org/issue39125 opened by McSinyx

#39126: Non-bmp (astral) unicode characters confuse the editor
https://bugs.python.org/issue39126 opened by dmaxime

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127 opened by petdance

#39128: Document happy eyeball parameters in loop.create_connection si
https://bugs.python.org/issue39128 opened by xtreak

#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129 opened by xtreak

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130 opened by khalidmammadov

#39131: signing needs two serialisation passes
https://bugs.python.org/issue39131 opened by jap

#39133: threading lib. working improperly on idle window
https://bugs.python.org/issue39133 opened by Pyjeet

#39134: can't construct dataclass as ABC (or runtime check as data pro
https://bugs.python.org/issue39134 opened by cybertreiber

#39136: Typos in whatsnew file and docs
https://bugs.python.org/issue39136 opened by xtreak

#39137: create_unicode_buffer() gives different results on Windows vs
https://bugs.python.org/issue39137 opened by lazka

#39138: import a pycapsule object that's attached on many modules
https://bugs.python.org/issue39138 opened by yorkie

#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139 opened by khalidmammadov



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

#39137: create_unicode_buffer() gives different results on Windows vs
https://bugs.python.org/issue39137

#39136: Typos in whatsnew file and docs
https://bugs.python.org/issue39136

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127

#39123: PyThread_xxx() not available when using limited API
https://bugs.python.org/issue39123

#39122: Environment variable PYTHONUSERBASE is not set during customiz
https://bugs.python.org/issue39122

#39116: StreamReader.readexactly() raises GeneratorExit on ProactorEve
https://bugs.python.org/issue39116

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104

#39101: IsolatedAsyncioTestCase freezes when exception is raised
https://bugs.python.org/issue39101

#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100

#39098: OSError: handle closed, ProcessPoolExecutor shutdown(wait=Fals
https://bugs.python.org/issue39098

#39092: Csv sniffer doesn't attempt to determine and set escape charac
https://bugs.python.org/issue39092

#39089: Update IDLE's credits
https://bugs.python.org/issue39089

#39088: test_concurrent_futures crashed with python.core core dump on
https://bugs.python.org/issue39088

#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072



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

#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139

#39131: signing needs two serialisation passes
https://bugs.python.org/issue39131

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130

#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127

#39121: gzip header write OS field
https://bugs.python.org/issue39121

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104

#39102: Increase Enum performance
https://bugs.python.org/issue39102

#39091: CPython Segfault in 5 lines of code
https://bugs.python.org/issue39091

#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087

#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058

#39057: Issues with urllib.request.proxy_bypass_environment
https://bugs.python.org/issue39057

#39056: Issues with handling the -W option
https://bugs.python.org/issue39056

#39055: base64.b64decode() with validate=True does not raise for a tra
https://bugs.python.org/issue39055

#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050



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

#36476: Runtime finalization assumes all other threads have exited.
https://bugs.python.org/issue36476 6 msgs

#39134: can't construct dataclass as ABC (or runtime check as data pro
https://bugs.python.org/issue39134 5 msgs

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051 4 msgs

#39062: ValueError in TarFile.getmembers
https://bugs.python.org/issue39062 4 msgs

#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902 3 msgs

#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075 3 msgs

#39129: Incorrect import of TimeoutError while creating happy eyeballs
https://bugs.python.org/issue39129 3 msgs



Issues closed (26)
==================

#10401: Globals / builtins cache
https://bugs.python.org/issue10401 closed by inada.naoki

#20066: PyStructSequence_NewType() not setting proper heap allocation
https://bugs.python.org/issue20066 closed by corona10

#23868: Uninitialized objects are tracked by the garbage collector
https://bugs.python.org/issue23868 closed by pablogsal

#24770: Py_Finalize() doesn't stop daemon threads
https://bugs.python.org/issue24770 closed by eric.snow

#26845: Misleading variable name in exception handling
https://bugs.python.org/issue26845 closed by vstinner

#28158: Implement LOAD_GLOBAL opcode cache
https://bugs.python.org/issue28158 closed by inada.naoki

#30364: Outdated function attribute to disable address sanitizer
https://bugs.python.org/issue30364 closed by benjamin.peterson

#33609: Document that dicts preserve insertion order
https://bugs.python.org/issue33609 closed by inada.naoki

#33772: Fix few dead code paths
https://bugs.python.org/issue33772 closed by benjamin.peterson

#34444: Module's __file__ should be absolute always ("." in sys.path)
https://bugs.python.org/issue34444 closed by brett.cannon

#36788: Add clamp() function to builtins
https://bugs.python.org/issue36788 closed by mark.dickinson

#37509: OSError preadv()
https://bugs.python.org/issue37509 closed by YoSTEALTH

#38753: AsyncMock not cited as new in 3.8
https://bugs.python.org/issue38753 closed by xtreak

#38918: Add __module__ entry for function type in inspect docs table.
https://bugs.python.org/issue38918 closed by eric.snow

#39103: [linux] strftime renders %Y with only 3 characters
https://bugs.python.org/issue39103 closed by p-ganssle

#39106: Add suggestions to argparse error message output for unrecogni
https://bugs.python.org/issue39106 closed by xtreak

#39110: UserList-subclass Tree slicing changes the original list unexp
https://bugs.python.org/issue39110 closed by eric.snow

#39113: PyUnicode_AsUTF8AndSize Sometimes Segfaults With Incomplete Su
https://bugs.python.org/issue39113 closed by serhiy.storchaka

#39115: Clarify Python MIME type
https://bugs.python.org/issue39115 closed by asvetlov

#39118: Variables changing values on their own
https://bugs.python.org/issue39118 closed by mark.dickinson

#39119: email/_header_value_parser.py:parse_message_id: UnblondLocalEr
https://bugs.python.org/issue39119 closed by xtreak

#39120: pyodbc dll load failed
https://bugs.python.org/issue39120 closed by xtreak

#39124: round Decimal error
https://bugs.python.org/issue39124 closed by mark.dickinson

#39132: Adding funcitonality to determine if a constant string node is
https://bugs.python.org/issue39132 closed by BTaskaya

#39135: time.get_clock_info() documentation still has 'clock' name
https://bugs.python.org/issue39135 closed by benjamin.peterson

#39140: shutil.move does not work properly with pathlib.Path objects
https://bugs.python.org/issue39140 closed by xtreak
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/W5FTYO362KM2H5L6VZ34OYLUCRQYF4SE/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2019-12-27 - 2020-01-03)
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 7227 (+24)
closed 43726 (+38)
total 50953 (+62)

Open issues with patches: 2842


Issues opened (48)
==================

#27973: urllib.urlretrieve() fails on second ftp transfer
https://bugs.python.org/issue27973 reopened by pablogsal

#39114: Python 3.9.0a2 changed how finally/return is traced
https://bugs.python.org/issue39114 reopened by nedbat

#39141: IDLE Clear function returns 256 on Mac OS Catalina
https://bugs.python.org/issue39141 opened by twister68@gmail.com

#39143: Implementing sub-generation steps in the gc
https://bugs.python.org/issue39143 opened by pablogsal

#39146: too much memory consumption in re.compile unicode
https://bugs.python.org/issue39146 opened by Zhipeng Xie

#39147: using zipfile with root privilege shows FileNotFoundError
https://bugs.python.org/issue39147 opened by Patrick Liu

#39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop
https://bugs.python.org/issue39148 opened by alex.gronholm

#39150: See if PyToken_OneChar would be faster as a lookup table
https://bugs.python.org/issue39150 opened by petdance

#39151: Simplify the deep-first-search of the assembler
https://bugs.python.org/issue39151 opened by pablogsal

#39152: Faulty override of tkinter.Misc.configure in tkinter.ttk.Scale
https://bugs.python.org/issue39152 opened by glombardo

#39153: Clarify refcounting semantics of PyDict_SetItem[String]
https://bugs.python.org/issue39153 opened by ncoghlan

#39154: "utf8" not always a synonym for "utf-8" in lib2to3
https://bugs.python.org/issue39154 opened by Peter Ludemann

#39155: "utf8-sig" missing from codecs (inconsistency)
https://bugs.python.org/issue39155 opened by Peter Ludemann

#39156: Break up COMPARE_OP into logically distinct operations.
https://bugs.python.org/issue39156 opened by Mark.Shannon

#39157: test_pidfd_send_signal can fail on some systems with Permissio
https://bugs.python.org/issue39157 opened by pablogsal

#39159: Ideas for making ast.literal_eval() usable
https://bugs.python.org/issue39159 opened by rhettinger

#39160: ./configure --help has inconsistencies in style
https://bugs.python.org/issue39160 opened by anthony shaw

#39161: Py_NewInterpreter docs need updating for multi-phase initializ
https://bugs.python.org/issue39161 opened by ncoghlan

#39162: setup.py not picking up tkinter headers
https://bugs.python.org/issue39162 opened by anthonypjshaw

#39164: PyErr_GetExcInfo does not allow to retrieve for an arbitrary t
https://bugs.python.org/issue39164 opened by jd

#39165: Completeness and symmetry in RE, avoid `findall(...)[0]`
https://bugs.python.org/issue39165 opened by apalala

#39166: Python 3.9.0a2 changed how "async for" traces its final iterat
https://bugs.python.org/issue39166 opened by nedbat

#39168: Generic type subscription is a huge toll on Python performance
https://bugs.python.org/issue39168 opened by Ruslan Dautkhanov

#39169: TypeError: 'int' object is not callable if the signal handler
https://bugs.python.org/issue39169 opened by Ronald Li

#39170: Sqlite3 row_factory for attribute access: NamedRow
https://bugs.python.org/issue39170 opened by jidn

#39171: Missing default root in tkinter simpledialog.py
https://bugs.python.org/issue39171 opened by dominic108

#39173: _AttributeHolder of argparse should support the sort function
https://bugs.python.org/issue39173 opened by shihai1991

#39174: unicodedata.normalize failing with NFD and NFKD for some chara
https://bugs.python.org/issue39174 opened by Lee Collins

#39177: In tkinter, simple dialogs, askstrings, etc. with flexible coo
https://bugs.python.org/issue39177 opened by dominic108

#39179: pandas tz_convert() seems to report incorrect date conversion
https://bugs.python.org/issue39179 opened by Seeking.that

#39180: Missing getlines func documentation from linecache module
https://bugs.python.org/issue39180 opened by khalidmammadov

#39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond
https://bugs.python.org/issue39181 opened by jack1142

#39182: sys.addaudithook(hook) loops indefinitely on mismatch for hook
https://bugs.python.org/issue39182 opened by Dutcho

#39184: Many command execution functions are not raising auditing even
https://bugs.python.org/issue39184 opened by Saiyang Gou

#39185: Add quiet and detailed verbosity levels to build.bat
https://bugs.python.org/issue39185 opened by anthonypjshaw

#39187: urllib.robotparser does not respect the longest match for the
https://bugs.python.org/issue39187 opened by gallicrooster

#39188: recent change when passing a Union to a function
https://bugs.python.org/issue39188 opened by Kevin Schlossser

#39189: Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable
https://bugs.python.org/issue39189 opened by Bahram Aghaei

#39190: _result_handler dies on raised exceptions [multiprocessing]
https://bugs.python.org/issue39190 opened by sindrig

#39191: Coroutine is awaited despite an exception in run_until_complet
https://bugs.python.org/issue39191 opened by dkaveshnikov

#39194: asyncio.open_connection returns a closed client when server fa
https://bugs.python.org/issue39194 opened by Jonathan Martin

#39196: json fails to encode dictionary view types
https://bugs.python.org/issue39196 opened by jogo

#39197: Support the title and description arguments for mutually exclu
https://bugs.python.org/issue39197 opened by signing_agreement

#39198: Lock may not be released in Logger.isEnabledFor
https://bugs.python.org/issue39198 opened by derektbrown

#39199: Improve the AST documentation
https://bugs.python.org/issue39199 opened by pablogsal

#39200: Fix inaccurate TypeError messages when calling with insufficie
https://bugs.python.org/issue39200 opened by jferard

#39201: Threading.timer leaks memory in 3.8.0/3.8.1
https://bugs.python.org/issue39201 opened by mneerup

#39202: Python shelve __del__ ignored exception
https://bugs.python.org/issue39202 opened by libbkmz



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

#39202: Python shelve __del__ ignored exception
https://bugs.python.org/issue39202

#39199: Improve the AST documentation
https://bugs.python.org/issue39199

#39197: Support the title and description arguments for mutually exclu
https://bugs.python.org/issue39197

#39194: asyncio.open_connection returns a closed client when server fa
https://bugs.python.org/issue39194

#39190: _result_handler dies on raised exceptions [multiprocessing]
https://bugs.python.org/issue39190

#39189: Use io.DEFAULT_BUFFER_SIZE for filecmp BUFSIZE variable
https://bugs.python.org/issue39189

#39188: recent change when passing a Union to a function
https://bugs.python.org/issue39188

#39185: Add quiet and detailed verbosity levels to build.bat
https://bugs.python.org/issue39185

#39184: Many command execution functions are not raising auditing even
https://bugs.python.org/issue39184

#39182: sys.addaudithook(hook) loops indefinitely on mismatch for hook
https://bugs.python.org/issue39182

#39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond
https://bugs.python.org/issue39181

#39180: Missing getlines func documentation from linecache module
https://bugs.python.org/issue39180

#39177: In tkinter, simple dialogs, askstrings, etc. with flexible coo
https://bugs.python.org/issue39177

#39170: Sqlite3 row_factory for attribute access: NamedRow
https://bugs.python.org/issue39170

#39169: TypeError: 'int' object is not callable if the signal handler
https://bugs.python.org/issue39169



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

#39200: Fix inaccurate TypeError messages when calling with insufficie
https://bugs.python.org/issue39200

#39199: Improve the AST documentation
https://bugs.python.org/issue39199

#39198: Lock may not be released in Logger.isEnabledFor
https://bugs.python.org/issue39198

#39191: Coroutine is awaited despite an exception in run_until_complet
https://bugs.python.org/issue39191

#39190: _result_handler dies on raised exceptions [multiprocessing]
https://bugs.python.org/issue39190

#39187: urllib.robotparser does not respect the longest match for the
https://bugs.python.org/issue39187

#39185: Add quiet and detailed verbosity levels to build.bat
https://bugs.python.org/issue39185

#39180: Missing getlines func documentation from linecache module
https://bugs.python.org/issue39180

#39171: Missing default root in tkinter simpledialog.py
https://bugs.python.org/issue39171

#39170: Sqlite3 row_factory for attribute access: NamedRow
https://bugs.python.org/issue39170

#39166: Python 3.9.0a2 changed how "async for" traces its final iterat
https://bugs.python.org/issue39166

#39164: PyErr_GetExcInfo does not allow to retrieve for an arbitrary t
https://bugs.python.org/issue39164

#39162: setup.py not picking up tkinter headers
https://bugs.python.org/issue39162

#39160: ./configure --help has inconsistencies in style
https://bugs.python.org/issue39160

#39157: test_pidfd_send_signal can fail on some systems with Permissio
https://bugs.python.org/issue39157



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

#39143: Implementing sub-generation steps in the gc
https://bugs.python.org/issue39143 15 msgs

#39168: Generic type subscription is a huge toll on Python performance
https://bugs.python.org/issue39168 12 msgs

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051 10 msgs

#32615: Inconsistent behavior if globals is a dict subclass
https://bugs.python.org/issue32615 9 msgs

#27973: urllib.urlretrieve() fails on second ftp transfer
https://bugs.python.org/issue27973 8 msgs

#39114: Python 3.9.0a2 changed how finally/return is traced
https://bugs.python.org/issue39114 6 msgs

#39134: can't construct dataclass as ABC (or runtime check as data pro
https://bugs.python.org/issue39134 6 msgs

#39166: Python 3.9.0a2 changed how "async for" traces its final iterat
https://bugs.python.org/issue39166 6 msgs

#34118: Fix some class entries in 'Built-in Functions'
https://bugs.python.org/issue34118 5 msgs

#39156: Break up COMPARE_OP into logically distinct operations.
https://bugs.python.org/issue39156 5 msgs



Issues closed (38)
==================

#5851: Add a stream parameter to gc.set_debug
https://bugs.python.org/issue5851 closed by pablogsal

#13601: sys.stderr should be line-buffered when stderr is not a TTY
https://bugs.python.org/issue13601 closed by pitrou

#15273: Remove unnecessarily random behavior from test_unparse.py
https://bugs.python.org/issue15273 closed by pablogsal

#15723: Python breaks OS' append guarantee on file writes
https://bugs.python.org/issue15723 closed by gvanrossum

#18858: dummy_threading lacks threading.get_ident() equivalent
https://bugs.python.org/issue18858 closed by inada.naoki

#20443: __code__. co_filename should always be an absolute path
https://bugs.python.org/issue20443 closed by ncoghlan

#24174: Python crash on exit
https://bugs.python.org/issue24174 closed by SilentGhost

#25087: Type variable substitution in type instances
https://bugs.python.org/issue25087 closed by gvanrossum

#30427: isinstance checks in os.path.normcase redundant with os.fspath
https://bugs.python.org/issue30427 closed by brett.cannon

#32438: PyLong_ API cleanup
https://bugs.python.org/issue32438 closed by mark.dickinson

#33387: Simplify bytecodes for try-finally, try-except and with blocks
https://bugs.python.org/issue33387 closed by Mark.Shannon

#33777: dummy_threading: .is_alive method returns True after execution
https://bugs.python.org/issue33777 closed by inada.naoki

#35143: `from __future__ import annotations` has no effect inside `ast
https://bugs.python.org/issue35143 closed by eric.smith

#36220: LOAD_NAME and LOAD_GLOBAL, STORE_GLOBAL handle dict subclasses
https://bugs.python.org/issue36220 closed by pablogsal

#37446: Undefined behavior in Python/hamt.c
https://bugs.python.org/issue37446 closed by benjamin.peterson

#38532: Missing decrefs in the _ctypes module
https://bugs.python.org/issue38532 closed by twouters

#38588: Use-after-free in dict/list
https://bugs.python.org/issue38588 closed by pablogsal

#38610: use-after-free in list object function
https://bugs.python.org/issue38610 closed by pablogsal

#38879: Reordered error checking in PyArena_New().
https://bugs.python.org/issue38879 closed by pitrou

#39037: Fix the trial order of the __exit__ and __enter__ methods in t
https://bugs.python.org/issue39037 closed by maggyero

#39112: Misleading documentation for tuple
https://bugs.python.org/issue39112 closed by terry.reedy

#39136: Typos in whatsnew file and docs
https://bugs.python.org/issue39136 closed by terry.reedy

#39142: logging.config.dictConfig will convert namedtuple to Convertin
https://bugs.python.org/issue39142 closed by vinay.sajip

#39144: Align ctags and etags targets and include Python stdlib
https://bugs.python.org/issue39144 closed by pablogsal

#39145: Innocuous parent class changes multiple inheritance MRO
https://bugs.python.org/issue39145 closed by steven.daprano

#39149: False positive using operator 'AND' while checking keys on dic
https://bugs.python.org/issue39149 closed by serhiy.storchaka

#39158: ast.literal_eval() doesn't support empty sets
https://bugs.python.org/issue39158 closed by rhettinger

#39163: spam
https://bugs.python.org/issue39163 closed by xtreak

#39167: argparse boolean type bug
https://bugs.python.org/issue39167 closed by josh.r

#39172: Transformation of "string.find('asd', 'sd')" to Python 3 using
https://bugs.python.org/issue39172 closed by serhiy.storchaka

#39175: Funkness with issubset
https://bugs.python.org/issue39175 closed by rhettinger

#39176: Syntax error message uses strange term: "named assignment"
https://bugs.python.org/issue39176 closed by rhettinger

#39178: Should we make dict not accept a sequence of sets?
https://bugs.python.org/issue39178 closed by steven.daprano

#39183: Text divided in two strings due to wrong formatting
https://bugs.python.org/issue39183 closed by rffontenelle

#39186: Windows installer instructions refer to mercurial
https://bugs.python.org/issue39186 closed by zach.ware

#39192: relationlist module
https://bugs.python.org/issue39192 closed by mark.dickinson

#39193: Out-of-bound write in ceval.c:_PyEval_EvalFrameDefault
https://bugs.python.org/issue39193 closed by pablogsal

#39195: re._compile should check if the argument is a compiled pattern
https://bugs.python.org/issue39195 closed by Recursing
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/PDFUYEWGPPXQIPYWLULFVSOE5RGLQURY/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-01-03 - 2020-01-10)
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 7251 (+24)
closed 43792 (+66)
total 51043 (+90)

Open issues with patches: 2846


Issues opened (63)
==================

#25872: multithreading traceback KeyError when modifying file
https://bugs.python.org/issue25872 reopened by xtreak

#27657: urlparse fails if the path is numeric
https://bugs.python.org/issue27657 reopened by orsenthil

#29778: _Py_CheckPython3 uses uninitialized dllpath when embedder sets
https://bugs.python.org/issue29778 reopened by vstinner

#39158: ast.literal_eval() doesn't support empty sets
https://bugs.python.org/issue39158 reopened by pablogsal

#39204: Automate adding Type Annotations to Documentation
https://bugs.python.org/issue39204 opened by cooperlees

#39205: Hang when interpreter exits after ProcessPoolExecutor.shutdown
https://bugs.python.org/issue39205 opened by bquinlan

#39206: Modulefinder does not consider source file encoding
https://bugs.python.org/issue39206 opened by Nicholas Feix

#39207: concurrent.futures.ProcessPoolExecutor does not properly reap
https://bugs.python.org/issue39207 opened by yus2047889

#39210: Sorting falls back to use __gt__ when __lt__ is not present
https://bugs.python.org/issue39210 opened by yanmitrofanov

#39212: Show qualified function name when giving arguments error
https://bugs.python.org/issue39212 opened by cool-RR

#39213: cmd should have a hook in the finally block of cmdloop
https://bugs.python.org/issue39213 opened by Joseph Sible

#39214: Add curses.window.in_wch
https://bugs.python.org/issue39214 opened by Anthony Sottile

#39217: GC of a ctypes object causes application crash
https://bugs.python.org/issue39217 opened by Kevin Schlossser

#39218: Assertion failure when calling statistics.variance() on a floa
https://bugs.python.org/issue39218 opened by reed

#39219: Fix attributes of syntax errors raized in the tokenizer
https://bugs.python.org/issue39219 opened by serhiy.storchaka

#39220: constant folding affects annotations despite 'from __future__
https://bugs.python.org/issue39220 opened by Carl.Friedrich.Bolz

#39221: Cross compiled python installed wrong version of lib2to3/Gramm
https://bugs.python.org/issue39221 opened by puchenyaka

#39222: unittest.mock.Mock.parent is broken or undocumented
https://bugs.python.org/issue39222 opened by florian.brucker

#39224: HTTPConnection.timeout None support
https://bugs.python.org/issue39224 opened by Daniel Farley

#39228: traceback.FrameSummary does not handle exceptions from `repr()
https://bugs.python.org/issue39228 opened by blueyed

#39229: library/functions.rst causes translated builds to fail
https://bugs.python.org/issue39229 opened by rffontenelle

#39231: Mistaken notion in tutorial
https://bugs.python.org/issue39231 opened by r0b

#39232: asyncio crashes when tearing down the proactor event loop
https://bugs.python.org/issue39232 opened by mikeshardmind

#39233: glossary entry for parameter out-of-date for positional-only p
https://bugs.python.org/issue39233 opened by mark.dickinson

#39236: [venv] Adding a .gitignore file to virtual environments
https://bugs.python.org/issue39236 opened by brett.cannon

#39238: test_asyncio: test_cancel_make_subprocess_transport_exec() han
https://bugs.python.org/issue39238 opened by vstinner

#39241: Popen of python3.6 hangs on os.read(errpipe_read, 50000)
https://bugs.python.org/issue39241 opened by liuxu1005

#39243: CDLL __init__ no longer supports name being passed as None whe
https://bugs.python.org/issue39243 opened by David Heffernan

#39244: multiprocessing.get_all_start_methods() wrong default on macOS
https://bugs.python.org/issue39244 opened by stefanholek

#39245: Public API for Vectorcall (PEP 590)
https://bugs.python.org/issue39245 opened by petr.viktorin

#39247: dataclass defaults and property don't work together
https://bugs.python.org/issue39247 opened by Michael Robellard

#39248: test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py
https://bugs.python.org/issue39248 opened by vstinner

#39249: difflib SequenceMatcher 200 char length limitation for ratio c
https://bugs.python.org/issue39249 opened by Daniel Pezoa

#39252: email.contentmanager.raw_data_manager bytes handler breaks on
https://bugs.python.org/issue39252 opened by rmccampbell7

#39253: Running the test suite with --junit-xml and -R incorrectly rep
https://bugs.python.org/issue39253 opened by pablogsal

#39254: python shebang in python3 tarball files
https://bugs.python.org/issue39254 opened by arekm

#39257: contextvars.Context.run hangs forever in ProccessPoolExecutor
https://bugs.python.org/issue39257 opened by ronserruya

#39259: poplib.POP3/POP3_SSL should reject timeout = 0 (non-blocking m
https://bugs.python.org/issue39259 opened by corona10

#39260: distutils.spawn: find_executable() Fails To Find Many Executab
https://bugs.python.org/issue39260 opened by tbpassin

#39263: Windows Installer can't select TargetDir in UI?
https://bugs.python.org/issue39263 opened by Jameson Nash

#39264: Fix UserDict.get to account for __missing__
https://bugs.python.org/issue39264 opened by bar.harel

#39266: [2.7] test_bsddb3 leaked [1, 1, 1] file descriptors on AMD64 R
https://bugs.python.org/issue39266 opened by vstinner

#39267: Fix dict's __missing__ documentation
https://bugs.python.org/issue39267 opened by bar.harel

#39268: test_asyncio: test_create_server_ssl_verified() failed on AMD6
https://bugs.python.org/issue39268 opened by vstinner

#39273: ncurses does not include BUTTON5_* constants
https://bugs.python.org/issue39273 opened by michael.yoo@akunacapital.com

#39274: Conversion from fractions.Fraction to bool
https://bugs.python.org/issue39274 opened by francois-durand

#39275: Traceback off by one line when
https://bugs.python.org/issue39275 opened by facundobatista

#39276: type() cause segmentation fault in callback function called f
https://bugs.python.org/issue39276 opened by karczex

#39277: _PyTime_FromDouble() fails to detect an integer overflow when
https://bugs.python.org/issue39277 opened by graingert

#39278: add docstrings to functions in pdb module
https://bugs.python.org/issue39278 opened by carlbordum

#39279: Don't allow non-Ascii digits in platform.py
https://bugs.python.org/issue39279 opened by cool-RR

#39280: Don't allow datetime parsing to accept non-Ascii digits
https://bugs.python.org/issue39280 opened by cool-RR

#39281: The CO_NESTED flag is associated with a significant performanc
https://bugs.python.org/issue39281 opened by bup

#39282: python-config --embed documentation
https://bugs.python.org/issue39282 opened by M.Kerr

#39283: Add ability to inherit unittest arguement parser
https://bugs.python.org/issue39283 opened by atb00ker

#39285: PurePath.match indicates case-sensitive nature and presents a
https://bugs.python.org/issue39285 opened by xtreak

#39286: Configure includes LIBS but does not pass it to distutils
https://bugs.python.org/issue39286 opened by Alex Grund

#39287: Document UTF-8 mode in the using/windows.
https://bugs.python.org/issue39287 opened by inada.naoki

#39288: Add math.nextafter(a, b)
https://bugs.python.org/issue39288 opened by vstinner

#39289: crypt.crypt fail with OSError "[Errno 22] Invalid argument" on
https://bugs.python.org/issue39289 opened by vinay.sajip

#39290: lib2to3.fixes.fix_import: support imports_as_name in traverse_
https://bugs.python.org/issue39290 opened by BTaskaya

#39291: "pathlib.Path.link_to()" and "pathlib.Path.symlink_to()" have
https://bugs.python.org/issue39291 opened by Rockmizu

#39292: syslog constants behind rfc
https://bugs.python.org/issue39292 opened by tryanunderwood@gmail.com



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

#39292: syslog constants behind rfc
https://bugs.python.org/issue39292

#39291: "pathlib.Path.link_to()" and "pathlib.Path.symlink_to()" have
https://bugs.python.org/issue39291

#39290: lib2to3.fixes.fix_import: support imports_as_name in traverse_
https://bugs.python.org/issue39290

#39288: Add math.nextafter(a, b)
https://bugs.python.org/issue39288

#39287: Document UTF-8 mode in the using/windows.
https://bugs.python.org/issue39287

#39286: Configure includes LIBS but does not pass it to distutils
https://bugs.python.org/issue39286

#39285: PurePath.match indicates case-sensitive nature and presents a
https://bugs.python.org/issue39285

#39282: python-config --embed documentation
https://bugs.python.org/issue39282

#39281: The CO_NESTED flag is associated with a significant performanc
https://bugs.python.org/issue39281

#39278: add docstrings to functions in pdb module
https://bugs.python.org/issue39278

#39276: type() cause segmentation fault in callback function called f
https://bugs.python.org/issue39276

#39273: ncurses does not include BUTTON5_* constants
https://bugs.python.org/issue39273

#39268: test_asyncio: test_create_server_ssl_verified() failed on AMD6
https://bugs.python.org/issue39268

#39267: Fix dict's __missing__ documentation
https://bugs.python.org/issue39267

#39266: [2.7] test_bsddb3 leaked [1, 1, 1] file descriptors on AMD64 R
https://bugs.python.org/issue39266



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

#39290: lib2to3.fixes.fix_import: support imports_as_name in traverse_
https://bugs.python.org/issue39290

#39288: Add math.nextafter(a, b)
https://bugs.python.org/issue39288

#39287: Document UTF-8 mode in the using/windows.
https://bugs.python.org/issue39287

#39280: Don't allow datetime parsing to accept non-Ascii digits
https://bugs.python.org/issue39280

#39279: Don't allow non-Ascii digits in platform.py
https://bugs.python.org/issue39279

#39278: add docstrings to functions in pdb module
https://bugs.python.org/issue39278

#39277: _PyTime_FromDouble() fails to detect an integer overflow when
https://bugs.python.org/issue39277

#39267: Fix dict's __missing__ documentation
https://bugs.python.org/issue39267

#39264: Fix UserDict.get to account for __missing__
https://bugs.python.org/issue39264

#39259: poplib.POP3/POP3_SSL should reject timeout = 0 (non-blocking m
https://bugs.python.org/issue39259

#39245: Public API for Vectorcall (PEP 590)
https://bugs.python.org/issue39245

#39233: glossary entry for parameter out-of-date for positional-only p
https://bugs.python.org/issue39233

#39229: library/functions.rst causes translated builds to fail
https://bugs.python.org/issue39229

#39228: traceback.FrameSummary does not handle exceptions from `repr()
https://bugs.python.org/issue39228

#39224: HTTPConnection.timeout None support
https://bugs.python.org/issue39224



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

#38623: Python documentation should mention how to find site-packages
https://bugs.python.org/issue38623 12 msgs

#29778: _Py_CheckPython3 uses uninitialized dllpath when embedder sets
https://bugs.python.org/issue29778 9 msgs

#39253: Running the test suite with --junit-xml and -R incorrectly rep
https://bugs.python.org/issue39253 8 msgs

#39029: TestMaildir.test_clean fails randomly under parallel tests
https://bugs.python.org/issue39029 7 msgs

#39158: ast.literal_eval() doesn't support empty sets
https://bugs.python.org/issue39158 7 msgs

#39280: Don't allow datetime parsing to accept non-Ascii digits
https://bugs.python.org/issue39280 7 msgs

#30717: Add unicode grapheme cluster break algorithm
https://bugs.python.org/issue30717 6 msgs

#39200: Fix inaccurate TypeError messages when calling with insufficie
https://bugs.python.org/issue39200 6 msgs

#39210: Sorting falls back to use __gt__ when __lt__ is not present
https://bugs.python.org/issue39210 6 msgs

#39243: CDLL __init__ no longer supports name being passed as None whe
https://bugs.python.org/issue39243 6 msgs



Issues closed (68)
==================

#16806: col_offset is -1 and lineno is wrong for multiline string expr
https://bugs.python.org/issue16806 closed by pablogsal

#18930: os.spawnXX functions terminates process if second argument is
https://bugs.python.org/issue18930 closed by pablogsal

#18969: test suite: enable faulthandler timeout in assert_python
https://bugs.python.org/issue18969 closed by vstinner

#22606: Inconsistency between Python 2 and PyPy regarding future impor
https://bugs.python.org/issue22606 closed by benjamin.peterson

#23147: Possible error in _header_value_parser.py
https://bugs.python.org/issue23147 closed by r.david.murray

#24554: GC should happen when a subinterpreter is destroyed
https://bugs.python.org/issue24554 closed by vstinner

#24817: IDLE: disable format menu items when not applicable
https://bugs.python.org/issue24817 closed by terry.reedy

#28143: ASDL compatibility with Python 3 system interpreter
https://bugs.python.org/issue28143 closed by cheryl.sabella

#28367: Add more standard baud rate constants to "termios"
https://bugs.python.org/issue28367 closed by twouters

#28617: Why isn't "in" called a comparison operation?
https://bugs.python.org/issue28617 closed by wim.glenn

#31829: Portability issues with pickle
https://bugs.python.org/issue31829 closed by cheryl.sabella

#33095: Cross-reference isolated mode from relevant locations
https://bugs.python.org/issue33095 closed by xtreak

#33255: json.dumps has different behaviour if encoding='utf-8' or enco
https://bugs.python.org/issue33255 closed by cheryl.sabella

#34110: cPickle may raise AttributeError when loading concurrently in
https://bugs.python.org/issue34110 closed by cheryl.sabella

#34946: inspect.getcallargs is marked as deprecated in documentation,
https://bugs.python.org/issue34946 closed by anthonypjshaw

#35292: Make SimpleHTTPRequestHandler load mimetypes lazily
https://bugs.python.org/issue35292 closed by steve.dower

#36761: Extended slice assignment + iterable unpacking
https://bugs.python.org/issue36761 closed by wim.glenn

#37537: Compute allocated blocks in _Py_GetAllocatedBlocks()
https://bugs.python.org/issue37537 closed by inada.naoki

#38209: Simplify dataclasses.InitVar by using __class_getitem__()
https://bugs.python.org/issue38209 closed by eric.smith

#38502: regrtest: use process groups
https://bugs.python.org/issue38502 closed by vstinner

#38615: imaplib has no timeout setting
https://bugs.python.org/issue38615 closed by vstinner

#38871: lib2to3 generates invalid code with filter and ternary operato
https://bugs.python.org/issue38871 closed by vstinner

#38907: http.server (command) fails to bind dual-stack on Windows
https://bugs.python.org/issue38907 closed by jaraco

#38973: Shared Memory List Returns 0 Length
https://bugs.python.org/issue38973 closed by HugeAckmen

#39055: base64.b64decode() with validate=True does not raise for a tra
https://bugs.python.org/issue39055 closed by serhiy.storchaka

#39056: Issues with handling the -W option
https://bugs.python.org/issue39056 closed by serhiy.storchaka

#39057: Issues with urllib.request.proxy_bypass_environment
https://bugs.python.org/issue39057 closed by serhiy.storchaka

#39074: Threading memory leak in _shutdown_locks for non-daemon thread
https://bugs.python.org/issue39074 closed by vstinner

#39141: IDLE: system clear function returns 256 on Mac OS Catalina
https://bugs.python.org/issue39141 closed by terry.reedy

#39152: Faulty override of tkinter.Misc.configure in tkinter.ttk.Scale
https://bugs.python.org/issue39152 closed by terry.reedy

#39161: Py_NewInterpreter docs need updating for multi-phase initializ
https://bugs.python.org/issue39161 closed by petr.viktorin

#39166: Python 3.9.0a2 changed how "async for" traces its final iterat
https://bugs.python.org/issue39166 closed by Mark.Shannon

#39174: unicodedata.normalize failing with NFD and NFKD for some chara
https://bugs.python.org/issue39174 closed by Lee Collins

#39191: Coroutine is awaited despite an exception in run_until_complet
https://bugs.python.org/issue39191 closed by asvetlov

#39196: json fails to encode dictionary view types
https://bugs.python.org/issue39196 closed by inada.naoki

#39198: Lock may not be released in Logger.isEnabledFor
https://bugs.python.org/issue39198 closed by vinay.sajip

#39201: Threading.timer leaks memory in 3.8.0/3.8.1
https://bugs.python.org/issue39201 closed by vstinner

#39203: python3 time module misses attributes in Mac installers
https://bugs.python.org/issue39203 closed by ned.deily

#39208: PDB pm function throws exception without sys import
https://bugs.python.org/issue39208 closed by zach.ware

#39209: Crash on REPL mode with long text copy and paste
https://bugs.python.org/issue39209 closed by pablogsal

#39211: Change in http.server default IP behavior?
https://bugs.python.org/issue39211 closed by jaraco

#39215: Type Annotation of nested function with positional only argume
https://bugs.python.org/issue39215 closed by pablogsal

#39216: ast_opt.c -- missing posonlyargs?
https://bugs.python.org/issue39216 closed by pablogsal

#39223: Fold constant slicing with slices
https://bugs.python.org/issue39223 closed by serhiy.storchaka

#39225: Python should warn when a global/local has the same name as a
https://bugs.python.org/issue39225 closed by brett.cannon

#39226: venv does not include pythonXX.lib
https://bugs.python.org/issue39226 closed by Antonio Vázquez Blanco

#39227: OverflowError in len(range(2**63))
https://bugs.python.org/issue39227 closed by rhettinger

#39230: fail on datetime import if _datetime.py exists in PATH
https://bugs.python.org/issue39230 closed by vstinner

#39234: `enum.auto()` incrementation value not specified.
https://bugs.python.org/issue39234 closed by eric.smith

#39235: Generator expression has wrong line/col info when inside a Cal
https://bugs.python.org/issue39235 closed by serhiy.storchaka

#39237: Redundant call to round in delta_new
https://bugs.python.org/issue39237 closed by vstinner

#39239: select.epoll.unregister(fd) should not ignore EBADF
https://bugs.python.org/issue39239 closed by vstinner

#39240: keyerror in string format
https://bugs.python.org/issue39240 closed by eric.smith

#39242: Update news.gmane.org to news.gmane.io
https://bugs.python.org/issue39242 closed by vstinner

#39246: shutil.rmtree is inefficient because of using os.scandir inste
https://bugs.python.org/issue39246 closed by Felipe A. Hernandez

#39250: os.path.commonpath() not so common
https://bugs.python.org/issue39250 closed by zach.ware

#39251: outdated windows store links in WindowsApps folder
https://bugs.python.org/issue39251 closed by steve.dower

#39255: Windows and Unix run-time differences
https://bugs.python.org/issue39255 closed by eryksun

#39256: Exception handler set by set_exception_handler is called only
https://bugs.python.org/issue39256 closed by asvetlov

#39258: json serialiser errors with numpy int64
https://bugs.python.org/issue39258 closed by xtreak

#39261: Dead assignment in pyinit_config
https://bugs.python.org/issue39261 closed by benjamin.peterson

#39262: Unused error message in _sharedexception_bind
https://bugs.python.org/issue39262 closed by benjamin.peterson

#39265: test_ssl failed on AMD64 RHEL8 Refleaks 2.7
https://bugs.python.org/issue39265 closed by vstinner

#39269: Descriptor how-to guide wanting update for 3.6+ features
https://bugs.python.org/issue39269 closed by rhettinger

#39270: Dead assignment in config_init_module_search_paths
https://bugs.python.org/issue39270 closed by vstinner

#39271: Dead assignment in pattern_subx
https://bugs.python.org/issue39271 closed by serhiy.storchaka

#39272: Dead assignment in _ssl__SSLContext_load_verify_locations_impl
https://bugs.python.org/issue39272 closed by vstinner

#39284: Flexible indentation
https://bugs.python.org/issue39284 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-01-10 - 2020-01-17)
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 7268 (+17)
closed 43855 (+63)
total 51123 (+80)

Open issues with patches: 2847


Issues opened (54)
==================

#16576: ctypes: structure with bitfields as argument
https://bugs.python.org/issue16576 reopened by vinay.sajip

#37751: In codecs, function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751 reopened by vstinner

#38076: Make struct module PEP-384 compatible
https://bugs.python.org/issue38076 reopened by pablogsal

#39293: Windows 10 64-bit needs reboot
https://bugs.python.org/issue39293 opened by ToKa

#39294: zipfile.ZipInfo objects contain invalid 'extra' fields.
https://bugs.python.org/issue39294 opened by Bram Stolk

#39295: usage of bitfields in ctypes structures changed between 3.7.5
https://bugs.python.org/issue39295 opened by Matthew Newville

#39296: Windows register keys
https://bugs.python.org/issue39296 opened by ToKa

#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298 opened by larry

#39299: Improve test coverage for mimetypes module
https://bugs.python.org/issue39299 opened by xtreak

#39301: Specification of bitshift on integers should clearly state flo
https://bugs.python.org/issue39301 opened by ncoghlan

#39302: Language reference does not clearly describe modern operand co
https://bugs.python.org/issue39302 opened by ncoghlan

#39305: Merge nntplib._NNTPBase and nntplib.NNTP
https://bugs.python.org/issue39305 opened by corona10

#39306: Lib/configparser.py - RawConfigParser.set does not pass non-tr
https://bugs.python.org/issue39306 opened by Strijker

#39309: Please delete my account
https://bugs.python.org/issue39309 opened by sfjwlejfawnf

#39314: Autofill the closing paraenthesis during auto-completion for f
https://bugs.python.org/issue39314 opened by opensource-assist

#39316: settrace skips lines when chaining methods without arguments
https://bugs.python.org/issue39316 opened by alexmojaki

#39318: NamedTemporaryFile could cause double-close on an fd if _Tempo
https://bugs.python.org/issue39318 opened by nneonneo

#39320: Handle unpacking of */** arguments and rvalues in the compiler
https://bugs.python.org/issue39320 opened by Mark.Shannon

#39323: Add test for imghdr cli
https://bugs.python.org/issue39323 opened by xtreak

#39324: Add mimetype for extension .md (markdown)
https://bugs.python.org/issue39324 opened by Ryan Batchelder

#39325: Original window focus when opening IDLE by double clicking Pyt
https://bugs.python.org/issue39325 opened by IrvKalb

#39326: Python-3.8.1 "test_importlib" failed
https://bugs.python.org/issue39326 opened by Divyansh_tiwari

#39327: shutil.rmtree using vagrant synched folder fails
https://bugs.python.org/issue39327 opened by PeterFS

#39328: Allow filename mismatch in local and central directories in zi
https://bugs.python.org/issue39328 opened by cheryl.sabella

#39331: 2to3 mishandles indented imports
https://bugs.python.org/issue39331 opened by galun.guy

#39334: python specific index directives in our doc has been deprecate
https://bugs.python.org/issue39334 opened by mdk

#39336: Immutable module type can't be used as package in custom loade
https://bugs.python.org/issue39336 opened by dino.viehland

#39337: codecs.lookup() ignores non-ASCII characters, whereas encoding
https://bugs.python.org/issue39337 opened by vstinner

#39339: ProcessPoolExecutor() Exception in thread QueueManagerThread
https://bugs.python.org/issue39339 opened by pythonpython

#39340: shutil.rmtree and write protected files
https://bugs.python.org/issue39340 opened by PeterFS

#39341: [security] zipfile: ZIP Bomb vulnerability, don't check announ
https://bugs.python.org/issue39341 opened by vstinner

#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342 opened by chrisburr

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343 opened by vstinner

#39344: Getting error while importing ssl " import _ssl # if we can't
https://bugs.python.org/issue39344 opened by Ajaya

#39345: Py_Initialize Hangs on Windows 10
https://bugs.python.org/issue39345 opened by dhamilton

#39346: gzip module only supports half of possible read/write scenario
https://bugs.python.org/issue39346 opened by ddevault

#39347: Use of argument clinic like parsing and `METH_FASTCALL` suppor
https://bugs.python.org/issue39347 opened by seberg

#39349: Add "cancel_futures" parameter to concurrent.futures.Executor.
https://bugs.python.org/issue39349 opened by aeros

#39352: Remove the formatter module, deprecated since Python 3.4
https://bugs.python.org/issue39352 opened by vstinner

#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353 opened by vstinner

#39355: The Python library will not compile with a C++2020 compiler be
https://bugs.python.org/issue39355 opened by aCuria

#39358: test_code.CoExtra leads to double-free when ce_size >1
https://bugs.python.org/issue39358 opened by slebedev

#39359: zipfile: add missing "pwd: expected bytes, got str" exception
https://bugs.python.org/issue39359 opened by dhillier

#39360: python3.8 regression - ThreadPool join via __del__ hangs forev
https://bugs.python.org/issue39360 opened by gaborbernat

#39361: [C API] Document PyTypeObject.tp_print removal in What's New I
https://bugs.python.org/issue39361 opened by vstinner

#39362: add option to make chunksize adaptive for multiprocessing.pool
https://bugs.python.org/issue39362 opened by fgregg

#39363: zipfile with multiprocessing: zipfile.BadZipFile
https://bugs.python.org/issue39363 opened by maxime-lemonnier

#39364: Automatically tabulate module contents in the docs
https://bugs.python.org/issue39364 opened by alexchandel

#39365: Support (SEEK_END/SEEK_CUR) relative seeking in StringIO
https://bugs.python.org/issue39365 opened by random832

#39366: Remove deprecated nntplib method
https://bugs.python.org/issue39366 opened by corona10

#39369: Doc: Update mmap readline method documentation
https://bugs.python.org/issue39369 opened by wellpardim

#39370: askopenfilename is missing from the Tkinter filedialog library
https://bugs.python.org/issue39370 opened by rdnielsen

#39371: http.client.HTTPResponse raises IncompleteRead on chunked enco
https://bugs.python.org/issue39371 opened by Arden

#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372 opened by pablogsal



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

#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372

#39370: askopenfilename is missing from the Tkinter filedialog library
https://bugs.python.org/issue39370

#39369: Doc: Update mmap readline method documentation
https://bugs.python.org/issue39369

#39365: Support (SEEK_END/SEEK_CUR) relative seeking in StringIO
https://bugs.python.org/issue39365

#39364: Automatically tabulate module contents in the docs
https://bugs.python.org/issue39364

#39362: add option to make chunksize adaptive for multiprocessing.pool
https://bugs.python.org/issue39362

#39361: [C API] Document PyTypeObject.tp_print removal in What's New I
https://bugs.python.org/issue39361

#39359: zipfile: add missing "pwd: expected bytes, got str" exception
https://bugs.python.org/issue39359

#39358: test_code.CoExtra leads to double-free when ce_size >1
https://bugs.python.org/issue39358

#39347: Use of argument clinic like parsing and `METH_FASTCALL` suppor
https://bugs.python.org/issue39347

#39346: gzip module only supports half of possible read/write scenario
https://bugs.python.org/issue39346

#39345: Py_Initialize Hangs on Windows 10
https://bugs.python.org/issue39345

#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342

#39339: ProcessPoolExecutor() Exception in thread QueueManagerThread
https://bugs.python.org/issue39339

#39337: codecs.lookup() ignores non-ASCII characters, whereas encoding
https://bugs.python.org/issue39337



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

#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372

#39366: Remove deprecated nntplib method
https://bugs.python.org/issue39366

#39359: zipfile: add missing "pwd: expected bytes, got str" exception
https://bugs.python.org/issue39359

#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353

#39352: Remove the formatter module, deprecated since Python 3.4
https://bugs.python.org/issue39352

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343

#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342

#39336: Immutable module type can't be used as package in custom loade
https://bugs.python.org/issue39336

#39334: python specific index directives in our doc has been deprecate
https://bugs.python.org/issue39334

#39324: Add mimetype for extension .md (markdown)
https://bugs.python.org/issue39324

#39323: Add test for imghdr cli
https://bugs.python.org/issue39323

#39320: Handle unpacking of */** arguments and rvalues in the compiler
https://bugs.python.org/issue39320

#39318: NamedTemporaryFile could cause double-close on an fd if _Tempo
https://bugs.python.org/issue39318

#39299: Improve test coverage for mimetypes module
https://bugs.python.org/issue39299

#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298



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

#39318: NamedTemporaryFile could cause double-close on an fd if _Tempo
https://bugs.python.org/issue39318 10 msgs

#39295: usage of bitfields in ctypes structures changed between 3.7.5
https://bugs.python.org/issue39295 8 msgs

#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 7 msgs

#37751: In codecs, function 'normalizestring' should convert both spa
https://bugs.python.org/issue37751 6 msgs

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343 6 msgs

#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353 6 msgs

#29282: Fused multiply-add: proposal to add math.fma()
https://bugs.python.org/issue29282 5 msgs

#38076: Make struct module PEP-384 compatible
https://bugs.python.org/issue38076 5 msgs

#39207: concurrent.futures.ProcessPoolExecutor does not properly reap
https://bugs.python.org/issue39207 5 msgs

#39296: Windows register keys
https://bugs.python.org/issue39296 5 msgs



Issues closed (65)
==================

#17718: boolop constant checking for if/while
https://bugs.python.org/issue17718 closed by benjamin.peterson

#19557: ast - docs for every node type are missing
https://bugs.python.org/issue19557 closed by cheryl.sabella

#27195: Crash when RawIOBase.write(b) evaluates b.format
https://bugs.python.org/issue27195 closed by cheryl.sabella

#31031: Unify duplicate bits_in_digit and bit_length
https://bugs.python.org/issue31031 closed by vstinner

#32021: Brotli encoding is not recognized by mimetypes
https://bugs.python.org/issue32021 closed by maxking

#32524: Python 2.7 leaks a packages __init__.py module object on Synta
https://bugs.python.org/issue32524 closed by cheryl.sabella

#32615: Inconsistent behavior if globals is a dict subclass
https://bugs.python.org/issue32615 closed by vstinner

#33471: string format with 'n' failling with french locales
https://bugs.python.org/issue33471 closed by cheryl.sabella

#34922: hashlib segmentation fault
https://bugs.python.org/issue34922 closed by ned.deily

#36556: Trashcan causing duplicated __del__ calls
https://bugs.python.org/issue36556 closed by cheryl.sabella

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710 closed by vstinner

#36746: Create test for fcntl.lockf()
https://bugs.python.org/issue36746 closed by vstinner

#37958: Adding get_profile_dict to pstats
https://bugs.python.org/issue37958 closed by gregory.p.smith

#38293: Deepcopying property objects results in unexpected TypeError
https://bugs.python.org/issue38293 closed by cheryl.sabella

#38330: httplib specifies content-length when transfer-encoding presen
https://bugs.python.org/issue38330 closed by cheryl.sabella

#38356: test_asyncio: SubprocessThreadedWatcherTests leaks threads
https://bugs.python.org/issue38356 closed by asvetlov

#38361: syslog: Default "ident" in syslog.openlog() shouldn't contain
https://bugs.python.org/issue38361 closed by brandtbucher

#38630: subprocess.Popen.send_signal() should poll the process
https://bugs.python.org/issue38630 closed by vstinner

#38901: [venv] Add a CLI flag to venv to use the pwd basename as the p
https://bugs.python.org/issue38901 closed by vinay.sajip

#38903: #if 0 block on parsetok.c
https://bugs.python.org/issue38903 closed by pablogsal

#39033: zipimport raises NameError: name '_boostrap_external' is not d
https://bugs.python.org/issue39033 closed by petr.viktorin

#39048: Look up __aenter__ before __aexit__ in the async with statemen
https://bugs.python.org/issue39048 closed by ncoghlan

#39156: Break up COMPARE_OP into logically distinct operations.
https://bugs.python.org/issue39156 closed by Mark.Shannon

#39160: ./configure --help has inconsistencies in style
https://bugs.python.org/issue39160 closed by ned.deily

#39164: Add private _PyErr_GetExcInfo() function which accepts a tstat
https://bugs.python.org/issue39164 closed by vstinner

#39179: pandas tz_convert() seems to report incorrect date conversion
https://bugs.python.org/issue39179 closed by cheryl.sabella

#39200: Fix inaccurate TypeError messages when calling with insufficie
https://bugs.python.org/issue39200 closed by vstinner

#39233: glossary entry for parameter out-of-date for positional-only p
https://bugs.python.org/issue39233 closed by mark.dickinson

#39249: difflib SequenceMatcher 200 char length limitation for ratio c
https://bugs.python.org/issue39249 closed by terry.reedy

#39259: poplib.POP3/POP3_SSL should reject timeout = 0 (non-blocking m
https://bugs.python.org/issue39259 closed by vstinner

#39275: Traceback off by one line when
https://bugs.python.org/issue39275 closed by facundobatista

#39288: Add math.nextafter(a, b)
https://bugs.python.org/issue39288 closed by vstinner

#39289: crypt.crypt fail with OSError "[Errno 22] Invalid argument" on
https://bugs.python.org/issue39289 closed by vinay.sajip

#39291: "pathlib.Path.link_to()" and "pathlib.Path.symlink_to()" have
https://bugs.python.org/issue39291 closed by pitrou

#39292: syslog constants behind rfc
https://bugs.python.org/issue39292 closed by vinay.sajip

#39297: Synchronize importlib.metadata with importlib_metadata 1.4
https://bugs.python.org/issue39297 closed by jaraco

#39300: dataclasses non-default argument follows default argument
https://bugs.python.org/issue39300 closed by eric.smith

#39303: Refactor cmd module
https://bugs.python.org/issue39303 closed by cheryl.sabella

#39304: Don't accept a negative number for the count argument in str.r
https://bugs.python.org/issue39304 closed by rhettinger

#39307: Memory leak in parsetok
https://bugs.python.org/issue39307 closed by pablogsal

#39308: Literal[True] prints as Literal[1] in some cases
https://bugs.python.org/issue39308 closed by gvanrossum

#39310: Add math.ulp(x): unit in the last place
https://bugs.python.org/issue39310 closed by vstinner

#39311: difflib pathlike support for {unified,context}_diff() {from,to
https://bugs.python.org/issue39311 closed by rhettinger

#39312: Expose placeholder reparse points in Windows
https://bugs.python.org/issue39312 closed by steve.dower

#39313: lib2to3 provide a way to use exec as a function in Refactoring
https://bugs.python.org/issue39313 closed by pablogsal

#39315: Lists of objects containing lists
https://bugs.python.org/issue39315 closed by hmathers

#39317: This new feature or bug about operator "- -"?
https://bugs.python.org/issue39317 closed by rhettinger

#39319: ntpath module must not be available on POSIX platforms
https://bugs.python.org/issue39319 closed by eryksun

#39321: AMD64 FreeBSD Non-Debug 3.x: main regrtest process killed by S
https://bugs.python.org/issue39321 closed by vstinner

#39322: Add gc.is_finalized to check if an object has been finalised b
https://bugs.python.org/issue39322 closed by pablogsal

#39329: smtplib.LMTP needs timeout parameter
https://bugs.python.org/issue39329 closed by vstinner

#39330: Way to build without IDLE
https://bugs.python.org/issue39330 closed by zach.ware

#39332: Python 3.6 compiler protections from Ubuntu distros
https://bugs.python.org/issue39332 closed by benjamin.peterson

#39333: argparse should offer an alternative to SystemExit in case a p
https://bugs.python.org/issue39333 closed by geophile

#39335: round Decimal edge case
https://bugs.python.org/issue39335 closed by benjamin.peterson

#39338: Data lost randomly from dictionary after creating the dictiona
https://bugs.python.org/issue39338 closed by zach.ware

#39348: wrong rst syntax in socket.rst
https://bugs.python.org/issue39348 closed by Mariatta

#39350: Remove deprecated fractions.gcd()
https://bugs.python.org/issue39350 closed by vstinner

#39351: Remove base64.encodestring() and base64.decodestring() aliases
https://bugs.python.org/issue39351 closed by vstinner

#39354: collections.UserString format and format_map return a string
https://bugs.python.org/issue39354 closed by rhettinger

#39356: zipfile suprising "except DeprecationWarning:" block
https://bugs.python.org/issue39356 closed by vstinner

#39357: bz2: Remove deprecated buffering parameter of bz2.BZ2File
https://bugs.python.org/issue39357 closed by vstinner

#39367: readline module core dumps Python 3.8.1 when calling exit()
https://bugs.python.org/issue39367 closed by vstinner

#39368: A matrix (list of lists) behaves differently, depending how it
https://bugs.python.org/issue39368 closed by ezio.melotti

#1531415: parsetok.c emits warnings by writing to stderr
https://bugs.python.org/issue1531415 closed by pablogsal
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/RBZW6ESWYL7TP4NXM6E5F2PKUWH7FP3E/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-01-17 - 2020-01-24)
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 7285 (+17)
closed 43910 (+55)
total 51195 (+72)

Open issues with patches: 2852


Issues opened (45)
==================

#29258: __init__.py required for pkgutil.walk_packages in python3
https://bugs.python.org/issue29258 reopened by inada.naoki

#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353 reopened by vstinner

#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372 reopened by pablogsal

#39374: Key in sort -> Callable Object instead of function
https://bugs.python.org/issue39374 opened by Carlos Segura González

#39375: Document os.environ[x] = y and os.putenv() as thread unsafe
https://bugs.python.org/issue39375 opened by gregory.p.smith

#39376: Avoid modifying the process global environment (not thread saf
https://bugs.python.org/issue39376 opened by gregory.p.smith

#39378: partial of PickleState struct should be traversed.
https://bugs.python.org/issue39378 opened by shihai1991

#39379: sys.path[0] is already absolute path
https://bugs.python.org/issue39379 opened by ksato9700

#39380: ftplib uses latin-1 as default encoding
https://bugs.python.org/issue39380 opened by SebastianGPedersen

#39382: abstract_issubclass() doesn't take bases tuple item ref
https://bugs.python.org/issue39382 opened by Yonatan Goldschmidt

#39384: Email parser creates a message object that can't be flattened
https://bugs.python.org/issue39384 opened by msapiro

#39385: Add an assertNoLogs context manager to unittest TestCase
https://bugs.python.org/issue39385 opened by Kit Yan Choi

#39388: IDLE: Changes to keybindings aren't reverted on cancel
https://bugs.python.org/issue39388 opened by cheryl.sabella

#39390: shutil.copytree - 3.8 changed argument types of the ignore cal
https://bugs.python.org/issue39390 opened by mbarkhau

#39392: Python Turtle is not filling alternate overlapping areas of a
https://bugs.python.org/issue39392 opened by lijose

#39393: Misleading error message upon dependent DLL resolution failure
https://bugs.python.org/issue39393 opened by plimkilde

#39394: re: DeprecationWarning for `flag not at the start of expressio
https://bugs.python.org/issue39394 opened by jugmac00

#39400: pydoc: Use of MANPAGER variable is incorrect
https://bugs.python.org/issue39400 opened by Brocellous

#39401: Unsafe dll loading in getpathp.c on Win7
https://bugs.python.org/issue39401 opened by anthonywee

#39405: Using relative path as a --prefix during configure.
https://bugs.python.org/issue39405 opened by Sankark

#39407: Bitfield Union does not work for bit widths greater than 8 bit
https://bugs.python.org/issue39407 opened by jschulte

#39408: Add support for SQLCipher
https://bugs.python.org/issue39408 opened by Sebastian.Noack

#39409: AIX: FAIL: test_specific_values (test.test_cmath.CMathTests)
https://bugs.python.org/issue39409 opened by Michael.Felt

#39410: CentOS 6.10 SQLite 3.30.1 - _sqlite3 builds successfully but i
https://bugs.python.org/issue39410 opened by cehovski

#39411: pyclbr rewrite using AST
https://bugs.python.org/issue39411 opened by Batuhan Taskaya

#39413: Implement os.unsetenv() on Windows
https://bugs.python.org/issue39413 opened by vstinner

#39414: Multiprocessing resolving object as None
https://bugs.python.org/issue39414 opened by rdil

#39416: Document default numeric string formats
https://bugs.python.org/issue39416 opened by kop

#39417: Link to "Python Packaging User Guide: Creating and using virtu
https://bugs.python.org/issue39417 opened by angelcervera

#39418: str.strip() should have a means of adding to the default behav
https://bugs.python.org/issue39418 opened by senji

#39419: Core dump when trying to use workaround for custom warning cat
https://bugs.python.org/issue39419 opened by Gerrit.Holl

#39423: Process finished with exit code -1073741819 (0xC0000005) when
https://bugs.python.org/issue39423 opened by mapf

#39424: [easy] test_signal: test_pidfd_send_signal() uses deprecated a
https://bugs.python.org/issue39424 opened by vstinner

#39427: python -X options are not documented in the CLI --help
https://bugs.python.org/issue39427 opened by pablogsal

#39428: allow creation of "symtable entry" objects from Python
https://bugs.python.org/issue39428 opened by carljm

#39430: tarfile.open(mode="r") race condition when importing lzma
https://bugs.python.org/issue39430 opened by Maciej Gol

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432 opened by da-woods

#39433: curses.setupterm can raise _curses.error
https://bugs.python.org/issue39433 opened by mdk

#39434: Remove unnecessary logic of float __floordiv__
https://bugs.python.org/issue39434 opened by corona10

#39435: pickle: inconsistent arguments pickle.py vs _pickle.c vs docs
https://bugs.python.org/issue39435 opened by crusaderky

#39438: better handling of foreign signal handlers in signal.signal
https://bugs.python.org/issue39438 opened by Steven G. Johnson

#39441: mimetypes.guess_extension unable to get non-lowercase mimetype
https://bugs.python.org/issue39441 opened by Inkhey

#39442: from __future__ import annotations makes dataclasses.Field.typ
https://bugs.python.org/issue39442 opened by lopek

#39443: Inhomogeneous behaviour for descriptors in between the class-i
https://bugs.python.org/issue39443 opened by Hugo Ricateau

#39444: Incorrect description of sorting for PrettyPrinter
https://bugs.python.org/issue39444 opened by TextGeek



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

#39443: Inhomogeneous behaviour for descriptors in between the class-i
https://bugs.python.org/issue39443

#39441: mimetypes.guess_extension unable to get non-lowercase mimetype
https://bugs.python.org/issue39441

#39438: better handling of foreign signal handlers in signal.signal
https://bugs.python.org/issue39438

#39435: pickle: inconsistent arguments pickle.py vs _pickle.c vs docs
https://bugs.python.org/issue39435

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432

#39428: allow creation of "symtable entry" objects from Python
https://bugs.python.org/issue39428

#39424: [easy] test_signal: test_pidfd_send_signal() uses deprecated a
https://bugs.python.org/issue39424

#39419: Core dump when trying to use workaround for custom warning cat
https://bugs.python.org/issue39419

#39407: Bitfield Union does not work for bit widths greater than 8 bit
https://bugs.python.org/issue39407

#39405: Using relative path as a --prefix during configure.
https://bugs.python.org/issue39405

#39392: Python Turtle is not filling alternate overlapping areas of a
https://bugs.python.org/issue39392

#39388: IDLE: Changes to keybindings aren't reverted on cancel
https://bugs.python.org/issue39388

#39385: Add an assertNoLogs context manager to unittest TestCase
https://bugs.python.org/issue39385

#39382: abstract_issubclass() doesn't take bases tuple item ref
https://bugs.python.org/issue39382

#39378: partial of PickleState struct should be traversed.
https://bugs.python.org/issue39378



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

#39435: pickle: inconsistent arguments pickle.py vs _pickle.c vs docs
https://bugs.python.org/issue39435

#39434: Remove unnecessary logic of float __floordiv__
https://bugs.python.org/issue39434

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432

#39430: tarfile.open(mode="r") race condition when importing lzma
https://bugs.python.org/issue39430

#39427: python -X options are not documented in the CLI --help
https://bugs.python.org/issue39427

#39416: Document default numeric string formats
https://bugs.python.org/issue39416

#39413: Implement os.unsetenv() on Windows
https://bugs.python.org/issue39413

#39411: pyclbr rewrite using AST
https://bugs.python.org/issue39411

#39400: pydoc: Use of MANPAGER variable is incorrect
https://bugs.python.org/issue39400

#39393: Misleading error message upon dependent DLL resolution failure
https://bugs.python.org/issue39393

#39390: shutil.copytree - 3.8 changed argument types of the ignore cal
https://bugs.python.org/issue39390

#39388: IDLE: Changes to keybindings aren't reverted on cancel
https://bugs.python.org/issue39388

#39385: Add an assertNoLogs context manager to unittest TestCase
https://bugs.python.org/issue39385

#39384: Email parser creates a message object that can't be flattened
https://bugs.python.org/issue39384

#39382: abstract_issubclass() doesn't take bases tuple item ref
https://bugs.python.org/issue39382



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

#39390: shutil.copytree - 3.8 changed argument types of the ignore cal
https://bugs.python.org/issue39390 12 msgs

#38076: Make struct module PEP-384 compatible
https://bugs.python.org/issue38076 9 msgs

#39413: Implement os.unsetenv() on Windows
https://bugs.python.org/issue39413 9 msgs

#39430: tarfile.open(mode="r") race condition when importing lzma
https://bugs.python.org/issue39430 9 msgs

#39353: Deprecate the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue39353 7 msgs

#39408: Add support for SQLCipher
https://bugs.python.org/issue39408 6 msgs

#39434: Remove unnecessary logic of float __floordiv__
https://bugs.python.org/issue39434 6 msgs

#39372: The header files in Include/ have many declarations with no de
https://bugs.python.org/issue39372 5 msgs

#39418: str.strip() should have a means of adding to the default behav
https://bugs.python.org/issue39418 5 msgs

#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 4 msgs



Issues closed (54)
==================

#18091: Remove PyNoArgsFunction
https://bugs.python.org/issue18091 closed by serhiy.storchaka

#18842: Add float.is_finite is_nan is_infinite to match Decimal method
https://bugs.python.org/issue18842 closed by corona10

#21600: mock.patch.stopall doesn't work with patch.dict
https://bugs.python.org/issue21600 closed by cjw296

#24658: open().write() and .read() fails on 2 GB+ data (OS X)
https://bugs.python.org/issue24658 closed by zach.ware

#29435: Allow to pass fileobj to is_tarfile
https://bugs.python.org/issue29435 closed by ethan.furman

#32989: IDLE: Fix pyparse.find_good_parse_start
https://bugs.python.org/issue32989 closed by terry.reedy

#34145: uuid3 and uuid5 hard to use portably between Python 2 and 3
https://bugs.python.org/issue34145 closed by zach.ware

#34834: test_ssl.test_options does not correctly account for built-in
https://bugs.python.org/issue34834 closed by zach.ware

#35182: Popen.communicate() breaks when child closes its side of pipe
https://bugs.python.org/issue35182 closed by gregory.p.smith

#35561: Valgrind reports Syscall param epoll_ctl(event) points to unin
https://bugs.python.org/issue35561 closed by vstinner

#36417: unicode.isdecimal bug in online Python 2 documentation
https://bugs.python.org/issue36417 closed by zach.ware

#37669: Make mock_open return per-file content
https://bugs.python.org/issue37669 closed by cjw296

#38536: Trailing space in formatted currency with international=True a
https://bugs.python.org/issue38536 closed by inada.naoki

#39035: Travis CI fail on backports: pyvenv not installed
https://bugs.python.org/issue39035 closed by vstinner

#39146: too much memory consumption in re.compile unicode
https://bugs.python.org/issue39146 closed by zach.ware

#39197: argparse: title and description for mutually exclusive arg gro
https://bugs.python.org/issue39197 closed by paul.j3

#39295: usage of bitfields in ctypes structures changed between 3.7.5
https://bugs.python.org/issue39295 closed by vinay.sajip

#39331: 2to3 mishandles indented imports
https://bugs.python.org/issue39331 closed by cheryl.sabella

#39336: Immutable module type can't be used as package in custom loade
https://bugs.python.org/issue39336 closed by dino.viehland

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343 closed by vstinner

#39361: [C API] Document PyTypeObject.tp_print removal in What's New I
https://bugs.python.org/issue39361 closed by vstinner

#39365: Support (SEEK_END/SEEK_CUR) relative seeking in StringIO
https://bugs.python.org/issue39365 closed by serhiy.storchaka

#39366: Remove deprecated nntplib method
https://bugs.python.org/issue39366 closed by berker.peksag

#39370: askopenfilename is missing from the Tkinter filedialog library
https://bugs.python.org/issue39370 closed by ned.deily

#39373: --
https://bugs.python.org/issue39373 closed by zach.ware

#39377: json.loads encoding parameter deprecation removal in Python 3.
https://bugs.python.org/issue39377 closed by inada.naoki

#39381: Fix get_event_loop documentation
https://bugs.python.org/issue39381 closed by asvetlov

#39383: Mention Darwin as a potential value for platform.system()
https://bugs.python.org/issue39383 closed by ned.deily

#39386: Prevent double awaiting of async iterator
https://bugs.python.org/issue39386 closed by asvetlov

#39387: configparser read_file() with variable
https://bugs.python.org/issue39387 closed by Mattia Verga

#39389: gzip metadata fails to reflect compresslevel
https://bugs.python.org/issue39389 closed by serhiy.storchaka

#39391: Nondeterministic Pydoc output on functions that have functions
https://bugs.python.org/issue39391 closed by serhiy.storchaka

#39395: The os module should unset() environment variable at exit
https://bugs.python.org/issue39395 closed by vstinner

#39396: AIX: self.assertEqualSign(math.nextafter(-0.0, +0.0), +0.0) te
https://bugs.python.org/issue39396 closed by vstinner

#39397: Mac : fail to launch Python 3.8
https://bugs.python.org/issue39397 closed by inada.naoki

#39398: AMD64 Fedora Rawhide Clang 3.x: C compiler cannot create execu
https://bugs.python.org/issue39398 closed by vstinner

#39399: Cross compilation using different libc is broken
https://bugs.python.org/issue39399 closed by ned.deily

#39402: Consistent use of terms
https://bugs.python.org/issue39402 closed by rhettinger

#39403: Objects equal (assertEqual return True) but behave differently
https://bugs.python.org/issue39403 closed by zach.ware

#39404: Pexpect : setwinsize() not working in SLES 12.4 kernel 4.12.14
https://bugs.python.org/issue39404 closed by archi-pandey

#39406: Implement os.putenv() with setenv() if available
https://bugs.python.org/issue39406 closed by vstinner

#39412: Install launcher for all users
https://bugs.python.org/issue39412 closed by steve.dower

#39415: Remove unused code from longobject.c complexobject.c floatobje
https://bugs.python.org/issue39415 closed by benjamin.peterson

#39420: Windows: convertenviron() doesn't parse environment variables
https://bugs.python.org/issue39420 closed by vstinner

#39421: Use-after-free in heappushpop() of heapq module
https://bugs.python.org/issue39421 closed by pablogsal

#39422: datetime.datetime.strptime incorrectly interpretting format '%
https://bugs.python.org/issue39422 closed by SilentGhost

#39425: list.count performance regression
https://bugs.python.org/issue39425 closed by pablogsal

#39426: Pickler docstring misstates default and highest protocols
https://bugs.python.org/issue39426 closed by pitrou

#39429: Add a new "Python Development Mode" page to the documentation
https://bugs.python.org/issue39429 closed by vstinner

#39431: Mention nonlocal too in assignment quirk
https://bugs.python.org/issue39431 closed by terry.reedy

#39436: Strange behavior of comparing int and float numbers
https://bugs.python.org/issue39436 closed by mrabarnett

#39437: collections.Counter support multiplication
https://bugs.python.org/issue39437 closed by ammar2

#39439: Windows Multiprocessing in Virtualenv: sys.prefix is incorrect
https://bugs.python.org/issue39439 closed by eryksun

#39440: Use PyNumber_InPlaceAdd in sum() for the second iteration onwa
https://bugs.python.org/issue39440 closed by edk
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-01-24 - 2020-01-31)
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 7300 (+15)
closed 43962 (+52)
total 51262 (+67)

Open issues with patches: 2858


Issues opened (56)
==================

#36051: Drop the GIL during large bytes.join operations?
https://bugs.python.org/issue36051 reopened by skip.montanaro

#39350: Remove deprecated fractions.gcd()
https://bugs.python.org/issue39350 reopened by mark.dickinson

#39391: Nondeterministic Pydoc output on functions that have functions
https://bugs.python.org/issue39391 reopened by peteroupc

#39435: pickle: inconsistent arguments pickle.py vs _pickle.c vs docs
https://bugs.python.org/issue39435 reopened by pitrou

#39445: h5py not playing nicely with subprocess and mpirun
https://bugs.python.org/issue39445 opened by Rafael Laboissière

#39447: imaplib documentation claims that commands return a string, bu
https://bugs.python.org/issue39447 opened by dkg

#39448: Add regen-frozen makefile target
https://bugs.python.org/issue39448 opened by nascheme

#39450: unittest TestCase shortDescription does not strip whitespace
https://bugs.python.org/issue39450 opened by scirelli

#39451: enum.Enum reference count leaks
https://bugs.python.org/issue39451 opened by dan.gass@gmail.com

#39452: Improve the __main__ module documentation
https://bugs.python.org/issue39452 opened by maggyero

#39453: Use-after-free in list contain
https://bugs.python.org/issue39453 opened by corona10

#39454: when \\u in byte_string ,byte_string.decode('raw_unicode_escap
https://bugs.python.org/issue39454 opened by yayiba1223

#39456: Make IDLE calltip tests work when there are no docstrings
https://bugs.python.org/issue39456 opened by terry.reedy

#39457: Add an autocommit property to sqlite3.Connection with a PEP 24
https://bugs.python.org/issue39457 opened by maggyero

#39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe
https://bugs.python.org/issue39460 opened by vstinner

#39461: [RFE] os.environ should support Path-like values, like subproc
https://bugs.python.org/issue39461 opened by Antony.Lee

#39462: DataClass typo-unsafe attribute creation & unexpected behaviou
https://bugs.python.org/issue39462 opened by marcelpvisser

#39463: ast.Constant, bytes, and ast.unparse
https://bugs.python.org/issue39463 opened by Tal Ben-Nun

#39464: Allow translating argparse error messages
https://bugs.python.org/issue39464 opened by DjMorgul

#39465: Design a subinterpreter friendly alternative to _Py_IDENTIFIER
https://bugs.python.org/issue39465 opened by ncoghlan

#39467: Allow to deprecate CLI arguments in argparse
https://bugs.python.org/issue39467 opened by 4383

#39468: Improved the site module's permission handling while writing .
https://bugs.python.org/issue39468 opened by opensource-assist

#39469: Support for relative home path in pyvenv.cfg
https://bugs.python.org/issue39469 opened by Jeff.Edwards

#39470: Indicate that os.makedirs is equivalent to Path.mkdir
https://bugs.python.org/issue39470 opened by nanjekyejoannah

#39471: Meaning and clarification of PyBuffer_Release()
https://bugs.python.org/issue39471 opened by seberg

#39472: IDLE: improve handling of int entry in settings dialog
https://bugs.python.org/issue39472 opened by terry.reedy

#39473: Enable import behavior consistency option
https://bugs.python.org/issue39473 opened by bluelantern

#39474: col_offset for parenthesized expressions looks weird
https://bugs.python.org/issue39474 opened by BTaskaya

#39475: window.getmaxyx() doesn't return updated height when window is
https://bugs.python.org/issue39475 opened by nova

#39477: multiprocessing Pool maxtasksperchild=0 raises exception with
https://bugs.python.org/issue39477 opened by jeyekomon

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 opened by Ananthakrishnan

#39480: referendum reference is needlessly annoying
https://bugs.python.org/issue39480 opened by diziet

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 opened by gvanrossum

#39482: Write 2to3 fixer for collections.abc imports
https://bugs.python.org/issue39482 opened by opoplawski

#39483: Proposial add loop parametr to run in asyncio
https://bugs.python.org/issue39483 opened by heckad

#39484: time_ns() and time() cannot be compared on windows
https://bugs.python.org/issue39484 opened by vxgmichel

#39486: bug in %-formatting in Python, related to escaped %-characters
https://bugs.python.org/issue39486 opened by Carl.Friedrich.Bolz

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488 opened by vstinner

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489 opened by vstinner

#39490: Python Uninstaller fails to clean up the old path variables wh
https://bugs.python.org/issue39490 opened by brucelong

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491 opened by jstasiak

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492 opened by pierreglaser

#39495: xml.etree.ElementTree.TreeBuilder.start differs between pure P
https://bugs.python.org/issue39495 opened by hauntsaninja

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496 opened by alex.henrie

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498 opened by anthonypjshaw

#39500: Document PyUnicode_IsIdentifier() function
https://bugs.python.org/issue39500 opened by vstinner

#39501: gettext's default localedir does not match documentation
https://bugs.python.org/issue39501 opened by moht

#39502: test_zipfile fails on AIX due to time.localtime
https://bugs.python.org/issue39502 opened by EGuesnet

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

#39504: inspect.signature throws RuntimeError on select.epoll.register
https://bugs.python.org/issue39504 opened by hauntsaninja

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505 opened by Schwarzichet

#39507: http library missing HTTP status code 418 "I'm a teapot"
https://bugs.python.org/issue39507 opened by trrhodes

#39508: no module curses error although i downloaded the module - wind
https://bugs.python.org/issue39508 opened by haim986

#39509: Update HTTP status code to follow IANA
https://bugs.python.org/issue39509 opened by corona10

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510 opened by phg

#39511: [subinterpreters] Per-interpreter singletons (None, True, Fals
https://bugs.python.org/issue39511 opened by vstinner



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

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510

#39508: no module curses error although i downloaded the module - wind
https://bugs.python.org/issue39508

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505

#39504: inspect.signature throws RuntimeError on select.epoll.register
https://bugs.python.org/issue39504

#39501: gettext's default localedir does not match documentation
https://bugs.python.org/issue39501

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491

#39490: Python Uninstaller fails to clean up the old path variables wh
https://bugs.python.org/issue39490

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488

#39482: Write 2to3 fixer for collections.abc imports
https://bugs.python.org/issue39482

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481

#39477: multiprocessing Pool maxtasksperchild=0 raises exception with
https://bugs.python.org/issue39477

#39475: window.getmaxyx() doesn't return updated height when window is
https://bugs.python.org/issue39475



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

#39511: [subinterpreters] Per-interpreter singletons (None, True, Fals
https://bugs.python.org/issue39511

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510

#39509: Update HTTP status code to follow IANA
https://bugs.python.org/issue39509

#39507: http library missing HTTP status code 418 "I'm a teapot"
https://bugs.python.org/issue39507

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505

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

#39502: test_zipfile fails on AIX due to time.localtime
https://bugs.python.org/issue39502

#39500: Document PyUnicode_IsIdentifier() function
https://bugs.python.org/issue39500

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496

#39495: xml.etree.ElementTree.TreeBuilder.start differs between pure P
https://bugs.python.org/issue39495

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488



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

#39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe
https://bugs.python.org/issue39460 36 msgs

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 22 msgs

#39461: [RFE] os.environ should support Path-like values, like subproc
https://bugs.python.org/issue39461 18 msgs

#39502: test_zipfile fails on AIX due to time.localtime
https://bugs.python.org/issue39502 14 msgs

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489 9 msgs

#39430: tarfile.open(mode="r") race condition when importing lzma
https://bugs.python.org/issue39430 8 msgs

#39483: Proposial add loop parametr to run in asyncio
https://bugs.python.org/issue39483 7 msgs

#18233: SSLSocket.getpeercertchain()
https://bugs.python.org/issue18233 5 msgs

#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792 5 msgs

#39380: ftplib uses latin-1 as default encoding
https://bugs.python.org/issue39380 5 msgs



Issues closed (50)
==================

#11549: Build-out an AST optimizer, moving some functionality out of t
https://bugs.python.org/issue11549 closed by rhettinger

#13306: Add diagnostic tools to importlib?
https://bugs.python.org/issue13306 closed by brett.cannon

#14715: test.support.DirsOnSysPath should be replaced by importlib.tes
https://bugs.python.org/issue14715 closed by eric.smith

#15243: Misleading documentation for __prepare__
https://bugs.python.org/issue15243 closed by berker.peksag

#24928: mock.patch.dict spoils order of items in collections.OrderedDi
https://bugs.python.org/issue24928 closed by rhettinger

#25597: unittest.mock does not wrap dunder methods (__getitem__ etc)
https://bugs.python.org/issue25597 closed by xtreak

#30780: IDLE: configdialog - add tests for ConfigDialog GUI.
https://bugs.python.org/issue30780 closed by terry.reedy

#31414: IDLE: Entry tests should delete before insert.
https://bugs.python.org/issue31414 closed by terry.reedy

#33339: Using default encoding with `subprocess.run()` is not obvious
https://bugs.python.org/issue33339 closed by eryksun

#34095: [2.7] Seg fault on archlinux 32 when run tests with xvfb-run
https://bugs.python.org/issue34095 closed by benjamin.peterson

#36350: inspect.Signature.parameters and inspect.BoundArguments.argume
https://bugs.python.org/issue36350 closed by inada.naoki

#36654: Add example to tokenize.tokenize
https://bugs.python.org/issue36654 closed by berker.peksag

#37955: mock.patch incorrect reference to Mock
https://bugs.python.org/issue37955 closed by cjw296

#38350: ./configure --with-pydebug should use -O0 rather than -Og
https://bugs.python.org/issue38350 closed by vstinner

#38473: AttributeError on asserting autospecced mock object added usin
https://bugs.python.org/issue38473 closed by xtreak

#38631: Replace Py_FatalError() with regular Python exceptions
https://bugs.python.org/issue38631 closed by vstinner

#38797: x86-64 High Sierra 3.x buildbot worker fails to build Python:
https://bugs.python.org/issue38797 closed by vstinner

#38883: Path.home() should ignore HOME env var like os.path.expanduser
https://bugs.python.org/issue38883 closed by steve.dower

#38932: unittest.mock.Mock.reset_mocks does not pass all arguments to
https://bugs.python.org/issue38932 closed by cjw296

#39082: AsyncMock is unable to correctly patch static or class methods
https://bugs.python.org/issue39082 closed by cjw296

#39153: Clarify refcounting semantics of PyDict_SetItem[String]
https://bugs.python.org/issue39153 closed by corona10

#39165: Completeness and symmetry in RE, avoid `findall(...)[0]`
https://bugs.python.org/issue39165 closed by rhettinger

#39248: test_distutils fails on PPC64 Fedora 3.x: /tmp/subprocess.py
https://bugs.python.org/issue39248 closed by vstinner

#39287: Document UTF-8 mode in the using/windows.
https://bugs.python.org/issue39287 closed by inada.naoki

#39309: Please delete my account
https://bugs.python.org/issue39309 closed by berker.peksag

#39374: Key in sort -> Callable Object instead of function
https://bugs.python.org/issue39374 closed by rhettinger

#39388: IDLE: Changes to keybindings aren't reverted on cancel
https://bugs.python.org/issue39388 closed by terry.reedy

#39390: shutil.copytree - 3.8 changed argument types of the ignore cal
https://bugs.python.org/issue39390 closed by giampaolo.rodola

#39392: Python Turtle is not filling alternate overlapping areas of a
https://bugs.python.org/issue39392 closed by terry.reedy

#39393: Misleading error message upon dependent DLL resolution failure
https://bugs.python.org/issue39393 closed by steve.dower

#39401: [CVE-2020-8315] Unsafe dll loading in getpathp.c on Win7
https://bugs.python.org/issue39401 closed by ned.deily

#39424: [easy] test_signal: test_pidfd_send_signal() uses deprecated a
https://bugs.python.org/issue39424 closed by serhiy.storchaka

#39434: Remove unnecessary logic of float __floordiv__
https://bugs.python.org/issue39434 closed by mark.dickinson

#39443: Inhomogeneous behaviour for descriptors in between the class-i
https://bugs.python.org/issue39443 closed by rhettinger

#39444: Incorrect description of sorting for PrettyPrinter
https://bugs.python.org/issue39444 closed by steven.daprano

#39446: Documentation should reflect that all dicts are now ordered
https://bugs.python.org/issue39446 closed by rhettinger

#39449: New Assignment operator
https://bugs.python.org/issue39449 closed by SilentGhost

#39455: Update the documentation for the linecache module
https://bugs.python.org/issue39455 closed by opensource-assist

#39458: Multiprocessing.Pool maxtasksperchild=1 doesn't work
https://bugs.python.org/issue39458 closed by Gabriel Tardif

#39459: test_import: test_unwritable_module() fails on AMD64 Fedora St
https://bugs.python.org/issue39459 closed by dino.viehland

#39466: Spam
https://bugs.python.org/issue39466 closed by xtreak

#39476: Not convinced with the dynamic data type assignment
https://bugs.python.org/issue39476 closed by steven.daprano

#39478: can we add a median function
https://bugs.python.org/issue39478 closed by vstinner

#39485: Bug in mock running on PyPy3
https://bugs.python.org/issue39485 closed by cjw296

#39487: Merge duplicated _Py_IDENTIFIER identifiers in C code
https://bugs.python.org/issue39487 closed by ncoghlan

#39493: typing.py has an incorrect definition of closed
https://bugs.python.org/issue39493 closed by gvanrossum

#39494: Extra null terminators in keyword arrays in sqlite module
https://bugs.python.org/issue39494 closed by berker.peksag

#39497: Unused variable script_str in pysqlite_cursor_executescript
https://bugs.python.org/issue39497 closed by berker.peksag

#39499: ValueError using index on tuple is not showing the tuple value
https://bugs.python.org/issue39499 closed by xtreak

#39506: operator |= on sets does not behave like the update method
https://bugs.python.org/issue39506 closed by ammar2
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-01-31 - 2020-02-07)
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 7288 (-12)
closed 44042 (+80)
total 51330 (+68)

Open issues with patches: 2864


Issues opened (43)
==================

#39512: expat parser not xml 1.1 (breaks xmlrpclib) - still
https://bugs.python.org/issue39512 opened by mforkel

#39513: NameError: name 'open' is not defined
https://bugs.python.org/issue39513 opened by Sandeep

#39517: runpy calls open_code with Path object
https://bugs.python.org/issue39517 opened by Tomas Ravinskas

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520 opened by BTaskaya

#39521: reversed(mylist) much slower on Python 3.8 32-bit for Windows
https://bugs.python.org/issue39521 opened by Stefan Pochmann

#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522 opened by BTaskaya

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523 opened by alex.henrie

#39524: Escape sequences in doc string of ast._pad_whitespace
https://bugs.python.org/issue39524 opened by mpheath

#39529: Deprecate get_event_loop()
https://bugs.python.org/issue39529 opened by asvetlov

#39530: Documentation about comparisons between numeric types is misle
https://bugs.python.org/issue39530 opened by mark.dickinson

#39531: Memory Leak in multiprocessing.Pool()
https://bugs.python.org/issue39531 opened by EMO

#39532: Pathlib: handling of `.` in paths and patterns creates unmatch
https://bugs.python.org/issue39532 opened by Isaac Muse

#39533: Use `statx(2)` system call on Linux for extended `os.stat` inf
https://bugs.python.org/issue39533 opened by ntninja

#39534: Clarify tutorial on return statement in finally clause.
https://bugs.python.org/issue39534 opened by mdk

#39535: multiprocessing.Process file descriptor resource leak
https://bugs.python.org/issue39535 opened by Robert Pierce

#39537: Change line number table format
https://bugs.python.org/issue39537 opened by Mark.Shannon

#39538: SystemError when set Element.attrib to non-dict
https://bugs.python.org/issue39538 opened by serhiy.storchaka

#39539: Improve Keccak support in hashlib including KangarooTwelve
https://bugs.python.org/issue39539 opened by gvanas

#39540: Logging docs don't address the creation of multiple loggers wh
https://bugs.python.org/issue39540 opened by flipdazed

#39541: distutils: Remove bdist_wininst (Windows .exe installers) in f
https://bugs.python.org/issue39541 opened by vstinner

#39544: Pathlib PureWindowsPath sorting incorrect (is not natural sort
https://bugs.python.org/issue39544 opened by tegavu

#39545: await is not supported in f-string in 3.6
https://bugs.python.org/issue39545 opened by serhiy.storchaka

#39546: argparse: allow_abbrev=False is ignored for alternative prefix
https://bugs.python.org/issue39546 opened by kyleam

#39547: hmac.new() default parameter change not mentioned in changelog
https://bugs.python.org/issue39547 opened by wbond

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548 opened by Stephen Balousek

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549 opened by fish2000

#39550: isinstance accepts subtypes of tuples as second argument
https://bugs.python.org/issue39550 opened by ewjoachim

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551 opened by dino.viehland

#39557: ThreadPoolExecutor is busy-waiting when idle.
https://bugs.python.org/issue39557 opened by Avraham Mahfuda

#39560: PyUnicode_FromKindAndData kind transformation is not documente
https://bugs.python.org/issue39560 opened by smola

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 opened by jack1142

#39565: Modules/signalmodule.c creates handlers for signals bounded by
https://bugs.python.org/issue39565 opened by ngie

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567 opened by serhiy.storchaka

#39569: Is the return value of pathlib.Path.glob() sorted?
https://bugs.python.org/issue39569 opened by Björn.Lindqvist

#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570 opened by UltraLutra

#39572: [typing] TypedDict's 'total' argument is undocumented
https://bugs.python.org/issue39572 opened by brett.cannon

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 opened by vstinner

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574 opened by kcirtsew

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575 opened by MaskRay

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 opened by tim.peters

#39577: venv --prompt argument is ignored
https://bugs.python.org/issue39577 opened by andream

#39578: MagicMock specialisation instance can no longer be passed to n
https://bugs.python.org/issue39578 opened by Frank Harrison

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579 opened by lys.nikolaou



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

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575

#39572: [typing] TypedDict's 'total' argument is undocumented
https://bugs.python.org/issue39572

#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567

#39565: Modules/signalmodule.c creates handlers for signals bounded by
https://bugs.python.org/issue39565

#39560: PyUnicode_FromKindAndData kind transformation is not documente
https://bugs.python.org/issue39560

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548

#39547: hmac.new() default parameter change not mentioned in changelog
https://bugs.python.org/issue39547

#39533: Use `statx(2)` system call on Linux for extended `os.stat` inf
https://bugs.python.org/issue39533

#39531: Memory Leak in multiprocessing.Pool()
https://bugs.python.org/issue39531

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523

#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520



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

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548

#39546: argparse: allow_abbrev=False is ignored for alternative prefix
https://bugs.python.org/issue39546

#39541: distutils: Remove bdist_wininst (Windows .exe installers) in f
https://bugs.python.org/issue39541

#39537: Change line number table format
https://bugs.python.org/issue39537

#39534: Clarify tutorial on return statement in finally clause.
https://bugs.python.org/issue39534

#39524: Escape sequences in doc string of ast._pad_whitespace
https://bugs.python.org/issue39524

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520



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

#39484: time_ns() and time() cannot be compared on windows
https://bugs.python.org/issue39484 20 msgs

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 18 msgs

#39511: [subinterpreters] Per-interpreter singletons (None, True, Fals
https://bugs.python.org/issue39511 16 msgs

#39020: [AIX] module _curses fails to build since ESCDELAY has been ad
https://bugs.python.org/issue39020 8 msgs

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 8 msgs

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432 7 msgs

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 7 msgs

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551 6 msgs

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574 6 msgs

#39350: Remove deprecated fractions.gcd()
https://bugs.python.org/issue39350 5 msgs



Issues closed (75)
==================

#14149: argparse: Document how to use argument names that are not Pyth
https://bugs.python.org/issue14149 closed by rhettinger

#16651: Find out what stdlib modules lack a pure Python implementation
https://bugs.python.org/issue16651 closed by rhettinger

#28290: BETA report: Python-3.6 build messages to stderr: AIX and "not
https://bugs.python.org/issue28290 closed by Michael.Felt

#28901: Windows: document that site is not imported by default by embe
https://bugs.python.org/issue28901 closed by steve.dower

#32542: memory not freed, aka memory leak continues...
https://bugs.python.org/issue32542 closed by Michael.Felt

#33698: `._pth` does not allow to populate `sys.path` with empty entry
https://bugs.python.org/issue33698 closed by steve.dower

#34793: Remove support for "with (await asyncio.lock):"
https://bugs.python.org/issue34793 closed by asvetlov

#34841: Script’s directory not in sys.path with embeddable Windows d
https://bugs.python.org/issue34841 closed by steve.dower

#35760: test_asyncio: test_async_gen_asyncio_gc_aclose_09() race condi
https://bugs.python.org/issue35760 closed by vstinner

#36034: Suprise halt caused by -Werror=implicit-function-declaration i
https://bugs.python.org/issue36034 closed by Michael.Felt

#36339: test_ttk_guionly: test_traversal() fails randomly on AMD64 Win
https://bugs.python.org/issue36339 closed by vstinner

#36632: test_multiprocessing_forkserver: test_rapid_restart() leaked a
https://bugs.python.org/issue36632 closed by vstinner

#37025: Misleading error message "Python failed to load the default ac
https://bugs.python.org/issue37025 closed by steve.dower

#37088: Add a way to schedule a function to be called from the main th
https://bugs.python.org/issue37088 closed by vstinner

#37155: test_asyncio: test_stdin_broken_pipe() failed on AMD64 FreeBSD
https://bugs.python.org/issue37155 closed by vstinner

#37338: test_multiprocessing_forkserver, SemLock: test_thousand() logg
https://bugs.python.org/issue37338 closed by vstinner

#37368: test_asyncio: test_create_server_ssl_match_failed() failed on
https://bugs.python.org/issue37368 closed by vstinner

#37413: Deprecate sys._enablelegacywindowsfsencoding()
https://bugs.python.org/issue37413 closed by vstinner

#37928: test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhi
https://bugs.python.org/issue37928 closed by vstinner

#38149: sys.audit() is called multiple times for glob.glob()
https://bugs.python.org/issue38149 closed by serhiy.storchaka

#38182: test_asyncio: SubprocessMultiLoopWatcherTests.test_stdin_stdou
https://bugs.python.org/issue38182 closed by vstinner

#38184: test_site: test_s_option() failed on AMD64 Fedora Rawhide Refl
https://bugs.python.org/issue38184 closed by vstinner

#38207: subprocess: Popen.kill() + Popen.communicate() is blocking unt
https://bugs.python.org/issue38207 closed by vstinner

#38276: test_asyncio: test_cancel_make_subprocess_transport_exec() fai
https://bugs.python.org/issue38276 closed by vstinner

#38338: [2.7] test_ssl: test_protocol_sslv23() and test_protocol_tlsv1
https://bugs.python.org/issue38338 closed by vstinner

#38447: test_multiprocessing_spawn: Dangling processes: {<SpawnProcess
https://bugs.python.org/issue38447 closed by vstinner

#38476: test_multiprocessing_fork.test_terminate() failed on AMD64 Deb
https://bugs.python.org/issue38476 closed by vstinner

#38578: test_concurrent_futures failed on AMD64 FreeBSD Shared 3.8
https://bugs.python.org/issue38578 closed by vstinner

#38699: socket: change listen() default backlog from 128 to 4096?
https://bugs.python.org/issue38699 closed by vstinner

#38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD
https://bugs.python.org/issue38795 closed by vstinner

#38796: test_multiprocessing_forkserver: test_mymanager_context() fail
https://bugs.python.org/issue38796 closed by vstinner

#39005: test_faulthandler: test_dump_traceback_later_file() fails rand
https://bugs.python.org/issue39005 closed by vstinner

#39014: test_concurrent_futures: test_crash() timed out on AMD64 Fedor
https://bugs.python.org/issue39014 closed by vstinner

#39185: Add quiet and detailed verbosity levels to build.bat
https://bugs.python.org/issue39185 closed by steve.dower

#39238: test_asyncio: test_cancel_make_subprocess_transport_exec() han
https://bugs.python.org/issue39238 closed by vstinner

#39266: [2.7] test_bsddb3 leaked [1, 1, 1] file descriptors on AMD64 R
https://bugs.python.org/issue39266 closed by vstinner

#39268: test_asyncio: test_create_server_ssl_verified() failed on AMD6
https://bugs.python.org/issue39268 closed by vstinner

#39274: Conversion from fractions.Fraction to bool
https://bugs.python.org/issue39274 closed by vstinner

#39279: Don't allow non-Ascii digits in platform.py
https://bugs.python.org/issue39279 closed by steve.dower

#39349: Add "cancel_futures" parameter to concurrent.futures.Executor.
https://bugs.python.org/issue39349 closed by pitrou

#39384: Email parser creates a message object that can't be flattened
https://bugs.python.org/issue39384 closed by msapiro

#39460: test_zipfile: test_add_file_after_2107() sometimes fails on Fe
https://bugs.python.org/issue39460 closed by vstinner

#39480: referendum reference is needlessly annoying
https://bugs.python.org/issue39480 closed by rhettinger

#39488: test_largefile: TestSocketSendfile.test_it() uses too much dis
https://bugs.python.org/issue39488 closed by vstinner

#39489: Remove COUNT_ALLOCS special build
https://bugs.python.org/issue39489 closed by vstinner

#39491: Import PEP 593 (Flexible function and variable annotations) su
https://bugs.python.org/issue39491 closed by jstasiak

#39492: reference cycle affecting Pickler instances (Python3.8+)
https://bugs.python.org/issue39492 closed by pitrou

#39496: Inelegant loops in Modules/_sqlite/cursor.c
https://bugs.python.org/issue39496 closed by berker.peksag

#39505: redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powersh
https://bugs.python.org/issue39505 closed by vinay.sajip

#39510: use-after-free in BufferedReader.readinto()
https://bugs.python.org/issue39510 closed by benjamin.peterson

#39514: http://sphinx.pocoo.org/
https://bugs.python.org/issue39514 closed by berker.peksag

#39515: pathlib won't strip "\n" in path
https://bugs.python.org/issue39515 closed by ??

#39516: ++ does not throw a SyntaxError
https://bugs.python.org/issue39516 closed by steven.daprano

#39518: Dark theme property of useragent should be supported for docs.
https://bugs.python.org/issue39518 closed by xtreak

#39519: Can't upgrade pip version 19.3.1 to 20.0.2 on Python 3.7.4
https://bugs.python.org/issue39519 closed by SilentGhost

#39525: math.remainder() give wrong answer on large integer
https://bugs.python.org/issue39525 closed by steven.daprano

#39526: print(text1.get(1.2,1.5))
https://bugs.python.org/issue39526 closed by SilentGhost

#39527: Update doc of argparse.rst
https://bugs.python.org/issue39527 closed by rhettinger

#39528: add "
https://bugs.python.org/issue39528 closed by SilentGhost

#39536: Datetime strftime: %Y exports years < 1000 with 3 digits inste
https://bugs.python.org/issue39536 closed by mark.dickinson

#39542: Cleanup object.h header
https://bugs.python.org/issue39542 closed by vstinner

#39543: Remove unused _Py_Dealloc() macro
https://bugs.python.org/issue39543 closed by vstinner

#39552: shell scripts use legacy
https://bugs.python.org/issue39552 closed by skrah

#39553: Delete HAVE_SXS protected code
https://bugs.python.org/issue39553 closed by steve.dower

#39554: @functools.lru_cache() not respecting typed=False
https://bugs.python.org/issue39554 closed by rhettinger

#39555: test_distutils fails for Windows debug build
https://bugs.python.org/issue39555 closed by steve.dower

#39556: Different objects of the same class references the same dictio
https://bugs.python.org/issue39556 closed by ammar2

#39558: Implement __len__() for itertools.combinations
https://bugs.python.org/issue39558 closed by rhettinger

#39559: uuid.getnode() has unused argument
https://bugs.python.org/issue39559 closed by serhiy.storchaka

#39561: AMD64 Fedora Rawhide LTO + PGO 3.x: "checking for getaddrinfo.
https://bugs.python.org/issue39561 closed by vstinner

#39563: asyncio.Protocol on windows 10 x64
https://bugs.python.org/issue39563 closed by hsocarras

#39564: Parsed expression has wrong col_offset when concatenating f-st
https://bugs.python.org/issue39564 closed by eric.smith

#39566: inspect.Signature.__init__ asks for parameters as dict but tre
https://bugs.python.org/issue39566 closed by xtreak

#39568: FORMATTING grouping_option ValueError: Cannot specify ',' with
https://bugs.python.org/issue39568 closed by eric.smith

#39571: clang warns "warning: redefinition of typedef 'PyTypeObject' i
https://bugs.python.org/issue39571 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-07 - 2020-02-14)
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 7277 (-11)
closed 44107 (+65)
total 51384 (+54)

Open issues with patches: 2861


Issues opened (35)
==================

#5537: LWPCookieJar cannot handle cookies with expirations of 2038 or
https://bugs.python.org/issue5537 reopened by vstinner

#38324: [Windows] test_locale and test__locale failures on Windows
https://bugs.python.org/issue38324 reopened by eryksun

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567 reopened by serhiy.storchaka

#39580: Check for COMMAND_LINE_INSTALL variable in Python_Documentatio
https://bugs.python.org/issue39580 opened by flammable

#39582: ossaudiodev update helpers signature
https://bugs.python.org/issue39582 opened by devnexen

#39583: Remove superfluous "extern C" bits from Include/cpython/*.h
https://bugs.python.org/issue39583 opened by skip.montanaro

#39584: multiprocessing.shared_memory: MacOS crashes by running attach
https://bugs.python.org/issue39584 opened by vinay0410

#39585: Delete a pending item in _warning.c
https://bugs.python.org/issue39585 opened by shihai1991

#39587: Mixin repr overrides Enum repr in some cases
https://bugs.python.org/issue39587 opened by rmccampbell7

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589 opened by sbrugman

#39593: ctypes s_set() uses strlen() and so truncates string at null c
https://bugs.python.org/issue39593 opened by shihai1991

#39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He
https://bugs.python.org/issue39599 opened by jd

#39601: brace escapes are not working in formatted string literal form
https://bugs.python.org/issue39601 opened by jitterman

#39602: importlib: lazy loading can result in reimporting a submodule
https://bugs.python.org/issue39602 opened by Pox TheGreat

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603 opened by maxpl0it

#39604: Document PyDateTimeAPI / PyDateTime_CAPI struct
https://bugs.python.org/issue39604 opened by p-ganssle

#39607: Add a parameter to strip, lstrip, and rstrip that treats the f
https://bugs.python.org/issue39607 opened by Chris Rogers

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609 opened by Markus Mohrhard

#39610: memoryview.__len__ should raise an exception for 0d buffers
https://bugs.python.org/issue39610 opened by Eric Wieser

#39611: PyVectorcall_NARGS(): change return type to Py_ssize_t
https://bugs.python.org/issue39611 opened by vstinner

#39612: Python UnicodeDecodeError while using modulefinder
https://bugs.python.org/issue39612 opened by ArtOfCode Studio

#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613 opened by arturhoo

#39614: Documentation of attribute reference is unclear
https://bugs.python.org/issue39614 opened by Dirk Herrmann

#39616: SSLContext.check_hostname description is inaccurate wrt match_
https://bugs.python.org/issue39616 opened by scop

#39617: max_workers argument to concurrent.futures.ProcessPoolExecutor
https://bugs.python.org/issue39617 opened by sam-s

#39618: logger.exception with default message
https://bugs.python.org/issue39618 opened by Denis Vieira

#39620: PyObject_GetAttrString and tp_getattr do not agree
https://bugs.python.org/issue39620 opened by petdance

#39622: KeyboardInterrupt is ignored when await asyncio.sleep(0)
https://bugs.python.org/issue39622 opened by Zhibin Dong

#39623: __str__ and __repr__ for asyncio.Task still omit arg values
https://bugs.python.org/issue39623 opened by stuball123

#39624: Trace greedy replaces $prefix and $exec_prefix
https://bugs.python.org/issue39624 opened by mathstuf

#39625: Traceback needs more details
https://bugs.python.org/issue39625 opened by Andrew Wall

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628 opened by falon

#39631: Fix file association MIME type on Windows
https://bugs.python.org/issue39631 opened by steve.dower

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632 opened by Nicolas Dessart

#39633: venv does not include python<major>.<minor> symlink by default
https://bugs.python.org/issue39633 opened by lys.nikolaou



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

#39633: venv does not include python<major>.<minor> symlink by default
https://bugs.python.org/issue39633

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628

#39625: Traceback needs more details
https://bugs.python.org/issue39625

#39622: KeyboardInterrupt is ignored when await asyncio.sleep(0)
https://bugs.python.org/issue39622

#39618: logger.exception with default message
https://bugs.python.org/issue39618

#39616: SSLContext.check_hostname description is inaccurate wrt match_
https://bugs.python.org/issue39616

#39614: Documentation of attribute reference is unclear
https://bugs.python.org/issue39614

#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613

#39612: Python UnicodeDecodeError while using modulefinder
https://bugs.python.org/issue39612

#39611: PyVectorcall_NARGS(): change return type to Py_ssize_t
https://bugs.python.org/issue39611

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609

#39604: Document PyDateTimeAPI / PyDateTime_CAPI struct
https://bugs.python.org/issue39604

#39602: importlib: lazy loading can result in reimporting a submodule
https://bugs.python.org/issue39602

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589



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

#39632: variadic function call broken on armhf when passing a float ar
https://bugs.python.org/issue39632

#39616: SSLContext.check_hostname description is inaccurate wrt match_
https://bugs.python.org/issue39616

#39610: memoryview.__len__ should raise an exception for 0d buffers
https://bugs.python.org/issue39610

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603

#39601: brace escapes are not working in formatted string literal form
https://bugs.python.org/issue39601

#39593: ctypes s_set() uses strlen() and so truncates string at null c
https://bugs.python.org/issue39593

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589

#39585: Delete a pending item in _warning.c
https://bugs.python.org/issue39585

#39583: Remove superfluous "extern C" bits from Include/cpython/*.h
https://bugs.python.org/issue39583

#39574: str.__doc__ is misleading
https://bugs.python.org/issue39574

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573

#39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglo
https://bugs.python.org/issue39567

#39551: mock patch should match behavior of import from when module is
https://bugs.python.org/issue39551

#39549: The reprlib.Repr type should permit the “fillvalue” to be
https://bugs.python.org/issue39549



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

#1294959: Problems with /usr/lib64 builds.
https://bugs.python.org/issue1294959 20 msgs

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 15 msgs

#39601: brace escapes are not working in formatted string literal form
https://bugs.python.org/issue39601 12 msgs

#39484: time_ns() and time() cannot be compared on windows
https://bugs.python.org/issue39484 9 msgs

#39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He
https://bugs.python.org/issue39599 9 msgs

#38324: [Windows] test_locale and test__locale failures on Windows
https://bugs.python.org/issue38324 5 msgs

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603 5 msgs

#5537: LWPCookieJar cannot handle cookies with expirations of 2038 or
https://bugs.python.org/issue5537 4 msgs

#39011: ElementTree attributes replace "\r" with "\n"
https://bugs.python.org/issue39011 4 msgs

#39090: Document various options for getting the absolute path from pa
https://bugs.python.org/issue39090 4 msgs



Issues closed (61)
==================

#13826: Having a shlex example in the subprocess.Popen docs is confusi
https://bugs.python.org/issue13826 closed by gvanrossum

#15976: Inconsistent behavior of search_for_exec_prefix() results in s
https://bugs.python.org/issue15976 closed by vstinner

#16529: Compiler error when trying to compile ceval.c on OpenSUSE 11.3
https://bugs.python.org/issue16529 closed by vstinner

#16776: Document PyCFunction_New and PyCFunction_NewEx functions
https://bugs.python.org/issue16776 closed by gvanrossum

#18092: Python 2.7.5 installation broken on OpenSuse 12.2
https://bugs.python.org/issue18092 closed by vstinner

#18819: tarfile fills devmajor and devminor fields even for non-device
https://bugs.python.org/issue18819 closed by ethan.furman

#19482: _pickle build warnings on Fedora 19
https://bugs.python.org/issue19482 closed by vstinner

#20265: Bring Windows docs up to date
https://bugs.python.org/issue20265 closed by Mariatta

#21016: trace: $prefix and $exec_prefix improperly replaced on Fedora
https://bugs.python.org/issue21016 closed by vstinner

#21998: asyncio: support fork
https://bugs.python.org/issue21998 closed by vstinner

#25753: Reference leaks in test_smtplib
https://bugs.python.org/issue25753 closed by corona10

#32897: test_gdb failed on Fedora 27
https://bugs.python.org/issue32897 closed by vstinner

#34032: Add platlibdir to allow distinction between /usr/lib and /usr/
https://bugs.python.org/issue34032 closed by vstinner

#34592: cdll.LoadLibrary allows None as an argument
https://bugs.python.org/issue34592 closed by vstinner

#35318: Check accuracy of str() doc string for its encoding argument
https://bugs.python.org/issue35318 closed by martin.panter

#35361: Update libffi dependency to 3.2.1?
https://bugs.python.org/issue35361 closed by vstinner

#35501: "make coverage" should not leak coverage compiler flags to thi
https://bugs.python.org/issue35501 closed by vstinner

#36194: Add "make regen-configure"
https://bugs.python.org/issue36194 closed by vstinner

#36273: test_thread leaks a core dump on PPC64 AIX 3.x
https://bugs.python.org/issue36273 closed by vstinner

#37685: Fix equality checks for some types
https://bugs.python.org/issue37685 closed by serhiy.storchaka

#38063: Modify test_socket.py to use unittest test discovery
https://bugs.python.org/issue38063 closed by vstinner

#38180: Test pyexpat fails on Fedora 30
https://bugs.python.org/issue38180 closed by vstinner

#38325: [Windows] test_winconsoleio failures
https://bugs.python.org/issue38325 closed by vstinner

#38374: Remove weakref.ReferenceError entry from documentation
https://bugs.python.org/issue38374 closed by gvanrossum

#38515: regrtest main process timed out after 5 min on AMD64 FreeBSD C
https://bugs.python.org/issue38515 closed by vstinner

#38887: test_asyncio: test_pipe_handle() failed on AMD64 Windows7 SP1
https://bugs.python.org/issue38887 closed by vstinner

#39150: See if PyToken_OneChar would be faster as a lookup table
https://bugs.python.org/issue39150 closed by petdance

#39219: Fix attributes of syntax errors raized in the tokenizer
https://bugs.python.org/issue39219 closed by serhiy.storchaka

#39299: Improve test coverage for mimetypes module
https://bugs.python.org/issue39299 closed by xtreak

#39341: [security] zipfile: ZIP Bomb vulnerability, don't check announ
https://bugs.python.org/issue39341 closed by vstinner

#39474: col_offset for parenthesized expressions looks weird
https://bugs.python.org/issue39474 closed by gvanrossum

#39500: Document PyUnicode_IsIdentifier() function
https://bugs.python.org/issue39500 closed by vstinner

#39501: gettext's default localedir does not match documentation
https://bugs.python.org/issue39501 closed by gvanrossum

#39521: reversed(mylist) much slower on Python 3.8 32-bit for Windows
https://bugs.python.org/issue39521 closed by vstinner

#39534: Clarify tutorial on return statement in finally clause.
https://bugs.python.org/issue39534 closed by mdk

#39545: await is not supported in f-string in 3.6
https://bugs.python.org/issue39545 closed by ned.deily

#39575: `coverage` build target should use --coverage instead of -lgco
https://bugs.python.org/issue39575 closed by benjamin.peterson

#39579: Attribute node in a decorator has wrong end_col_offset
https://bugs.python.org/issue39579 closed by gvanrossum

#39581: Python Interpreter Doesn't Work Well In Thread Class
https://bugs.python.org/issue39581 closed by mark.dickinson

#39586: Deprecate bdist_msi: use bdist_wheel instead
https://bugs.python.org/issue39586 closed by vstinner

#39588: Use memcpy() instead of for() loops in _PyUnicode_To*
https://bugs.python.org/issue39588 closed by rhettinger

#39590: collections.deque.__contains__ and .count should hold strong r
https://bugs.python.org/issue39590 closed by rhettinger

#39591: Functions in Python/traceback.c can take const pointer argumen
https://bugs.python.org/issue39591 closed by serhiy.storchaka

#39592: Year not updated at python.org
https://bugs.python.org/issue39592 closed by ammar2

#39594: Typo in documentation for os.times
https://bugs.python.org/issue39594 closed by Mariatta

#39595: Improve performance of importlib.metadata and zipfile.Path
https://bugs.python.org/issue39595 closed by jaraco

#39596: reverse parameter for enumerate()
https://bugs.python.org/issue39596 closed by eric.smith

#39597: sorting the String
https://bugs.python.org/issue39597 closed by ronaldoussoren

#39598: ERR_CACHE_MISS
https://bugs.python.org/issue39598 closed by xtreak

#39600: idle_test: test_fontlist_key() fails if two font families have
https://bugs.python.org/issue39600 closed by terry.reedy

#39605: Fix some casts to not cast away const
https://bugs.python.org/issue39605 closed by benjamin.peterson

#39606: Regression: it should be possible to close async iterators mul
https://bugs.python.org/issue39606 closed by njs

#39608: Bug in lots of 0s
https://bugs.python.org/issue39608 closed by steven.daprano

#39615: cpython/abstract.h not compatible with C90
https://bugs.python.org/issue39615 closed by benjamin.peterson

#39619: os.chroot is not enabled on HP-UX builds
https://bugs.python.org/issue39619 closed by benjamin.peterson

#39621: md5_compress() in Modules/md5module.c can take a const buf
https://bugs.python.org/issue39621 closed by benjamin.peterson

#39626: random choice to delegate to sample on sets
https://bugs.python.org/issue39626 closed by rhettinger

#39627: Fix TypedDict totality check for inherited keys
https://bugs.python.org/issue39627 closed by gvanrossum

#39629: inspect.signature fails on math.hypot
https://bugs.python.org/issue39629 closed by rhettinger

#39630: Const some pointers to string literals
https://bugs.python.org/issue39630 closed by benjamin.peterson

#858809: Use directories from configure rather than hardcoded
https://bugs.python.org/issue858809 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-14 - 2020-02-21)
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 7315 (+38)
closed 44150 (+43)
total 51465 (+81)

Open issues with patches: 2874


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

#38691: importlib: PYTHONCASEOK should be ignored when using python3 -
https://bugs.python.org/issue38691 reopened by vstinner

#39636: Can't change Treeview row color in Tkinter
https://bugs.python.org/issue39636 opened by ???? ??????

#39638: Keep ASDL signatures for AST nodes
https://bugs.python.org/issue39638 opened by BTaskaya

#39639: Remove Suite node from AST
https://bugs.python.org/issue39639 opened by BTaskaya

#39640: fall back os.fdatasync() to fsync() on POSIX systems without f
https://bugs.python.org/issue39640 opened by gmelikov

#39642: Behaviour of disabled widgets: widget.bind(func) -vs- w =
https://bugs.python.org/issue39642 opened by mrshr3d

#39643: Python calls newfstatat for "<frozen importlib._bootstrap>" in
https://bugs.python.org/issue39643 opened by Ivan Babrou

#39645: Expand concurrent.futures.Future's public API
https://bugs.python.org/issue39645 opened by aeros

#39648: Update math.gcd() to accept "n" arguments.
https://bugs.python.org/issue39648 opened by Ananthakrishnan

#39649: bdb.Bdb.format_stack_entry: checks for obsolete __args__
https://bugs.python.org/issue39649 opened by blueyed

#39650: Creating zip file where names in local header don't match with
https://bugs.python.org/issue39650 opened by pmqs

#39651: Exceptions raised by EventLoop.call_soon_threadsafe
https://bugs.python.org/issue39651 opened by Ben.Darnell

#39652: sqlite3 bug handling column names that contain square braces
https://bugs.python.org/issue39652 opened by simonw

#39653: test_posix fails during make test
https://bugs.python.org/issue39653 opened by jaguardown

#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654 opened by hakancelik

#39656: shebanged scripts can escape from `venv` depending on how it w
https://bugs.python.org/issue39656 opened by Anthony Sottile

#39657: Bezout and Chinese Remainder Theorem in the Standard Library?
https://bugs.python.org/issue39657 opened by Dennis Sweeney

#39658: Include user scripts folder to PATH on Windows
https://bugs.python.org/issue39658 opened by lucatrv

#39659: pathlib calls `os.getcwd()` without using accessor
https://bugs.python.org/issue39659 opened by barneygale

#39660: Contextvars: Optional callbacks on state change
https://bugs.python.org/issue39660 opened by leezu

#39663: IDLE: Add additional tests for pyparse
https://bugs.python.org/issue39663 opened by cheryl.sabella

#39664: Improve test coverage for operator module
https://bugs.python.org/issue39664 opened by xtreak

#39665: Cryptic error message when creating types that don't include t
https://bugs.python.org/issue39665 opened by ppperry

#39666: IDLE: Factor out similar code in editor and hyperparser
https://bugs.python.org/issue39666 opened by cheryl.sabella

#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667 opened by jaraco

#39670: 2to3 fix_apply tries to fix user-defined apply function calls
https://bugs.python.org/issue39670 opened by ilya

#39671: Mention in docs that asyncio.FIRST_COMPLETED does not guarante
https://bugs.python.org/issue39671 opened by tom.pohl

#39672: SIGSEGV crash on shutdown with shelve & c pickle
https://bugs.python.org/issue39672 opened by zd nex

#39673: Map errno==ETIME to TimeoutError
https://bugs.python.org/issue39673 opened by YoSTEALTH

#39674: Keep deprecated features in Python 3.9 to ease migration from
https://bugs.python.org/issue39674 opened by vstinner

#39675: forked process in multiprocessing does not honour atexit
https://bugs.python.org/issue39675 opened by gaborbernat

#39677: 3.6+ documentation for MAKE_FUNCTION
https://bugs.python.org/issue39677 opened by thautwarm

#39678: RFC improve readability of _queue_management_worker for Proces
https://bugs.python.org/issue39678 opened by tomMoral

#39679: functools: singledispatchmethod doesn't work with classmethod
https://bugs.python.org/issue39679 opened by Viktor Roytman

#39680: datetime.astimezone() method does not handle invalid local tim
https://bugs.python.org/issue39680 opened by belopolsky

#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681 opened by Nathan.Goldbaum

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682 opened by barneygale

#39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
https://bugs.python.org/issue39683 opened by ilya

#39685: Python 3.8 regression Socket operation on non-socket
https://bugs.python.org/issue39685 opened by brian

#39686: add dump_json to ast module
https://bugs.python.org/issue39686 opened by sparverius

#39688: tarfile: GNU sparse 1.0 pax tar header offset not properly com
https://bugs.python.org/issue39688 opened by Nit

#39689: test_struct failure on s390x Fedora Clang buildbot
https://bugs.python.org/issue39689 opened by cstratak

#39690: Compiler warnings in unicodeobject.c
https://bugs.python.org/issue39690 opened by serhiy.storchaka

#39691: Allow passing Pathlike objects to io.open_code
https://bugs.python.org/issue39691 opened by kmaork

#39692: Subprocess using list vs string
https://bugs.python.org/issue39692 opened by nik-sm

#39693: tarfile's extractfile documentation is misleading
https://bugs.python.org/issue39693 opened by josh.r

#39694: Incorrect dictionary unpacking when calling str.format
https://bugs.python.org/issue39694 opened by Akos Kiss

#39697: Failed to build with --with-cxx-main=g++-9.2.0
https://bugs.python.org/issue39697 opened by Marco Sulla

#39699: Some CIs silence potentially useful output from make
https://bugs.python.org/issue39699 opened by ammar2

#39700: asyncio.selector_events._SelectorTransport: Add logging when s
https://bugs.python.org/issue39700 opened by dsternlicht

#39701: Azure Pipelines PR broken
https://bugs.python.org/issue39701 opened by skrah

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702 opened by brandtbucher

#39704: Disable code coverage
https://bugs.python.org/issue39704 opened by skrah

#39705: Tutorial, 5.6 Looping Techniques, sorted() example
https://bugs.python.org/issue39705 opened by mirwi

#39706: unittest.IsolatedAsyncioTestCase hangs on asyncio.CancelledErr
https://bugs.python.org/issue39706 opened by Andrey Moiseev

#39707: Abstract property setter/deleter implementation not enforced.
https://bugs.python.org/issue39707 opened by arn.vollebregt.kpn

#39708: final link stage in compile fails for 3.8.1 with missing CFLAG
https://bugs.python.org/issue39708 opened by blastwave

#39709: missing CFLAGS during make tests results in test and compile f
https://bugs.python.org/issue39709 opened by blastwave

#39710: "will be returned as unicode" reminiscent from Python 2
https://bugs.python.org/issue39710 opened by mdk

#39711: SIGBUS and core dumped during tests of 3.8.1
https://bugs.python.org/issue39711 opened by blastwave

#39712: Doc for `-X dev` option should mention PYTHONDEVMODE
https://bugs.python.org/issue39712 opened by pitrou

#39714: ElementTree limitation
https://bugs.python.org/issue39714 opened by Ananth Vijalapuram



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

#39714: ElementTree limitation
https://bugs.python.org/issue39714

#39712: Doc for `-X dev` option should mention PYTHONDEVMODE
https://bugs.python.org/issue39712

#39711: SIGBUS and core dumped during tests of 3.8.1
https://bugs.python.org/issue39711

#39710: "will be returned as unicode" reminiscent from Python 2
https://bugs.python.org/issue39710

#39709: missing CFLAGS during make tests results in test and compile f
https://bugs.python.org/issue39709

#39708: final link stage in compile fails for 3.8.1 with missing CFLAG
https://bugs.python.org/issue39708

#39706: unittest.IsolatedAsyncioTestCase hangs on asyncio.CancelledErr
https://bugs.python.org/issue39706

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702

#39700: asyncio.selector_events._SelectorTransport: Add logging when s
https://bugs.python.org/issue39700

#39693: tarfile's extractfile documentation is misleading
https://bugs.python.org/issue39693

#39691: Allow passing Pathlike objects to io.open_code
https://bugs.python.org/issue39691

#39685: Python 3.8 regression Socket operation on non-socket
https://bugs.python.org/issue39685

#39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
https://bugs.python.org/issue39683

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682

#39680: datetime.astimezone() method does not handle invalid local tim
https://bugs.python.org/issue39680



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

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702

#39700: asyncio.selector_events._SelectorTransport: Add logging when s
https://bugs.python.org/issue39700

#39699: Some CIs silence potentially useful output from make
https://bugs.python.org/issue39699

#39688: tarfile: GNU sparse 1.0 pax tar header offset not properly com
https://bugs.python.org/issue39688

#39686: add dump_json to ast module
https://bugs.python.org/issue39686

#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681

#39678: RFC improve readability of _queue_management_worker for Proces
https://bugs.python.org/issue39678

#39677: 3.6+ documentation for MAKE_FUNCTION
https://bugs.python.org/issue39677

#39674: Keep deprecated features in Python 3.9 to ease migration from
https://bugs.python.org/issue39674

#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667

#39666: IDLE: Factor out similar code in editor and hyperparser
https://bugs.python.org/issue39666

#39664: Improve test coverage for operator module
https://bugs.python.org/issue39664

#39663: IDLE: Add additional tests for pyparse
https://bugs.python.org/issue39663

#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654

#39652: sqlite3 bug handling column names that contain square braces
https://bugs.python.org/issue39652



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

#39648: Update math.gcd() to accept "n" arguments.
https://bugs.python.org/issue39648 20 msgs

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 10 msgs

#38691: importlib: PYTHONCASEOK should be ignored when using python3 -
https://bugs.python.org/issue38691 8 msgs

#39673: Map errno==ETIME to TimeoutError
https://bugs.python.org/issue39673 8 msgs

#39694: Incorrect dictionary unpacking when calling str.format
https://bugs.python.org/issue39694 8 msgs

#39573: Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 7 msgs

#39704: Disable code coverage
https://bugs.python.org/issue39704 7 msgs

#12915: Add inspect.locate and inspect.resolve
https://bugs.python.org/issue12915 6 msgs

#39686: add dump_json to ast module
https://bugs.python.org/issue39686 6 msgs

#39622: KeyboardInterrupt is ignored when await asyncio.sleep(0)
https://bugs.python.org/issue39622 5 msgs



Issues closed (40)
==================

#9056: Adding additional level of bookmarks and section numbers in py
https://bugs.python.org/issue9056 closed by mdk

#9495: argparse unittest tracebacks are confusing if an error is rais
https://bugs.python.org/issue9495 closed by taleinat

#19660: decorator syntax: allow testlist instead of just dotted_name
https://bugs.python.org/issue19660 closed by brandtbucher

#27873: multiprocessing.pool.Pool.map should take more than one iterab
https://bugs.python.org/issue27873 closed by aeros

#32352: `inspect.getfullargspec` doesn't work fine for some builtin ca
https://bugs.python.org/issue32352 closed by thautwarm

#35727: sys.exit() in a multiprocessing.Process does not align with Py
https://bugs.python.org/issue35727 closed by pitrou

#35950: io.BufferedReader.writabe is False, but io.BufferedReader.trun
https://bugs.python.org/issue35950 closed by inada.naoki

#39104: ProcessPoolExecutor hangs on shutdown nowait with pickling fai
https://bugs.python.org/issue39104 closed by pitrou

#39245: Public API for Vectorcall (PEP 590)
https://bugs.python.org/issue39245 closed by petr.viktorin

#39432: Distutils generates the wrong export symbol for unicode module
https://bugs.python.org/issue39432 closed by scoder

#39453: Use-after-free in list contain
https://bugs.python.org/issue39453 closed by vstinner

#39479: [RFE] Add math.lcm() function: Least Common Multiple
https://bugs.python.org/issue39479 closed by mark.dickinson

#39540: Logging docs don't address the creation of multiple loggers wh
https://bugs.python.org/issue39540 closed by vinay.sajip

#39572: [typing] TypedDict's 'total' argument is undocumented
https://bugs.python.org/issue39572 closed by gvanrossum

#39589: Logging QueueListener should support context manager
https://bugs.python.org/issue39589 closed by vinay.sajip

#39611: PyVectorcall_NARGS(): change return type to Py_ssize_t
https://bugs.python.org/issue39611 closed by petr.viktorin

#39618: logger.exception with default message
https://bugs.python.org/issue39618 closed by vinay.sajip

#39623: __str__ and __repr__ for asyncio.Task still omit arg values
https://bugs.python.org/issue39623 closed by yselivanov

#39628: msg.walk memory leak?
https://bugs.python.org/issue39628 closed by falon

#39633: venv does not include python<major>.<minor> symlink by default
https://bugs.python.org/issue39633 closed by vinay.sajip

#39634: Add clarification in documentation for heapq.heapify naming
https://bugs.python.org/issue39634 closed by rhettinger

#39635: One paragraph of the doc is not translated in French
https://bugs.python.org/issue39635 closed by mdk

#39637: Probably incorrect message after failed import
https://bugs.python.org/issue39637 closed by vanrein

#39641: concatenation of Tuples
https://bugs.python.org/issue39641 closed by steven.daprano

#39644: Add Binary module.
https://bugs.python.org/issue39644 closed by mark.dickinson

#39646: compile warning in unicodeobject.c
https://bugs.python.org/issue39646 closed by vstinner

#39647: Update doc of init_config.rst
https://bugs.python.org/issue39647 closed by vstinner

#39655: Shared_Memory attaching to incorrect Address in Windows 10
https://bugs.python.org/issue39655 closed by eryksun

#39661: TimedRotatingFileHandler doesn’t handle DST switch with dail
https://bugs.python.org/issue39661 closed by snoopyjc

#39662: Characters are garbled when displaying Byte data
https://bugs.python.org/issue39662 closed by eric.smith

#39668: segmentation fault on calling __reversed__()
https://bugs.python.org/issue39668 closed by xtreak

#39669: macOS test failures
https://bugs.python.org/issue39669 closed by vstinner

#39676: test_shutil fails with OSError: [Errno 28] No space left on de
https://bugs.python.org/issue39676 closed by petr.viktorin

#39684: PyUnicode_IsIdentifier has two if/thens that can be combined
https://bugs.python.org/issue39684 closed by benjamin.peterson

#39687: re.sub behaves inconsistent between versions with * repetition
https://bugs.python.org/issue39687 closed by serhiy.storchaka

#39695: Failed to build _uuid module, but libraries was installed
https://bugs.python.org/issue39695 closed by ammar2

#39696: Failed to build _ssl module, but libraries was installed
https://bugs.python.org/issue39696 closed by ammar2

#39698: asyncio.sleep() does not adhere to time.sleep() behavior for n
https://bugs.python.org/issue39698 closed by yselivanov

#39703: Floor division operator and floats
https://bugs.python.org/issue39703 closed by mark.dickinson

#39713: ElementTree limitation
https://bugs.python.org/issue39713 closed by Ananth Vijalapuram
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-21 - 2020-02-28)
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 7333 (+18)
closed 44202 (+52)
total 51535 (+70)

Open issues with patches: 2882


Issues opened (53)
==================

#17422: language reference should specify restrictions on class namesp
https://bugs.python.org/issue17422 reopened by eric.snow

#25960: Popen.wait() hangs when called from a signal handler when os.w
https://bugs.python.org/issue25960 reopened by gregory.p.smith

#39715: Implement __repr__ methods for AST classes
https://bugs.python.org/issue39715 opened by cool-RR

#39716: argparse.ArgumentParser does not raise on duplicated subparser
https://bugs.python.org/issue39716 opened by Antony.Lee

#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717 opened by cool-RR

#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718 opened by hauntsaninja

#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719 opened by hauntsaninja

#39720: Signature.bind TypeErrors could be more helpful
https://bugs.python.org/issue39720 opened by RazerM

#39724: IDLE threading + stdout/stdin observed blocking behavior
https://bugs.python.org/issue39724 opened by John Smith

#39725: unrelated `from None` exceptions lose prior exception informa
https://bugs.python.org/issue39725 opened by ethan.furman

#39727: cgi.parse() fatally attempts str.decode when handling multipar
https://bugs.python.org/issue39727 opened by James Edington

#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728 opened by jonasmalaco

#39729: stat.S_ISXXX can raise OverflowError for remote file modes
https://bugs.python.org/issue39729 opened by wiggin15

#39731: ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue39731 opened by alhelal

#39732: plistlib should export UIDs in XML like Apple does
https://bugs.python.org/issue39732 opened by Artoria2e5

#39734: Deprecate readinto() fallback path in _pickle.c
https://bugs.python.org/issue39734 opened by pitrou

#39735: Signal handler is invoked recursively
https://bugs.python.org/issue39735 opened by msakai

#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740 opened by RobHammann

#39741: Argument Clinic name conflict
https://bugs.python.org/issue39741 opened by BTaskaya

#39742: Enhancement: add `os.getdtablesize(..)` to `os` (`posix`) modu
https://bugs.python.org/issue39742 opened by ngie

#39744: asyncio.subprocess's communicate(None) does not close stdin
https://bugs.python.org/issue39744 opened by marmarek

#39745: BlockingIOError.characters_written represents number of bytes
https://bugs.python.org/issue39745 opened by msakai

#39747: test_os debug assertion failure
https://bugs.python.org/issue39747 opened by Ethan Smith

#39750: UnicodeError becomes unpicklable if data is appended to args
https://bugs.python.org/issue39750 opened by João Eiras

#39751: multiprocessing breaks when payload fails to unpickle
https://bugs.python.org/issue39751 opened by João Eiras

#39752: multiprocessing halts when child process crashes/quits
https://bugs.python.org/issue39752 opened by João Eiras

#39753: inspecting a partial with bound keywods gives incorrect signat
https://bugs.python.org/issue39753 opened by cjw296

#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756 opened by Devin Morgan

#39758: StreamWriter.wait_closed() can hang indefinitely.
https://bugs.python.org/issue39758 opened by tomchristie

#39759: os.getenv documentation is misleading
https://bugs.python.org/issue39759 opened by remi.lapeyre

#39760: ast.FormattedValue.format_spec unnecessarily wrapped in Joined
https://bugs.python.org/issue39760 opened by Ilya Kamenshchikov

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 opened by Dormouse759

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 opened by Elad Lahav

#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764 opened by lidiz

#39765: asyncio loop.add_signal_handler() may not behave as expected
https://bugs.python.org/issue39765 opened by rogerdahl

#39766: unittest's assertRaises removes locals from tracebacks
https://bugs.python.org/issue39766 opened by blueyed

#39767: create multiprocessing.SharedMemory by pointing to existing me
https://bugs.python.org/issue39767 opened by Dariusz Trawinski

#39768: remove tempfile.mktemp()
https://bugs.python.org/issue39768 opened by wyz23x2

#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769 opened by gregory.p.smith

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770 opened by petdance

#39771: EmailMessage.add_header doesn't work
https://bugs.python.org/issue39771 opened by hwgdb Smith

#39772: Python 2 FAQ shown in help@python.org auto reply
https://bugs.python.org/issue39772 opened by wyz23x2

#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773 opened by David Hewitt

#39774: Missing documentation on how to make package executable as scr
https://bugs.python.org/issue39774 opened by igo95862

#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775 opened by Antony.Lee

#39776: Crash in decimal module in heavy-multithreaded scenario
https://bugs.python.org/issue39776 opened by boytsovea

#39777: Use the codecov GH Action
https://bugs.python.org/issue39777 opened by brett.cannon

#39778: collections.OrderedDict and weakref.ref raises "refcount is to
https://bugs.python.org/issue39778 opened by leezu

#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780 opened by Ali McMaster

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781 opened by terry.reedy

#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782 opened by wangjie

#39783: Optimize construction of Path from other Paths by just returni
https://bugs.python.org/issue39783 opened by Antony.Lee

#39784: Tuple comprehension
https://bugs.python.org/issue39784 opened by Marco Sulla



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

#39784: Tuple comprehension
https://bugs.python.org/issue39784

#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781

#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773

#39772: Python 2 FAQ shown in help@python.org auto reply
https://bugs.python.org/issue39772

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770

#39767: create multiprocessing.SharedMemory by pointing to existing me
https://bugs.python.org/issue39767

#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764

#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756

#39752: multiprocessing halts when child process crashes/quits
https://bugs.python.org/issue39752

#39751: multiprocessing breaks when payload fails to unpickle
https://bugs.python.org/issue39751

#39745: BlockingIOError.characters_written represents number of bytes
https://bugs.python.org/issue39745

#39742: Enhancement: add `os.getdtablesize(..)` to `os` (`posix`) modu
https://bugs.python.org/issue39742

#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740

#39735: Signal handler is invoked recursively
https://bugs.python.org/issue39735



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

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781

#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780

#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775

#39774: Missing documentation on how to make package executable as scr
https://bugs.python.org/issue39774

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770

#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769

#39765: asyncio loop.add_signal_handler() may not behave as expected
https://bugs.python.org/issue39765

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761

#39759: os.getenv documentation is misleading
https://bugs.python.org/issue39759

#39744: asyncio.subprocess's communicate(None) does not close stdin
https://bugs.python.org/issue39744

#39732: plistlib should export UIDs in XML like Apple does
https://bugs.python.org/issue39732

#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728

#39725: unrelated `from None` exceptions lose prior exception informa
https://bugs.python.org/issue39725

#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719

#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718



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

#36144: Dictionary union. (PEP 584)
https://bugs.python.org/issue36144 29 msgs

#39776: Crash in decimal module in heavy-multithreaded scenario
https://bugs.python.org/issue39776 13 msgs

#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717 12 msgs

#39768: remove tempfile.mktemp()
https://bugs.python.org/issue39768 12 msgs

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 11 msgs

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 11 msgs

#39771: EmailMessage.add_header doesn't work
https://bugs.python.org/issue39771 10 msgs

#39672: SIGSEGV crash on shutdown with shelve & c pickle
https://bugs.python.org/issue39672 9 msgs

#38597: C Extension import limit
https://bugs.python.org/issue38597 8 msgs

#39724: IDLE threading + stdout/stdin observed blocking behavior
https://bugs.python.org/issue39724 8 msgs



Issues closed (51)
==================

#8269: Missing return values for PyUnicode C/API functions
https://bugs.python.org/issue8269 closed by serhiy.storchaka

#15474: Differentiate decorator and decorator factory in docs
https://bugs.python.org/issue15474 closed by rhettinger

#22947: Enable 'imageop' - "Multimedia Srvices Feature module" for 64-
https://bugs.python.org/issue22947 closed by serhiy.storchaka

#23080: BoundArguments.arguments should be unordered
https://bugs.python.org/issue23080 closed by Antony.Lee

#23164: "pydoc filter" documentation restrictive
https://bugs.python.org/issue23164 closed by serhiy.storchaka

#25397: improve ac_cv_have_long_long_format GCC fallback
https://bugs.python.org/issue25397 closed by serhiy.storchaka

#30566: punycode codec raises IndexError in decode_generalized_number(
https://bugs.python.org/issue30566 closed by berker.peksag

#31015: PyErr_WriteUnraisable should be more verbose in Python 2.7
https://bugs.python.org/issue31015 closed by serhiy.storchaka

#34788: ipaddress module fails on rfc4007 scoped IPv6 addresses
https://bugs.python.org/issue34788 closed by asvetlov

#36000: __debug__ is a keyword but not a keyword
https://bugs.python.org/issue36000 closed by cheryl.sabella

#37539: CheckCommitCursorReset regression sqlite3 test fails with old
https://bugs.python.org/issue37539 closed by berker.peksag

#38101: Update devguide triaging keywords
https://bugs.python.org/issue38101 closed by taleinat

#38403: nuspec iconUrl field is deprecated
https://bugs.python.org/issue38403 closed by steve.dower

#38519: Internal include files missing on Windows
https://bugs.python.org/issue38519 closed by steve.dower

#38988: Killing asyncio subprocesses on timeout?
https://bugs.python.org/issue38988 closed by asvetlov

#39128: Document happy eyeball parameters in loop.create_connection si
https://bugs.python.org/issue39128 closed by asvetlov

#39130: Dict is reversable from v3.8 and should say that in the doc
https://bugs.python.org/issue39130 closed by khalidmammadov

#39139: Reference to depricated collections.abc class in collections i
https://bugs.python.org/issue39139 closed by khalidmammadov

#39180: Missing getlines func documentation from linecache module
https://bugs.python.org/issue39180 closed by khalidmammadov

#39382: abstract_issubclass() doesn't take bases tuple item ref
https://bugs.python.org/issue39382 closed by serhiy.storchaka

#39427: python -X options are not documented in the CLI --help
https://bugs.python.org/issue39427 closed by pablogsal

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 closed by tim.peters

#39609: Set the thread_name_prefix for asyncio's default executor Thre
https://bugs.python.org/issue39609 closed by asvetlov

#39613: IsolatedAsyncioTestCase closes default event loop
https://bugs.python.org/issue39613 closed by asvetlov

#39636: Can't change Treeview row color in Tkinter
https://bugs.python.org/issue39636 closed by terry.reedy

#39642: Behaviour of disabled widgets: widget.bind(func) -vs- w =
https://bugs.python.org/issue39642 closed by terry.reedy

#39648: Expand math.gcd() and math.lcm() to accept multiple arguments
https://bugs.python.org/issue39648 closed by mark.dickinson

#39649: bdb.Bdb.format_stack_entry: checks for obsolete __args__
https://bugs.python.org/issue39649 closed by gvanrossum

#39654: pyclbr: remove old references to class browser & add explain r
https://bugs.python.org/issue39654 closed by terry.reedy

#39657: Bezout and Chinese Remainder Theorem in the Standard Library?
https://bugs.python.org/issue39657 closed by tim.peters

#39681: pickle.load expects an object that implements readinto
https://bugs.python.org/issue39681 closed by pitrou

#39707: Abstract property setter/deleter implementation not enforced.
https://bugs.python.org/issue39707 closed by gvanrossum

#39721: Fix constness of members of tok_state struct.
https://bugs.python.org/issue39721 closed by benjamin.peterson

#39722: decimal differs between pure Python and C implementations
https://bugs.python.org/issue39722 closed by rhettinger

#39723: io.open_code should accept PathLike objects
https://bugs.python.org/issue39723 closed by steve.dower

#39726: ctypes on pypi has fallen behind
https://bugs.python.org/issue39726 closed by David Harding

#39730: Licence (license) for Python 3.8.1 is missing
https://bugs.python.org/issue39730 closed by brett.cannon

#39733: Bug in hypergeometric function
https://bugs.python.org/issue39733 closed by SilentGhost

#39736: const strings in Modules/_datetimemodule.c and Modules/_testbu
https://bugs.python.org/issue39736 closed by benjamin.peterson

#39737: Speed up list.__eq__ by about 6%
https://bugs.python.org/issue39737 closed by serhiy.storchaka

#39738: mod operation with large number is not correct.
https://bugs.python.org/issue39738 closed by steven.daprano

#39739: Python crash every time opening pycharm, seems related to tens
https://bugs.python.org/issue39739 closed by mark.dickinson

#39743: variable quiet is not defined in function main.
https://bugs.python.org/issue39743 closed by SilentGhost

#39746: Inappropriate short circuit relating to inequality comparison
https://bugs.python.org/issue39746 closed by Orion Fisher

#39748: PyScripter could not find Python 3.8 64 bits
https://bugs.python.org/issue39748 closed by eric.smith

#39749: python 3.8.1 (3.14 * 10 = 31.400000002 bug)
https://bugs.python.org/issue39749 closed by steven.daprano

#39754: update_one_slot() does not inherit sq_contains and mp_subscrip
https://bugs.python.org/issue39754 closed by Marco Sulla

#39755: Change example of itertools.product
https://bugs.python.org/issue39755 closed by rhettinger

#39757: EmailMessage wrong encoding for international domain
https://bugs.python.org/issue39757 closed by Julien Castiaux

#39762: PyLong_AS_LONG missing from longobject.h
https://bugs.python.org/issue39762 closed by serhiy.storchaka

#39779: [argparse] Add parameter to sort help output arguments
https://bugs.python.org/issue39779 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-02-28 - 2020-03-06)
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 7359 (+26)
closed 44270 (+68)
total 51629 (+94)

Open issues with patches: 2882


Issues opened (67)
==================

#39389: gzip metadata fails to reflect compresslevel
https://bugs.python.org/issue39389 reopened by ned.deily

#39757: EmailMessage bad encoding for international domain
https://bugs.python.org/issue39757 reopened by r.david.murray

#39787: test_ssl and test_urllib2_localnet failing with new OpenSSL
https://bugs.python.org/issue39787 opened by mscastanho

#39790: LICENSE.TXT file does not contain all incorporated software
https://bugs.python.org/issue39790 opened by steve.dower

#39791: New `files()` api from importlib_resources.
https://bugs.python.org/issue39791 opened by jaraco

#39792: Two Ctrl+C is required to terminate when a pipe is blocking
https://bugs.python.org/issue39792 opened by msakai

#39793: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different doma
https://bugs.python.org/issue39793 opened by BTaskaya

#39794: Add --without-decimal-contextvar option to use just threads in
https://bugs.python.org/issue39794 opened by skrah

#39795: multiprocessing creates duplicates of .pyc files
https://bugs.python.org/issue39795 opened by ivb

#39797: shutdown() in socketserver.BaseServer should be in a different
https://bugs.python.org/issue39797 opened by amaajemyfren

#39798: Update and Improve README.AIX
https://bugs.python.org/issue39798 opened by BTaskaya

#39799: Never return base's fragment from urljoin (urllib.parse)
https://bugs.python.org/issue39799 opened by op368

#39800: Inconsistent/incomplete disassembly of methods vs method sourc
https://bugs.python.org/issue39800 opened by smurthy

#39801: list.insert is slow, likely due to manual memmove
https://bugs.python.org/issue39801 opened by Stefan Pochmann

#39804: timezone constants in time module inaccurate with negative DST
https://bugs.python.org/issue39804 opened by p-ganssle

#39805: Copying functions doesn't actually copy them
https://bugs.python.org/issue39805 opened by steven.daprano

#39810: Generic script for finding bugs in get_source_segment
https://bugs.python.org/issue39810 opened by alexmojaki

#39812: Avoid daemon threads in concurrent.futures
https://bugs.python.org/issue39812 opened by pitrou

#39813: test_ioctl skipped -- Unable to open /dev/tty
https://bugs.python.org/issue39813 opened by Marco Sulla

#39814: Hyphens not generated for split-words in a "note" directive
https://bugs.python.org/issue39814 opened by rhettinger

#39816: More descriptive error message than "too many values to unpack
https://bugs.python.org/issue39816 opened by alexmojaki

#39817: CRITICAL: TypeError: cannot pickle 'generator'
https://bugs.python.org/issue39817 opened by dotoscat

#39819: NULL pointer crash in Modules/_cursesmodule.c in PyInit__curse
https://bugs.python.org/issue39819 opened by kumba

#39820: Bracketed paste mode for REPL
https://bugs.python.org/issue39820 opened by Marco Sulla

#39821: grp library functions grp.getgrnam() & grp.getgrgid() returnin
https://bugs.python.org/issue39821 opened by abhi.sharma

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822 opened by serhiy.storchaka

#39823: Disassembly - improve documentation for bytecode instruction c
https://bugs.python.org/issue39823 opened by smurthy

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824 opened by vstinner

#39825: EXT_SUFFIX inconsistent between sysconfig and distutils.syscon
https://bugs.python.org/issue39825 opened by pitrou

#39827: setting a locale that uses comma as decimal separator breaks t
https://bugs.python.org/issue39827 opened by thawn

#39828: json.tool should catch BrokenPipeError
https://bugs.python.org/issue39828 opened by vstinner

#39829: __len__ called twice in the list() constructor
https://bugs.python.org/issue39829 opened by kimiguel

#39830: zipfile.Path is not included in __all__
https://bugs.python.org/issue39830 opened by xtreak

#39831: Reference leak in PyErr_WarnEx()
https://bugs.python.org/issue39831 opened by serhiy.storchaka

#39832: Modules with decomposable characters in module name not found
https://bugs.python.org/issue39832 opened by Norbert

#39835: Implement PyObject_CopyToObject
https://bugs.python.org/issue39835 opened by nanjekyejoannah

#39836: Implement PyObject_GetMemoryView
https://bugs.python.org/issue39836 opened by nanjekyejoannah

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837 opened by vstinner

#39838: Possible unnecessary redifinition of _POSIX_C_SOURCE
https://bugs.python.org/issue39838 opened by nanjekyejoannah

#39839: Non-working error handler when creating a task with assigning
https://bugs.python.org/issue39839 opened by rshakh

#39842: partial_format()
https://bugs.python.org/issue39842 opened by Marco Sulla

#39843: Merged fix for bpo-17560 missing from changelog
https://bugs.python.org/issue39843 opened by Mikko Nylén

#39844: IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows
https://bugs.python.org/issue39844 opened by Jacin Ferreira

#39845: Argparse on Python 3.7.1 (Windows) appends double quotes to st
https://bugs.python.org/issue39845 opened by 888xray999

#39846: Register .whl as a unpack format in shutil unpack
https://bugs.python.org/issue39846 opened by dchimeno

#39847: EnterNonRecursiveMutex on win32 can hang for 49.7 days: use Ge
https://bugs.python.org/issue39847 opened by aclover

#39849: Compiler warninig: warning: variable ‘res’ set but not use
https://bugs.python.org/issue39849 opened by corona10

#39850: multiprocessing.connection.Listener fails to close with null b
https://bugs.python.org/issue39850 opened by nmichaels

#39851: tarfile: Exception ignored in (... stdout ...) BrokenPipeError
https://bugs.python.org/issue39851 opened by vstinner

#39852: IDLE: Goto should remove selection and update the status bar
https://bugs.python.org/issue39852 opened by Dave Liptack

#39853: Segmentation fault with urllib.request.urlopen and threads
https://bugs.python.org/issue39853 opened by Anne Archibald

#39854: f-strings with format specifiers have wrong col_offset
https://bugs.python.org/issue39854 opened by asmeurer

#39856: glob : some 'unix style' glob items are not supported
https://bugs.python.org/issue39856 opened by Je GeVa

#39857: subprocess.run: add an extra_env kwarg to complement existing
https://bugs.python.org/issue39857 opened by vapier

#39858: bitfield layout wrong in ctypes
https://bugs.python.org/issue39858 opened by thesamprice

#39860: configparser - no support for cascading defaults (as defined b
https://bugs.python.org/issue39860 opened by Ben Griffin

#39861: French doc __futur__: Bad URL
https://bugs.python.org/issue39861 opened by Narann

#39862: Why are the union relationships not implemented by default for
https://bugs.python.org/issue39862 opened by maggyero

#39863: Add trimend option to readline() and readlines()
https://bugs.python.org/issue39863 opened by inada.naoki

#39865: getattr silences an unrelated AttributeError
https://bugs.python.org/issue39865 opened by pasenor

#39868: Stale Python Language Reference docs (no walrus).
https://bugs.python.org/issue39868 opened by brandtbucher

#39869: Improve Instance Objects tutorial documentation
https://bugs.python.org/issue39869 opened by Mariatta

#39871: math.copysign raises SystemError with non-float x and custom y
https://bugs.python.org/issue39871 opened by auscompgeek

#39873: Debug mode: check if objects are valid
https://bugs.python.org/issue39873 opened by vstinner

#39875: urllib.request.urlopen sends POST data as query string
https://bugs.python.org/issue39875 opened by henrik242

#39877: Daemon thread is crashing in PyEval_RestoreThread() while the
https://bugs.python.org/issue39877 opened by vstinner

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878 opened by petdance



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

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878

#39869: Improve Instance Objects tutorial documentation
https://bugs.python.org/issue39869

#39865: getattr silences an unrelated AttributeError
https://bugs.python.org/issue39865

#39857: subprocess.run: add an extra_env kwarg to complement existing
https://bugs.python.org/issue39857

#39853: Segmentation fault with urllib.request.urlopen and threads
https://bugs.python.org/issue39853

#39850: multiprocessing.connection.Listener fails to close with null b
https://bugs.python.org/issue39850

#39849: Compiler warninig: warning: variable ‘res’ set but not use
https://bugs.python.org/issue39849

#39846: Register .whl as a unpack format in shutil unpack
https://bugs.python.org/issue39846

#39838: Possible unnecessary redifinition of _POSIX_C_SOURCE
https://bugs.python.org/issue39838

#39836: Implement PyObject_GetMemoryView
https://bugs.python.org/issue39836

#39835: Implement PyObject_CopyToObject
https://bugs.python.org/issue39835

#39832: Modules with decomposable characters in module name not found
https://bugs.python.org/issue39832

#39830: zipfile.Path is not included in __all__
https://bugs.python.org/issue39830

#39825: EXT_SUFFIX inconsistent between sysconfig and distutils.syscon
https://bugs.python.org/issue39825

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822



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

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878

#39877: Daemon thread is crashing in PyEval_RestoreThread() while the
https://bugs.python.org/issue39877

#39873: Debug mode: check if objects are valid
https://bugs.python.org/issue39873

#39871: math.copysign raises SystemError with non-float x and custom y
https://bugs.python.org/issue39871

#39868: Stale Python Language Reference docs (no walrus).
https://bugs.python.org/issue39868

#39860: configparser - no support for cascading defaults (as defined b
https://bugs.python.org/issue39860

#39852: IDLE: Goto should remove selection and update the status bar
https://bugs.python.org/issue39852

#39847: EnterNonRecursiveMutex on win32 can hang for 49.7 days: use Ge
https://bugs.python.org/issue39847

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837

#39831: Reference leak in PyErr_WarnEx()
https://bugs.python.org/issue39831

#39828: json.tool should catch BrokenPipeError
https://bugs.python.org/issue39828

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822

#39799: Never return base's fragment from urljoin (urllib.parse)
https://bugs.python.org/issue39799

#39794: Add --without-decimal-contextvar option to use just threads in
https://bugs.python.org/issue39794



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

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837 14 msgs

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682 11 msgs

#39697: Failed to build with --with-cxx-main=g++-9.2.0
https://bugs.python.org/issue39697 11 msgs

#39778: collections.OrderedDict and weakref.ref raises "refcount is to
https://bugs.python.org/issue39778 11 msgs

#39844: IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows
https://bugs.python.org/issue39844 11 msgs

#39868: Stale Python Language Reference docs (no walrus).
https://bugs.python.org/issue39868 11 msgs

#39794: Add --without-decimal-contextvar option to use just threads in
https://bugs.python.org/issue39794 10 msgs

#39831: Reference leak in PyErr_WarnEx()
https://bugs.python.org/issue39831 10 msgs

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 9 msgs

#39801: list.insert is slow, likely due to manual memmove
https://bugs.python.org/issue39801 9 msgs



Issues closed (64)
==================

#27743: Python 2 has a wrong artificial limit on the amount of memory
https://bugs.python.org/issue27743 closed by serhiy.storchaka

#34274: Python launcher behavior with "#!/usr/bin/env python" shebang
https://bugs.python.org/issue34274 closed by steve.dower

#35632: support unparse for Suite ast
https://bugs.python.org/issue35632 closed by BTaskaya

#35712: Make NotImplemented unusable in boolean context
https://bugs.python.org/issue35712 closed by serhiy.storchaka

#35912: _testembed.c fails to compile when using --with-cxx-main in th
https://bugs.python.org/issue35912 closed by vstinner

#36490: Modernize function signature in Archiving section of shutil d
https://bugs.python.org/issue36490 closed by CAM-Gerlach

#37534: In minidom module ability to add Standalone Document Declaraio
https://bugs.python.org/issue37534 closed by scoder

#38380: Update SQLite to 3.31.1 in Windows and macOS installer builds
https://bugs.python.org/issue38380 closed by benjamin.peterson

#38641: lib2to3 does not support py38 return/yield syntax with starred
https://bugs.python.org/issue38641 closed by pablogsal

#38913: Py_BuildValue("(s#O)", ...) segfaults if entered with exceptio
https://bugs.python.org/issue38913 closed by serhiy.storchaka

#38971: codecs.open leaks file descriptor when invalid encoding is pas
https://bugs.python.org/issue38971 closed by serhiy.storchaka

#39020: [AIX] module _curses fails to build since ESCDELAY has been ad
https://bugs.python.org/issue39020 closed by Michael.Felt

#39050: The "Help" button in IDLE's config dialog does not work
https://bugs.python.org/issue39050 closed by terry.reedy

#39088: test_concurrent_futures crashed with python.core core dump on
https://bugs.python.org/issue39088 closed by vstinner

#39378: partial of PickleState struct should be traversed.
https://bugs.python.org/issue39378 closed by serhiy.storchaka

#39379: sys.path[0] is already absolute path
https://bugs.python.org/issue39379 closed by vstinner

#39495: xml.etree.ElementTree.TreeBuilder.start differs between pure P
https://bugs.python.org/issue39495 closed by serhiy.storchaka

#39520: AST Unparser can't unparse ext slices correctly
https://bugs.python.org/issue39520 closed by BTaskaya

#39530: Documentation about comparisons between numeric types is misle
https://bugs.python.org/issue39530 closed by mark.dickinson

#39546: argparse: allow_abbrev=False is ignored for alternative prefix
https://bugs.python.org/issue39546 closed by petr.viktorin

#39548: Request fails when 'WWW-Authenticate' header for Digest Authen
https://bugs.python.org/issue39548 closed by orsenthil

#39599: ABI breakage between Python 3.7.4 and 3.7.5: change in PyGC_He
https://bugs.python.org/issue39599 closed by vstinner

#39639: Remove Suite node from AST
https://bugs.python.org/issue39639 closed by pablogsal

#39678: RFC improve readability of _queue_management_worker for Proces
https://bugs.python.org/issue39678 closed by pitrou

#39704: Disable code coverage
https://bugs.python.org/issue39704 closed by vstinner

#39718: TYPE_IGNORE, COLONEQUAL missing from py38 changes in token doc
https://bugs.python.org/issue39718 closed by terry.reedy

#39764: PyAsyncGenObject causes task.get_stack() raising AttributeErro
https://bugs.python.org/issue39764 closed by asvetlov

#39769: compileall.compile_dir(..., ddir="<prefix>") omits the interme
https://bugs.python.org/issue39769 closed by gregory.p.smith

#39770: Remove unnecessary size calculation in array_modexec in Module
https://bugs.python.org/issue39770 closed by vstinner

#39772: Python 2 FAQ shown in help@python.org auto reply
https://bugs.python.org/issue39772 closed by terry.reedy

#39773: Export symbols for vectorcall
https://bugs.python.org/issue39773 closed by David Hewitt

#39775: inspect.Signature.parameters should be an OrderedDict, not a p
https://bugs.python.org/issue39775 closed by inada.naoki

#39781: IDLE: Do not jump when select in codecontext
https://bugs.python.org/issue39781 closed by terry.reedy

#39782: local varible referenced a Exception won't be collected in fun
https://bugs.python.org/issue39782 closed by terry.reedy

#39784: Tuple comprehension
https://bugs.python.org/issue39784 closed by steven.daprano

#39785: #!/usr/bin/python shebang doesn't use default python (3) on Wi
https://bugs.python.org/issue39785 closed by steve.dower

#39786: Have the heaps library support max heap
https://bugs.python.org/issue39786 closed by rhettinger

#39788: Exponential notation should return an int if it can
https://bugs.python.org/issue39788 closed by zach.ware

#39789: Update Windows release build machines to latest versions
https://bugs.python.org/issue39789 closed by steve.dower

#39796: warning extension module inited twice in python3.9
https://bugs.python.org/issue39796 closed by vstinner

#39802: Ensure {get,set}_escdelay and {get,set}_tabsize only implement
https://bugs.python.org/issue39802 closed by pablogsal

#39803: _PyLong_FormatAdvancedWriter has an unnecessary str
https://bugs.python.org/issue39803 closed by benjamin.peterson

#39806: different behavior between __ior__ and __or__ in dict made by
https://bugs.python.org/issue39806 closed by gvanrossum

#39807: Python38 installed in wrong directory on Windows
https://bugs.python.org/issue39807 closed by zach.ware

#39808: pathlib: reword docs for stat()
https://bugs.python.org/issue39808 closed by brett.cannon

#39809: argparse: add max_text_width parameter to ArgumentParser
https://bugs.python.org/issue39809 closed by rhettinger

#39811: Curses crash on ^4
https://bugs.python.org/issue39811 closed by serhiy.storchaka

#39815: functools.cached_property() not included in __all__
https://bugs.python.org/issue39815 closed by pablogsal

#39818: Declaring local variable invalidates access to a global variab
https://bugs.python.org/issue39818 closed by eric.smith

#39826: logging HTTPHandler does not support proxy
https://bugs.python.org/issue39826 closed by vinay.sajip

#39833: Bug in html parsing module triggered by malformed input
https://bugs.python.org/issue39833 closed by ezio.melotti

#39834: + vs. % operator precedence not correct
https://bugs.python.org/issue39834 closed by ergun

#39840: FileNotFoundError et al show b-prefix on filepaths if passed a
https://bugs.python.org/issue39840 closed by eric.smith

#39841: "as" variable in except block deletes local variables with sam
https://bugs.python.org/issue39841 closed by eric.smith

#39848: Warning: 'classifiers' should be a list, got type 'tuple'
https://bugs.python.org/issue39848 closed by Marco Sulla

#39855: test.test_subprocess.POSIXProcessTestCase.test_user fails in t
https://bugs.python.org/issue39855 closed by vstinner

#39859: set_herror should not throw away constness of hstrerror
https://bugs.python.org/issue39859 closed by miss-islington

#39864: IndexError gives wrong axis info
https://bugs.python.org/issue39864 closed by steven.daprano

#39866: get_type_hints raises inconsistent TypeError
https://bugs.python.org/issue39866 closed by gvanrossum

#39867: randrange(N) for N's in same dyadic blocs have excessive corre
https://bugs.python.org/issue39867 closed by rhettinger

#39870: sys_displayhook_unencodable takes an unnecessary PyThreadState
https://bugs.python.org/issue39870 closed by benjamin.peterson

#39872: Remove unused args from two functions in Python/symtable.c
https://bugs.python.org/issue39872 closed by benjamin.peterson

#39874: Heappush of Maxheap version does not exist
https://bugs.python.org/issue39874 closed by rhettinger

#39876: csv.DictReader.fieldnames interprets unicode as ascii
https://bugs.python.org/issue39876 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-06 - 2020-03-13)
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 7357 ( -2)
closed 44350 (+80)
total 51707 (+78)

Open issues with patches: 2877


Issues opened (52)
==================

#14126: Speed up list comprehensions by preallocating the list where p
https://bugs.python.org/issue14126 reopened by vstinner

#26227: Windows: socket.gethostbyaddr(name) fails for non-ASCII hostna
https://bugs.python.org/issue26227 reopened by steve.dower

#39321: AMD64 FreeBSD Non-Debug 3.x: main regrtest process killed by S
https://bugs.python.org/issue39321 reopened by vstinner

#39829: __len__ called twice in the list() constructor
https://bugs.python.org/issue39829 reopened by eric.snow

#39879: Update language reference to specify that dict is insertion-or
https://bugs.python.org/issue39879 opened by eric.snow

#39881: Multiple Interpreters in the Stdlib (PEP 554) - High-level Imp
https://bugs.python.org/issue39881 opened by nanjekyejoannah

#39882: Py_FatalError(): log automatically the function name
https://bugs.python.org/issue39882 opened by vstinner

#39883: Use BSD0 license for code in docs
https://bugs.python.org/issue39883 opened by toddrjen

#39885: IDLE right click outside of any selection should clear it
https://bugs.python.org/issue39885 opened by terry.reedy

#39887: Duplicate C object description of vectorcallfunc
https://bugs.python.org/issue39887 opened by serhiy.storchaka

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

#39892: Enable DeprecationWarnings by default when not explicit in uni
https://bugs.python.org/issue39892 opened by gregory.p.smith

#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894 opened by barneygale

#39895: `pathlib.Path.touch()` calls `os.close()` without using access
https://bugs.python.org/issue39895 opened by barneygale

#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897 opened by barneygale

#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901 opened by barneygale

#39902: dis.Bytecode objects should be comparable
https://bugs.python.org/issue39902 opened by BTaskaya

#39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and `
https://bugs.python.org/issue39906 opened by barneygale

#39908: Remove unused args from init_set_builtins_open and _Py_FatalEr
https://bugs.python.org/issue39908 opened by petdance

#39910: os.ftruncate on Windows should be sparse
https://bugs.python.org/issue39910 opened by Artoria2e5

#39912: warnings.py should not raise AssertionError when validating ar
https://bugs.python.org/issue39912 opened by remi.lapeyre

#39913: Document warnings.WarningMessage ?
https://bugs.python.org/issue39913 opened by blueyed

#39914: logging.config: '.' (dot) as a key is not documented
https://bugs.python.org/issue39914 opened by Yuta Okamoto

#39915: await_args_list in AsyncMock always refers to the last awaited
https://bugs.python.org/issue39915 opened by Mads Sejersen

#39917: new_compiler() called 2nd time causes error
https://bugs.python.org/issue39917 opened by televi

#39919: C extension code reliant on static flags/behavior with PY_DEBU
https://bugs.python.org/issue39919 opened by ngie

#39920: os.stat() and os.lstat() fail with Windows device paths
https://bugs.python.org/issue39920 opened by Charles Machalow

#39924: pathlib handles missing `os.link`, `os.symlink` and `os.readli
https://bugs.python.org/issue39924 opened by barneygale

#39927: IDLE.app fails on macOS 10.15 if denied access to Documents
https://bugs.python.org/issue39927 opened by dd789

#39929: dataclasses.asdict will mangle collection.Counter instances
https://bugs.python.org/issue39929 opened by brad.scarlett@gmail.com

#39931: Global variables are not accessible from child processes (mult
https://bugs.python.org/issue39931 opened by agmt

#39932: test_multiprocessing_fork leaked [0, 2, 0] file descriptors on
https://bugs.python.org/issue39932 opened by vstinner

#39933: test_gdb fails on AMD64 FreeBSD Shared 3.x: ptrace: Operation
https://bugs.python.org/issue39933 opened by vstinner

#39934: Fatal Python error "XXX block stack overflow" when exception s
https://bugs.python.org/issue39934 opened by myzhang1029

#39935: argparse: help parameter not documented in add_subparsers().ad
https://bugs.python.org/issue39935 opened by Nazime Koussaila Lakehal

#39937: Suggest the usage of Element.iter() instead of iter() in whats
https://bugs.python.org/issue39937 opened by rahul-kumi

#39939: Add str methods to remove prefixes or suffixes
https://bugs.python.org/issue39939 opened by Dennis Sweeney

#39940: Micro-optimizations to PySequence_Tuple()
https://bugs.python.org/issue39940 opened by Marco Sulla

#39941: multiprocessing: Process.join() should emit a warning if the p
https://bugs.python.org/issue39941 opened by vstinner

#39942: Making instance of `TypeVar` fails because of missing `__name_
https://bugs.python.org/issue39942 opened by jack1142

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943 opened by petdance

#39946: Is it time to remove _PyThreadState_GetFrame() hook?
https://bugs.python.org/issue39946 opened by vstinner

#39947: Make the PyThreadState structure opaque (move it to the intern
https://bugs.python.org/issue39947 opened by vstinner

#39948: Python 3.8 unconditionally uses functions not available on OS
https://bugs.python.org/issue39948 opened by dgelessus

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 opened by Seth.Troisi

#39950: Add pathlib.Path.hardlink_to()
https://bugs.python.org/issue39950 opened by barneygale

#39951: Ignore specific errors when closing ssl connections
https://bugs.python.org/issue39951 opened by Dima.Tisnek

#39952: Using VS2019 to automatically build Python3 and it failed to b
https://bugs.python.org/issue39952 opened by Lin

#39953: Let's update ssl error codes
https://bugs.python.org/issue39953 opened by Dima.Tisnek

#39954: test_subprocess: test_specific_shell() fails on AMD64 FreeBSD
https://bugs.python.org/issue39954 opened by vstinner

#39955: argparse print_help breaks when help is blank space
https://bugs.python.org/issue39955 opened by Ying Zhang

#39956: Numeric Literals vs string "1_1" on input int() or float() or
https://bugs.python.org/issue39956 opened by zd nex



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

#39956: Numeric Literals vs string "1_1" on input int() or float() or
https://bugs.python.org/issue39956

#39953: Let's update ssl error codes
https://bugs.python.org/issue39953

#39950: Add pathlib.Path.hardlink_to()
https://bugs.python.org/issue39950

#39948: Python 3.8 unconditionally uses functions not available on OS
https://bugs.python.org/issue39948

#39946: Is it time to remove _PyThreadState_GetFrame() hook?
https://bugs.python.org/issue39946

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943

#39942: Making instance of `TypeVar` fails because of missing `__name_
https://bugs.python.org/issue39942

#39941: multiprocessing: Process.join() should emit a warning if the p
https://bugs.python.org/issue39941

#39937: Suggest the usage of Element.iter() instead of iter() in whats
https://bugs.python.org/issue39937

#39935: argparse: help parameter not documented in add_subparsers().ad
https://bugs.python.org/issue39935

#39934: Fatal Python error "XXX block stack overflow" when exception s
https://bugs.python.org/issue39934

#39919: C extension code reliant on static flags/behavior with PY_DEBU
https://bugs.python.org/issue39919

#39917: new_compiler() called 2nd time causes error
https://bugs.python.org/issue39917

#39914: logging.config: '.' (dot) as a key is not documented
https://bugs.python.org/issue39914

#39912: warnings.py should not raise AssertionError when validating ar
https://bugs.python.org/issue39912



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

#39950: Add pathlib.Path.hardlink_to()
https://bugs.python.org/issue39950

#39947: Make the PyThreadState structure opaque (move it to the intern
https://bugs.python.org/issue39947

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943

#39939: Add str methods to remove prefixes or suffixes
https://bugs.python.org/issue39939

#39915: await_args_list in AsyncMock always refers to the last awaited
https://bugs.python.org/issue39915

#39912: warnings.py should not raise AssertionError when validating ar
https://bugs.python.org/issue39912

#39908: Remove unused args from init_set_builtins_open and _Py_FatalEr
https://bugs.python.org/issue39908

#39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and `
https://bugs.python.org/issue39906

#39902: dis.Bytecode objects should be comparable
https://bugs.python.org/issue39902

#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901

#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897

#39895: `pathlib.Path.touch()` calls `os.close()` without using access
https://bugs.python.org/issue39895

#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894

#39885: IDLE right click outside of any selection should clear it
https://bugs.python.org/issue39885

#39882: Py_FatalError(): log automatically the function name
https://bugs.python.org/issue39882



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

#39689: struct and memoryview tests rely on undefined behavior (as rev
https://bugs.python.org/issue39689 17 msgs

#39927: IDLE.app fails on macOS 10.15 if denied access to Documents
https://bugs.python.org/issue39927 17 msgs

#35370: Add _PyEval_SetTrace(tstate, func, arg) function
https://bugs.python.org/issue35370 14 msgs

#38500: PEP 523: Add private _PyInterpreterState_SetEvalFrameFunc() fu
https://bugs.python.org/issue38500 14 msgs

#39763: distutils.spawn should use subprocess (hang in parallel builds
https://bugs.python.org/issue39763 14 msgs

#39947: Make the PyThreadState structure opaque (move it to the intern
https://bugs.python.org/issue39947 8 msgs

#39885: IDLE right click outside of any selection should clear it
https://bugs.python.org/issue39885 7 msgs

#36144: Dictionary union. (PEP 584)
https://bugs.python.org/issue36144 6 msgs

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824 6 msgs

#14126: Speed up list comprehensions by preallocating the list where p
https://bugs.python.org/issue14126 5 msgs



Issues closed (73)
==================

#16981: ImportError hides real error when there too many open files du
https://bugs.python.org/issue16981 closed by brett.cannon

#17231: Mark __del__ not being called in cycles as an impl detail
https://bugs.python.org/issue17231 closed by brett.cannon

#17296: Cannot unpickle classes derived from 'Exception'
https://bugs.python.org/issue17296 closed by brett.cannon

#17716: From ... import fails when parent package failed but child mod
https://bugs.python.org/issue17716 closed by brett.cannon

#18114: Update PyImport_ImportFrozenModuleObject() to set __package__
https://bugs.python.org/issue18114 closed by brett.cannon

#18275: Make isinstance() work with super type instances
https://bugs.python.org/issue18275 closed by brett.cannon

#18831: importlib.import_module() bypasses builtins.__import__
https://bugs.python.org/issue18831 closed by brett.cannon

#18834: Add Clang to distutils to build C/C++ extensions
https://bugs.python.org/issue18834 closed by refi64

#19257: Sub-optimal error message when importing a non-package
https://bugs.python.org/issue19257 closed by brett.cannon

#19531: Loading -OO bytecode files if -O was requested can lead to pro
https://bugs.python.org/issue19531 closed by brett.cannon

#23592: SIGSEGV on interpreter shutdown, with daemon threads running w
https://bugs.python.org/issue23592 closed by vstinner

#24415: SIGINT always reset to SIG_DFL by Py_Finalize()
https://bugs.python.org/issue24415 closed by vstinner

#26037: Crash when reading sys.stdin.buffer in a daemon thread
https://bugs.python.org/issue26037 closed by vstinner

#27115: IDLE goto should use query.Query subclass
https://bugs.python.org/issue27115 closed by terry.reedy

#30519: [threading] Add daemon argument to Timer
https://bugs.python.org/issue30519 closed by vstinner

#34058: Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTH
https://bugs.python.org/issue34058 closed by vstinner

#34822: Simplify AST for slices
https://bugs.python.org/issue34822 closed by serhiy.storchaka

#35775: Add a general selection function to statistics
https://bugs.python.org/issue35775 closed by remi.lapeyre

#36184: test_gdb.test_threads() is specific to _POSIX_THREADS, fail on
https://bugs.python.org/issue36184 closed by vstinner

#38080: 2to3 urllib fixer: missing fix for urllib.getproxies
https://bugs.python.org/issue38080 closed by pablogsal

#38249: Optimize out Py_UNREACHABLE in the release mode
https://bugs.python.org/issue38249 closed by serhiy.storchaka

#38643: Assertion failures when calling PyNumber_ToBase() with an inva
https://bugs.python.org/issue38643 closed by serhiy.storchaka

#38662: Decouple ensurepip from pip's internals using runpy
https://bugs.python.org/issue38662 closed by vstinner

#38818: Modify PyInterpreterState.eval_frame to pass tstate (PyThreadS
https://bugs.python.org/issue38818 closed by vstinner

#38894: Path.glob() sometimes misses files that match
https://bugs.python.org/issue38894 closed by pablogsal

#39127: _Py_HashPointer's void * argument should be const
https://bugs.python.org/issue39127 closed by benjamin.peterson

#39517: runpy calls open_code with Path object
https://bugs.python.org/issue39517 closed by steve.dower

#39577: venv --prompt argument is ignored
https://bugs.python.org/issue39577 closed by vinay.sajip

#39702: PEP 614: Relaxing Grammar Restrictions On Decorators
https://bugs.python.org/issue39702 closed by brandtbucher

#39761: Python 3.9.0a4 fails to build when configured with --with-dtra
https://bugs.python.org/issue39761 closed by petr.viktorin

#39822: Use NULL instead of None for empty attrib in C implementation
https://bugs.python.org/issue39822 closed by serhiy.storchaka

#39828: json.tool should catch BrokenPipeError
https://bugs.python.org/issue39828 closed by vstinner

#39844: IDLE 3.8.2 on MacOS 10.15.3 Launches to Black Windows
https://bugs.python.org/issue39844 closed by ned.deily

#39847: EnterNonRecursiveMutex on win32 can hang for 49.7 days: use Ge
https://bugs.python.org/issue39847 closed by vstinner

#39850: multiprocessing.connection.Listener fails to close with null b
https://bugs.python.org/issue39850 closed by pablogsal

#39852: IDLE: Goto should remove selection and update the status bar
https://bugs.python.org/issue39852 closed by terry.reedy

#39857: subprocess.run: add an extra_env kwarg to complement existing
https://bugs.python.org/issue39857 closed by gregory.p.smith

#39861: French doc __futur__: Bad URL
https://bugs.python.org/issue39861 closed by SilentGhost

#39869: Improve Instance Objects tutorial documentation
https://bugs.python.org/issue39869 closed by Mariatta

#39875: urllib.request.urlopen sends POST data as query string
https://bugs.python.org/issue39875 closed by henrik242

#39877: Daemon thread is crashing in PyEval_RestoreThread() while the
https://bugs.python.org/issue39877 closed by vstinner

#39878: Remove unused args in Python/formatter_unicode.c
https://bugs.python.org/issue39878 closed by benjamin.peterson

#39880: string.lstrip() with leading '3's
https://bugs.python.org/issue39880 closed by steven.daprano

#39884: "SystemError: bad call flags" exceptions added as part of BPO-
https://bugs.python.org/issue39884 closed by vstinner

#39886: Remove unused arg in config_get_stdio_errors in Python/initcon
https://bugs.python.org/issue39886 closed by benjamin.peterson

#39888: modules not install
https://bugs.python.org/issue39888 closed by eric.smith

#39889: Fix ast.unparse() for subscription by extended slices and tupl
https://bugs.python.org/issue39889 closed by serhiy.storchaka

#39890: The AST is mangled when compiling starred assignments
https://bugs.python.org/issue39890 closed by pablogsal

#39893: Add set_terminate() to logging
https://bugs.python.org/issue39893 closed by vinay.sajip

#39896: Const args and remove unused args in Python/compile.c
https://bugs.python.org/issue39896 closed by petdance

#39898: Remove unused arg from append_formattedvalue in Python/ast_unp
https://bugs.python.org/issue39898 closed by benjamin.peterson

#39899: `pathlib.Path.expanduser()` does not call `os.path.expanduser(
https://bugs.python.org/issue39899 closed by serhiy.storchaka

#39900: `pathlib.Path.__bytes__()` calls `os.fsencode()` without using
https://bugs.python.org/issue39900 closed by barneygale

#39903: Double decref in _elementtree.Element.__getstate__
https://bugs.python.org/issue39903 closed by serhiy.storchaka

#39904: Move handling of one-argument call of type() from type.__new__
https://bugs.python.org/issue39904 closed by serhiy.storchaka

#39905: Cannot load sub package having a 3-dot relative import
https://bugs.python.org/issue39905 closed by mark.dickinson

#39907: `pathlib.Path.iterdir()` wastes memory by using `os.listdir()`
https://bugs.python.org/issue39907 closed by barneygale

#39909: Assignment expression in assert causes SyntaxError
https://bugs.python.org/issue39909 closed by eric.smith

#39911: "AMD64 Windows7 SP1 3.x" buildbot doesn't build anymore
https://bugs.python.org/issue39911 closed by vstinner

#39916: More reliable use of scandir in Path.glob()
https://bugs.python.org/issue39916 closed by serhiy.storchaka

#39918: random.Random(False) weird error
https://bugs.python.org/issue39918 closed by vstinner

#39921: json module install error i was use windows 10 pro 64 bit, pls
https://bugs.python.org/issue39921 closed by serhiy.storchaka

#39922: Remove unused args in Python/compile.c
https://bugs.python.org/issue39922 closed by benjamin.peterson

#39923: Command errored out with exit status 1: while jsonlib
https://bugs.python.org/issue39923 closed by serhiy.storchaka

#39925: `pathlib.Path.link_to()` has the wrong argument order
https://bugs.python.org/issue39925 closed by eric.smith

#39926: unicodedata for Unicode 13.0.0
https://bugs.python.org/issue39926 closed by benjamin.peterson

#39928: Pysftp Issue File Upload is not working - put command
https://bugs.python.org/issue39928 closed by eric.smith

#39930: Embedded installer for Python 3.7.7 missing vcruntime140.dll
https://bugs.python.org/issue39930 closed by steve.dower

#39936: Python fails to build _asyncio on module on AIX
https://bugs.python.org/issue39936 closed by vstinner

#39938: RotatingFileHandler does not support any mode other than 'a'.
https://bugs.python.org/issue39938 closed by vinay.sajip

#39944: UserString.join should return UserString
https://bugs.python.org/issue39944 closed by serhiy.storchaka

#39945: Wrong example result in docs
https://bugs.python.org/issue39945 closed by hook

#1294959: Add sys.platlibdir to use /usr/lib64 on Fedora and SuSE
https://bugs.python.org/issue1294959 closed by vstinner
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/XTPO7BE7EHW6SN62CBLG3H6XRJFIQWPQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-13 - 2020-03-20)
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 7358 ( +1)
closed 44420 (+70)
total 51778 (+71)

Open issues with patches: 2883


Issues opened (44)
==================

#39576: Surprising MemoryError in `decimal` with MAX_PREC
https://bugs.python.org/issue39576 reopened by pablogsal

#39958: Deadlock in _PyInterpreterState_DeleteExceptMain with HEAD_LOC
https://bugs.python.org/issue39958 opened by Atle Solbakken

#39959: (Possible) bug on multiprocessing.shared_memory
https://bugs.python.org/issue39959 opened by dxflores

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960 opened by Matthias Braun

#39961: warning: this use of "defined" may not be portable (Mac OS)
https://bugs.python.org/issue39961 opened by clem.wang

#39963: Subclassing slice objects
https://bugs.python.org/issue39963 opened by mariode1

#39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception
https://bugs.python.org/issue39966 opened by aviso

#39967: bdb calls linecache.checkcache, resulting in source being diff
https://bugs.python.org/issue39967 opened by blueyed

#39971: Error on documentation - Quick fix.
https://bugs.python.org/issue39971 opened by dxflores

#39975: Group of commands running in Python 3.7.6 Shell, but failing a
https://bugs.python.org/issue39975 opened by rosarion

#39976: Add "**other_popen_kwargs" to subprocess API signatures in doc
https://bugs.python.org/issue39976 opened by ncoghlan

#39978: Vectorcall implementation should conform to PEP 590.
https://bugs.python.org/issue39978 opened by Mark.Shannon

#39981: Default values for AST Nodes
https://bugs.python.org/issue39981 opened by BTaskaya

#39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar
https://bugs.python.org/issue39982 opened by vstinner

#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983 opened by vstinner

#39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS
https://bugs.python.org/issue39984 opened by vstinner

#39986: test_os / test_listdir failed as root-directory changed during
https://bugs.python.org/issue39986 opened by Matthias Braun

#39989: Output closing parenthesis in ast.dump() on separate line
https://bugs.python.org/issue39989 opened by serhiy.storchaka

#39990: help should evaluate forward reference
https://bugs.python.org/issue39990 opened by McSinyx

#39994: Redundant code in pprint module.
https://bugs.python.org/issue39994 opened by palakjha

#39995: test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.
https://bugs.python.org/issue39995 opened by vstinner

#39996: test_multiprocessing_fork hangs on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue39996 opened by vstinner

#39999: Fix some issues with AST node classes
https://bugs.python.org/issue39999 opened by serhiy.storchaka

#40001: ignore errors in SimpleCookie
https://bugs.python.org/issue40001 opened by aviramha

#40002: Cookie load error inconsistency
https://bugs.python.org/issue40002 opened by bar.harel

#40003: test.regrtest: add an option to run test.bisect_cmd on failed
https://bugs.python.org/issue40003 opened by vstinner

#40005: Getting different result in python 2.7 and 3.7.
https://bugs.python.org/issue40005 opened by Bharatsolanki

#40006: enum: Add documentation for _create_pseudo_member_ and composi
https://bugs.python.org/issue40006 opened by cool-RR

#40007: An attempt to make asyncio.transport.writelines (selector) use
https://bugs.python.org/issue40007 opened by tzickel

#40010: Inefficient signal handling in multithreaded applications
https://bugs.python.org/issue40010 opened by vstinner

#40011: Tkinter widget events are of type Tuple
https://bugs.python.org/issue40011 opened by Hênio Tierra Sampaio

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012 opened by bittner

#40013: CSV DictReader parameter documentation
https://bugs.python.org/issue40013 opened by Moshe Sambol

#40014: os.getgrouplist() can fail on macOS
https://bugs.python.org/issue40014 opened by corona10

#40016: Clarify flag case in `re` module
https://bugs.python.org/issue40016 opened by cool-RR

#40017: Please support CLOCK_TAI in the time module.
https://bugs.python.org/issue40017 opened by r3owen

#40018: test_ssl fails with OpenSSL 1.1.1e
https://bugs.python.org/issue40018 opened by benjamin.peterson

#40019: test_gdb should better detect when Python is optimized
https://bugs.python.org/issue40019 opened by vstinner

#40020: growable_comment_array_add leaks, causes crash
https://bugs.python.org/issue40020 opened by Alexander Riccio

#40022: ???????????
https://bugs.python.org/issue40022 opened by yepan Li

#40023: os.writev and socket.sendmsg return value are not ideal
https://bugs.python.org/issue40023 opened by tzickel

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024 opened by corona10

#40025: enum: _generate_next_value_ is not called if its definition oc
https://bugs.python.org/issue40025 opened by edd07

#40026: Create render_*_diff variants to the *_diff functions in diffl
https://bugs.python.org/issue40026 opened by ruoso



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

#40026: Create render_*_diff variants to the *_diff functions in diffl
https://bugs.python.org/issue40026

#40025: enum: _generate_next_value_ is not called if its definition oc
https://bugs.python.org/issue40025

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024

#40023: os.writev and socket.sendmsg return value are not ideal
https://bugs.python.org/issue40023

#40022: ???????????
https://bugs.python.org/issue40022

#40013: CSV DictReader parameter documentation
https://bugs.python.org/issue40013

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012

#40011: Tkinter widget events are of type Tuple
https://bugs.python.org/issue40011

#40006: enum: Add documentation for _create_pseudo_member_ and composi
https://bugs.python.org/issue40006

#40003: test.regrtest: add an option to run test.bisect_cmd on failed
https://bugs.python.org/issue40003

#40001: ignore errors in SimpleCookie
https://bugs.python.org/issue40001

#39994: Redundant code in pprint module.
https://bugs.python.org/issue39994

#39986: test_os / test_listdir failed as root-directory changed during
https://bugs.python.org/issue39986

#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983

#39981: Default values for AST Nodes
https://bugs.python.org/issue39981



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

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024

#40020: growable_comment_array_add leaks, causes crash
https://bugs.python.org/issue40020

#40019: test_gdb should better detect when Python is optimized
https://bugs.python.org/issue40019

#40016: Clarify flag case in `re` module
https://bugs.python.org/issue40016

#40014: os.getgrouplist() can fail on macOS
https://bugs.python.org/issue40014

#40010: Inefficient signal handling in multithreaded applications
https://bugs.python.org/issue40010

#40002: Cookie load error inconsistency
https://bugs.python.org/issue40002

#40001: ignore errors in SimpleCookie
https://bugs.python.org/issue40001

#39999: Fix some issues with AST node classes
https://bugs.python.org/issue39999

#39994: Redundant code in pprint module.
https://bugs.python.org/issue39994

#39989: Output closing parenthesis in ast.dump() on separate line
https://bugs.python.org/issue39989

#39986: test_os / test_listdir failed as root-directory changed during
https://bugs.python.org/issue39986

#39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS
https://bugs.python.org/issue39984

#39981: Default values for AST Nodes
https://bugs.python.org/issue39981

#39967: bdb calls linecache.checkcache, resulting in source being diff
https://bugs.python.org/issue39967



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

#22699: Module source files not found when cross-compiling
https://bugs.python.org/issue22699 11 msgs

#39939: Add str methods to remove prefixes or suffixes
https://bugs.python.org/issue39939 10 msgs

#10572: Move test sub-packages to Lib/test
https://bugs.python.org/issue10572 8 msgs

#39879: Update language reference to specify that dict is insertion-or
https://bugs.python.org/issue39879 8 msgs

#39984: Move some ceval fields from _PyRuntime.ceval to PyInterpreterS
https://bugs.python.org/issue39984 8 msgs

#38938: Possible performance improvement for heaqq.merge()
https://bugs.python.org/issue38938 7 msgs

#39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar
https://bugs.python.org/issue39982 7 msgs

#40016: Clarify flag case in `re` module
https://bugs.python.org/issue40016 7 msgs

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 7 msgs

#25024: Allow passing "delete=False" to TemporaryDirectory
https://bugs.python.org/issue25024 6 msgs



Issues closed (69)
==================

#20125: We need a good replacement for direct use of load_module(), po
https://bugs.python.org/issue20125 closed by brett.cannon

#20613: Wrong line information in bytecode generated by compiler modul
https://bugs.python.org/issue20613 closed by brett.cannon

#20890: Miscellaneous PEP 101 additions
https://bugs.python.org/issue20890 closed by brett.cannon

#20986: test_startup_imports fails in test_site when executed inside v
https://bugs.python.org/issue20986 closed by vstinner

#21087: imp.frozen_init() incorrectly removes module during reload
https://bugs.python.org/issue21087 closed by brett.cannon

#21108: Add examples for importlib in doc
https://bugs.python.org/issue21108 closed by brett.cannon

#21199: [2.7] Python on 64-bit Windows uses signed 32-bit type for rea
https://bugs.python.org/issue21199 closed by vstinner

#21242: Generalize configure check for working Python executable
https://bugs.python.org/issue21242 closed by brett.cannon

#22497: msiexec not creating msvcr90.dll with python -2.7.6.msi
https://bugs.python.org/issue22497 closed by steve.dower

#26660: tempfile.TemporaryDirectory() cleanup exception if nonwriteabl
https://bugs.python.org/issue26660 closed by serhiy.storchaka

#27807: Prevent site-packages .pth files from causing test_site failur
https://bugs.python.org/issue27807 closed by vstinner

#28087: macOS 12 poll syscall returns prematurely
https://bugs.python.org/issue28087 closed by vstinner

#35312: lib2to3.pgen2.parse.ParseError is not roundtrip pickleable
https://bugs.python.org/issue35312 closed by Anthony Sottile

#35691: cpython3.7.2 make test failed
https://bugs.python.org/issue35691 closed by vstinner

#36478: backport of pickle fixes to Python 3.5.7 uses C99 for loops
https://bugs.python.org/issue36478 closed by Anthony Sottile

#37695: Incorrect error message for `unget_wch(bytes_object)`
https://bugs.python.org/issue37695 closed by Anthony Sottile

#38373: List overallocation strategy
https://bugs.python.org/issue38373 closed by serhiy.storchaka

#38500: PEP 523: Add private _PyInterpreterState_SetEvalFrameFunc() fu
https://bugs.python.org/issue38500 closed by vstinner

#38576: CVE-2019-18348: CRLF injection via the host part of the url pa
https://bugs.python.org/issue38576 closed by gregory.p.smith

#38744: python 3.8 hang in multiprocessing.Pool() locking on FreeBSD /
https://bugs.python.org/issue38744 closed by pablogsal

#39087: [C API] No efficient C API to get UTF-8 string from unicode ob
https://bugs.python.org/issue39087 closed by inada.naoki

#39220: constant folding affects annotations despite 'from __future__
https://bugs.python.org/issue39220 closed by pablogsal

#39360: python3.8 regression - ThreadPool join via __del__ hangs forev
https://bugs.python.org/issue39360 closed by pablogsal

#39507: http library missing HTTP status code 418 "I'm a teapot"
https://bugs.python.org/issue39507 closed by serhiy.storchaka

#39509: Update HTTP status code to follow IANA
https://bugs.python.org/issue39509 closed by serhiy.storchaka

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 closed by BTaskaya

#39582: ossaudiodev update helpers signature
https://bugs.python.org/issue39582 closed by serhiy.storchaka

#39585: Delete a pending item in _warning.c
https://bugs.python.org/issue39585 closed by serhiy.storchaka

#39638: Keep ASDL signatures for AST nodes
https://bugs.python.org/issue39638 closed by serhiy.storchaka

#39656: shebanged scripts can escape from `venv` depending on how it w
https://bugs.python.org/issue39656 closed by vinay.sajip

#39677: 3.6+ documentation for MAKE_FUNCTION
https://bugs.python.org/issue39677 closed by serhiy.storchaka

#39719: tempfile.SpooledTemporaryFile still has softspace property
https://bugs.python.org/issue39719 closed by serhiy.storchaka

#39797: shutdown() in socketserver.BaseServer should be in a different
https://bugs.python.org/issue39797 closed by ned.deily

#39824: Multi-phase extension module (PEP 489): don't call m_traverse,
https://bugs.python.org/issue39824 closed by vstinner

#39845: Argparse on Python 3.7.1 (Windows) appends double quotes to st
https://bugs.python.org/issue39845 closed by eryksun

#39871: math.copysign raises SystemError with non-float x and custom y
https://bugs.python.org/issue39871 closed by mark.dickinson

#39887: Duplicate C object description of vectorcallfunc
https://bugs.python.org/issue39887 closed by serhiy.storchaka

#39915: await_args_list in AsyncMock always refers to the last awaited
https://bugs.python.org/issue39915 closed by xtreak

#39937: Suggest the usage of Element.iter() instead of iter() in whats
https://bugs.python.org/issue39937 closed by xtreak

#39946: Remove _PyThreadState_GetFrame
https://bugs.python.org/issue39946 closed by vstinner

#39956: Numeric Literals vs string "1_1" on input int() or float() or
https://bugs.python.org/issue39956 closed by mark.dickinson

#39957: bpo39775 not fixed - inspect.Signature.parameters still dict/m
https://bugs.python.org/issue39957 closed by inada.naoki

#39962: Wrong file.tell() function results (Windows 10/Python 64 3.8.2
https://bugs.python.org/issue39962 closed by eric.smith

#39964: adding a string to a list works differently with x+='' compare
https://bugs.python.org/issue39964 closed by steven.daprano

#39965: await is valid in non async functions if PyCF_ALLOW_TOP_LEVEL_
https://bugs.python.org/issue39965 closed by pablogsal

#39968: port extension modules' macros of `get_module_state()` to inli
https://bugs.python.org/issue39968 closed by vstinner

#39969: Remove Param expression context from AST
https://bugs.python.org/issue39969 closed by pablogsal

#39970: Combined behavior of datetime.datetime.timestamp() and datetim
https://bugs.python.org/issue39970 closed by p-ganssle

#39972: Math library Bug Return None for "degrees(0)"
https://bugs.python.org/issue39972 closed by SilentGhost

#39973: The documentation for PyObject_GenericSetDict() is incorrect
https://bugs.python.org/issue39973 closed by serhiy.storchaka

#39974: A race condition with GIL releasing exists in stringlib_bytes_
https://bugs.python.org/issue39974 closed by inada.naoki

#39977: Python aborts trying to load libcrypto.dylib
https://bugs.python.org/issue39977 closed by ned.deily

#39979: Cannot tune scrypt with large enough parameters
https://bugs.python.org/issue39979 closed by Gle

#39980: importlib.resources.path() may return incorrect path when usin
https://bugs.python.org/issue39980 closed by jaraco

#39985: str.format and string.Formatter subscript behaviors diverge
https://bugs.python.org/issue39985 closed by eric.smith

#39987: Simplify setting line numbers in the compiler
https://bugs.python.org/issue39987 closed by serhiy.storchaka

#39988: Remove AugLoad and AugStore expression context from AST
https://bugs.python.org/issue39988 closed by serhiy.storchaka

#39991: test_uuid.test_netstat_getnode() fails on FreeBSD VM: uuid._ne
https://bugs.python.org/issue39991 closed by vstinner

#39992: Windows line endings of pyc file detected on Ubuntu
https://bugs.python.org/issue39992 closed by serhiy.storchaka

#39993: Language Reference - Function definition parameter_list item d
https://bugs.python.org/issue39993 closed by serhiy.storchaka

#39997: "is" operator doesn't work on method returned from method desc
https://bugs.python.org/issue39997 closed by christian.heimes

#39998: [C API] Remove PyEval_AcquireLock() and PyEval_ReleaseLock() f
https://bugs.python.org/issue39998 closed by vstinner

#40000: Improve AST validation for Constant nodes
https://bugs.python.org/issue40000 closed by BTaskaya

#40004: String comparison with dotted numerical values wrong
https://bugs.python.org/issue40004 closed by gvanrossum

#40008: Spam
https://bugs.python.org/issue40008 closed by zach.ware

#40009: Spam
https://bugs.python.org/issue40009 closed by zach.ware

#40015: logging.Logger.disabled field is redundant
https://bugs.python.org/issue40015 closed by rvprasad

#40021: Throwing an Exception results in stack overflow
https://bugs.python.org/issue40021 closed by benjamin.peterson

#40027: re.sub inconsistency beginning with 3.7
https://bugs.python.org/issue40027 closed by mrabarnett
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-20 - 2020-03-27)
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 7357 ( -1)
closed 44486 (+66)
total 51843 (+65)

Open issues with patches: 2882


Issues opened (43)
==================

#20526: python: Modules/gcmodule.c:379: visit_decref: Assertion `((gc)
https://bugs.python.org/issue20526 reopened by vstinner

#36759: astimezone() fails on Windows for pre-epoch times
https://bugs.python.org/issue36759 reopened by SilentGhost

#40028: Math module method to find prime factors for non-negative int
https://bugs.python.org/issue40028 opened by trrhodes

#40031: Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to
https://bugs.python.org/issue40031 opened by Vader27

#40034: cgi.parse() does not work with multipart POST requests.
https://bugs.python.org/issue40034 opened by sangh

#40038: pathlib: remove partial support for preserving accessor when m
https://bugs.python.org/issue40038 opened by barneygale

#40042: Enum Flag: psuedo-members have None for name attribute
https://bugs.python.org/issue40042 opened by ethan.furman

#40045: Make "dunder" method documentation easier to locate
https://bugs.python.org/issue40045 opened by aeros

#40048: _PyEval_EvalFrameDefault() doesn't reset tstate->frame if _PyC
https://bugs.python.org/issue40048 opened by vstinner

#40049: tarfile cannot extract from stdin
https://bugs.python.org/issue40049 opened by dtamuc

#40051: Dead link in help(lib2to3)
https://bugs.python.org/issue40051 opened by wyz23x2

#40052: Incorrect pointer alignment in _PyVectorcall_Function() of cpy
https://bugs.python.org/issue40052 opened by asn

#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055 opened by vstinner

#40056: more user-friendly turtledemo
https://bugs.python.org/issue40056 opened by Evin Liang

#40057: Missing mention of some class attributes in socketserver docum
https://bugs.python.org/issue40057 opened by overmighty

#40058: Running test_datetime twice fails with: module 'datetime' has
https://bugs.python.org/issue40058 opened by vstinner

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059 opened by mgorny

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060 opened by Dima.Tisnek

#40061: Possible refleak in _asynciomodule.c future_add_done_callback(
https://bugs.python.org/issue40061 opened by aeros

#40064: py38: document xml.etree.cElementTree will be removed in 3.9
https://bugs.python.org/issue40064 opened by fdrake

#40065: py39: remove deprecation note for xml.etree.cElementTree
https://bugs.python.org/issue40065 opened by fdrake

#40066: Enum._convert should change __repr__ and/or __str__ to use mod
https://bugs.python.org/issue40066 opened by ethan.furman

#40068: test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_for
https://bugs.python.org/issue40068 opened by vstinner

#40070: GCC crashed on AMD64 RHEL7 LTO + PGO 3.7 (compiler bug)
https://bugs.python.org/issue40070 opened by vstinner

#40071: test__xxsubinterpreters leaked [1, 1, 1] references: test_ids
https://bugs.python.org/issue40071 opened by vstinner

#40072: Win7/Python3.8/asyncio IPv6 UDP Server raise OSError when recv
https://bugs.python.org/issue40072 opened by honglei.jiang

#40073: AIX: python3 points to "air"
https://bugs.python.org/issue40073 opened by Michael.Felt

#40074: pickle module dump and load: add support for string file names
https://bugs.python.org/issue40074 opened by Diego Palacios

#40075: _tkinter PythonCmd fails to acquire GIL
https://bugs.python.org/issue40075 opened by speleo3

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077 opened by corona10

#40078: asyncio subprocesses allow pids to be reaped, different behavi
https://bugs.python.org/issue40078 opened by Justin.Lebar

#40079: NULL pointer deref on error path in _ssl debughelpers.c
https://bugs.python.org/issue40079 opened by Alexander Riccio

#40082: Assertion failure in trip_signal
https://bugs.python.org/issue40082 opened by Alexander Riccio

#40083: No run option available in python idle in version 3.8.2
https://bugs.python.org/issue40083 opened by Raj_110

#40084: HTTPStatus has incomplete dir() listing
https://bugs.python.org/issue40084 opened by rhettinger

#40085: Argument parsing option c should accept int between -128 to 25
https://bugs.python.org/issue40085 opened by tzickel

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086 opened by xtreak

#40087: How to Uninstall Python3.7.3 using cmd?
https://bugs.python.org/issue40087 opened by deepaleedotkhare@gmail.com

#40088: list.reverse(): slow sublist reverse
https://bugs.python.org/issue40088 opened by Yury

#40089: Add _at_fork_reinit() method to locks
https://bugs.python.org/issue40089 opened by vstinner

#40090: The referenced RFC for the json module should be corrected to
https://bugs.python.org/issue40090 opened by amaajemyfren

#40091: Crash in logging._after_at_fork_child_reinit_locks()
https://bugs.python.org/issue40091 opened by vstinner

#40092: Crash in _PyThreadState_DeleteExcept() at fork in the process
https://bugs.python.org/issue40092 opened by vstinner



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

#40090: The referenced RFC for the json module should be corrected to
https://bugs.python.org/issue40090

#40087: How to Uninstall Python3.7.3 using cmd?
https://bugs.python.org/issue40087

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086

#40085: Argument parsing option c should accept int between -128 to 25
https://bugs.python.org/issue40085

#40084: HTTPStatus has incomplete dir() listing
https://bugs.python.org/issue40084

#40079: NULL pointer deref on error path in _ssl debughelpers.c
https://bugs.python.org/issue40079

#40078: asyncio subprocesses allow pids to be reaped, different behavi
https://bugs.python.org/issue40078

#40075: _tkinter PythonCmd fails to acquire GIL
https://bugs.python.org/issue40075

#40070: GCC crashed on AMD64 RHEL7 LTO + PGO 3.7 (compiler bug)
https://bugs.python.org/issue40070

#40066: Enum._convert should change __repr__ and/or __str__ to use mod
https://bugs.python.org/issue40066

#40064: py38: document xml.etree.cElementTree will be removed in 3.9
https://bugs.python.org/issue40064

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060

#40057: Missing mention of some class attributes in socketserver docum
https://bugs.python.org/issue40057

#40056: more user-friendly turtledemo
https://bugs.python.org/issue40056

#40051: Dead link in help(lib2to3)
https://bugs.python.org/issue40051



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

#40091: Crash in logging._after_at_fork_child_reinit_locks()
https://bugs.python.org/issue40091

#40090: The referenced RFC for the json module should be corrected to
https://bugs.python.org/issue40090

#40089: Add _at_fork_reinit() method to locks
https://bugs.python.org/issue40089

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077

#40075: _tkinter PythonCmd fails to acquire GIL
https://bugs.python.org/issue40075

#40071: test__xxsubinterpreters leaked [1, 1, 1] references: test_ids
https://bugs.python.org/issue40071

#40057: Missing mention of some class attributes in socketserver docum
https://bugs.python.org/issue40057

#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055

#40052: Incorrect pointer alignment in _PyVectorcall_Function() of cpy
https://bugs.python.org/issue40052

#40049: tarfile cannot extract from stdin
https://bugs.python.org/issue40049

#40045: Make "dunder" method documentation easier to locate
https://bugs.python.org/issue40045

#40034: cgi.parse() does not work with multipart POST requests.
https://bugs.python.org/issue40034

#40025: enum: _generate_next_value_ is not called if its definition oc
https://bugs.python.org/issue40025

#40024: Add _PyModule_AddType private helper function
https://bugs.python.org/issue40024



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

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 18 msgs

#40028: Math module method to find prime factors for non-negative int
https://bugs.python.org/issue40028 12 msgs

#40018: test_ssl fails with OpenSSL 1.1.1e
https://bugs.python.org/issue40018 8 msgs

#36054: On Linux, os.count() should read cgroup cpu.shares and cpu.cfs
https://bugs.python.org/issue36054 7 msgs

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077 7 msgs

#39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop
https://bugs.python.org/issue39148 6 msgs

#40031: Python Configure IDLE 'Ok' and 'Apply' buttons do not seem to
https://bugs.python.org/issue40031 6 msgs

#36759: astimezone() fails on Windows for pre-epoch times
https://bugs.python.org/issue36759 5 msgs

#39943: Meta: Clean up various issues in C internals
https://bugs.python.org/issue39943 5 msgs

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012 5 msgs



Issues closed (64)
==================

#1812: doctest _load_testfile function -- newline handling seems inco
https://bugs.python.org/issue1812 closed by zach.ware

#15436: __sizeof__ is not documented
https://bugs.python.org/issue15436 closed by rhettinger

#19462: Add remove_argument() method to argparse.ArgumentParser
https://bugs.python.org/issue19462 closed by rhettinger

#19698: Implement _imp.exec_builtin and exec_dynamic
https://bugs.python.org/issue19698 closed by brett.cannon

#21983: segfault in ctypes.cast
https://bugs.python.org/issue21983 closed by vstinner

#22490: Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs
https://bugs.python.org/issue22490 closed by jaraco

#24916: In sysconfig, don't rely on sys.version format
https://bugs.python.org/issue24916 closed by serhiy.storchaka

#25024: Allow passing "delete=False" to TemporaryDirectory
https://bugs.python.org/issue25024 closed by serhiy.storchaka

#31521: segfault in PyBytes_AsString
https://bugs.python.org/issue31521 closed by vstinner

#32173: linecache.py add lazycache to __all__ and use dict.clear to cl
https://bugs.python.org/issue32173 closed by akuchling

#36144: Dictionary union. (PEP 584)
https://bugs.python.org/issue36144 closed by brandtbucher

#36989: test_thread fails because symbol is (no longer) exported
https://bugs.python.org/issue36989 closed by vstinner

#37319: Deprecate using random.randrange() with non-integers
https://bugs.python.org/issue37319 closed by rhettinger

#38044: unittest causing segfaults with string malloc in c++ module
https://bugs.python.org/issue38044 closed by vstinner

#38353: Cleanup the path configuration implementation code (getpath.c)
https://bugs.python.org/issue38353 closed by vstinner

#38410: Possible fatal errors due to _PyEval_SetAsyncGen{Finalizer,Fir
https://bugs.python.org/issue38410 closed by steve.dower

#38826: Regular Expression Denial of Service in urllib.request.Abstrac
https://bugs.python.org/issue38826 closed by vstinner

#38945: Remove newline characters from uu encoding methods
https://bugs.python.org/issue38945 closed by larry

#39352: Remove the formatter module, deprecated since Python 3.4
https://bugs.python.org/issue39352 closed by vstinner

#39538: SystemError when set Element.attrib to non-dict
https://bugs.python.org/issue39538 closed by serhiy.storchaka

#39541: distutils: Remove bdist_wininst (Windows .exe installers) in f
https://bugs.python.org/issue39541 closed by vstinner

#39652: sqlite3 bug handling column names that contain square braces
https://bugs.python.org/issue39652 closed by serhiy.storchaka

#39787: test_ssl and test_urllib2_localnet failing with new OpenSSL
https://bugs.python.org/issue39787 closed by vstinner

#39853: Segmentation fault with urllib.request.urlopen and threads
https://bugs.python.org/issue39853 closed by vstinner

#39873: Debug mode: check if objects are valid
https://bugs.python.org/issue39873 closed by vstinner

#39879: Update language reference to specify that dict is insertion-or
https://bugs.python.org/issue39879 closed by zach.ware

#39882: Py_FatalError(): log automatically the function name
https://bugs.python.org/issue39882 closed by vstinner

#39908: Remove unused args from init_set_builtins_open and _Py_FatalEr
https://bugs.python.org/issue39908 closed by petdance

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 closed by Seth.Troisi

#39975: Commands running in 3.7.6 Shell, but failing as script
https://bugs.python.org/issue39975 closed by terry.reedy

#39984: Move pending calls from _PyRuntime to PyInterpreterState
https://bugs.python.org/issue39984 closed by vstinner

#39999: Fix some issues with AST node classes
https://bugs.python.org/issue39999 closed by serhiy.storchaka

#40005: Getting different result in python 2.7 and 3.7.
https://bugs.python.org/issue40005 closed by tim.peters

#40010: Inefficient signal handling in multithreaded applications
https://bugs.python.org/issue40010 closed by vstinner

#40011: Tkinter widget events become tuples
https://bugs.python.org/issue40011 closed by terry.reedy

#40013: CSV DictReader restval parameter documentation
https://bugs.python.org/issue40013 closed by xtreak

#40014: os.getgrouplist() can fail on macOS if the user has more than
https://bugs.python.org/issue40014 closed by vstinner

#40016: Clarify flag case in `re` module docstring
https://bugs.python.org/issue40016 closed by terry.reedy

#40017: Please support CLOCK_TAI in the time module.
https://bugs.python.org/issue40017 closed by benjamin.peterson

#40022: ???????????
https://bugs.python.org/issue40022 closed by terry.reedy

#40029: test_importlib.test_zip requires zlib but not marked
https://bugs.python.org/issue40029 closed by jaraco

#40030: Error with math.fsum() regarding float-point error
https://bugs.python.org/issue40030 closed by serhiy.storchaka

#40032: Remove explicit inheriting of object in class definitions
https://bugs.python.org/issue40032 closed by serhiy.storchaka

#40033: Just defined class missing from scope
https://bugs.python.org/issue40033 closed by rhettinger

#40035: Filtration of the .txt file
https://bugs.python.org/issue40035 closed by eric.smith

#40036: Deleting duplicates in itertoolsmodule.c
https://bugs.python.org/issue40036 closed by rhettinger

#40037: py_compile.py quiet undefined in main function
https://bugs.python.org/issue40037 closed by xtreak

#40039: [CVE-2020-10796] Python multiprocessing Remote Code Execution
https://bugs.python.org/issue40039 closed by steve.dower

#40040: ProactorEventLoop fails on recvfrom with IPv6 sockets
https://bugs.python.org/issue40040 closed by kbr

#40041: Typo in argparse ja-document wrong:'append', correct:'extend'
https://bugs.python.org/issue40041 closed by Yasunobu Imamura

#40043: RegExp Conditional Construct (?(id/name)yes-pattern|no-pattern
https://bugs.python.org/issue40043 closed by SilentGhost

#40044: Tests failing with the latest update of openssl to version 1.1
https://bugs.python.org/issue40044 closed by cstratak

#40046: Increase test coverage of the random module
https://bugs.python.org/issue40046 closed by rhettinger

#40047: itertools.tee does not release resources during iteration?
https://bugs.python.org/issue40047 closed by rhettinger

#40050: importlib: module.__spec__ leaks importlib namespaces (test_i
https://bugs.python.org/issue40050 closed by vstinner

#40053: Document the behavior that no interplotation is applied when n
https://bugs.python.org/issue40053 closed by nhua

#40054: Allow formatted strings as docstrings
https://bugs.python.org/issue40054 closed by serhiy.storchaka

#40062: islapha method returns True when the word is japanese
https://bugs.python.org/issue40062 closed by eric.smith

#40063: Bug in 3rd party sybase database connector (Fatal python error
https://bugs.python.org/issue40063 closed by vstinner

#40067: Improve error messages for multiple star expressions in assign
https://bugs.python.org/issue40067 closed by pablogsal

#40069: Clear .lst files for AIX
https://bugs.python.org/issue40069 closed by vstinner

#40076: isoformat function drops microseconds part if its value is 000
https://bugs.python.org/issue40076 closed by Alexander Bolshakov

#40080: Stripping annotations out as a new optimization mode
https://bugs.python.org/issue40080 closed by rhettinger

#40081: List sorting
https://bugs.python.org/issue40081 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-03-27 - 2020-04-03)
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 (+44)
closed 44526 (+40)
total 51927 (+84)

Open issues with patches: 2909


Issues opened (65)
==================

#23574: datetime: support leap seconds
https://bugs.python.org/issue23574 reopened by vstinner

#35455: Solaris thread_time doesn't work with current implementation
https://bugs.python.org/issue35455 reopened by BTaskaya

#37207: Use PEP 590 vectorcall to speed up calls to range(), list() an
https://bugs.python.org/issue37207 reopened by petr.viktorin

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 reopened by vstinner

#39951: Ignore specific errors when closing ssl connections
https://bugs.python.org/issue39951 reopened by Dima.Tisnek

#40068: test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_for
https://bugs.python.org/issue40068 reopened by vstinner

#40093: ThreadPoolExecutor with wait=True shuts down too early
https://bugs.python.org/issue40093 opened by fireattack

#40094: Add os.waitstatus_to_exitcode() function
https://bugs.python.org/issue40094 opened by vstinner

#40095: Incorrect st_ino returned for ReFS on Windows 10
https://bugs.python.org/issue40095 opened by mbrijun@gmail.com

#40098: dir() does not return the list of valid attributes for the obj
https://bugs.python.org/issue40098 opened by serhiy.storchaka

#40100: IDLE: Undesired behavior of emoji in editor.
https://bugs.python.org/issue40100 opened by Alex-Python-Programmer

#40101: lib2to3 fails on default convert functionality
https://bugs.python.org/issue40101 opened by BTaskaya

#40102: Improve XLC support for function attributes
https://bugs.python.org/issue40102 opened by BTaskaya

#40103: ZipFile.extractall is not multiprocess safe with regard to dir
https://bugs.python.org/issue40103 opened by nathansilberman

#40105: Updating zip comment doesn't truncate the zip file
https://bugs.python.org/issue40105 opened by nergall2

#40106: multiprocessor spawn
https://bugs.python.org/issue40106 opened by mouse07410

#40107: pathlib: make `_Accessor.open()` return a file object and not
https://bugs.python.org/issue40107 opened by barneygale

#40110: multiprocessing.Pool.imap() should be lazy
https://bugs.python.org/issue40110 opened by kousu

#40111: Introspect ssl context: read ALPN and NPN protocols
https://bugs.python.org/issue40111 opened by Dima.Tisnek

#40113: Turtle demo
https://bugs.python.org/issue40113 opened by Davide Golinelli

#40116: Regression in memory use of shared key dictionaries for "compa
https://bugs.python.org/issue40116 opened by Mark.Shannon

#40118: os.stat in linux shows the wrong inode
https://bugs.python.org/issue40118 opened by omer sela

#40119: ensurepip should use different pattern for pip/setuptool wheel
https://bugs.python.org/issue40119 opened by anthon

#40120: Undefined C behavior going beyond end of struct via a [1] arra
https://bugs.python.org/issue40120 opened by gregory.p.smith

#40124: Clearer assertion error
https://bugs.python.org/issue40124 opened by pgjones

#40126: Incorrect error handling in unittest.mock
https://bugs.python.org/issue40126 opened by bmclarnon

#40127: Documentation of SSL library
https://bugs.python.org/issue40127 opened by Christophe Nanteuil

#40128: IDLE Show completions pop-up not working on macOS
https://bugs.python.org/issue40128 opened by darthur90

#40129: Add test classes for custom __index__, __int__, __float__ and
https://bugs.python.org/issue40129 opened by serhiy.storchaka

#40132: Mechanism to control who owns package names on PyPI?
https://bugs.python.org/issue40132 opened by ChrisRands

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133 opened by Flameeyes

#40134: Inconsistent ANSI escape code handling on Windows 10
https://bugs.python.org/issue40134 opened by daverove

#40135: multiprocessing: test_shared_memory_across_processes() cannot
https://bugs.python.org/issue40135 opened by vstinner

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137 opened by vstinner

#40138: Windows implementation of os.waitpid() truncates the exit stat
https://bugs.python.org/issue40138 opened by vstinner

#40139: mimetypes module racy
https://bugs.python.org/issue40139 opened by ukl

#40142: Modify _PyObject_GC_TRACK() to ensure that newly tracked objec
https://bugs.python.org/issue40142 opened by vstinner

#40143: shutil.rmtree will frequently fail on Windows under heavy load
https://bugs.python.org/issue40143 opened by Alexander Riccio

#40145: Pyshellext room for binary size improvement
https://bugs.python.org/issue40145 opened by Alexander Riccio

#40147: Move checking for duplicated keywords to the compiler
https://bugs.python.org/issue40147 opened by pablogsal

#40148: Add PurePath.with_stem()
https://bugs.python.org/issue40148 opened by timhoffm

#40149: test_threading leaked [38, 38, 38] references, sum=114
https://bugs.python.org/issue40149 opened by vstinner

#40150: (minor) mismatched argument in overlapped_RegisterWaitWithQueu
https://bugs.python.org/issue40150 opened by Alexander Riccio

#40151: _overlapped room for improvement
https://bugs.python.org/issue40151 opened by Alexander Riccio

#40152: Coroutine hangs if it performs async operations when handling
https://bugs.python.org/issue40152 opened by salgado

#40153: json dump with repeated key
https://bugs.python.org/issue40153 opened by facundobatista

#40154: embedded null byte when connecting to sqlite database using a
https://bugs.python.org/issue40154 opened by ferferga

#40157: SMTP email policy does not encode non-ASCII characters
https://bugs.python.org/issue40157 opened by aepsil0n

#40158: MSBuild Extensions in CPython NuGet Package has Bad Expression
https://bugs.python.org/issue40158 opened by sydefekt

#40160: documentation example of os.walk should be less destructive
https://bugs.python.org/issue40160 opened by jftuga

#40161: Name collisions in pythoncore, preventing unity/jumbo build
https://bugs.python.org/issue40161 opened by Alexander Riccio

#40163: multissl doesn't support tarballs in /source/old/
https://bugs.python.org/issue40163 opened by vstinner

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1f
https://bugs.python.org/issue40164 opened by ned.deily

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165 opened by BTaskaya

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166 opened by amaajemyfren

#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167 opened by Beier Liu

#40168: import pandas error[python 3.8.]
https://bugs.python.org/issue40168 opened by Harish Gajjar

#40169: `dis.findlabels()` should accept a code object
https://bugs.python.org/issue40169 opened by laike9m

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 opened by vstinner

#40171: Attempting to import inaccessible package imports an empty pac
https://bugs.python.org/issue40171 opened by xfix

#40172: ZipInfo corrupts file names in some old zip archives
https://bugs.python.org/issue40172 opened by nergall2

#40173: test.support.import_fresh_module fails to correctly block subm
https://bugs.python.org/issue40173 opened by p-ganssle

#40174: HAVE_CLOCK_GETTIME not repected in pytime.c
https://bugs.python.org/issue40174 opened by jerome.hamm

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175 opened by nergall2

#40176: unterminated string literal tokenization error messages could
https://bugs.python.org/issue40176 opened by benjamin.peterson



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

#40176: unterminated string literal tokenization error messages could
https://bugs.python.org/issue40176

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175

#40173: test.support.import_fresh_module fails to correctly block subm
https://bugs.python.org/issue40173

#40172: ZipInfo corrupts file names in some old zip archives
https://bugs.python.org/issue40172

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170

#40169: `dis.findlabels()` should accept a code object
https://bugs.python.org/issue40169

#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1f
https://bugs.python.org/issue40164

#40161: Name collisions in pythoncore, preventing unity/jumbo build
https://bugs.python.org/issue40161

#40157: SMTP email policy does not encode non-ASCII characters
https://bugs.python.org/issue40157

#40154: embedded null byte when connecting to sqlite database using a
https://bugs.python.org/issue40154

#40152: Coroutine hangs if it performs async operations when handling
https://bugs.python.org/issue40152

#40150: (minor) mismatched argument in overlapped_RegisterWaitWithQueu
https://bugs.python.org/issue40150



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

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175

#40172: ZipInfo corrupts file names in some old zip archives
https://bugs.python.org/issue40172

#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165

#40163: multissl doesn't support tarballs in /source/old/
https://bugs.python.org/issue40163

#40160: documentation example of os.walk should be less destructive
https://bugs.python.org/issue40160

#40158: MSBuild Extensions in CPython NuGet Package has Bad Expression
https://bugs.python.org/issue40158

#40151: _overlapped room for improvement
https://bugs.python.org/issue40151

#40148: Add PurePath.with_stem()
https://bugs.python.org/issue40148

#40147: Move checking for duplicated keywords to the compiler
https://bugs.python.org/issue40147

#40145: Pyshellext room for binary size improvement
https://bugs.python.org/issue40145

#40142: Modify _PyObject_GC_TRACK() to ensure that newly tracked objec
https://bugs.python.org/issue40142

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133



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

#40094: Add os.waitstatus_to_exitcode() function
https://bugs.python.org/issue40094 29 msgs

#37207: Use PEP 590 vectorcall to speed up calls to range(), list() an
https://bugs.python.org/issue37207 13 msgs

#40120: Undefined C behavior going beyond end of struct via a [1] arra
https://bugs.python.org/issue40120 13 msgs

#40098: dir() does not return the list of valid attributes for the obj
https://bugs.python.org/issue40098 10 msgs

#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 8 msgs

#39837: Remove Azure Pipelines from GitHub PRs
https://bugs.python.org/issue39837 8 msgs

#39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception
https://bugs.python.org/issue39966 8 msgs

#40077: Convert static types to PyType_FromSpec()
https://bugs.python.org/issue40077 8 msgs

#33725: Python crashes on macOS after fork with no exec
https://bugs.python.org/issue33725 7 msgs

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



Issues closed (42)
==================

#15140: PEP 384 inconsistent with implementation
https://bugs.python.org/issue15140 closed by gvanrossum

#38527: configure script fails to detect "float word ordering" on Sola
https://bugs.python.org/issue38527 closed by pablogsal

#38636: IDLE regression: toggle tabs and change indent width functions
https://bugs.python.org/issue38636 closed by terry.reedy

#38972: [venv] Link to instructions to change PowerShell execution pol
https://bugs.python.org/issue38972 closed by brett.cannon

#39133: threading lib. working improperly on idle window
https://bugs.python.org/issue39133 closed by terry.reedy

#39682: pathlib.Path objects can be used as context managers
https://bugs.python.org/issue39682 closed by pitrou

#39780: Add HTTP Response code 103
https://bugs.python.org/issue39780 closed by corona10

#39812: Avoid daemon threads in concurrent.futures
https://bugs.python.org/issue39812 closed by pitrou

#39982: FreeBSD: SCTP tests of test_socket fails on AMD64 FreeBSD Shar
https://bugs.python.org/issue39982 closed by koobs

#40018: test_ssl fails with OpenSSL 1.1.1e
https://bugs.python.org/issue40018 closed by benjamin.peterson

#40019: test_gdb should better detect when Python is optimized
https://bugs.python.org/issue40019 closed by vstinner

#40020: growable_comment_array_add leaks, causes crash
https://bugs.python.org/issue40020 closed by Alexander Riccio

#40024: Add PyModule_AddType helper function
https://bugs.python.org/issue40024 closed by vstinner

#40071: test__xxsubinterpreters leaked [1, 1, 1] references: test_ids
https://bugs.python.org/issue40071 closed by vstinner

#40086: test_etree is skipped in test_typing due to cElementTree remov
https://bugs.python.org/issue40086 closed by xtreak

#40087: How to Uninstall Python3.7.3 using cmd?
https://bugs.python.org/issue40087 closed by terry.reedy

#40088: list.reverse(): slow sublist reverse
https://bugs.python.org/issue40088 closed by rhettinger

#40096: Support _Py_NO_RETURN on XLC
https://bugs.python.org/issue40096 closed by pablogsal

#40097: Queue.Empty issue - Python3.8
https://bugs.python.org/issue40097 closed by Python_dev_IL

#40099: modify code format of json library for pep7,8
https://bugs.python.org/issue40099 closed by rhettinger

#40104: ElementTree does not find elements in a default namespace with
https://bugs.python.org/issue40104 closed by Myron Walker

#40108: Improve error message for -m option when .py is present
https://bugs.python.org/issue40108 closed by pablogsal

#40109: List index doesn't work with multiple assignment
https://bugs.python.org/issue40109 closed by benjamin.peterson

#40112: AIX: xlc - default path changed and no longer recognized
https://bugs.python.org/issue40112 closed by vstinner

#40114: support maxsize argument for lru_cache's user_function option
https://bugs.python.org/issue40114 closed by brendon-zhang@hotmail.com

#40115: test_asyncio leaked [3, 3, 3] references, sum=9
https://bugs.python.org/issue40115 closed by vstinner

#40117: __round__ doesn't behave well with return NotImplemented
https://bugs.python.org/issue40117 closed by mark.dickinson

#40121: socket module missing audit events
https://bugs.python.org/issue40121 closed by steve.dower

#40122: The implementation and documentation of "dis.findlables" don't
https://bugs.python.org/issue40122 closed by serhiy.storchaka

#40123: append() works not correct
https://bugs.python.org/issue40123 closed by steven.daprano

#40125: update OpenSSL 1.1.1 in multissltests.py to 1.1.1f
https://bugs.python.org/issue40125 closed by benjamin.peterson

#40130: Remove _PyUnicode_AsKind from private C API
https://bugs.python.org/issue40130 closed by serhiy.storchaka

#40131: Zipapp example has parameters in the wrong order
https://bugs.python.org/issue40131 closed by xtreak

#40136: add warning to datetime.replace documentation to not use it fo
https://bugs.python.org/issue40136 closed by p-ganssle

#40140: test_builtin crashes when runned in parallel mode on solaris
https://bugs.python.org/issue40140 closed by vstinner

#40141: Add line and column information for keywords in the AST
https://bugs.python.org/issue40141 closed by pablogsal

#40144: resource: RLIMIT_xxx and RUSAGE_xxx constants are missing on m
https://bugs.python.org/issue40144 closed by vstinner

#40146: Upgrade Azure Pipelines to OpenSSL 1.1.1f
https://bugs.python.org/issue40146 closed by vstinner

#40155: AIX: test_builtin.test_input_no_stdout_fileno() hangs
https://bugs.python.org/issue40155 closed by vstinner

#40156: CodeCov/patch job stills runs on pull requests on 3.5 and 3.6
https://bugs.python.org/issue40156 closed by vstinner

#40159: Make python -V -V output arguments of configure
https://bugs.python.org/issue40159 closed by Volker Weißmann

#40162: Upgrade Travis CI to OpenSSL 1.1.1f
https://bugs.python.org/issue40162 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-03 - 2020-04-10)
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 7433 (+32)
closed 44563 (+37)
total 51996 (+69)

Open issues with patches: 2934


Issues opened (50)
==================

#39984: Move pending calls from _PyRuntime to PyInterpreterState
https://bugs.python.org/issue39984 reopened by vstinner

#40178: Convert the remaining os funtions to Argument Clinic
https://bugs.python.org/issue40178 opened by serhiy.storchaka

#40179: Argument Clinic incorretly translates #elif
https://bugs.python.org/issue40179 opened by serhiy.storchaka

#40180: isinstance(cls_with_metaclass, non_type) raises KeyError
https://bugs.python.org/issue40180 opened by terry.reedy

#40181: IDLE: remove positional-only note from calltips
https://bugs.python.org/issue40181 opened by terry.reedy

#40183: AC_COMPILE_IFELSE doesn't work in all cases
https://bugs.python.org/issue40183 opened by jerome.hamm

#40186: test_notify_all hangs forever in sparc64
https://bugs.python.org/issue40186 opened by BTaskaya

#40188: Azure Pipelines jobs failing randomly with: Unable to connect
https://bugs.python.org/issue40188 opened by vstinner

#40191: tempfile.mkstemp() | Documentation Error
https://bugs.python.org/issue40191 opened by Howard Waterfall

#40192: time.thread_time isn't outputting in nanoseconds in AIX
https://bugs.python.org/issue40192 opened by BTaskaya

#40195: multiprocessing.Queue.put can fail silently due to pickle erro
https://bugs.python.org/issue40195 opened by Sander Land

#40197: Add nanoseconds to timing table in What's new python 3.8
https://bugs.python.org/issue40197 opened by mchels

#40198: macOS Python builds from Python.org ignore DYLD_LIBRARY_PATH d
https://bugs.python.org/issue40198 opened by dgelessus

#40199: Invalid escape sequence DeprecationWarnings don't trigger by d
https://bugs.python.org/issue40199 opened by Numerlor

#40202: Misleading grammatically of ValueError Message?
https://bugs.python.org/issue40202 opened by Jacob RR

#40203: Warn about invalid PYTHONUSERBASE
https://bugs.python.org/issue40203 opened by Volker Weißmann

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

#40205: Profile 'builtins' parameter documentation missing
https://bugs.python.org/issue40205 opened by bar.harel

#40207: Expose NCURSES_EXT_FUNCS under curses
https://bugs.python.org/issue40207 opened by BTaskaya

#40208: Remove deprecated SymbolTable.has_exec
https://bugs.python.org/issue40208 opened by BTaskaya

#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209 opened by hakancelik

#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210 opened by Nikolai Ehrhardt

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211 opened by BTaskaya

#40212: Re-enable posix_fallocate and posix_fadvise on AIX
https://bugs.python.org/issue40212 opened by BTaskaya

#40213: contextlib.aclosing()
https://bugs.python.org/issue40213 opened by John Belmonte

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 opened by aeros

#40215: Use xdg basedir spec on linux
https://bugs.python.org/issue40215 opened by Óscar García Amor

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 opened by vstinner

#40218: sys.executable is a non existing path if python is executed fr
https://bugs.python.org/issue40218 opened by Volker Weißmann

#40219: ttk LabeledScale: label covered by hidden element
https://bugs.python.org/issue40219 opened by Stephen Bell

#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221 opened by vstinner

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 opened by Mark.Shannon

#40223: Add -fwrapv for new icc versions
https://bugs.python.org/issue40223 opened by skrah

#40225: recursive call within generator expression is O(depth)
https://bugs.python.org/issue40225 opened by brendon-zhang@hotmail.com

#40227: SSLError is not passed to the client during handshake
https://bugs.python.org/issue40227 opened by iivanyuk

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228 opened by Mark.Shannon

#40229: tty unblocking setraw and save-restore features
https://bugs.python.org/issue40229 opened by Steven Lu

#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230 opened by Henry Carscadden

#40231: Fix pending calls in subinterpreters
https://bugs.python.org/issue40231 opened by vstinner

#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232 opened by vstinner

#40234: Disallow daemon threads in subinterpreters optionally.
https://bugs.python.org/issue40234 opened by eric.snow

#40235: confusing documentation for IOBase.__exit__
https://bugs.python.org/issue40235 opened by dholth

#40236: datetime.datetime.strptime get day error
https://bugs.python.org/issue40236 opened by zhanying

#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237 opened by vstinner

#40238: os.stat() on Windows succeeds for nonexistent paths with trail
https://bugs.python.org/issue40238 opened by laloch

#40240: Expose public spelling of _PyGC_FINALIZED and _PyGC_SET_FINALI
https://bugs.python.org/issue40240 opened by Eric Cousineau

#40241: [C API] Make PyGC_Head structure opaque, or even move it to th
https://bugs.python.org/issue40241 opened by vstinner

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243 opened by wmeehan

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 opened by Michael.Felt

#40245: Add description meta tags to docs.python.org
https://bugs.python.org/issue40245 opened by 0az



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

#40245: Add description meta tags to docs.python.org
https://bugs.python.org/issue40245

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243

#40235: confusing documentation for IOBase.__exit__
https://bugs.python.org/issue40235

#40229: tty unblocking setraw and save-restore features
https://bugs.python.org/issue40229

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228

#40227: SSLError is not passed to the client during handshake
https://bugs.python.org/issue40227

#40223: Add -fwrapv for new icc versions
https://bugs.python.org/issue40223

#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221

#40219: ttk LabeledScale: label covered by hidden element
https://bugs.python.org/issue40219

#40215: Use xdg basedir spec on linux
https://bugs.python.org/issue40215

#40212: Re-enable posix_fallocate and posix_fadvise on AIX
https://bugs.python.org/issue40212

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211

#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210

#40208: Remove deprecated SymbolTable.has_exec
https://bugs.python.org/issue40208

#40207: Expose NCURSES_EXT_FUNCS under curses
https://bugs.python.org/issue40207



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

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243

#40241: [C API] Make PyGC_Head structure opaque, or even move it to th
https://bugs.python.org/issue40241

#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237

#40234: Disallow daemon threads in subinterpreters optionally.
https://bugs.python.org/issue40234

#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232

#40229: tty unblocking setraw and save-restore features
https://bugs.python.org/issue40229

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214

#40212: Re-enable posix_fallocate and posix_fadvise on AIX
https://bugs.python.org/issue40212

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211

#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209

#40208: Remove deprecated SymbolTable.has_exec
https://bugs.python.org/issue40208

#40207: Expose NCURSES_EXT_FUNCS under curses
https://bugs.python.org/issue40207

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



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

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 16 msgs

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 16 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 13 msgs

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 12 msgs

#40225: recursive call within generator expression is O(depth)
https://bugs.python.org/issue40225 12 msgs

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

#40240: Expose public spelling of _PyGC_FINALIZED and _PyGC_SET_FINALI
https://bugs.python.org/issue40240 9 msgs

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060 8 msgs

#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230 7 msgs

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 7 msgs



Issues closed (36)
==================

#5654: Add C hook in PyDict_SetItem for debuggers
https://bugs.python.org/issue5654 closed by vstinner

#25780: Add support for CAN_RAW_JOIN_FILTERS
https://bugs.python.org/issue25780 closed by pablogsal

#33608: Add a cross-interpreter-safe mechanism to indicate that an obj
https://bugs.python.org/issue33608 closed by vstinner

#37127: Handling pending calls during runtime finalization may cause p
https://bugs.python.org/issue37127 closed by vstinner

#38501: multiprocessing.Pool hangs atexit (and garbage collection some
https://bugs.python.org/issue38501 closed by pablogsal

#38689: IDLE crashes when KeyError is raised during calltip generation
https://bugs.python.org/issue38689 closed by terry.reedy

#39019: Missing class getitems in standard library classes
https://bugs.python.org/issue39019 closed by BTaskaya

#39689: struct and memoryview tests rely on undefined behavior (as rev
https://bugs.python.org/issue39689 closed by petr.viktorin

#40082: trip_signal() gets NULL tstate on Windows on CTRL+C
https://bugs.python.org/issue40082 closed by vstinner

#40118: os.stat in linux shows the wrong inode
https://bugs.python.org/issue40118 closed by ammar2

#40132: Mechanism to control who owns package names on PyPI?
https://bugs.python.org/issue40132 closed by terry.reedy

#40147: Move checking for duplicated keywords to the compiler
https://bugs.python.org/issue40147 closed by pablogsal

#40154: embedded null byte when connecting to sqlite database using a
https://bugs.python.org/issue40154 closed by SilentGhost

#40158: MSBuild Extensions in CPython NuGet Package has Bad Expression
https://bugs.python.org/issue40158 closed by steve.dower

#40166: UNICODE HOWTO: Change the total number of code points in the i
https://bugs.python.org/issue40166 closed by benjamin.peterson

#40175: Add support for removing zip entry in ZipInfo
https://bugs.python.org/issue40175 closed by nergall2

#40177: Python Language Reference Documentation
https://bugs.python.org/issue40177 closed by mark.dickinson

#40182: Remove the _field_types attribute of NamedTuple
https://bugs.python.org/issue40182 closed by serhiy.storchaka

#40184: Compiler warnings under sparc64
https://bugs.python.org/issue40184 closed by benjamin.peterson

#40185: Refactor typing.NamedTuple
https://bugs.python.org/issue40185 closed by serhiy.storchaka

#40187: Refactor typing.TypedDict
https://bugs.python.org/issue40187 closed by serhiy.storchaka

#40189: MultiProcessing Subclass - overrides run method issue
https://bugs.python.org/issue40189 closed by Python_dev_IL

#40190: Add support for _SC_AIX_REALMEM in posix.sysconf
https://bugs.python.org/issue40190 closed by vstinner

#40193: thread.get_native_id() support for solaris
https://bugs.python.org/issue40193 closed by BTaskaya

#40194: Document special meanings of a single underscore
https://bugs.python.org/issue40194 closed by SilentGhost

#40196: symtable.Symbol.is_local() can be True for global symbols
https://bugs.python.org/issue40196 closed by pablogsal

#40200: count 0 crash
https://bugs.python.org/issue40200 closed by BTaskaya

#40201: Last digit count error
https://bugs.python.org/issue40201 closed by josh.r

#40206: Multiplying 4.6*100 will result in 459.99999999999994
https://bugs.python.org/issue40206 closed by eric.smith

#40216: Support --runstatedir in configure
https://bugs.python.org/issue40216 closed by vstinner

#40220: Modules/gcmodule.c:434: update_refs: Assertion "gc_get_refs(gc
https://bugs.python.org/issue40220 closed by gregory.p.smith

#40224: delete_me
https://bugs.python.org/issue40224 closed by ronaldoussoren

#40226: Leak in tstate->interp->ceval.pending
https://bugs.python.org/issue40226 closed by vstinner

#40233: Awkward to set compression on writeable ZipFile.open()
https://bugs.python.org/issue40233 closed by dholth

#40239: Add a function for merging sorted iterables
https://bugs.python.org/issue40239 closed by serhiy.storchaka

#40242: zmq mysql core dump
https://bugs.python.org/issue40242 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-10 - 2020-04-17)
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 7443 (+10)
closed 44618 (+55)
total 52061 (+65)

Open issues with patches: 2932


Issues opened (40)
==================

#25680: Selector.select() hangs when there is nothing to select
https://bugs.python.org/issue25680 reopened by gvanrossum

#40247: Logged out of user when running Tkinter
https://bugs.python.org/issue40247 opened by Jordan

#40249: __import__ doesn't honour globals
https://bugs.python.org/issue40249 opened by stefan

#40250: unable to comment out r'\u' string with triple quote marks
https://bugs.python.org/issue40250 opened by Elmar Bucher

#40251: selectors.KqueueSelector hangs on EOF, unlike other selectors
https://bugs.python.org/issue40251 opened by russelldavis

#40252: selectors.KqueueSelector should not be the default selector
https://bugs.python.org/issue40252 opened by russelldavis

#40253: Fix .py(w) file association with Pyhon 3 Windows installer
https://bugs.python.org/issue40253 opened by virtualnobi

#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254 opened by cocoatomo

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 opened by eelizondo

#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256 opened by YusufM

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 opened by serhiy.storchaka

#40259: re.Scanner groups
https://bugs.python.org/issue40259 opened by dchron

#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260 opened by barry-scott

#40261: Build of Python where make is called from subprocess, within a
https://bugs.python.org/issue40261 opened by rdbisme

#40262: SSL recv_into requires the object to implement __len__ unlike
https://bugs.python.org/issue40262 opened by tzickel

#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263 opened by Ray Donnelly

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 opened by rushilu

#40272: ModuleNotFoundEror thrown by system python while accessing it
https://bugs.python.org/issue40272 opened by gavin

#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273 opened by jack1142

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 opened by vstinner

#40278: pathlib Path.replace raises OSError when target exists
https://bugs.python.org/issue40278 opened by selik

#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279 opened by scoder

#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280 opened by Simon Biggs

#40283: Documentation of turtle.circle()
https://bugs.python.org/issue40283 opened by guchao

#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284 opened by rhettinger

#40288: atexit module should not be loaded more than once per interpre
https://bugs.python.org/issue40288 opened by vstinner

#40289: "highlighting" how to get Python's Scripts directory in the do
https://bugs.python.org/issue40289 opened by thautwarm

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291 opened by karlding

#40293: Tag libffi build and sources in cpython-source-deps for 3.9.0b
https://bugs.python.org/issue40293 opened by indygreg

#40296: help(list[int]) fails
https://bugs.python.org/issue40296 opened by serhiy.storchaka

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297 opened by karlding

#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300 opened by felixxm

#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301 opened by massimosala

#40304: Classes created using type() don't need to explicitly inherit
https://bugs.python.org/issue40304 opened by boris

#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305 opened by ROUX antoine2

#40306: Enhancement request for SSLContext - flag to handle trailing d
https://bugs.python.org/issue40306 opened by bli2020

#40307: multiprocessing.BaseManager does not retain Client type.
https://bugs.python.org/issue40307 opened by amol

#40308: Intermittent failure of test_os.TestScandir.test_attributes on
https://bugs.python.org/issue40308 opened by Dennis Sweeney

#40309: “unmatched paren” for space before parenthesis in Py_Build
https://bugs.python.org/issue40309 opened by Wrzlprmft

#40311: docs.python.org banner - release blocker for 2.7.18
https://bugs.python.org/issue40311 opened by sumanah



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

#40309: “unmatched paren” for space before parenthesis in Py_Build
https://bugs.python.org/issue40309

#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305

#40304: Classes created using type() don't need to explicitly inherit
https://bugs.python.org/issue40304

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291

#40289: "highlighting" how to get Python's Scripts directory in the do
https://bugs.python.org/issue40289

#40283: Documentation of turtle.circle()
https://bugs.python.org/issue40283

#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279

#40275: test.support has way too many imports
https://bugs.python.org/issue40275

#40272: ModuleNotFoundEror thrown by system python while accessing it
https://bugs.python.org/issue40272

#40262: SSL recv_into requires the object to implement __len__ unlike
https://bugs.python.org/issue40262

#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256

#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254

#40252: selectors.KqueueSelector should not be the default selector
https://bugs.python.org/issue40252

#40251: selectors.KqueueSelector hangs on EOF, unlike other selectors
https://bugs.python.org/issue40251



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

#40305: Fix server_close() method for ThreadingHTTPServer and TCPServe
https://bugs.python.org/issue40305

#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301

#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291

#40288: atexit module should not be loaded more than once per interpre
https://bugs.python.org/issue40288

#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269

#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263

#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255

#40254: pyspecific directives are not translatable
https://bugs.python.org/issue40254

#40243: Unicode 3.2 numeric uses decimal_changed instead of numeric_ch
https://bugs.python.org/issue40243

#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237



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

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 45 msgs

#40260: modulefinder traceback regression starting on Windows
https://bugs.python.org/issue40260 15 msgs

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 13 msgs

#36780: Interpreter exit blocks waiting for futures of shut-down Threa
https://bugs.python.org/issue36780 9 msgs

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 9 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 8 msgs

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 8 msgs

#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284 8 msgs

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 7 msgs

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 7 msgs



Issues closed (55)
==================

#15904: file,close() can fail assert on Windows in 2.7
https://bugs.python.org/issue15904 closed by benjamin.peterson

#29255: selects.KqueueSelector behaves incorrectly when no fds are reg
https://bugs.python.org/issue29255 closed by gvanrossum

#30140: Binary arithmetic does not always call subclasses first
https://bugs.python.org/issue30140 closed by gvanrossum

#31758: various refleaks in _elementtree, and crashes when using an un
https://bugs.python.org/issue31758 closed by scoder

#32033: The pwd module implementation incorrectly sets some attributes
https://bugs.python.org/issue32033 closed by vstinner

#32894: AST unparsing of infinity numbers
https://bugs.python.org/issue32894 closed by vstinner

#35967: Better platform.processor support
https://bugs.python.org/issue35967 closed by jaraco

#38644: Pass explicitly tstate to function calls
https://bugs.python.org/issue38644 closed by vstinner

#39011: ElementTree attributes replace "\r" with "\n"
https://bugs.python.org/issue39011 closed by scoder

#39380: ftplib uses latin-1 as default encoding
https://bugs.python.org/issue39380 closed by vstinner

#39522: AST Unparser with unicode kinded constants
https://bugs.python.org/issue39522 closed by pablogsal

#39667: Update zipfile.Path with zipp 3.0
https://bugs.python.org/issue39667 closed by jaraco

#39793: make_msgid fail on FreeBSD 12.1-RELEASE-p1 with different doma
https://bugs.python.org/issue39793 closed by BTaskaya

#39865: getattr silences an unrelated AttributeError
https://bugs.python.org/issue39865 closed by rhettinger

#39894: `pathlib.Path.samefile()` calls `os.stat()` without using acce
https://bugs.python.org/issue39894 closed by pitrou

#39897: `pathlib.Path.is_mount()` calls `Path(self.parent)` and theref
https://bugs.python.org/issue39897 closed by pitrou

#39901: `pathlib.Path.owner()` and `group()` use `pwd` and `grp` modul
https://bugs.python.org/issue39901 closed by pitrou

#39953: Let's update ssl error codes
https://bugs.python.org/issue39953 closed by benjamin.peterson

#40091: Crash in logging._after_at_fork_child_reinit_locks()
https://bugs.python.org/issue40091 closed by vstinner

#40129: Add test classes for custom __index__, __int__, __float__ and
https://bugs.python.org/issue40129 closed by serhiy.storchaka

#40197: Add nanoseconds to timing table in What's new python 3.8
https://bugs.python.org/issue40197 closed by rhettinger

#40208: Remove deprecated symtable.SymbolTable.has_exec
https://bugs.python.org/issue40208 closed by corona10

#40209: read_pyfile function refactor in Lib/test/test_unparse.py
https://bugs.python.org/issue40209 closed by pablogsal

#40218: sys.executable is a false path if python is executed from gdb
https://bugs.python.org/issue40218 closed by terry.reedy

#40221: Use new _at_fork_reinit() lock method in multiprocessing
https://bugs.python.org/issue40221 closed by corona10

#40230: Itertools.product() Out of Memory Errors
https://bugs.python.org/issue40230 closed by rhettinger

#40232: PyOS_AfterFork_Child() should use _PyThread_at_fork_reinit()
https://bugs.python.org/issue40232 closed by corona10

#40235: confusing documentation for IOBase.__exit__
https://bugs.python.org/issue40235 closed by serhiy.storchaka

#40241: [C API] Make PyGC_Head structure opaque, or even move it to th
https://bugs.python.org/issue40241 closed by vstinner

#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246 closed by pablogsal

#40248: Proposed class for collections: dynamicdict
https://bugs.python.org/issue40248 closed by steven.daprano

#40258: random module does not have type hints
https://bugs.python.org/issue40258 closed by rhettinger

#40264: List item inside tuple seemingly allows for item assignment ev
https://bugs.python.org/issue40264 closed by eric.smith

#40265: argparse.Namespace __repr__ does not handle reserved keywords
https://bugs.python.org/issue40265 closed by rhettinger

#40266: Failure to build _ssl module on ubuntu xenial
https://bugs.python.org/issue40266 closed by SilentGhost

#40267: Error message differs when an expression is in an fstring
https://bugs.python.org/issue40267 closed by gvanrossum

#40268: Reorganize pycore_pystate.h header
https://bugs.python.org/issue40268 closed by vstinner

#40270: activate (or include) json1 extension in sqlite
https://bugs.python.org/issue40270 closed by zach.ware

#40271: Allow shell like paths in
https://bugs.python.org/issue40271 closed by serhiy.storchaka

#40274: 3D plotting library doesn't occlude objects by depth/perspecti
https://bugs.python.org/issue40274 closed by eric.smith

#40276: Make member objects inspectable.
https://bugs.python.org/issue40276 closed by rhettinger

#40277: Improve repr for _tuplegetter objects
https://bugs.python.org/issue40277 closed by rhettinger

#40281: Add pathlib.PurePath.as_uri()
https://bugs.python.org/issue40281 closed by pitrou

#40282: random.getrandbits(0) should succeed
https://bugs.python.org/issue40282 closed by pitrou

#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286 closed by vstinner

#40287: SpooledTemporaryFile.seek returns None
https://bugs.python.org/issue40287 closed by inada.naoki

#40290: Add zscore to statistics.NormalDist
https://bugs.python.org/issue40290 closed by rhettinger

#40292: Memory leak when defining a new class inside a loop
https://bugs.python.org/issue40292 closed by serhiy.storchaka

#40294: Use-after-free crash if multiple interpreters import asyncio m
https://bugs.python.org/issue40294 closed by vstinner

#40295: doctest handling of multiline strings is broken
https://bugs.python.org/issue40295 closed by steven.daprano

#40298: Type annotation objects (Tuple, List, etc.) register as callab
https://bugs.python.org/issue40298 closed by serhiy.storchaka

#40299: os.dup seems broken with execvp (LINUX)
https://bugs.python.org/issue40299 closed by krsna

#40302: Add pycore_byteswap.h internal header file with _Py_bswap32()
https://bugs.python.org/issue40302 closed by vstinner

#40303: argparse parse_args args parameter bug or intended
https://bugs.python.org/issue40303 closed by Gharg

#40310: If use element from for in while loop it will have bad iterate
https://bugs.python.org/issue40310 closed by Maks Bleo
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-17 - 2020-04-24)
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 7452 ( +9)
closed 44675 (+57)
total 52127 (+66)

Open issues with patches: 2942


Issues opened (50)
==================

#34037: asyncio: BaseEventLoop.close() shutdowns the executor without
https://bugs.python.org/issue34037 reopened by vstinner

#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286 reopened by rhettinger

#40312: Weakref callbacks running before finalizers in GC collection
https://bugs.python.org/issue40312 opened by a-feld

#40314: python code order of magnitude faster than equivalent CPython
https://bugs.python.org/issue40314 opened by deekay

#40316: Add zero function to time, datetime, which acts as the use cas
https://bugs.python.org/issue40316 opened by Or Toledano

#40317: inspect.getsource() examines incorrect target
https://bugs.python.org/issue40317 opened by Grzegorz Kraso?

#40318: Migrate to SQLite3 trace v2 API
https://bugs.python.org/issue40318 opened by erlendaasland

#40320: Add ability to specify instance of contextvars context to Task
https://bugs.python.org/issue40320 opened by Jeff.Laughlin

#40321: urllib.request does not support HTTP response status code 308
https://bugs.python.org/issue40321 opened by Jochem Schulenklopper

#40324: python 3.8.2 idle not opening
https://bugs.python.org/issue40324 opened by krishandanushka536@gmail.com

#40327: list(sys.modules.items()) can throw RuntimeError: dictionary c
https://bugs.python.org/issue40327 opened by Markus Mohrhard

#40328: Add tools for generating mappings_XX.h
https://bugs.python.org/issue40328 opened by corona10

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331 opened by tzabal

#40333: Request for multi-phase initialization API to run code after i
https://bugs.python.org/issue40333 opened by indygreg

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 opened by gvanrossum

#40337: builtins.RuntimeError: Caught RuntimeError in pin memory threa
https://bugs.python.org/issue40337 opened by shawn

#40338: [Security] urllib and anti-slash (\) in the hostname
https://bugs.python.org/issue40338 opened by vstinner

#40339: Instead of skipping, IPV6 test(s) fail on a non-IPV6 machine
https://bugs.python.org/issue40339 opened by UnitedMarsupials

#40340: Programming FAQ about "How do I convert a string to a number?"
https://bugs.python.org/issue40340 opened by Dominik V.

#40341: Programming FAQ includes actively discouraged solutions; Shoul
https://bugs.python.org/issue40341 opened by Dominik V.

#40342: Programming FAQ about "How do I apply a method to a sequence o
https://bugs.python.org/issue40342 opened by Dominik V.

#40343: Programming FAQ about "How do I call a method defined in a bas
https://bugs.python.org/issue40343 opened by Dominik V.

#40344: Programming FAQ about "What is the most efficient way to conca
https://bugs.python.org/issue40344 opened by Dominik V.

#40345: Programming FAQ about "How do I iterate over a sequence in rev
https://bugs.python.org/issue40345 opened by Dominik V.

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346 opened by vstinner

#40347: Programming FAQ about "How do you remove duplicates from a lis
https://bugs.python.org/issue40347 opened by Dominik V.

#40348: Programming FAQ about "What is delegation?": Fix typos
https://bugs.python.org/issue40348 opened by Dominik V.

#40350: modulefinder chokes on numpy - dereferencing None in spec.load
https://bugs.python.org/issue40350 opened by Greg Whiteley

#40352: SocketHandler silently drops log messages on re-connect
https://bugs.python.org/issue40352 opened by Oleg Nykolyn

#40353: Add an optional "strict" check to zip
https://bugs.python.org/issue40353 opened by brandtbucher

#40355: The ast module fails to reject certain malformed nodes
https://bugs.python.org/issue40355 opened by brandtbucher

#40356: OverflowError: mktime argument out of range
https://bugs.python.org/issue40356 opened by darkman66

#40357: asyncio: will shutdown_default_executor work in single step (s
https://bugs.python.org/issue40357 opened by cmeyer

#40358: pathlib's relative_to should behave like os.path.relpath
https://bugs.python.org/issue40358 opened by d.ragusa

#40359: email.parse part.get_filename() fails to unwrap long attachmen
https://bugs.python.org/issue40359 opened by matt-davis

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 opened by gregory.p.smith

#40361: Darwin systems using win settings for webbrowser.py
https://bugs.python.org/issue40361 opened by Viraat Das

#40362: AbstractBasicAuthHandler does not support the following scheme
https://bugs.python.org/issue40362 opened by Paul Stoner

#40363: shlex.quote applied to a glob pattern disables glob matching
https://bugs.python.org/issue40363 opened by geophile

#40364: asyncio: replace _compute_returncode() with os.waitstatus_to_e
https://bugs.python.org/issue40364 opened by vstinner

#40365: argparse: action "extend" with 1 parameter splits strings into
https://bugs.python.org/issue40365 opened by strjan

#40366: Remove support for obsolete flags in compile function
https://bugs.python.org/issue40366 opened by BTaskaya

#40367: ImportError: libffi.so.6
https://bugs.python.org/issue40367 opened by YoSTEALTH

#40368: os.path.realpath uppercases Windows drive letter on Python 3.8
https://bugs.python.org/issue40368 opened by saschanaz

#40371: Deadlock in logging.config.dictConfig
https://bugs.python.org/issue40371 opened by mrc

#40372: doctest example programs should exit 1 if any test fails
https://bugs.python.org/issue40372 opened by AndiDog

#40373: urlunparse does not escape slash (/) for http+unix:// in netlo
https://bugs.python.org/issue40373 opened by socketpair

#40375: Add the UNSELECT command to imaplib
https://bugs.python.org/issue40375 opened by eric.smith

#40376: documentation for os.getgrouplist potentially misleading
https://bugs.python.org/issue40376 opened by woodfighter

#40377: APPDATA location in Microsoft Store version
https://bugs.python.org/issue40377 opened by stephtr



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

#40377: APPDATA location in Microsoft Store version
https://bugs.python.org/issue40377

#40376: documentation for os.getgrouplist potentially misleading
https://bugs.python.org/issue40376

#40375: Add the UNSELECT command to imaplib
https://bugs.python.org/issue40375

#40373: urlunparse does not escape slash (/) for http+unix:// in netlo
https://bugs.python.org/issue40373

#40372: doctest example programs should exit 1 if any test fails
https://bugs.python.org/issue40372

#40371: Deadlock in logging.config.dictConfig
https://bugs.python.org/issue40371

#40367: ImportError: libffi.so.6
https://bugs.python.org/issue40367

#40357: asyncio: will shutdown_default_executor work in single step (s
https://bugs.python.org/issue40357

#40350: modulefinder chokes on numpy - dereferencing None in spec.load
https://bugs.python.org/issue40350

#40348: Programming FAQ about "What is delegation?": Fix typos
https://bugs.python.org/issue40348

#40347: Programming FAQ about "How do you remove duplicates from a lis
https://bugs.python.org/issue40347

#40345: Programming FAQ about "How do I iterate over a sequence in rev
https://bugs.python.org/issue40345

#40343: Programming FAQ about "How do I call a method defined in a bas
https://bugs.python.org/issue40343

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331

#40328: Add tools for generating mappings_XX.h
https://bugs.python.org/issue40328



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

#40376: documentation for os.getgrouplist potentially misleading
https://bugs.python.org/issue40376

#40372: doctest example programs should exit 1 if any test fails
https://bugs.python.org/issue40372

#40366: Remove support for obsolete flags in compile function
https://bugs.python.org/issue40366

#40361: Darwin systems using win settings for webbrowser.py
https://bugs.python.org/issue40361

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360

#40358: pathlib's relative_to should behave like os.path.relpath
https://bugs.python.org/issue40358

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346

#40340: Programming FAQ about "How do I convert a string to a number?"
https://bugs.python.org/issue40340

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331

#40328: Add tools for generating mappings_XX.h
https://bugs.python.org/issue40328

#40327: list(sys.modules.items()) can throw RuntimeError: dictionary c
https://bugs.python.org/issue40327

#40321: urllib.request does not support HTTP response status code 308
https://bugs.python.org/issue40321

#40318: Migrate to SQLite3 trace v2 API
https://bugs.python.org/issue40318

#40316: Add zero function to time, datetime, which acts as the use cas
https://bugs.python.org/issue40316



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

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 40 msgs

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346 26 msgs

#40312: Weakref callbacks running before finalizers in GC collection
https://bugs.python.org/issue40312 16 msgs

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 12 msgs

#40301: zipfile module: new feature (two lines of code), useful for te
https://bugs.python.org/issue40301 11 msgs

#40255: Fixing Copy on Writes from reference counting
https://bugs.python.org/issue40255 9 msgs

#40286: Add randbytes() method to random.Random
https://bugs.python.org/issue40286 9 msgs

#39562: Asynchronous comprehensions don't work in asyncio REPL
https://bugs.python.org/issue39562 7 msgs

#33065: IDLE debugger: failure stepping through module loading
https://bugs.python.org/issue33065 6 msgs

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1g
https://bugs.python.org/issue40164 6 msgs



Issues closed (55)
==================

#11654: errors in atexit hooks don't change process exit code
https://bugs.python.org/issue11654 closed by glyph

#17986: Alternative async subprocesses (pep 3145)
https://bugs.python.org/issue17986 closed by vstinner

#23117: Properly codesign Mac python 2.7.9.pkg so it can work thru OS
https://bugs.python.org/issue23117 closed by ned.deily

#23414: seek(count, whence) accepts bogus whence on windows, python2.7
https://bugs.python.org/issue23414 closed by ned.deily

#26826: Expose new copy_file_range() syscall in os module.
https://bugs.python.org/issue26826 closed by benjamin.peterson

#36890: python-3.7.3-macosx10.6.pkg verification error on macOS 10.6 S
https://bugs.python.org/issue36890 closed by ned.deily

#37465: Incorrect documentation for `s#` arguments in C API argument p
https://bugs.python.org/issue37465 closed by inada.naoki

#37626: Documentation?conflict between docs
https://bugs.python.org/issue37626 closed by inada.naoki

#37790: subprocess.Popen() is extremely slow (with close_fds=True whic
https://bugs.python.org/issue37790 closed by vstinner

#37846: declare that Text I/O use buffer inside
https://bugs.python.org/issue37846 closed by inada.naoki

#38061: FreeBSD: Optimize subprocess.Popen(close_fds=True) using close
https://bugs.python.org/issue38061 closed by vstinner

#38329: macOS python.org installers only add or modify framework Versi
https://bugs.python.org/issue38329 closed by ned.deily

#38360: single-argument form of -isysroot should be supported
https://bugs.python.org/issue38360 closed by ned.deily

#38784: ip_network does not clear/update the broadcast_address cache w
https://bugs.python.org/issue38784 closed by inada.naoki

#38891: ShareableList read and write access is O(N), should be O(1)
https://bugs.python.org/issue38891 closed by pitrou

#39207: concurrent.futures.ProcessPoolExecutor does not properly reap
https://bugs.python.org/issue39207 closed by pitrou

#39285: PurePath.match indicates case-sensitive nature and presents a
https://bugs.python.org/issue39285 closed by pitrou

#39471: Meaning and clarification of PyBuffer_Release()
https://bugs.python.org/issue39471 closed by seberg

#39674: Keep deprecated features in Python 3.9 to ease migration from
https://bugs.python.org/issue39674 closed by vstinner

#39849: Compiler warninig: warning: variable ‘res’ set but not use
https://bugs.python.org/issue39849 closed by corona10

#39932: test_multiprocessing_fork leaked [0, 2, 0] file descriptors on
https://bugs.python.org/issue39932 closed by vstinner

#39933: test_gdb fails on AMD64 FreeBSD Shared 3.x: ptrace: Operation
https://bugs.python.org/issue39933 closed by vstinner

#39939: PEP 616: Add str.removeprefix and str.removesuffix methods
https://bugs.python.org/issue39939 closed by vstinner

#39942: Making instance of `TypeVar` fails because of missing `__name_
https://bugs.python.org/issue39942 closed by levkivskyi

#40028: Math module method to find prime factors for non-negative int
https://bugs.python.org/issue40028 closed by trrhodes

#40048: _PyEval_EvalFrameDefault() doesn't reset tstate->frame if _PyC
https://bugs.python.org/issue40048 closed by vstinner

#40089: Add _at_fork_reinit() method to locks
https://bugs.python.org/issue40089 closed by vstinner

#40094: Add os.waitstatus_to_exitcode() function
https://bugs.python.org/issue40094 closed by vstinner

#40138: Windows implementation of os.waitpid() truncates the exit stat
https://bugs.python.org/issue40138 closed by vstinner

#40148: Add PurePath.with_stem()
https://bugs.python.org/issue40148 closed by pitrou

#40179: Argument Clinic incorretly translates #elif
https://bugs.python.org/issue40179 closed by serhiy.storchaka

#40198: macOS Python builds from Python.org ignore DYLD_LIBRARY_PATH d
https://bugs.python.org/issue40198 closed by ned.deily

#40214: test_ctypes.test_load_dll_with_flags Windows failure
https://bugs.python.org/issue40214 closed by steve.dower

#40247: Logged out of user when running Tkinter
https://bugs.python.org/issue40247 closed by ned.deily

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 closed by serhiy.storchaka

#40308: Intermittent failure of test_os.TestScandir.test_attributes on
https://bugs.python.org/issue40308 closed by Dennis Sweeney

#40311: docs.python.org banner - release blocker for 2.7.18
https://bugs.python.org/issue40311 closed by benjamin.peterson

#40313: bytes.hex(sep, bytes_per_sep) is many times slower than manual
https://bugs.python.org/issue40313 closed by vstinner

#40315: Incorrect stacksize in code object
https://bugs.python.org/issue40315 closed by skip.montanaro

#40319: dict.update() return the updated dict instead of None
https://bugs.python.org/issue40319 closed by SilentGhost

#40322: struct.pack adding unexpected byte in 'B' format
https://bugs.python.org/issue40322 closed by Robert Bressan

#40323: Printing of Single (') and Double (") code in one sentence usi
https://bugs.python.org/issue40323 closed by SilentGhost

#40325: Random.seed does not affect string hash randomization leading
https://bugs.python.org/issue40325 closed by rhettinger

#40326: A string contains an empty string?
https://bugs.python.org/issue40326 closed by serhiy.storchaka

#40329: Faulty dict arg gives ValueError but mostly TypeError
https://bugs.python.org/issue40329 closed by serhiy.storchaka

#40330: ShareableList size guard incorrect for str data
https://bugs.python.org/issue40330 closed by pitrou

#40332: RegEx for numbers in documentation (easy fix - solution provid
https://bugs.python.org/issue40332 closed by serhiy.storchaka

#40335: Regression in multiline SyntaxError offsets
https://bugs.python.org/issue40335 closed by pablogsal

#40336: Refactor typing._SpecialForm
https://bugs.python.org/issue40336 closed by serhiy.storchaka

#40349: Python3.9 changes col_offset for some ast nodes
https://bugs.python.org/issue40349 closed by serhiy.storchaka

#40351: How to edit "python --help"?
https://bugs.python.org/issue40351 closed by eric.smith

#40354: problem when using yield
https://bugs.python.org/issue40354 closed by xsmyqf

#40369: Use PEP 590 vectorcall to speed up GenericAlias.
https://bugs.python.org/issue40369 closed by corona10

#40370: AIX: ld_so_aix not found during test of test_peg_generator
https://bugs.python.org/issue40370 closed by pablogsal

#40374: collections.abc docs table: Mapping missing __reversed__
https://bugs.python.org/issue40374 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-04-24 - 2020-05-01)
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 7427 (-25)
closed 44793 (+118)
total 52220 (+93)

Open issues with patches: 2954


Issues opened (74)
==================

#25597: unittest.mock does not wrap dunder methods (__getitem__ etc)
https://bugs.python.org/issue25597 reopened by xtreak

#29587: Generator/coroutine 'throw' discards exc_info state, which is
https://bugs.python.org/issue29587 reopened by gvanrossum

#37340: remove free_list for bound method objects
https://bugs.python.org/issue37340 reopened by rhettinger

#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246 reopened by vstinner

#40335: [PEP 617 new parser] Regression in multiline SyntaxError offse
https://bugs.python.org/issue40335 reopened by Anthony Sottile

#40379: multiprocessing's default start method of fork()-without-exec(
https://bugs.python.org/issue40379 opened by itamarst

#40380: OS-related test failures on Linux in Python 3.8.2
https://bugs.python.org/issue40380 opened by Steven Fleck

#40381: plistlib doesn't handle poorly-formatted plists
https://bugs.python.org/issue40381 opened by Clay Caviness

#40382: Make 'rt' the default for open in docs
https://bugs.python.org/issue40382 opened by facundobatista

#40383: weakref class name are hardcoded in reprs
https://bugs.python.org/issue40383 opened by OhBonsai

#40384: IDLE: Wrong highlighting when \n follows def/class
https://bugs.python.org/issue40384 opened by Alex-Python-Programmer

#40390: Implement _xxsubinterpreters.channel_send_wait().
https://bugs.python.org/issue40390 opened by benedwards14

#40391: io.FileIO.mode doesn't comply with the docs
https://bugs.python.org/issue40391 opened by mike.parker

#40393: Auto-response from Python Help points to Python 2 reference
https://bugs.python.org/issue40393 opened by J Arun Mani

#40395: Scripts folder is Empty in python 3.8.2 for Windows 7.
https://bugs.python.org/issue40395 opened by BenTen Jan

#40397: Refactor typing._GenericAlias
https://bugs.python.org/issue40397 opened by serhiy.storchaka

#40398: get_args(Callable) fails
https://bugs.python.org/issue40398 opened by serhiy.storchaka

#40399: IO streams locking can be broken after fork() with threads
https://bugs.python.org/issue40399 opened by Delgan

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

#40402: Race condition in multiprocessing/connection.py: broken handle
https://bugs.python.org/issue40402 opened by maxicooper

#40403: pdb does not drop into debugger upon SyntaxError caused by ast
https://bugs.python.org/issue40403 opened by Kerrick Staley

#40404: Python quit unexpectedly
https://bugs.python.org/issue40404 opened by drliu

#40405: asyncio.as_completed documentation misleading
https://bugs.python.org/issue40405 opened by bar.harel

#40406: MagicMock __aenter__ should be AsyncMock(return_value=MagicMoc
https://bugs.python.org/issue40406 opened by graingert

#40407: Zipfile couldn`t recognized character set rightly.
https://bugs.python.org/issue40407 opened by ???

#40408: GenericAlias does not support nested type variables
https://bugs.python.org/issue40408 opened by serhiy.storchaka

#40409: urllib.parse.urlsplit parses schemes that do not begin with le
https://bugs.python.org/issue40409 opened by sgg

#40410: test_multiprocessing_forktest_terminate() timed out after 15 m
https://bugs.python.org/issue40410 opened by vstinner

#40412: inittab_copy not set to NULL after free, can lead to crashes w
https://bugs.python.org/issue40412 opened by indygreg

#40413: Py_RunMain() crashes on subsequence call
https://bugs.python.org/issue40413 opened by indygreg

#40414: Incorrect mouse and keyboard mapping
https://bugs.python.org/issue40414 opened by Jah-On

#40416: Calling TextIOWrapper.tell() in the middle of reading a gb2312
https://bugs.python.org/issue40416 opened by rmalouf

#40417: PyImport_ReloadModule emits deprecation warning
https://bugs.python.org/issue40417 opened by Robert Rouhani

#40418: Small Refactoring: Use bytes.hex() in secrets.token_hex()
https://bugs.python.org/issue40418 opened by Dennis Sweeney

#40419: timeit CLI docs still mention old power sequence
https://bugs.python.org/issue40419 opened by Energya

#40420: argparse choices formatter
https://bugs.python.org/issue40420 opened by Leonid Ilyevsky

#40421: [C API] Add getter functions for PyFrameObject and maybe move
https://bugs.python.org/issue40421 opened by vstinner

#40422: Light refactor: create a common _Py_closerange API
https://bugs.python.org/issue40422 opened by kevans91

#40423: Optimization: use close_range(2) if available
https://bugs.python.org/issue40423 opened by kevans91

#40424: AIX: parallel build and ld WARNINGS
https://bugs.python.org/issue40424 opened by Michael.Felt

#40425: Refleak in CDataObject
https://bugs.python.org/issue40425 opened by cubinator

#40426: Unable to use lowercase hexadecimal digits for percent encodin
https://bugs.python.org/issue40426 opened by e-kwsm

#40429: [C API] PyThreadState_GetFrame() and PyFrame_GetCode() should
https://bugs.python.org/issue40429 opened by vstinner

#40430: ast.Slice is no longer a subclass of ast.slice
https://bugs.python.org/issue40430 opened by Anthony Sottile

#40433: Equality operations between lists and arrays
https://bugs.python.org/issue40433 opened by Ahmed Amr

#40434: Update of reasoning why there is no case statement
https://bugs.python.org/issue40434 opened by amaajemyfren

#40435: IDLE should catch user config file UnicodeDecodeError
https://bugs.python.org/issue40435 opened by ??

#40439: Error in an external reference
https://bugs.python.org/issue40439 opened by audpa31

#40440: allow array.array construction from memoryview w/o copy
https://bugs.python.org/issue40440 opened by bjkeen

#40442: Spurious warning emitted during fork() can deadlock a multi-th
https://bugs.python.org/issue40442 opened by rojer

#40444: multiprocessing.Pool deadlocks with only print statements
https://bugs.python.org/issue40444 opened by DarinTay

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445 opened by hauntsaninja

#40447: compile_file's stripdir does not accept pathlib.Path
https://bugs.python.org/issue40447 opened by hauntsaninja

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448 opened by kkonopko

#40449: multi-line f-string, syntaxerror points to wrong line
https://bugs.python.org/issue40449 opened by Gerrit.Holl

#40452: IDLE preserve clipboard on closure (Windows)
https://bugs.python.org/issue40452 opened by epaine

#40453: Add PyConfig._isolated_interpreter: isolated subinterpreters
https://bugs.python.org/issue40453 opened by vstinner

#40454: DEBUG kw to asyncio.run overrides DEBUG mode set elsewhere
https://bugs.python.org/issue40454 opened by primal

#40455: GCC 10 compiler warnings
https://bugs.python.org/issue40455 opened by vstinner

#40456: Complete adding silent mode for py_compile
https://bugs.python.org/issue40456 opened by vstinner

#40457: Python fails to compile/load _ssl module if OpenSSL is compile
https://bugs.python.org/issue40457 opened by Mitch Lindgren

#40458: test_attribute_name_interning crashes on APPX test
https://bugs.python.org/issue40458 opened by steve.dower

#40459: [easy] undefined names in platform.py
https://bugs.python.org/issue40459 opened by vstinner

#40460: [easy] undefined name in Lib/idlelib/zzdummy.py
https://bugs.python.org/issue40460 opened by vstinner

#40461: execution of file with pictures doesn't work in command --onef
https://bugs.python.org/issue40461 opened by Hugo Benavides

#40462: [easy] undefined name in Lib/test/mock_socket.py
https://bugs.python.org/issue40462 opened by vstinner

#40463: csv.reader split error
https://bugs.python.org/issue40463 opened by wy7305e

#40464: functools.singledispatch doesn't verify annotation is on FIRST
https://bugs.python.org/issue40464 opened by Dutcho

#40465: Deprecate the optional *random* argument to random.shuffle()
https://bugs.python.org/issue40465 opened by rhettinger

#40466: asyncio.ensure_future() breaks implicit exception chaining
https://bugs.python.org/issue40466 opened by chris.jerdonek

#40467: subprocess: replacement shell on windows with executable="..."
https://bugs.python.org/issue40467 opened by anishathalye

#40468: IDLE split "general" into two tabs
https://bugs.python.org/issue40468 opened by epaine

#40469: TimedRotatingFileHandler rotating on use not time
https://bugs.python.org/issue40469 opened by markhallett

#40470: Make inspect.signature able to parse format strings.
https://bugs.python.org/issue40470 opened by Antony.Lee



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

#40470: Make inspect.signature able to parse format strings.
https://bugs.python.org/issue40470

#40469: TimedRotatingFileHandler rotating on use not time
https://bugs.python.org/issue40469

#40468: IDLE split "general" into two tabs
https://bugs.python.org/issue40468

#40467: subprocess: replacement shell on windows with executable="..."
https://bugs.python.org/issue40467

#40466: asyncio.ensure_future() breaks implicit exception chaining
https://bugs.python.org/issue40466

#40464: functools.singledispatch doesn't verify annotation is on FIRST
https://bugs.python.org/issue40464

#40461: execution of file with pictures doesn't work in command --onef
https://bugs.python.org/issue40461

#40459: [easy] undefined names in platform.py
https://bugs.python.org/issue40459

#40458: test_attribute_name_interning crashes on APPX test
https://bugs.python.org/issue40458

#40456: Complete adding silent mode for py_compile
https://bugs.python.org/issue40456

#40454: DEBUG kw to asyncio.run overrides DEBUG mode set elsewhere
https://bugs.python.org/issue40454

#40452: IDLE preserve clipboard on closure (Windows)
https://bugs.python.org/issue40452

#40449: multi-line f-string, syntaxerror points to wrong line
https://bugs.python.org/issue40449

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445



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

#40462: [easy] undefined name in Lib/test/mock_socket.py
https://bugs.python.org/issue40462

#40456: Complete adding silent mode for py_compile
https://bugs.python.org/issue40456

#40453: Add PyConfig._isolated_interpreter: isolated subinterpreters
https://bugs.python.org/issue40453

#40452: IDLE preserve clipboard on closure (Windows)
https://bugs.python.org/issue40452

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445

#40440: allow array.array construction from memoryview w/o copy
https://bugs.python.org/issue40440

#40434: Update of reasoning why there is no case statement
https://bugs.python.org/issue40434

#40429: [C API] PyThreadState_GetFrame() and PyFrame_GetCode() should
https://bugs.python.org/issue40429

#40426: Unable to use lowercase hexadecimal digits for percent encodin
https://bugs.python.org/issue40426

#40424: AIX: parallel build and ld WARNINGS
https://bugs.python.org/issue40424

#40423: Optimization: use close_range(2) if available
https://bugs.python.org/issue40423

#40422: Light refactor: create a common _Py_closerange API
https://bugs.python.org/issue40422

#40421: [C API] Add getter functions for PyFrameObject and maybe move
https://bugs.python.org/issue40421

#40419: timeit CLI docs still mention old power sequence
https://bugs.python.org/issue40419



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

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 35 msgs

#39995: test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.
https://bugs.python.org/issue39995 29 msgs

#40246: Different error messages for same error - invalid string prefi
https://bugs.python.org/issue40246 19 msgs

#29587: Generator/coroutine 'throw' discards exc_info state, which is
https://bugs.python.org/issue29587 13 msgs

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 13 msgs

#40405: asyncio.as_completed documentation misleading
https://bugs.python.org/issue40405 11 msgs

#40256: Python 3.8 Not Launching on Bootcamp Windows 10.
https://bugs.python.org/issue40256 9 msgs

#40335: [PEP 617 new parser] Regression in multiline SyntaxError offse
https://bugs.python.org/issue40335 9 msgs

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 7 msgs

#40399: IO streams locking can be broken after fork() with threads
https://bugs.python.org/issue40399 7 msgs



Issues closed (106)
===================

#8536: Support new features of ZLIB 1.2.7
https://bugs.python.org/issue8536 closed by zach.ware

#12503: "with" statement error message is more confusing in Py2.7
https://bugs.python.org/issue12503 closed by zach.ware

#13733: Change required to sysconfig.py for Python 2.7.2 on OS/2
https://bugs.python.org/issue13733 closed by zach.ware

#14141: 2.7.2 64-bit Windows library has __impt_Py* for several symbol
https://bugs.python.org/issue14141 closed by zach.ware

#14418: Document differences in SocketServer between Python 2.6 and 2.
https://bugs.python.org/issue14418 closed by zach.ware

#15408: os.fork/os.popen behaviour change between 2.7 and 3.2
https://bugs.python.org/issue15408 closed by zach.ware

#16058: ConfigParser no longer deepcopy compatible in 2.7
https://bugs.python.org/issue16058 closed by zach.ware

#16117: python2.7.3 struct misaligned when returned
https://bugs.python.org/issue16117 closed by zach.ware

#16275: test_ctypes fails on Solaris 10 SPARC 2.7 (nitrogen/s10) (Sun
https://bugs.python.org/issue16275 closed by zach.ware

#16326: distutils build_ext fails to set library_dirs in 2.7.2 on Linu
https://bugs.python.org/issue16326 closed by zach.ware

#17126: test_gdb fails
https://bugs.python.org/issue17126 closed by zach.ware

#17268: Context managers written as C types no longer work in Python 2
https://bugs.python.org/issue17268 closed by zach.ware

#17904: bytes should be listed as built-in function for 2.7
https://bugs.python.org/issue17904 closed by zach.ware

#18024: dbm module fails to build on SLES11SP1 using 2.7.5 source
https://bugs.python.org/issue18024 closed by zach.ware

#18493: make profile-opt fails with pre-existing python2.7 in path
https://bugs.python.org/issue18493 closed by zach.ware

#18567: Python 2.7.5 CENTOS6 Error building dbm using bdb
https://bugs.python.org/issue18567 closed by zach.ware

#18936: 2.7 distutils getopt chokes on unicode option names
https://bugs.python.org/issue18936 closed by zach.ware

#19351: python msi installers - silent mode
https://bugs.python.org/issue19351 closed by zach.ware

#21614: Case sensitivity problem in multiprocessing.
https://bugs.python.org/issue21614 closed by zach.ware

#21615: Curses bug report for Python 2.7 and Python 3.2
https://bugs.python.org/issue21615 closed by zach.ware

#22559: [2.7] Backport ssl.MemoryBIO to Python 2.7 - PEP 546
https://bugs.python.org/issue22559 closed by zach.ware

#22583: C stack overflow in the Python 2.7 compiler
https://bugs.python.org/issue22583 closed by zach.ware

#22863: https://docs.python.org/ should make a true 2.7.8 version avai
https://bugs.python.org/issue22863 closed by zach.ware

#22912: urlretreive locks up in 2.7.8
https://bugs.python.org/issue22912 closed by zach.ware

#23121: pip.exe breaks if python 2.7.9 is installed under c:\Program F
https://bugs.python.org/issue23121 closed by zach.ware

#23137: Python 2.7.9 test_gdb fails on CentOS 7
https://bugs.python.org/issue23137 closed by zach.ware

#24182: test_tcl assertion failure, 2.7, Win 7
https://bugs.python.org/issue24182 closed by zach.ware

#24616: 'make install' fails installation of man pages for Python 2.7.
https://bugs.python.org/issue24616 closed by zach.ware

#25463: 2.7.10 glibc double free detected
https://bugs.python.org/issue25463 closed by zach.ware

#25560: Unhandled warning in test_unicode_file
https://bugs.python.org/issue25560 closed by zach.ware

#25563: Windows 10: _tkinter import fails
https://bugs.python.org/issue25563 closed by zach.ware

#26326: Named entity "vertical line" missed in 2.7 htmlentitydefs.py
https://bugs.python.org/issue26326 closed by zach.ware

#26360: Deadlock in thread.join on Python 2.7/macOS
https://bugs.python.org/issue26360 closed by zach.ware

#26652: Cannot install Python 2.7.11 on Windows Server 2008 R2
https://bugs.python.org/issue26652 closed by zach.ware

#26665: pip is not bootstrapped by default on 2.7
https://bugs.python.org/issue26665 closed by zach.ware

#26697: tkFileDialog crash on askopenfilename Python 2.7 64-bit Win7
https://bugs.python.org/issue26697 closed by zach.ware

#26992: 64-bit Python 2.7.11 hangs in 64-bit Windows 10 - CMD and Git
https://bugs.python.org/issue26992 closed by zach.ware

#27435: ctypes library loading and AIX - also for 2.7.X (and later)
https://bugs.python.org/issue27435 closed by zach.ware

#27540: msvcrt.ungetwch() calls _ungetch()
https://bugs.python.org/issue27540 closed by zach.ware

#27562: Import error encodings (Windows xp compatibility)
https://bugs.python.org/issue27562 closed by zach.ware

#28551: sysconfig.py wrong _PROJECT_BASE for Py2.7 Windows 64bit PC/VS
https://bugs.python.org/issue28551 closed by zach.ware

#29006: 2.7.13 _sqlite more prone to "database table is locked"
https://bugs.python.org/issue29006 closed by zach.ware

#29640: _PyThreadState_Init and fork race leads to inconsistent key li
https://bugs.python.org/issue29640 closed by zach.ware

#29796: [2.7] test_weakref hangs on Python 2.7 on Windows
https://bugs.python.org/issue29796 closed by zach.ware

#29846: ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDec
https://bugs.python.org/issue29846 closed by zach.ware

#30725: Windows installer for 2.7.13 doesn't install pip when installi
https://bugs.python.org/issue30725 closed by zach.ware

#30882: Built-in list disappeared from Python 2.7 intersphinx inventor
https://bugs.python.org/issue30882 closed by zach.ware

#30967: Crash in PyThread_ReInitTLS() in the child process after os.fo
https://bugs.python.org/issue30967 closed by zach.ware

#31297: Unpickleable ModuleImportError in unittest patch not backporte
https://bugs.python.org/issue31297 closed by zach.ware

#31363: __PYVENV_LAUNCHER__ breaks calling another venv's interpreter
https://bugs.python.org/issue31363 closed by ned.deily

#31474: [2.7] Fix -Wnonnull and -Wint-in-bool-context warnings
https://bugs.python.org/issue31474 closed by zach.ware

#32049: 2.7.14 does not uninstall cleanly if installation was run as S
https://bugs.python.org/issue32049 closed by zach.ware

#32494: Use gdbm_count if possible
https://bugs.python.org/issue32494 closed by pitrou

#33500: Python TKinter for Mac on latest 2.7.15 still extremely slow v
https://bugs.python.org/issue33500 closed by zach.ware

#33586: 2.7.15 missing release notes on download page
https://bugs.python.org/issue33586 closed by zach.ware

#33732: Python 2.7.15: xml.sax.parse() closes file objects passed to i
https://bugs.python.org/issue33732 closed by zach.ware

#34283: [Windows] Python 2 mishandles console code page after setlocal
https://bugs.python.org/issue34283 closed by zach.ware

#34836: test_ssl.test_default_ecdh_curve needs no tls1.3 flag in 2.7,
https://bugs.python.org/issue34836 closed by zach.ware

#34884: Python may load incorrect libraries when embedding the macOS s
https://bugs.python.org/issue34884 closed by zach.ware

#35113: inspect.getsource returns incorrect source for classes when cl
https://bugs.python.org/issue35113 closed by xtreak

#36803: Getting a lot of runtime misaligned address error while buildi
https://bugs.python.org/issue36803 closed by zach.ware

#37518: Python-2.7.16 fails to build with --enable-shared
https://bugs.python.org/issue37518 closed by zach.ware

#38387: Document PyDoc_STRVAR and PyDoc_STR macros
https://bugs.python.org/issue38387 closed by zach.ware

#38601: Couldn't able to install multiple python minor version in wind
https://bugs.python.org/issue38601 closed by zach.ware

#38880: Subinterpreters: List interpreters associated with a channel e
https://bugs.python.org/issue38880 closed by eric.snow

#38959: Parboil -- OpenMP CUTCP performance regression when upgrade fr
https://bugs.python.org/issue38959 closed by zach.ware

#39072: Azure Pipelines: git clone failed with: OpenSSL SSL_read: Conn
https://bugs.python.org/issue39072 closed by vstinner

#39482: Write 2to3 fixer for collections.abc imports
https://bugs.python.org/issue39482 closed by corona10

#39837: Make Azure Pipelines optional on GitHub PRs
https://bugs.python.org/issue39837 closed by brett.cannon

#39966: mock 3.9 bug: Wrapped objects without __bool__ raise exception
https://bugs.python.org/issue39966 closed by xtreak

#40149: test_threading leaked [38, 38, 38] references, sum=114
https://bugs.python.org/issue40149 closed by vstinner

#40188: Azure Pipelines jobs failing randomly with: Unable to connect
https://bugs.python.org/issue40188 closed by vstinner

#40261: Build of Python where make is called from subprocess, within a
https://bugs.python.org/issue40261 closed by ned.deily

#40269: Inconsistent complex behavior with (-1j)
https://bugs.python.org/issue40269 closed by mark.dickinson

#40279: Documentation example of module init function lacks error hand
https://bugs.python.org/issue40279 closed by scoder

#40291: socket library support for CAN_J1939
https://bugs.python.org/issue40291 closed by gvanrossum

#40317: inspect.getsource() examines incorrect target
https://bugs.python.org/issue40317 closed by xtreak

#40338: [Security] urllib and anti-slash (\) in the hostname
https://bugs.python.org/issue40338 closed by vstinner

#40340: Programming FAQ about "How do I convert a string to a number?"
https://bugs.python.org/issue40340 closed by aeros

#40346: Add random.BaseRandom to ease implementation of subclasses
https://bugs.python.org/issue40346 closed by vstinner

#40375: Add the UNSELECT command to imaplib
https://bugs.python.org/issue40375 closed by corona10

#40377: APPDATA location in Microsoft Store version
https://bugs.python.org/issue40377 closed by stephtr

#40378: ast.parse fails to trigger SyntaxWarning that normal execution
https://bugs.python.org/issue40378 closed by serhiy.storchaka

#40385: Tools/checkpyc.py has been broken since PEP 552
https://bugs.python.org/issue40385 closed by benjamin.peterson

#40386: Strange behavior during invalid import of modules without if _
https://bugs.python.org/issue40386 closed by rhettinger

#40387: queue example is a sketch
https://bugs.python.org/issue40387 closed by rhettinger

#40388: random.choice integer overflow v3.5.2
https://bugs.python.org/issue40388 closed by mark.dickinson

#40389: No straightforward way to get repr of Optional
https://bugs.python.org/issue40389 closed by gvanrossum

#40392: Remove deprecated _field_types in typing.NamedTuple
https://bugs.python.org/issue40392 closed by xtreak

#40394: difflib.SequenceMatcher.find_longest_match default arguments
https://bugs.python.org/issue40394 closed by tim.peters

#40396: Support GenericAlias in typing
https://bugs.python.org/issue40396 closed by serhiy.storchaka

#40401: pythoncore.vcxproj fails to load due to duplicated "..\Include
https://bugs.python.org/issue40401 closed by zach.ware

#40411: frozen collection.Counter
https://bugs.python.org/issue40411 closed by rhettinger

#40415: _asyncio extensions crashes if initialized multiple times in s
https://bugs.python.org/issue40415 closed by indygreg

#40427: importlib of module results in different id than when imported
https://bugs.python.org/issue40427 closed by brett.cannon

#40428: [C API] Remove PyTuple_ClearFreeList() function (move it to th
https://bugs.python.org/issue40428 closed by vstinner

#40431: turtledemo/__main__.py: SyntaxError: invalid string prefix els
https://bugs.python.org/issue40431 closed by vstinner

#40432: Pegen regenerate project for Windows not working
https://bugs.python.org/issue40432 closed by pablogsal

#40436: pythoninfo collect_gdb() blows up when gdb fails to run
https://bugs.python.org/issue40436 closed by vstinner

#40437: add string.snake function
https://bugs.python.org/issue40437 closed by eric.smith

#40438: Python 3.9 eval on list comprehension sometimes returns corout
https://bugs.python.org/issue40438 closed by vstinner

#40441: Plural typo in Design and History FAQ
https://bugs.python.org/issue40441 closed by ammar2

#40443: Remove unused imports in the stdlib (April 2020 edition)
https://bugs.python.org/issue40443 closed by vstinner

#40446: pow(a, b, p) where b=int((p-1)/2) spits out gibbrish for big p
https://bugs.python.org/issue40446 closed by ammar2

#40450: a=[1,2,3] a=a.extend([4]) after running these two lines of cod
https://bugs.python.org/issue40450 closed by eric.smith

#40451: Unexpected sys.getrefcount(foo) output
https://bugs.python.org/issue40451 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-01 - 2020-05-08)
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 7459 (+32)
closed 44857 (+64)
total 52316 (+96)

Open issues with patches: 2996


Issues opened (66)
==================

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543 reopened by scoder

#40028: Math module method to find prime factors for non-negative int
https://bugs.python.org/issue40028 reopened by mark.dickinson

#40228: Make setting line number in frame more robust.
https://bugs.python.org/issue40228 reopened by vstinner

#40471: Grammar typo in issubclass docstring
https://bugs.python.org/issue40471 opened by alexpovel

#40474: Code coverage report not entirely accurate
https://bugs.python.org/issue40474 opened by Lewis Ball

#40477: Launcher on Catalina
https://bugs.python.org/issue40477 opened by Auerhahn

#40478: allow finding nmake.exe executable in MSVCCompiler
https://bugs.python.org/issue40478 opened by japm48

#40479: Port _hashlib to OpenSSL 3.0.0
https://bugs.python.org/issue40479 opened by christian.heimes

#40481: Add include and exclude filters to zipapp cli
https://bugs.python.org/issue40481 opened by Jaros?aw Wygoda

#40482: _hashlib: register Python names as OpenSSL aliases
https://bugs.python.org/issue40482 opened by christian.heimes

#40483: Implementing a verifier function to verify integrity of AST no
https://bugs.python.org/issue40483 opened by BTaskaya

#40484: Document existing compiler flags under ast
https://bugs.python.org/issue40484 opened by BTaskaya

#40485: Provide an abstraction for a select-able Event
https://bugs.python.org/issue40485 opened by paravoid

#40486: pathlib's iterdir doesn't specify what happens if directory co
https://bugs.python.org/issue40486 opened by facundobatista

#40487: Unexpected exception handler behavior in Jupyter when returnin
https://bugs.python.org/issue40487 opened by jeanmonet

#40492: -m cProfile -o f.pstats with a script that does chdir() writes
https://bugs.python.org/issue40492 opened by Anthony Sottile

#40494: collections.abc.Callable and type variables
https://bugs.python.org/issue40494 opened by serhiy.storchaka

#40495: compileall: option to hardlink duplicate optimization levels b
https://bugs.python.org/issue40495 opened by frenzy

#40497: subprocess.check_output() accept the check keyword argument
https://bugs.python.org/issue40497 opened by remi.lapeyre

#40498: Holding spacebar on button widget permanently makes it SUNKEN
https://bugs.python.org/issue40498 opened by PythonAmateur742

#40500: test_multiprocessing_fork leaks processes on PPC64LE RHEL8 LTO
https://bugs.python.org/issue40500 opened by vstinner

#40501: Deprecate and remove ctypes usage in uuid
https://bugs.python.org/issue40501 opened by steve.dower

#40502: PyNode_New() does not initialize n->n_col_offset
https://bugs.python.org/issue40502 opened by Tomasz Pytel

#40503: PEP 615: Add zoneinfo module
https://bugs.python.org/issue40503 opened by p-ganssle

#40505: getpath.c doesn't know about lib64
https://bugs.python.org/issue40505 opened by lemburg

#40506: add support for os.Pathlike filenames in zipfile.ZipFile.write
https://bugs.python.org/issue40506 opened by d.ragusa

#40507: FileNotFound error raised by os.exec* doesn't contain filename
https://bugs.python.org/issue40507 opened by russelldavis

#40509: In argparse, allow REMAINDER(...) arguments in a mutually excl
https://bugs.python.org/issue40509 opened by Shani Armon

#40510: [regression] ZipFile fails to round trip on some files
https://bugs.python.org/issue40510 opened by DragonSA

#40511: IDLE yellow hint frame blinks when entering () in strings in f
https://bugs.python.org/issue40511 opened by wyz23x2

#40512: Meta issue: per-interpreter GIL
https://bugs.python.org/issue40512 opened by vstinner

#40513: Move _PyRuntimeState.ceval to PyInterpreterState
https://bugs.python.org/issue40513 opened by vstinner

#40514: Add --experimental-isolated-subinterpreters build option
https://bugs.python.org/issue40514 opened by vstinner

#40515: test_ssl.py hangs with SSL 1.1 built with no threads
https://bugs.python.org/issue40515 opened by mig28suarez

#40516: GCC 9 compiler warnings on MacOS Catalina
https://bugs.python.org/issue40516 opened by remi.lapeyre

#40519: Preserve AttributeError exception context in __getattr__
https://bugs.python.org/issue40519 opened by Arusekk

#40521: Make tuple, dict, frame free lists, unicode interned strings,
https://bugs.python.org/issue40521 opened by vstinner

#40522: Subinterpreters: get the current Python interpreter state from
https://bugs.python.org/issue40522 opened by vstinner

#40525: zipapps execute symlinks as if they are code
https://bugs.python.org/issue40525 opened by Anthony Sottile

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528 opened by BTaskaya

#40529: Auto Completions with case insensitive
https://bugs.python.org/issue40529 opened by mkasula

#40530: distutils/cygwinccompiler.py doesn't support recent msvc versi
https://bugs.python.org/issue40530 opened by Vadim Godunko

#40533: Subinterpreters: don't share Python objects between interprete
https://bugs.python.org/issue40533 opened by vstinner

#40534: ShUtil doc deficiencies
https://bugs.python.org/issue40534 opened by T UA

#40536: Addition of a "list of available time zones" function to zonei
https://bugs.python.org/issue40536 opened by p-ganssle

#40540: inconstent stdin buffering/seeking behaviour
https://bugs.python.org/issue40540 opened by PeterJCLaw

#40543: Tamil locale is using outdated encoding
https://bugs.python.org/issue40543 opened by Muthu A

#40544: Formatter exception when using logging.config.fileConfig
https://bugs.python.org/issue40544 opened by mirii1994

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545 opened by jd

#40546: Inconsistencies between PEG parser and traceback SyntaxErrors
https://bugs.python.org/issue40546 opened by lys.nikolaou

#40547: 2to3 raise can silently remove code from old 2.4 string except
https://bugs.python.org/issue40547 opened by Rémy Oudompheng

#40548: Always run GitHub action jobs, even on documentation-only jobs
https://bugs.python.org/issue40548 opened by vstinner

#40549: Convert posixmodule.c to multiphase initialization (PEP 489)
https://bugs.python.org/issue40549 opened by vstinner

#40550: Popen.terminate fails with ProcessLookupError under certain co
https://bugs.python.org/issue40550 opened by Alexander Overvoorde

#40551: PRs should be rebased on top of master before running the buil
https://bugs.python.org/issue40551 opened by FFY00

#40552: Enhance for loop and copy example in tutorial
https://bugs.python.org/issue40552 opened by mdk

#40553: Python 3.8.2 Mac freezing/not responding when saving new progr
https://bugs.python.org/issue40553 opened by Zain

#40554: Add escape to the glossary?
https://bugs.python.org/issue40554 opened by mdk

#40556: test__xxsubinterpreters leaked [1486, 1484, 1484, 1484] refere
https://bugs.python.org/issue40556 opened by pablogsal

#40557: Move captured_stdin(), captured_stdout(), and captured_stderr(
https://bugs.python.org/issue40557 opened by felixxm

#40558: update CONTRIBUTING.rst docs
https://bugs.python.org/issue40558 opened by shihai1991

#40561: Provide docstrings for public-facing webbrowser functions
https://bugs.python.org/issue40561 opened by bsolomon1124

#40562: SEO: differentiate between Python 2 and Python 3 docs on Googl
https://bugs.python.org/issue40562 opened by simonw

#40563: Support pathlike objects on dbm/shelve
https://bugs.python.org/issue40563 opened by BTaskaya

#40564: Using zipfile.Path with several files prematurely closes zip
https://bugs.python.org/issue40564 opened by bustawin

#40566: Apply PEP 573 to abc module
https://bugs.python.org/issue40566 opened by corona10



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

#40566: Apply PEP 573 to abc module
https://bugs.python.org/issue40566

#40564: Using zipfile.Path with several files prematurely closes zip
https://bugs.python.org/issue40564

#40561: Provide docstrings for public-facing webbrowser functions
https://bugs.python.org/issue40561

#40556: test__xxsubinterpreters leaked [1486, 1484, 1484, 1484] refere
https://bugs.python.org/issue40556

#40551: PRs should be rebased on top of master before running the buil
https://bugs.python.org/issue40551

#40549: Convert posixmodule.c to multiphase initialization (PEP 489)
https://bugs.python.org/issue40549

#40547: 2to3 raise can silently remove code from old 2.4 string except
https://bugs.python.org/issue40547

#40544: Formatter exception when using logging.config.fileConfig
https://bugs.python.org/issue40544

#40543: Tamil locale is using outdated encoding
https://bugs.python.org/issue40543

#40540: inconstent stdin buffering/seeking behaviour
https://bugs.python.org/issue40540

#40536: Addition of a "list of available time zones" function to zonei
https://bugs.python.org/issue40536

#40534: ShUtil doc deficiencies
https://bugs.python.org/issue40534

#40530: distutils/cygwinccompiler.py doesn't support recent msvc versi
https://bugs.python.org/issue40530

#40510: [regression] ZipFile fails to round trip on some files
https://bugs.python.org/issue40510

#40507: FileNotFound error raised by os.exec* doesn't contain filename
https://bugs.python.org/issue40507



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

#40566: Apply PEP 573 to abc module
https://bugs.python.org/issue40566

#40561: Provide docstrings for public-facing webbrowser functions
https://bugs.python.org/issue40561

#40558: update CONTRIBUTING.rst docs
https://bugs.python.org/issue40558

#40552: Enhance for loop and copy example in tutorial
https://bugs.python.org/issue40552

#40549: Convert posixmodule.c to multiphase initialization (PEP 489)
https://bugs.python.org/issue40549

#40548: Always run GitHub action jobs, even on documentation-only jobs
https://bugs.python.org/issue40548

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545

#40544: Formatter exception when using logging.config.fileConfig
https://bugs.python.org/issue40544

#40533: Subinterpreters: don't share Python objects between interprete
https://bugs.python.org/issue40533

#40529: Auto Completions with case insensitive
https://bugs.python.org/issue40529

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528

#40525: zipapps execute symlinks as if they are code
https://bugs.python.org/issue40525

#40522: Subinterpreters: get the current Python interpreter state from
https://bugs.python.org/issue40522

#40521: Make tuple, dict, frame free lists, unicode interned strings,
https://bugs.python.org/issue40521

#40519: Preserve AttributeError exception context in __getattr__
https://bugs.python.org/issue40519



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

#40513: Move _PyRuntimeState.ceval to PyInterpreterState
https://bugs.python.org/issue40513 15 msgs

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 13 msgs

#36543: Remove old-deprecated ElementTree features (part 2)
https://bugs.python.org/issue36543 12 msgs

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528 11 msgs

#40028: Math module method to find prime factors for non-negative int
https://bugs.python.org/issue40028 10 msgs

#40426: Unable to use lowercase hexadecimal digits for percent encodin
https://bugs.python.org/issue40426 10 msgs

#40512: Meta issue: per-interpreter GIL
https://bugs.python.org/issue40512 9 msgs

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545 9 msgs

#40458: test_bad_getattr crashes on APPX test
https://bugs.python.org/issue40458 7 msgs

#40546: Inconsistencies between PEG parser and traceback SyntaxErrors
https://bugs.python.org/issue40546 7 msgs



Issues closed (64)
==================

#2380: Raise a Py3K warning for catching nested tuples with non-BaseE
https://bugs.python.org/issue2380 closed by zach.ware

#5879: multiprocessing example "pool of http servers " fails on windo
https://bugs.python.org/issue5879 closed by terry.reedy

#17848: can't compile with clang and build a shared lib due to libffi
https://bugs.python.org/issue17848 closed by ned.deily

#18499: mingw: setup _ctypes module with system libffi
https://bugs.python.org/issue18499 closed by ned.deily

#25413: ctypes (libffi) fails to compile on Solaris X86
https://bugs.python.org/issue25413 closed by ned.deily

#26192: python3 k1om dissociation permanence: libffi
https://bugs.python.org/issue26192 closed by ned.deily

#27133: python 3.5.1 will not compile because libffi module uses wrong
https://bugs.python.org/issue27133 closed by ned.deily

#31710: setup.py: _ctypes won't get built when system ffi is only in $
https://bugs.python.org/issue31710 closed by ned.deily

#34823: libffi detection doesn’t work in my setup
https://bugs.python.org/issue34823 closed by ned.deily

#35061: Specify libffi.so soname for ctypes
https://bugs.python.org/issue35061 closed by ned.deily

#36944: Add support for ARM64 to libffi
https://bugs.python.org/issue36944 closed by ned.deily

#39470: Indicate that os.makedirs is equivalent to Path.mkdir
https://bugs.python.org/issue39470 closed by nanjekyejoannah

#39691: Allow passing Pathlike objects to io.open_code
https://bugs.python.org/issue39691 closed by steve.dower

#40135: multiprocessing: test_shared_memory_across_processes() cannot
https://bugs.python.org/issue40135 closed by vstinner

#40178: Convert the remaining os funtions to Argument Clinic
https://bugs.python.org/issue40178 closed by serhiy.storchaka

#40316: Add zero function to time, datetime, which acts as the use cas
https://bugs.python.org/issue40316 closed by rhettinger

#40355: The ast module fails to reject certain malformed nodes
https://bugs.python.org/issue40355 closed by BTaskaya

#40393: Auto-response from Python Help points to Python 2 reference
https://bugs.python.org/issue40393 closed by terry.reedy

#40398: typing.get_args(Callable) fails
https://bugs.python.org/issue40398 closed by serhiy.storchaka

#40408: GenericAlias does not support nested type variables
https://bugs.python.org/issue40408 closed by serhiy.storchaka

#40414: Incorrect mouse and keyboard mapping
https://bugs.python.org/issue40414 closed by terry.reedy

#40416: Calling TextIOWrapper.tell() in the middle of reading a gb2312
https://bugs.python.org/issue40416 closed by terry.reedy

#40417: PyImport_ReloadModule emits deprecation warning
https://bugs.python.org/issue40417 closed by brett.cannon

#40419: timeit CLI docs still mention old power sequence
https://bugs.python.org/issue40419 closed by serhiy.storchaka

#40433: Equality operations between lists and arrays
https://bugs.python.org/issue40433 closed by rhettinger

#40449: multi-line f-string, syntaxerror points to wrong line
https://bugs.python.org/issue40449 closed by lys.nikolaou

#40459: [easy] undefined names in platform.py
https://bugs.python.org/issue40459 closed by vstinner

#40461: execution of file with pictures doesn't work in command --onef
https://bugs.python.org/issue40461 closed by ned.deily

#40465: Deprecate the optional *random* argument to random.shuffle()
https://bugs.python.org/issue40465 closed by rhettinger

#40466: asyncio.ensure_future() breaks implicit exception chaining
https://bugs.python.org/issue40466 closed by chris.jerdonek

#40472: PEG parser disables IDLE Shell input > 2 lines
https://bugs.python.org/issue40472 closed by terry.reedy

#40473: Universal newline not recognizing Mac newline (CR) when using
https://bugs.python.org/issue40473 closed by larrykuhn

#40475: json.JSONEncoder override default method
https://bugs.python.org/issue40475 closed by xsmyqf

#40476: Write file failed on OS X 10.15.4
https://bugs.python.org/issue40476 closed by ???

#40480: "fnmatch" exponential execution time
https://bugs.python.org/issue40480 closed by tim.peters

#40488: setup.py shall search by default for libffi.so in /usr/local/l
https://bugs.python.org/issue40488 closed by ned.deily

#40489: INCREF/DECREFs around the rich comparison needs tests
https://bugs.python.org/issue40489 closed by rhettinger

#40490: peg_generator module has unused imports
https://bugs.python.org/issue40490 closed by pablogsal

#40491: Typo in SyntaxError produced by pegen for numeric literals
https://bugs.python.org/issue40491 closed by serhiy.storchaka

#40493: Pegen can't parse some function type comments
https://bugs.python.org/issue40493 closed by gvanrossum

#40496: re.findall() takes a long time (100% cup usage) on Python 3.6.
https://bugs.python.org/issue40496 closed by serhiy.storchaka

#40499: asyncio.wait documentation on non-emptiness requirement lost i
https://bugs.python.org/issue40499 closed by gvanrossum

#40504: Restore weakref support for lru_cache wrappers
https://bugs.python.org/issue40504 closed by rhettinger

#40508: IDLE won't open
https://bugs.python.org/issue40508 closed by ned.deily

#40517: Syntax highlighting for ASDL
https://bugs.python.org/issue40517 closed by rhettinger

#40518: ValueError when using resource.setrlimit on macOS Catalina
https://bugs.python.org/issue40518 closed by ned.deily

#40520: Remove redundant comment in pydebug.h
https://bugs.python.org/issue40520 closed by corona10

#40523: Weakref proxy missing pass throughs for hash() and reversed()
https://bugs.python.org/issue40523 closed by pablogsal

#40524: Print() issue
https://bugs.python.org/issue40524 closed by eric.smith

#40526: documentation bad on asyncio
https://bugs.python.org/issue40526 closed by yselivanov

#40527: Multiple "unknown option" errors when passing unknown argument
https://bugs.python.org/issue40527 closed by corona10

#40531: Adding the method find() to list
https://bugs.python.org/issue40531 closed by rhettinger

#40532: Persmission error
https://bugs.python.org/issue40532 closed by eric.smith

#40535: While build python 3.8.2 in linux ctypes.so is using libffi.s
https://bugs.python.org/issue40535 closed by ned.deily

#40537: Typo in Doc/library/sqlite3.rst
https://bugs.python.org/issue40537 closed by nanjekyejoannah

#40538: struct.calcsize('L')== 8 but 4 is specified in documentation
https://bugs.python.org/issue40538 closed by mark.dickinson

#40539: Docs - difflib.SequenceMatcher quick_ratio and real_quick_rati
https://bugs.python.org/issue40539 closed by tim.peters

#40541: Add optional weights parameter to random.sample()
https://bugs.python.org/issue40541 closed by rhettinger

#40542: path environment variable not created correctly
https://bugs.python.org/issue40542 closed by steve.dower

#40555: pegen (PEP 617): bug in error handling
https://bugs.python.org/issue40555 closed by pablogsal

#40559: Missing Py_DECREF in task_step_impl() in _asynciomodule.c
https://bugs.python.org/issue40559 closed by chris.jerdonek

#40560: uuid.uuid4().hex not random
https://bugs.python.org/issue40560 closed by KingUdo

#40565: is comparison returns False while ids are the same.
https://bugs.python.org/issue40565 closed by eric.smith

#1648957: HP-UX: _ctypes/libffi/src/ia64/ffi/__attribute__/native cc
https://bugs.python.org/issue1648957 closed by ned.deily
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-08 - 2020-05-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 7468 ( +9)
closed 44917 (+60)
total 52385 (+69)

Open issues with patches: 2996


Issues opened (44)
==================

#35967: Better platform.processor support
https://bugs.python.org/issue35967 reopened by lemburg

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 reopened by gvanrossum

#40567: asyncio.StreadReader `async for line in reader` is not doc
https://bugs.python.org/issue40567 opened by socketpair

#40568: Modify -c command-line option to accept multiple inputs
https://bugs.python.org/issue40568 opened by rhettinger

#40569: Add optional weights to random.sample()
https://bugs.python.org/issue40569 opened by rhettinger

#40572: [subinterpreters] Support basic asynchronous cross-interpreter
https://bugs.python.org/issue40572 opened by eric.snow

#40573: inspect.iscorutinefunction() returns False for unittest.mock.A
https://bugs.python.org/issue40573 opened by moriyoshi

#40576: Align docs for list.sort, sorted, and on the website
https://bugs.python.org/issue40576 opened by sxlijin

#40579: Second argument to iterator.next not described
https://bugs.python.org/issue40579 opened by Andrew Black

#40583: Runtime type annotation mutation leads to inconsistent behavio
https://bugs.python.org/issue40583 opened by ethereon

#40586: Pydoc should support https for hyperlinks.
https://bugs.python.org/issue40586 opened by owebeeone

#40587: [regression] inspect.getdoc not returning docstring.
https://bugs.python.org/issue40587 opened by mbussonn

#40588: Creating Virtual Environments Does Not Work (Not Creating Fold
https://bugs.python.org/issue40588 opened by Shengjun Zhu

#40590: test_subprocess stuck on Windows, x64
https://bugs.python.org/issue40590 opened by Dima.Tisnek

#40592: `Shutil.which` incosistent with windows's `where`
https://bugs.python.org/issue40592 opened by alkuzad

#40594: urljoin since 3.5 incorrectly filters out double slashes
https://bugs.python.org/issue40594 opened by David Bell

#40595: AttributeError from type annotation
https://bugs.python.org/issue40595 opened by robieta

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597 opened by ivyl

#40600: Add an option to disallow creating more than one instance of a
https://bugs.python.org/issue40600 opened by vstinner

#40601: [C API] Hide static types from the limited C API
https://bugs.python.org/issue40601 opened by vstinner

#40603: slice not hashable
https://bugs.python.org/issue40603 opened by Will Bradshaw

#40604: Regression in 3.8.3rc1 - error in tests run via doctest
https://bugs.python.org/issue40604 opened by casevh

#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605 opened by sab1703

#40606: Copy property return annotations to __annotations__
https://bugs.python.org/issue40606 opened by Eric Wieser

#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607 opened by Roman Skurikhin

#40608: PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608 opened by iritkatriel

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611 opened by Ethan Steinberg

#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612 opened by gvanrossum

#40614: ast.parse doesn't respect feature_version for debug f-strings
https://bugs.python.org/issue40614 opened by hauntsaninja

#40616: Add `asyncio.BufferQueue`
https://bugs.python.org/issue40616 opened by lig

#40617: sqlite3: expose sqlite3_create_window_function
https://bugs.python.org/issue40617 opened by iljau

#40620: Range tutorial shorthand could be made clearer
https://bugs.python.org/issue40620 opened by docorbit@sonic.net

#40622: Using VS2019 to automatically build Python3 and Runtest and it
https://bugs.python.org/issue40622 opened by Lin

#40623: JSON streaming
https://bugs.python.org/issue40623 opened by phr

#40624: add support for != (not-equals) in ElementTree XPath
https://bugs.python.org/issue40624 opened by Antony.Lee

#40625: Autogenerate signature for METH_NOARGS and perhaps METH_O exte
https://bugs.python.org/issue40625 opened by Antony.Lee

#40626: application/x-hdf5 mime type missing from mimetypes library
https://bugs.python.org/issue40626 opened by schwabm

#40628: sockmodule.c: sock_connect vs negative errno values...
https://bugs.python.org/issue40628 opened by icculus

#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629 opened by veganaiZe

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630 opened by huonw

#40632: AttributeError: type object 'Callable' has no attribute '_abc_
https://bugs.python.org/issue40632 opened by dilyan.palauzov

#40633: json.dumps() should encode float number NaN to null
https://bugs.python.org/issue40633 opened by Haoyu SUN

#40634: Ignored "BlockingIOError: [Errno 11] Resource temporarily unav
https://bugs.python.org/issue40634 opened by Yaroslav.Halchenko

#40635: Documentation for socket.getfqdn incorrect?
https://bugs.python.org/issue40635 opened by cherdt



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

#40635: Documentation for socket.getfqdn incorrect?
https://bugs.python.org/issue40635

#40634: Ignored "BlockingIOError: [Errno 11] Resource temporarily unav
https://bugs.python.org/issue40634

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630

#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629

#40628: sockmodule.c: sock_connect vs negative errno values...
https://bugs.python.org/issue40628

#40626: application/x-hdf5 mime type missing from mimetypes library
https://bugs.python.org/issue40626

#40625: Autogenerate signature for METH_NOARGS and perhaps METH_O exte
https://bugs.python.org/issue40625

#40624: add support for != (not-equals) in ElementTree XPath
https://bugs.python.org/issue40624

#40622: Using VS2019 to automatically build Python3 and Runtest and it
https://bugs.python.org/issue40622

#40620: Range tutorial shorthand could be made clearer
https://bugs.python.org/issue40620

#40617: sqlite3: expose sqlite3_create_window_function
https://bugs.python.org/issue40617

#40616: Add `asyncio.BufferQueue`
https://bugs.python.org/issue40616

#40614: ast.parse doesn't respect feature_version for debug f-strings
https://bugs.python.org/issue40614

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611

#40606: Copy property return annotations to __annotations__
https://bugs.python.org/issue40606



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

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630

#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611

#40608: PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608

#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607

#40606: Copy property return annotations to __annotations__
https://bugs.python.org/issue40606

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597

#40592: `Shutil.which` incosistent with windows's `where`
https://bugs.python.org/issue40592

#40576: Align docs for list.sort, sorted, and on the website
https://bugs.python.org/issue40576

#40572: [subinterpreters] Support basic asynchronous cross-interpreter
https://bugs.python.org/issue40572

#40569: Add optional weights to random.sample()
https://bugs.python.org/issue40569

#40558: update CONTRIBUTING.rst docs
https://bugs.python.org/issue40558

#40552: Enhance for loop and copy example in tutorial
https://bugs.python.org/issue40552

#40550: Popen.terminate fails with ProcessLookupError under certain co
https://bugs.python.org/issue40550

#40548: Always run GitHub action jobs, even on documentation-only jobs
https://bugs.python.org/issue40548



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

#40257: Improve the use of __doc__ in pydoc
https://bugs.python.org/issue40257 15 msgs

#38323: asyncio: MultiLoopWatcher has a race condition (test_asyncio:
https://bugs.python.org/issue38323 14 msgs

#40553: Python 3.8.2 Mac freezing/not responding when saving new progr
https://bugs.python.org/issue40553 11 msgs

#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605 10 msgs

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 9 msgs

#40551: PRs should be rebased on top of master before running the buil
https://bugs.python.org/issue40551 9 msgs

#40397: Refactor typing._GenericAlias
https://bugs.python.org/issue40397 8 msgs

#40477: Python Launcher app on macOS 10.15 Catalina fails to run scrip
https://bugs.python.org/issue40477 8 msgs

#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787 7 msgs

#40503: PEP 615: Add zoneinfo module
https://bugs.python.org/issue40503 7 msgs



Issues closed (61)
==================

#10915: [subinterpreters] Make the PyGILState API compatible with mult
https://bugs.python.org/issue10915 closed by vstinner

#24228: Interpreter triggers segmentation fault at the starting
https://bugs.python.org/issue24228 closed by vstinner

#26461: PyInterpreterState_Head(), PyThreadState_Next() etc can't be s
https://bugs.python.org/issue26461 closed by vstinner

#26817: Docs for StringIO should link to io.BytesIO
https://bugs.python.org/issue26817 closed by zach.ware

#30250: StringIO module truncate behavior of current position
https://bugs.python.org/issue30250 closed by zach.ware

#30439: [subinterpreters] Expose the subinterpreters C-API in the stdl
https://bugs.python.org/issue30439 closed by vstinner

#31375: [subinterpreters] Add the interpreters module to stdlib (PEP 5
https://bugs.python.org/issue31375 closed by vstinner

#34346: dir() hangs interpreter
https://bugs.python.org/issue34346 closed by vstinner

#34821: Crash after run Python interpreter from removed directory
https://bugs.python.org/issue34821 closed by vstinner

#35969: Interpreter crashes with "can't initialize init_sys_streams" w
https://bugs.python.org/issue35969 closed by vstinner

#36877: [subinterpreters][meta] Move fields from _PyRuntimeState to Py
https://bugs.python.org/issue36877 closed by vstinner

#37573: asyncio: freeze when using MultiLoopChildWatcher on Solaris
https://bugs.python.org/issue37573 closed by chris.jerdonek

#37986: Improve perfomance of PyLong_FromDouble()
https://bugs.python.org/issue37986 closed by mark.dickinson

#38045: enum.Flag instance creation is slow
https://bugs.python.org/issue38045 closed by Antony.Lee

#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804 closed by vstinner

#38872: Document exec symbol for codeop.compile_command
https://bugs.python.org/issue38872 closed by nanjekyejoannah

#39881: [subinterpreters] Multiple Interpreters in the Stdlib (PEP 554
https://bugs.python.org/issue39881 closed by vstinner

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137 closed by vstinner

#40142: Modify _PyObject_GC_TRACK() to ensure that newly tracked objec
https://bugs.python.org/issue40142 closed by vstinner

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 closed by vstinner

#40331: Increase test coverage for the statistics module
https://bugs.python.org/issue40331 closed by taleinat

#40426: Unable to use lowercase hexadecimal digits for percent encodin
https://bugs.python.org/issue40426 closed by serhiy.storchaka

#40429: [C API] PyThreadState_GetFrame() and PyFrame_GetCode() should
https://bugs.python.org/issue40429 closed by vstinner

#40460: [easy] undefined name in Lib/idlelib/zzdummy.py
https://bugs.python.org/issue40460 closed by vstinner

#40462: [easy] undefined name in Lib/test/mock_socket.py
https://bugs.python.org/issue40462 closed by vstinner

#40495: compileall: option to hardlink duplicate optimization levels b
https://bugs.python.org/issue40495 closed by vstinner

#40502: PyNode_New() does not initialize n->n_col_offset
https://bugs.python.org/issue40502 closed by nanjekyejoannah

#40513: [subinterpreters] Move _PyRuntimeState.ceval to PyInterpreterS
https://bugs.python.org/issue40513 closed by vstinner

#40549: Convert posixmodule.c to multiphase initialization (PEP 489)
https://bugs.python.org/issue40549 closed by vstinner

#40556: test__xxsubinterpreters leaked [1486, 1484, 1484, 1484] refere
https://bugs.python.org/issue40556 closed by vstinner

#40561: Add docstrings for webbrowser open functions
https://bugs.python.org/issue40561 closed by terry.reedy

#40566: Apply PEP 573 to abc module
https://bugs.python.org/issue40566 closed by corona10

#40570: len(platform.uname()) has changed in Python 3.9
https://bugs.python.org/issue40570 closed by jaraco

#40571: Make lru_cache(maxsize=None) more discoverable
https://bugs.python.org/issue40571 closed by rhettinger

#40574: segfault causing regression from PEP 573 implementation (PyQt5
https://bugs.python.org/issue40574 closed by tcaswell

#40575: _PyDict_GetItemIdWithError() should call _PyDict_GetItem_Known
https://bugs.python.org/issue40575 closed by scoder

#40577: Spyder doesn't launch from Anaconda on MacBook
https://bugs.python.org/issue40577 closed by christian.heimes

#40578: Deprecate numeric item access for platform.uname()
https://bugs.python.org/issue40578 closed by lemburg

#40580: Macintosh Documentation Still Bad
https://bugs.python.org/issue40580 closed by benjamin.peterson

#40581: scipy's differential_evolution bug
https://bugs.python.org/issue40581 closed by christian.heimes

#40582: Inconsistent exceptions caused by typing + tuple subclasses
https://bugs.python.org/issue40582 closed by gvanrossum

#40584: PyType_FromModuleAndSpec function should add the process of tp
https://bugs.python.org/issue40584 closed by vstinner

#40585: compile_command exec not raising syntax error with new PGEN Pa
https://bugs.python.org/issue40585 closed by pablogsal

#40589: Missing path-like versionchanged in shutil.rmtree
https://bugs.python.org/issue40589 closed by serhiy.storchaka

#40591: \r broken in IDLE
https://bugs.python.org/issue40591 closed by terry.reedy

#40593: Improve error reporting for invalid character in source code
https://bugs.python.org/issue40593 closed by serhiy.storchaka

#40596: str.isidentifier() does not work with non-BMP non-canonicalize
https://bugs.python.org/issue40596 closed by serhiy.storchaka

#40598: round() does not return an integer when given a numpy float64
https://bugs.python.org/issue40598 closed by vstinner

#40599: Improve error messages with expected keywords
https://bugs.python.org/issue40599 closed by pablogsal

#40602: Move Modules/hashtable.h to Include/internal/pycore_hashtable.
https://bugs.python.org/issue40602 closed by vstinner

#40609: _tracemalloc: remove pointer_t type
https://bugs.python.org/issue40609 closed by vstinner

#40610: ctypes on Windows: error message on DLL load failure is mislea
https://bugs.python.org/issue40610 closed by eryksun

#40613: gcc 10 emits warning for unused function: _xxsubinterpretersmo
https://bugs.python.org/issue40613 closed by corona10

#40615: unstable behaviour for options in argparse
https://bugs.python.org/issue40615 closed by eric.smith

#40618: PEG Parser: Invalid targets for augassign and except succeed
https://bugs.python.org/issue40618 closed by lys.nikolaou

#40619: compile() passes rest of file as SyntaxError().text when file
https://bugs.python.org/issue40619 closed by pablogsal

#40621: Python crashes with new parser on invalid exception handlers
https://bugs.python.org/issue40621 closed by pablogsal

#40627: Bus error on 'except E as a.b:'
https://bugs.python.org/issue40627 closed by gvanrossum

#40631: PEG Parser: Cannot used starred expression in parenthesised ex
https://bugs.python.org/issue40631 closed by lys.nikolaou

#1332869: Fatal Python error: Interpreter not initialized
https://bugs.python.org/issue1332869 closed by vstinner

#1776160: Buffer overflow when listing deeply nested directory
https://bugs.python.org/issue1776160 closed by benjamin.peterson
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-15 - 2020-05-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 7478 (+10)
closed 45000 (+83)
total 52478 (+93)

Open issues with patches: 3006


Issues opened (66)
==================

#26317: _scproxy and Python Launcher fail to build wtih GNU gcc on mac
https://bugs.python.org/issue26317 reopened by vstinner

#38815: test_ssl: test_min_max_version() fails on FreeBSD and Fedora
https://bugs.python.org/issue38815 reopened by christian.heimes

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 reopened by pablogsal

#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452 reopened by taleinat

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

#40638: input() with malformed input stream triggers assertion failure
https://bugs.python.org/issue40638 opened by tekknolagi

#40640: Tutorial for Continue missing ... line
https://bugs.python.org/issue40640 opened by docorbit@sonic.net

#40642: Cpython "pystate.h" subdirectory wrong
https://bugs.python.org/issue40642 opened by jpelizza

#40643: Improve doc-strings for datetime.strftime & strptime
https://bugs.python.org/issue40643 opened by edison.abahurire

#40644: Text representation of Windows' file attributes similar to sta
https://bugs.python.org/issue40644 opened by scrool

#40645: Use OpenSSL's HMAC API
https://bugs.python.org/issue40645 opened by christian.heimes

#40646: Builtins in doc show signature in documentation
https://bugs.python.org/issue40646 opened by cryvate

#40647: Building with a libreadline.so located outside the ld.so.conf
https://bugs.python.org/issue40647 opened by mjpieters

#40648: File mode is not tested on Windows
https://bugs.python.org/issue40648 opened by scrool

#40652: Test test_locale failed when running cpython test on Windows 1
https://bugs.python.org/issue40652 opened by kpysoze

#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 opened by jaraco

#40656: Clean up detect_socket() in setup.py
https://bugs.python.org/issue40656 opened by erlendaasland

#40657: Resource leaks with threading.Thread
https://bugs.python.org/issue40657 opened by POCEH

#40663: Wrong generated annotation on subscripting
https://bugs.python.org/issue40663 opened by BTaskaya

#40666: TarFile.add does not support pathlib.Path as a value to first
https://bugs.python.org/issue40666 opened by socketpair

#40667: [Windows] Add global python and python3 commands
https://bugs.python.org/issue40667 opened by steve.dower

#40668: Catastrophic loss of precision in colorsys module
https://bugs.python.org/issue40668 opened by Zac Hatfield-Dodds

#40670: supplying an empty string to timeit causes an IndentationError
https://bugs.python.org/issue40670 opened by edison.abahurire

#40671: Convert _hashlib to PEP 489 multiphase initialization
https://bugs.python.org/issue40671 opened by vstinner

#40672: asyncio.wait_for: process future result produced during cancel
https://bugs.python.org/issue40672 opened by Roman Skurikhin

#40673: urllib.request.URLopener raises different exceptions based on
https://bugs.python.org/issue40673 opened by Petter S

#40674: Deprecate urllib.request.urlretrieve() and cleanup()
https://bugs.python.org/issue40674 opened by remi.lapeyre

#40675: Add missing mimetypes for fonts
https://bugs.python.org/issue40675 opened by sahil.prajapati

#40676: Use Argument Clinic for csv
https://bugs.python.org/issue40676 opened by hauntsaninja

#40678: Full list of Python lexical rules
https://bugs.python.org/issue40678 opened by cool-RR

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 opened by chris.jerdonek

#40680: thread_cputime isn't supported by AIX5
https://bugs.python.org/issue40680 opened by Michael.Felt

#40684: make install doesn't respect configure --with-platlibdir=lib64
https://bugs.python.org/issue40684 opened by vstinner

#40685: IDLE: Document info needed for 'not working' reports.
https://bugs.python.org/issue40685 opened by Coder436

#40686: Compiler warnings in _zoneinfo.c on Windows build in 64-bit
https://bugs.python.org/issue40686 opened by vstinner

#40687: Windows py.exe launcher interacts badly with Windows store pyt
https://bugs.python.org/issue40687 opened by benspiller

#40688: PEG Generator: Fix scripts to always use the correct parser
https://bugs.python.org/issue40688 opened by lys.nikolaou

#40689: The only supported minidom attribute iteration (NamedNodeMap)
https://bugs.python.org/issue40689 opened by nthykier

#40690: unittest: if FunctionTestCase is imported, the loader loads "t
https://bugs.python.org/issue40690 opened by pwtail

#40691: misleading output from difflib unified_diff
https://bugs.python.org/issue40691 opened by cdanis

#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692 opened by asheesh

#40694: gen.throw() with multiple yield froms skips intermediate excep
https://bugs.python.org/issue40694 opened by chris.jerdonek

#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695 opened by christian.heimes

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 opened by felixxm

#40697: add fissix as a lib2to3 alternative
https://bugs.python.org/issue40697 opened by graingert

#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699 opened by Cristian Martinez de Morentin

#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700 opened by Manjusaka

#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701 opened by ericzolf

#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703 opened by scoder

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

#40705: use-after-free in _zoneinfo.c's module_free function
https://bugs.python.org/issue40705 opened by ammar2

#40706: Unreachable code in _PyEval_EvalCode
https://bugs.python.org/issue40706 opened by Dennis Sweeney

#40707: Popen.communicate documentation does not say how to get the re
https://bugs.python.org/issue40707 opened by gdr@garethrees.org

#40717: pl.python.org has expired cert and links to nonexistent django
https://bugs.python.org/issue40717 opened by hanno

#40718: Support out-of-band pickling for builtin types
https://bugs.python.org/issue40718 opened by jakirkham

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719 opened by rffontenelle

#40720: accessing mmap of file that is overwritten causes bus error
https://bugs.python.org/issue40720 opened by mhvk

#40721: PEP0435 (enums) -- there is no standard on enum item letters c
https://bugs.python.org/issue40721 opened by socketpair

#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722 opened by Dennis Sweeney

#40723: IDLE: make autocomplete test run without __main__.__file__
https://bugs.python.org/issue40723 opened by terry.reedy

#40724: Support buffer protocol with type specs
https://bugs.python.org/issue40724 opened by scoder

#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726 opened by gaborbernat

#40727: SSLContext.load_verify_locations leaks memory on Linux in asyn
https://bugs.python.org/issue40727 opened by Recursing

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729 opened by BTaskaya

#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730 opened by eric.smith

#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731 opened by bastosvinicius



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

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729

#40724: Support buffer protocol with type specs
https://bugs.python.org/issue40724

#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722

#40720: accessing mmap of file that is overwritten causes bus error
https://bugs.python.org/issue40720

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719

#40718: Support out-of-band pickling for builtin types
https://bugs.python.org/issue40718

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

#40706: Unreachable code in _PyEval_EvalCode
https://bugs.python.org/issue40706

#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703

#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700

#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699

#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695

#40694: gen.throw() with multiple yield froms skips intermediate excep
https://bugs.python.org/issue40694

#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692

#40691: misleading output from difflib unified_diff
https://bugs.python.org/issue40691



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

#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731

#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729

#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726

#40723: IDLE: make autocomplete test run without __main__.__file__
https://bugs.python.org/issue40723

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719

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

#40705: use-after-free in _zoneinfo.c's module_free function
https://bugs.python.org/issue40705

#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703

#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701

#40700: Make WSGIRequestHandler easier to be customized by the user
https://bugs.python.org/issue40700

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696

#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695

#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692

#40690: unittest: if FunctionTestCase is imported, the loader loads "t
https://bugs.python.org/issue40690



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

#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452 22 msgs

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 13 msgs

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 12 msgs

#38870: Expose ast.unparse in the ast module
https://bugs.python.org/issue38870 9 msgs

#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 9 msgs

#26317: _scproxy and Python Launcher fail to build wtih GNU gcc on mac
https://bugs.python.org/issue26317 8 msgs

#38946: IDLE on macOS 10.15 Catalina does not open double-clicked file
https://bugs.python.org/issue38946 8 msgs

#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726 8 msgs

#38938: Possible performance improvement for heaqq.merge()
https://bugs.python.org/issue38938 7 msgs

#39148: DatagramProtocol + IPv6 does not work with ProactorEventLoop
https://bugs.python.org/issue39148 7 msgs



Issues closed (82)
==================

#4264: Patch: optimize code to use LIST_APPEND instead of calling lis
https://bugs.python.org/issue4264 closed by rhettinger

#13248: deprecated in 3.2/3.3, should be removed in 3.5 or ???
https://bugs.python.org/issue13248 closed by benjamin.peterson

#22622: ElementTree only writes declaration when passed encoding
https://bugs.python.org/issue22622 closed by scoder

#24416: Have date.isocalendar() return a structseq instance
https://bugs.python.org/issue24416 closed by p-ganssle

#31033: Improve traceback of cancelled tasks / add cancel() msg argume
https://bugs.python.org/issue31033 closed by chris.jerdonek

#31131: asyncio.wait_for() TimeoutError doesn't provide full traceback
https://bugs.python.org/issue31131 closed by chris.jerdonek

#32309: Implement asyncio.run_in_executor shortcut
https://bugs.python.org/issue32309 closed by aeros

#32893: ast.literal_eval() shouldn't accept booleans as numbers in AST
https://bugs.python.org/issue32893 closed by serhiy.storchaka

#33797: json int encoding incorrect for dbus.Byte
https://bugs.python.org/issue33797 closed by ned.deily

#35569: Expose RFC 3542 IPv6 socket options on macOS
https://bugs.python.org/issue35569 closed by ned.deily

#35907: [security][CVE-2019-9948] Unnecessary URL scheme exists to all
https://bugs.python.org/issue35907 closed by vstinner

#37616: [3.10 prep] zip path incorrect
https://bugs.python.org/issue37616 closed by Anthony Sottile

#38544: test_venv: test_isolation() failed on AMD64 Windows7 SP1 3.x:
https://bugs.python.org/issue38544 closed by vstinner

#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798 closed by vstinner

#39058: argparse should preserve argument ordering in Namespace
https://bugs.python.org/issue39058 closed by rhettinger

#39075: types.SimpleNamespace should preserve attribute ordering (?)
https://bugs.python.org/issue39075 closed by eric.snow

#39076: Use types.SimpleNamespace for argparse.Namespace
https://bugs.python.org/issue39076 closed by rhettinger

#39162: setup.py not picking up tkinter headers from non-system macOS
https://bugs.python.org/issue39162 closed by ned.deily

#39173: _AttributeHolder of argparse should support the sort function
https://bugs.python.org/issue39173 closed by rhettinger

#39305: Merge nntplib._NNTPBase and nntplib.NNTP
https://bugs.python.org/issue39305 closed by corona10

#39631: Fix file association MIME type on Windows
https://bugs.python.org/issue39631 closed by steve.dower

#39705: Tutorial, 5.6 Looping Techniques, sorted() example
https://bugs.python.org/issue39705 closed by rhettinger

#39740: Select module fails to build on Solaris 11.4
https://bugs.python.org/issue39740 closed by BTaskaya

#39976: Add "**other_popen_kwargs" to subprocess API signatures in doc
https://bugs.python.org/issue39976 closed by chris.jerdonek

#39983: test.regrtest: test marked as failed (env changed), but no war
https://bugs.python.org/issue39983 closed by vstinner

#40003: test.regrtest: add an option to run test.bisect_cmd on failed
https://bugs.python.org/issue40003 closed by vstinner

#40055: test___all__ and test_distutils alters the enviroinment: pkg_r
https://bugs.python.org/issue40055 closed by vstinner

#40163: multissl doesn't support tarballs in /source/old/
https://bugs.python.org/issue40163 closed by christian.heimes

#40165: Hide stderror from the user if command failes
https://bugs.python.org/issue40165 closed by BTaskaya

#40192: time.thread_time isn't outputting in nanoseconds in AIX
https://bugs.python.org/issue40192 closed by vstinner

#40211: Clarify preadv and pwritev is supported AIX 7.1 and newer.
https://bugs.python.org/issue40211 closed by BTaskaya

#40273: mappingproxy isn't reversible
https://bugs.python.org/issue40273 closed by rhettinger

#40410: test_multiprocessing_forktest_terminate() timed out after 15 m
https://bugs.python.org/issue40410 closed by vstinner

#40425: Refleak in CDataObject
https://bugs.python.org/issue40425 closed by zach.ware

#40445: compileall.compile_dir docs aren't updated for bpo-38112
https://bugs.python.org/issue40445 closed by vstinner

#40457: Python fails to compile/load _ssl module if OpenSSL is compile
https://bugs.python.org/issue40457 closed by christian.heimes

#40515: test_ssl.py hangs with SSL 1.1 built with no threads
https://bugs.python.org/issue40515 closed by christian.heimes

#40546: Inconsistencies between PEG parser and traceback SyntaxErrors
https://bugs.python.org/issue40546 closed by lys.nikolaou

#40548: Always run GitHub action jobs, even on documentation-only jobs
https://bugs.python.org/issue40548 closed by vstinner

#40579: Second argument to iterator.next not described
https://bugs.python.org/issue40579 closed by rhettinger

#40583: Runtime type annotation mutation leads to inconsistent behavio
https://bugs.python.org/issue40583 closed by ethereon

#40587: [regression] inspect.getdoc not returning docstring.
https://bugs.python.org/issue40587 closed by terry.reedy

#40590: test_subprocess stuck on Windows, x64
https://bugs.python.org/issue40590 closed by terry.reedy

#40595: AttributeError from type annotation
https://bugs.python.org/issue40595 closed by levkivskyi

#40605: «python»: Aucun fichier ou dossier de ce type
https://bugs.python.org/issue40605 closed by terry.reedy

#40607: asyncio.wait_for should reraise future exception even if timeo
https://bugs.python.org/issue40607 closed by chris.jerdonek

#40612: Make traceback module's formatting of SyntaxError more similar
https://bugs.python.org/issue40612 closed by gvanrossum

#40622: Tests fail with python3.6 built with VS2019
https://bugs.python.org/issue40622 closed by ned.deily

#40629: Error MSB4086 (numeric comparison)
https://bugs.python.org/issue40629 closed by veganaiZe

#40630: tracemalloc: allow resetting peak memory metric without touchi
https://bugs.python.org/issue40630 closed by vstinner

#40633: json.dumps() should encode float number NaN to null
https://bugs.python.org/issue40633 closed by mark.dickinson

#40637: Allow users to disable builtin hash modules on compile time
https://bugs.python.org/issue40637 closed by christian.heimes

#40639: Strange behavior in changing nested dictionaries
https://bugs.python.org/issue40639 closed by steven.daprano

#40641: Reserved word pair used in lambda tutorial without being noted
https://bugs.python.org/issue40641 closed by mark.dickinson

#40649: [Errno 1]
https://bugs.python.org/issue40649 closed by TotallyLost

#40650: Pytime.c doesn't need to include windows.h
https://bugs.python.org/issue40650 closed by steve.dower

#40651: class:`OrderedDict` Examples: LRU implementation has a bug.
https://bugs.python.org/issue40651 closed by rhettinger

#40653: _dirnameW is used outside HAVE_SYMLINK
https://bugs.python.org/issue40653 closed by steve.dower

#40655: Fix 'from x import *' which is bad programming practice from
https://bugs.python.org/issue40655 closed by serhiy.storchaka

#40661: The new parser segfaults when parsing invalid input
https://bugs.python.org/issue40661 closed by pablogsal

#40662: ast.get_source_segment behaviour with missing location info do
https://bugs.python.org/issue40662 closed by pablogsal

#40664: Documentation error: itertools.dropwhile(is_even, itertools.c
https://bugs.python.org/issue40664 closed by SilentGhost

#40665: Use Argument Clinic for bisect
https://bugs.python.org/issue40665 closed by rhettinger

#40669: PEG Parser benchmarks fail if memory_profiler is not installed
https://bugs.python.org/issue40669 closed by lys.nikolaou

#40677: IO_REPARSE_TAG_APPEXECLINK is not defined in old Windows SDK
https://bugs.python.org/issue40677 closed by steve.dower

#40681: shelve.open() should accept pathlib.Path
https://bugs.python.org/issue40681 closed by serhiy.storchaka

#40682: random.Random.seed() with version=1 does not consistently matc
https://bugs.python.org/issue40682 closed by rhettinger

#40683: Beta release does not distribute zoneinfo or test_zoneinfo
https://bugs.python.org/issue40683 closed by p-ganssle

#40693: pathlib.Path will be broken with os.chdir command.
https://bugs.python.org/issue40693 closed by zach.ware

#40698: distutils.command.upload md5_digest
https://bugs.python.org/issue40698 closed by christian.heimes

#40702: frozensets should not allow the |= operator
https://bugs.python.org/issue40702 closed by serhiy.storchaka

#40708: Clearing the screen of IDLE interactive mode in Windows
https://bugs.python.org/issue40708 closed by ezio.melotti

#40709: Malfunctioning of '\r'
https://bugs.python.org/issue40709 closed by ezio.melotti

#40710: Malfunctioning of '\r' (ii)
https://bugs.python.org/issue40710 closed by ezio.melotti

#40711: Clearing the screen of IDLE interactive mode in Windows
https://bugs.python.org/issue40711 closed by ezio.melotti

#40712: fstrings are not docstrings
https://bugs.python.org/issue40712 closed by radkujawa

#40713: _zoneinfo.c can use dst_offset without initialization in parse
https://bugs.python.org/issue40713 closed by p-ganssle

#40714: Remove compile warning from _zoneinfo.c
https://bugs.python.org/issue40714 closed by corona10

#40715: Pegen: dict unpacking inside dict comprehension
https://bugs.python.org/issue40715 closed by pablogsal

#40716: Pegen: improve error messages for unparenthesized from imports
https://bugs.python.org/issue40716 closed by pablogsal

#40725: Documentation: Benchmark table in "What's new in Python 3.9" h
https://bugs.python.org/issue40725 closed by rhettinger

#40728: UnboundLocalError as a result of except statement variable re-
https://bugs.python.org/issue40728 closed by pablogsal
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-22 - 2020-05-29)
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 7487 ( +9)
closed 45080 (+80)
total 52567 (+89)

Open issues with patches: 3011


Issues opened (58)
==================

#39343: Travis CI: documentation job fails in library/nntplib.rst with
https://bugs.python.org/issue39343 reopened by chris.jerdonek

#40133: Provide additional matchers for unittest.mock
https://bugs.python.org/issue40133 reopened by gregory.p.smith

#40733: Make IDLE doc more visible, mention in main python docs page
https://bugs.python.org/issue40733 opened by phr

#40734: /usr/bin surprisingly in sys.path under IDLE
https://bugs.python.org/issue40734 opened by phr

#40735: test_nntplib: sporadic failures, NetworkedNNTP_SSLTests.test_w
https://bugs.python.org/issue40735 opened by chris.jerdonek

#40736: better message for re.search TypeError ("expected string or by
https://bugs.python.org/issue40736 opened by chris.jerdonek

#40739: find_library broken for binutils >= 2.32 / 2.34
https://bugs.python.org/issue40739 opened by Frederik Rietdijk

#40741: Upgrade to SQLite v3.32.1 in Windows and macOS builds
https://bugs.python.org/issue40741 opened by erlendaasland

#40742: Doc: Parallel build break audit table
https://bugs.python.org/issue40742 opened by mdk

#40743: [CMake] It's 2020, where is CMake?
https://bugs.python.org/issue40743 opened by TheUltimatePineapple

#40744: Explicitly drop support for SQLite version < 3.7.3
https://bugs.python.org/issue40744 opened by erlendaasland

#40745: Typo in library/typing
https://bugs.python.org/issue40745 opened by hectorcanto

#40746: test_gdb failing on Raspbian on 3.9, regression from 3.8
https://bugs.python.org/issue40746 opened by gregory.p.smith

#40747: sysconfig.get_config_var("py_version_nodot") should return 3_1
https://bugs.python.org/issue40747 opened by mattip

#40748: Tutorial 4.7 More on Defining Functions missing screen prompts
https://bugs.python.org/issue40748 opened by Chas Belov

#40749: Consider adding decorator for required inner class
https://bugs.python.org/issue40749 opened by Elijah Rippeth

#40754: ModuleNotFoundError: No module named '_testinternalcapi' under
https://bugs.python.org/issue40754 opened by honglei.jiang

#40756: Second argument of LoggerAdapter.__init__ should default to No
https://bugs.python.org/issue40756 opened by arturoescaip

#40757: tarfile: ignore_zeros = True won't raise exception even on inv
https://bugs.python.org/issue40757 opened by mxmlnkn

#40758: For 7.2.7. Code Examples, distinguish between the Tutorial and
https://bugs.python.org/issue40758 opened by Chas Belov

#40759: Deprecate the symbol module
https://bugs.python.org/issue40759 opened by BTaskaya

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762 opened by sidhant

#40763: zipfile.extractall is safe by now
https://bugs.python.org/issue40763 opened by VA

#40766: Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for use
https://bugs.python.org/issue40766 opened by erlendaasland

#40767: Allow pure Wayland to get default XDG webbrowser
https://bugs.python.org/issue40767 opened by Jeremy Attali

#40769: Pegen: cover extra surrounding parentheses for invalid annotat
https://bugs.python.org/issue40769 opened by BTaskaya

#40770: RFE: Run linkchecker on documentation on the CI
https://bugs.python.org/issue40770 opened by hroncok

#40771: python3 fromtimestamp generates OSError
https://bugs.python.org/issue40771 opened by jamercee

#40772: module 'resource' has no attribute 'RLIMIT_VMEM'
https://bugs.python.org/issue40772 opened by Titusz Ban

#40773: DOC: Fix rendering for 'retval' on the pdb page
https://bugs.python.org/issue40773 opened by cheryl.sabella

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775 opened by erlendaasland

#40777: _datetimemodule.c:3328:16: error: initializer element is not c
https://bugs.python.org/issue40777 opened by smani

#40782: AbstactEventLoop.run_in_executor is listed as an async method,
https://bugs.python.org/issue40782 opened by jamesba

#40785: `mmap.mmap(..., 0)` doesn't work as advertised in docs (fails
https://bugs.python.org/issue40785 opened by ngie

#40786: madvise should be accessible outside of mmap instance
https://bugs.python.org/issue40786 opened by ngie

#40788: Build issue Solaris 10 Sparc
https://bugs.python.org/issue40788 opened by munocat

#40791: hmac.compare_digest could try harder to be constant-time.
https://bugs.python.org/issue40791 opened by Devin Jeanpierre

#40794: dataclass signatures and docstrings w/future-annotations
https://bugs.python.org/issue40794 opened by BTaskaya

#40797: multiprocessing.Semaphore has undocumented get_value() method
https://bugs.python.org/issue40797 opened by remi.lapeyre

#40798: The deprecated-removed Sphinx extension need to change the err
https://bugs.python.org/issue40798 opened by remi.lapeyre

#40799: Create Lib/_pydatetime.py file to optimize "import datetime" w
https://bugs.python.org/issue40799 opened by vstinner

#40800: asyncio.sleep(0) should "yield" back to the event loop, but it
https://bugs.python.org/issue40800 opened by Davy Durham

#40801: Expose PyFloat_AsDouble at Python level: operator.as_float?
https://bugs.python.org/issue40801 opened by mark.dickinson

#40802: AbstractEventLoop.shutdown_default_executor breaks backwards c
https://bugs.python.org/issue40802 opened by petr.viktorin

#40804: Bug report in python3.6.8 using argparse module
https://bugs.python.org/issue40804 opened by amansi26

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805 opened by Rob Taft

#40807: CODEOP: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807 opened by cheryl.sabella

#40808: test_venv fails with HOME=/ on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue40808 opened by vstinner

#40810: sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3
https://bugs.python.org/issue40810 opened by erlendaasland

#40811: Allow to create new Event Loops on Threads
https://bugs.python.org/issue40811 opened by Christian Exposito

#40813: Output SyntaxError is not defective
https://bugs.python.org/issue40813 opened by timofej

#40814: Update typing module documentation based on PEP 585
https://bugs.python.org/issue40814 opened by Matúš Valo

#40815: Multiprocessing docs don't describe thread-safety
https://bugs.python.org/issue40815 opened by bjs

#40816: Add missed AsyncContextDecorator to contextlib
https://bugs.python.org/issue40816 opened by heckad

#40817: Document the asyncio shell
https://bugs.python.org/issue40817 opened by remi.lapeyre

#40818: Run sys.__interactivehook__ for asyncio REPLs
https://bugs.python.org/issue40818 opened by remi.lapeyre

#40819: Idle Context Menu Copy/Cut Grayed Out
https://bugs.python.org/issue40819 opened by BevInTX

#40820: Mock Call attributes args and kwargs have no changeversion
https://bugs.python.org/issue40820 opened by Andrius Gobis



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

#40820: Mock Call attributes args and kwargs have no changeversion
https://bugs.python.org/issue40820

#40819: Idle Context Menu Copy/Cut Grayed Out
https://bugs.python.org/issue40819

#40818: Run sys.__interactivehook__ for asyncio REPLs
https://bugs.python.org/issue40818

#40816: Add missed AsyncContextDecorator to contextlib
https://bugs.python.org/issue40816

#40815: Multiprocessing docs don't describe thread-safety
https://bugs.python.org/issue40815

#40814: Update typing module documentation based on PEP 585
https://bugs.python.org/issue40814

#40808: test_venv fails with HOME=/ on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue40808

#40807: CODEOP: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805

#40802: AbstractEventLoop.shutdown_default_executor breaks backwards c
https://bugs.python.org/issue40802

#40800: asyncio.sleep(0) should "yield" back to the event loop, but it
https://bugs.python.org/issue40800

#40797: multiprocessing.Semaphore has undocumented get_value() method
https://bugs.python.org/issue40797

#40788: Build issue Solaris 10 Sparc
https://bugs.python.org/issue40788

#40786: madvise should be accessible outside of mmap instance
https://bugs.python.org/issue40786

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775



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

#40818: Run sys.__interactivehook__ for asyncio REPLs
https://bugs.python.org/issue40818

#40816: Add missed AsyncContextDecorator to contextlib
https://bugs.python.org/issue40816

#40811: Allow to create new Event Loops on Threads
https://bugs.python.org/issue40811

#40810: sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3
https://bugs.python.org/issue40810

#40807: CODEOP: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807

#40801: Expose PyFloat_AsDouble at Python level: operator.as_float?
https://bugs.python.org/issue40801

#40799: Create Lib/_pydatetime.py file to optimize "import datetime" w
https://bugs.python.org/issue40799

#40798: The deprecated-removed Sphinx extension need to change the err
https://bugs.python.org/issue40798

#40791: hmac.compare_digest could try harder to be constant-time.
https://bugs.python.org/issue40791

#40777: _datetimemodule.c:3328:16: error: initializer element is not c
https://bugs.python.org/issue40777

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775

#40769: Pegen: cover extra surrounding parentheses for invalid annotat
https://bugs.python.org/issue40769

#40767: Allow pure Wayland to get default XDG webbrowser
https://bugs.python.org/issue40767

#40766: Add support for SQLITE_DIRECTONLY and SQLITE_INNOCUOUS for use
https://bugs.python.org/issue40766

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762



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

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762 15 msgs

#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
https://bugs.python.org/issue30064 13 msgs

#40794: dataclass signatures and docstrings w/future-annotations
https://bugs.python.org/issue40794 11 msgs

#38605: [typing] PEP 563: Postponed evaluation of annotations: enable
https://bugs.python.org/issue38605 10 msgs

#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701 10 msgs

#40801: Expose PyFloat_AsDouble at Python level: operator.as_float?
https://bugs.python.org/issue40801 9 msgs

#40217: The garbage collector doesn't take in account that objects of
https://bugs.python.org/issue40217 8 msgs

#40748: Tutorial 4.7 More on Defining Functions missing screen prompts
https://bugs.python.org/issue40748 8 msgs

#2897: PyMemberDef missing in limited API / Deprecate structmember.h
https://bugs.python.org/issue2897 7 msgs

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 7 msgs



Issues closed (78)
==================

#13097: [easy C issue] ctypes: segfault with large number of callback
https://bugs.python.org/issue13097 closed by vstinner

#14562: urllib2 maybe blocks too long with small chunks
https://bugs.python.org/issue14562 closed by benjamin.peterson

#17050: argparse.REMAINDER doesn't work as first argument
https://bugs.python.org/issue17050 closed by rhettinger

#23082: pathlib relative_to() can give confusing error message
https://bugs.python.org/issue23082 closed by steve.dower

#23721: Set up a daily test coverage run
https://bugs.python.org/issue23721 closed by brett.cannon

#25247: Tkinter modules built successfully but removed because they co
https://bugs.python.org/issue25247 closed by ned.deily

#25920: PyOS_AfterFork should reset socketmodule's lock
https://bugs.python.org/issue25920 closed by vstinner

#26415: Excessive peak memory consumption by the Python parser
https://bugs.python.org/issue26415 closed by pablogsal

#29882: Add an efficient popcount method for integers
https://bugs.python.org/issue29882 closed by mark.dickinson

#30986: Add --include-py argument to Tools/msi/make_zip.py
https://bugs.python.org/issue30986 closed by cheryl.sabella

#32398: OSX C++ linking workaround in distutils breaks other packages
https://bugs.python.org/issue32398 closed by cheryl.sabella

#33111: Merely importing tkinter breaks parallel code (multiprocessing
https://bugs.python.org/issue33111 closed by ned.deily

#33388: Support PEP 566 metadata in distutils
https://bugs.python.org/issue33388 closed by eric.araujo

#34397: remove redundant overflow checks in tuple and list implementat
https://bugs.python.org/issue34397 closed by cheryl.sabella

#35545: asyncio.base_events.create_connection doesn't handle scoped IP
https://bugs.python.org/issue35545 closed by cheryl.sabella

#36290: _ast.ast_type_init does not handle args and kwargs correctly.
https://bugs.python.org/issue36290 closed by pablogsal

#37129: Add os.RWF_APPEND flag for os.pwritev
https://bugs.python.org/issue37129 closed by vstinner

#37218: Default hmac.new() digestmod has not been removed from documen
https://bugs.python.org/issue37218 closed by cheryl.sabella

#37973: improve docstrings of sys.float_info
https://bugs.python.org/issue37973 closed by mark.dickinson

#37999: No longer use implicit convertion to int with loss
https://bugs.python.org/issue37999 closed by serhiy.storchaka

#38580: select()'s documentation claims only sequences are accepted, b
https://bugs.python.org/issue38580 closed by taleinat

#39244: multiprocessing.get_all_start_methods() wrong default on macOS
https://bugs.python.org/issue39244 closed by taleinat

#39685: Python 3.8 regression Socket operation on non-socket
https://bugs.python.org/issue39685 closed by christian.heimes

#39686: add dump_json to ast module
https://bugs.python.org/issue39686 closed by cheryl.sabella

#40160: documentation example of os.walk should be less destructive
https://bugs.python.org/issue40160 closed by serhiy.storchaka

#40327: list(sys.modules.items()) can throw RuntimeError: dictionary c
https://bugs.python.org/issue40327 closed by rhettinger

#40367: ImportError: libffi.so.6
https://bugs.python.org/issue40367 closed by YoSTEALTH

#40373: urlunparse does not escape slash (/) for http+unix:// in netlo
https://bugs.python.org/issue40373 closed by taleinat

#40439: Error in an external reference
https://bugs.python.org/issue40439 closed by cheryl.sabella

#40474: Code coverage report not entirely accurate
https://bugs.python.org/issue40474 closed by brett.cannon

#40552: Enhance for loop and copy example in tutorial
https://bugs.python.org/issue40552 closed by nanjekyejoannah

#40558: update CONTRIBUTING.rst docs
https://bugs.python.org/issue40558 closed by zach.ware

#40586: Pydoc should support https for hyperlinks.
https://bugs.python.org/issue40586 closed by cheryl.sabella

#40611: Add MAP_POPULATE to the mmap library
https://bugs.python.org/issue40611 closed by vstinner

#40646: Builtins in doc show signature in documentation
https://bugs.python.org/issue40646 closed by terry.reedy

#40654: shutil.copyfile mutates symlink for absolute path
https://bugs.python.org/issue40654 closed by steve.dower

#40663: Wrong generated annotation on subscripting
https://bugs.python.org/issue40663 closed by pablogsal

#40667: [Windows] Add global python and python3 commands
https://bugs.python.org/issue40667 closed by steve.dower

#40678: Full list of Python lexical rules
https://bugs.python.org/issue40678 closed by cool-RR

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 closed by chris.jerdonek

#40688: PEG Generator: Fix scripts to always use the correct parser
https://bugs.python.org/issue40688 closed by lys.nikolaou

#40719: Add pt-br to the language switcher at the Python 3.6 and 2.7 d
https://bugs.python.org/issue40719 closed by rffontenelle

#40722: test_ttk_guionly times out on Ubuntu CI
https://bugs.python.org/issue40722 closed by terry.reedy

#40730: Odd sentence in 3.9 What's New
https://bugs.python.org/issue40730 closed by eric.smith

#40731: CWI url's protocol on LICENSE file from http to https
https://bugs.python.org/issue40731 closed by gvanrossum

#40732: New realpath breaks setuptools_scm
https://bugs.python.org/issue40732 closed by jaraco

#40737: Fix possible reference leak for sqlite3 initialization
https://bugs.python.org/issue40737 closed by corona10

#40738: backspace character \b not processed by IDLE
https://bugs.python.org/issue40738 closed by terry.reedy

#40740: Missing api-ms-win-core-path-l1-1.0.dll for python-3.9.0b1-amd
https://bugs.python.org/issue40740 closed by steve.dower

#40750: Support -d flag in the new parser
https://bugs.python.org/issue40750 closed by pablogsal

#40751: command 'elif' does not work
https://bugs.python.org/issue40751 closed by terry.reedy

#40752: Implement PurePath.__len__
https://bugs.python.org/issue40752 closed by serhiy.storchaka

#40753: Remove Python 2 compatibility code from pathlib
https://bugs.python.org/issue40753 closed by brett.cannon

#40755: Add missing multiset predicates to collections.Counter
https://bugs.python.org/issue40755 closed by rhettinger

#40760: Dictionary comprehension using older division behavior
https://bugs.python.org/issue40760 closed by Amol Sharma

#40761: unittest.TestCase.assertTrue return True even if the expr is F
https://bugs.python.org/issue40761 closed by zach.ware

#40764: Conflation of Counter with Multiset
https://bugs.python.org/issue40764 closed by rhettinger

#40765: clear screen in idle
https://bugs.python.org/issue40765 closed by terry.reedy

#40768: pyaudio
https://bugs.python.org/issue40768 closed by SilentGhost

#40774: "Important" block in documentation of asyncio.create_subproces
https://bugs.python.org/issue40774 closed by benjamin.peterson

#40776: Python 3.7.6 installation issue on mac os x 10.6.8
https://bugs.python.org/issue40776 closed by ned.deily

#40778: Updating Py_REFCNT and Py_SIZE to use _PyObject_CAST_CONS
https://bugs.python.org/issue40778 closed by corona10

#40779: incorrect end column for single argument generator function ca
https://bugs.python.org/issue40779 closed by pablogsal

#40780: float.__format__() handles trailing zeros inconsistently in ??
https://bugs.python.org/issue40780 closed by mark.dickinson

#40781: Remove sys._debugmallocstats() function and PYTHONMALLOCSTATS
https://bugs.python.org/issue40781 closed by vstinner

#40783: test_interpreters test_interpreters leaked [216, 216, 216] ref
https://bugs.python.org/issue40783 closed by pablogsal

#40784: test_sqlite: CheckFuncDeterministic() fails with SQLite 3.32
https://bugs.python.org/issue40784 closed by berker.peksag

#40787: Mysql + unittest crash
https://bugs.python.org/issue40787 closed by lgerosa

#40789: C-level destructor in PySide2 breaks gen_send_ex, which assume
https://bugs.python.org/issue40789 closed by njs

#40790: Python should enable computed gotos on Mac by default
https://bugs.python.org/issue40790 closed by benjamin.peterson

#40792: Make PyNumber_Index() always returning an exact int instance
https://bugs.python.org/issue40792 closed by serhiy.storchaka

#40793: print() performance problem with very large numbers
https://bugs.python.org/issue40793 closed by mark.dickinson

#40795: ctypes: PyErr_WriteUnraisable() called with no exception set o
https://bugs.python.org/issue40795 closed by vstinner

#40796: dataclasses.make_dataclass: Exception when called with differe
https://bugs.python.org/issue40796 closed by Darrick Yee

#40803: Unable to execute python.exe from zip in wine
https://bugs.python.org/issue40803 closed by clanmills

#40806: itertools.product not lazy
https://bugs.python.org/issue40806 closed by rhettinger

#40809: list.Count() isn't working as expected for the series of same
https://bugs.python.org/issue40809 closed by steven.daprano

#40812: _tkinter build failed when install Python-3.6.10
https://bugs.python.org/issue40812 closed by ned.deily
Re: Summary of Python tracker Issues [ In reply to ]
On Fri, May 29, 2020 at 12:16 PM Python tracker <status@bugs.python.org> wrote:
> ACTIVITY SUMMARY (2020-05-22 - 2020-05-29)
> 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 7487 ( +9)
> closed 45080 (+80)
> total 52567 (+89)
>
> ...

How hard would it be to add PRs (in the same way) to this weekly report?

Also, where is the script for this hosted and where is the source repo
(if any)? it might be helpful to have a link back to that info,
perhaps somewhere in the devguide.

-eric
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/WCUONFB5MRSC6LHWT442QBF7FBN7TGQJ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-05-29 - 2020-06-05)
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 7444 (-43)
closed 45180 (+100)
total 52624 (+57)

Open issues with patches: 3008


Issues opened (49)
==================

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782 reopened by serhiy.storchaka

#37483: Add PyObject_CallOneArg()
https://bugs.python.org/issue37483 reopened by vstinner

#40679: show class name in method invocation TypeError
https://bugs.python.org/issue40679 reopened by vstinner

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805 reopened by cjw296

#40821: os.getlogin() not working
https://bugs.python.org/issue40821 opened by Manickaraja Kumarappan

#40822: Drop support for SQLite pre 3.7.15
https://bugs.python.org/issue40822 opened by erlendaasland

#40823: Don't use obsolete unittest.makeSuite() in sqlite3 tests
https://bugs.python.org/issue40823 opened by erlendaasland

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

#40825: Add a "strict" parameter to csv.writer and csv.DictWriter
https://bugs.python.org/issue40825 opened by eric.smith

#40826: PyOS_InterruptOccurred() now requires to hold the GIL: PyOS_Re
https://bugs.python.org/issue40826 opened by Jelle Zijlstra

#40827: os.readlink should support getting the target's printname in W
https://bugs.python.org/issue40827 opened by eryksun

#40828: shared memory problems with multiprocessing.Pool
https://bugs.python.org/issue40828 opened by trapezoid677

#40830: Certain uses of dictionary unpacking raise TypeError
https://bugs.python.org/issue40830 opened by Kodiologist

#40832: hi param in bisect module should not accept negative values
https://bugs.python.org/issue40832 opened by samuel72

#40833: Clarify docstring of Path.rename
https://bugs.python.org/issue40833 opened by cool-RR

#40834: sending str via channel caused truncate on last character
https://bugs.python.org/issue40834 opened by asaka

#40835: Incorrect handling for msgctxt in msgfmt.py
https://bugs.python.org/issue40835 opened by da1910

#40836: logging.fatal() and logging.Logger.fatal() should raise a Depr
https://bugs.python.org/issue40836 opened by remi.lapeyre

#40837: email.utils.encode_rfc2231(string, None, None) returns broken
https://bugs.python.org/issue40837 opened by spaceone

#40838: inspect.getsourcefile documentation doesn't mention it can ret
https://bugs.python.org/issue40838 opened by pekka.klarck

#40840: lzma.h file not found building on macOS
https://bugs.python.org/issue40840 opened by jaraco

#40841: Provide mimetypes.sniff API as stdlib
https://bugs.python.org/issue40841 opened by corona10

#40842: _Pickler_CommitFrame() always returns 0 and its return code is
https://bugs.python.org/issue40842 opened by remi.lapeyre

#40843: tarfile: ignore_zeros = True exceedingly slow on a sparse tar
https://bugs.python.org/issue40843 opened by mxmlnkn

#40846: Misleading line in documentation
https://bugs.python.org/issue40846 opened by J Arun Mani

#40847: New parser considers empty line following a backslash to be a
https://bugs.python.org/issue40847 opened by adamwill

#40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag
https://bugs.python.org/issue40849 opened by l0x

#40851: subprocess.Popen: impossible to show console window when shell
https://bugs.python.org/issue40851 opened by akdor1154

#40854: [Patch] Allow overriding sys.platlibdir
https://bugs.python.org/issue40854 opened by smani

#40855: statistics.stdev ignore xbar argument
https://bugs.python.org/issue40855 opened by Folket

#40856: IDLE line numbering should be light gray
https://bugs.python.org/issue40856 opened by rhettinger

#40857: tempfile.TemporaryDirectory() context manager can fail to prop
https://bugs.python.org/issue40857 opened by granchester

#40858: ntpath.realpath fails for broken symlinks with rooted target p
https://bugs.python.org/issue40858 opened by eryksun

#40859: Update Windows build to use xz-5.2.5
https://bugs.python.org/issue40859 opened by Ma Lin

#40860: Exception in multiprocessing/context.py under load
https://bugs.python.org/issue40860 opened by Arkady M

#40861: On Windows, liblzma is always built without optimization
https://bugs.python.org/issue40861 opened by nnemkin

#40862: argparse.BooleanOptionalAction accept and silently discard its
https://bugs.python.org/issue40862 opened by remi.lapeyre

#40864: spec_set/autospec/spec seems to not be reading attributes defi
https://bugs.python.org/issue40864 opened by efagerberg

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866 opened by erlendaasland

#40867: Remove unused include in Module/_randommodule.c
https://bugs.python.org/issue40867 opened by erlendaasland

#40868: io.TextIOBase.buffer is not necessarily a buffer
https://bugs.python.org/issue40868 opened by mjacob

#40869: errno missing descriptions
https://bugs.python.org/issue40869 opened by YoSTEALTH

#40870: Custom AST can crash Python (debug build)
https://bugs.python.org/issue40870 opened by BTaskaya

#40871: threading.Event.wait_unset()
https://bugs.python.org/issue40871 opened by Jacob Kunnappally

#40872: multiprocess.Lock is missing the locked() method
https://bugs.python.org/issue40872 opened by remi.lapeyre

#40873: Something wrong with html.unescape()
https://bugs.python.org/issue40873 opened by ???????? Dreyk

#40874: Update to libmpdec-2.5.0
https://bugs.python.org/issue40874 opened by skrah

#40875: Implement __repr__ for classes in csv module
https://bugs.python.org/issue40875 opened by cool-RR

#40876: Clarify error message in csv module
https://bugs.python.org/issue40876 opened by cool-RR



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

#40876: Clarify error message in csv module
https://bugs.python.org/issue40876

#40875: Implement __repr__ for classes in csv module
https://bugs.python.org/issue40875

#40873: Something wrong with html.unescape()
https://bugs.python.org/issue40873

#40872: multiprocess.Lock is missing the locked() method
https://bugs.python.org/issue40872

#40871: threading.Event.wait_unset()
https://bugs.python.org/issue40871

#40869: errno missing descriptions
https://bugs.python.org/issue40869

#40868: io.TextIOBase.buffer is not necessarily a buffer
https://bugs.python.org/issue40868

#40867: Remove unused include in Module/_randommodule.c
https://bugs.python.org/issue40867

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866

#40861: On Windows, liblzma is always built without optimization
https://bugs.python.org/issue40861

#40859: Update Windows build to use xz-5.2.5
https://bugs.python.org/issue40859

#40858: ntpath.realpath fails for broken symlinks with rooted target p
https://bugs.python.org/issue40858

#40847: New parser considers empty line following a backslash to be a
https://bugs.python.org/issue40847

#40843: tarfile: ignore_zeros = True exceedingly slow on a sparse tar
https://bugs.python.org/issue40843

#40842: _Pickler_CommitFrame() always returns 0 and its return code is
https://bugs.python.org/issue40842



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

#40876: Clarify error message in csv module
https://bugs.python.org/issue40876

#40874: Update to libmpdec-2.5.0
https://bugs.python.org/issue40874

#40872: multiprocess.Lock is missing the locked() method
https://bugs.python.org/issue40872

#40870: Custom AST can crash Python (debug build)
https://bugs.python.org/issue40870

#40867: Remove unused include in Module/_randommodule.c
https://bugs.python.org/issue40867

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866

#40862: argparse.BooleanOptionalAction accept and silently discard its
https://bugs.python.org/issue40862

#40859: Update Windows build to use xz-5.2.5
https://bugs.python.org/issue40859

#40854: [Patch] Allow overriding sys.platlibdir
https://bugs.python.org/issue40854

#40846: Misleading line in documentation
https://bugs.python.org/issue40846

#40836: logging.fatal() and logging.Logger.fatal() should raise a Depr
https://bugs.python.org/issue40836

#40835: Incorrect handling for msgctxt in msgfmt.py
https://bugs.python.org/issue40835

#40834: sending str via channel caused truncate on last character
https://bugs.python.org/issue40834

#40833: Clarify docstring of Path.rename
https://bugs.python.org/issue40833

#40830: Certain uses of dictionary unpacking raise TypeError
https://bugs.python.org/issue40830



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

#40826: PyOS_InterruptOccurred() now requires to hold the GIL: PyOS_Re
https://bugs.python.org/issue40826 23 msgs

#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 18 msgs

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

#40825: Add a "strict" parameter to csv.writer and csv.DictWriter
https://bugs.python.org/issue40825 9 msgs

#40805: Can no longer patch flask.g
https://bugs.python.org/issue40805 7 msgs

#40807: Codeop: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807 7 msgs

#22167: iglob() has misleading documentation (does indeed store names
https://bugs.python.org/issue22167 6 msgs

#27580: CSV Null Byte Error
https://bugs.python.org/issue27580 6 msgs

#39573: [C API] Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 6 msgs

#40403: pdb does not drop into debugger upon SyntaxError caused by ast
https://bugs.python.org/issue40403 5 msgs



Issues closed (93)
==================

#2481: locale.strxfrm does not work with Unicode strings
https://bugs.python.org/issue2481 closed by serhiy.storchaka

#5184: Add -3 warning for extension types that implement tp_compare b
https://bugs.python.org/issue5184 closed by serhiy.storchaka

#8387: use universal newline mode in csv module examples
https://bugs.python.org/issue8387 closed by serhiy.storchaka

#8502: support plurals in pygettext
https://bugs.python.org/issue8502 closed by serhiy.storchaka

#8893: file.{read,readlines} behaviour on Solaris
https://bugs.python.org/issue8893 closed by serhiy.storchaka

#9196: Improve docs for string interpolation "%s" re Unicode strings
https://bugs.python.org/issue9196 closed by serhiy.storchaka

#9326: Error message for incorrect number of (function) args is incor
https://bugs.python.org/issue9326 closed by serhiy.storchaka

#9751: _PyInstance_Lookup() defeats its purpose
https://bugs.python.org/issue9751 closed by serhiy.storchaka

#10631: ZipFile and current directory change
https://bugs.python.org/issue10631 closed by serhiy.storchaka

#11309: #include <wctype.h> in Objects/unicodetype_db.h and Objects/un
https://bugs.python.org/issue11309 closed by serhiy.storchaka

#11315: unicode support in Cookie module
https://bugs.python.org/issue11315 closed by serhiy.storchaka

#11722: mingw64 does not link when building extensions
https://bugs.python.org/issue11722 closed by serhiy.storchaka

#11767: Maildir iterator leaks file descriptors by default
https://bugs.python.org/issue11767 closed by serhiy.storchaka

#12398: Sending binary data with a POST request in httplib can cause U
https://bugs.python.org/issue12398 closed by serhiy.storchaka

#13171: Bug in file.read(), can access unknown data.
https://bugs.python.org/issue13171 closed by serhiy.storchaka

#14847: AttributeError: NoneType has no attribute 'utf_8_decode'
https://bugs.python.org/issue14847 closed by serhiy.storchaka

#14978: distutils Extension fails to be created with unicode package n
https://bugs.python.org/issue14978 closed by serhiy.storchaka

#15276: unicode format does not really work in Python 2.x
https://bugs.python.org/issue15276 closed by serhiy.storchaka

#15918: subprocess.Popen reads errpipe_read incorrectly, can result in
https://bugs.python.org/issue15918 closed by serhiy.storchaka

#15951: string.Formatter returns str for empty unicode template
https://bugs.python.org/issue15951 closed by serhiy.storchaka

#15952: format(value) and value.__format__() behave differently with u
https://bugs.python.org/issue15952 closed by serhiy.storchaka

#16125: open accepts arbitrary mode strings as long as they contain U
https://bugs.python.org/issue16125 closed by serhiy.storchaka

#16891: Fix docs about module search order
https://bugs.python.org/issue16891 closed by serhiy.storchaka

#17112: Some doctest-based tests fail when run with python -OO
https://bugs.python.org/issue17112 closed by serhiy.storchaka

#17191: pdb list shows unexpected code when stack frame includes a try
https://bugs.python.org/issue17191 closed by serhiy.storchaka

#17387: Error in C API documentation of PySequenceMethods
https://bugs.python.org/issue17387 closed by serhiy.storchaka

#17420: bdist_wininst does not play well with unicode descriptions
https://bugs.python.org/issue17420 closed by serhiy.storchaka

#17544: regex code re-raises exceptions on success
https://bugs.python.org/issue17544 closed by serhiy.storchaka

#18695: os.statvfs() not working well with unicode paths
https://bugs.python.org/issue18695 closed by serhiy.storchaka

#20192: pprint chokes on set containing frozenset
https://bugs.python.org/issue20192 closed by serhiy.storchaka

#20296: PyArg_ParseTuple 2.X docs mention int for "t#", but "Py_ssize_
https://bugs.python.org/issue20296 closed by serhiy.storchaka

#20686: Confusing statement about unicode strings in tutorial introduc
https://bugs.python.org/issue20686 closed by serhiy.storchaka

#20785: Missing symbols in Python27.lib (Windows 64bit)
https://bugs.python.org/issue20785 closed by serhiy.storchaka

#20989: XML File I/O Misbehavior with open() when the flag is 'r+'
https://bugs.python.org/issue20989 closed by serhiy.storchaka

#21547: '!s' formatting documentation bug
https://bugs.python.org/issue21547 closed by serhiy.storchaka

#21561: help() on enum34 enumeration class creates only a dummy docume
https://bugs.python.org/issue21561 closed by serhiy.storchaka

#21785: __getitem__ and __setitem__ try to be smart when invoked with
https://bugs.python.org/issue21785 closed by serhiy.storchaka

#21796: tempfile.py", line 83, in <module> once_lock = _allocate_lock(
https://bugs.python.org/issue21796 closed by serhiy.storchaka

#21889: https://docs.python.org/2/library/multiprocessing.html#process
https://bugs.python.org/issue21889 closed by serhiy.storchaka

#21929: Rounding properly
https://bugs.python.org/issue21929 closed by serhiy.storchaka

#22052: Comparison operators called in reverse order for subclasses wi
https://bugs.python.org/issue22052 closed by serhiy.storchaka

#22666: email.Header no encoding of unicode strings containing newline
https://bugs.python.org/issue22666 closed by serhiy.storchaka

#22720: Obscure error w/ windows online-only file
https://bugs.python.org/issue22720 closed by serhiy.storchaka

#22750: xmlapp.py display bug when validate XML by DTD
https://bugs.python.org/issue22750 closed by serhiy.storchaka

#23315: tempfile.mkdtemp fails with non-ascii paths on Python 2
https://bugs.python.org/issue23315 closed by serhiy.storchaka

#23514: multiprocessing documentation - little more examples for paral
https://bugs.python.org/issue23514 closed by serhiy.storchaka

#23567: os.stat() tuple access vs named attribute access int vs float
https://bugs.python.org/issue23567 closed by serhiy.storchaka

#23850: Missing documentation for Py_TPFLAGS_HAVE_NEWBUFFER
https://bugs.python.org/issue23850 closed by serhiy.storchaka

#24126: newlines attribute does not get set after calling readline()
https://bugs.python.org/issue24126 closed by serhiy.storchaka

#24256: threading.Timer is not a class
https://bugs.python.org/issue24256 closed by serhiy.storchaka

#24341: Test suite emits many DeprecationWarnings about sys.exc_clear(
https://bugs.python.org/issue24341 closed by serhiy.storchaka

#24880: ctypeslib patch for regular expression for symbols to include
https://bugs.python.org/issue24880 closed by serhiy.storchaka

#25511: multiprocessing pool blocks SIGTERM from being handled
https://bugs.python.org/issue25511 closed by serhiy.storchaka

#25661: tokenize.untokenize does not maintain the order of tabbed inde
https://bugs.python.org/issue25661 closed by serhiy.storchaka

#25714: Consider isinstance(..., numbers.Integral) instead of isinstan
https://bugs.python.org/issue25714 closed by serhiy.storchaka

#26369: unicode.decode and str.encode are unnecessarily confusing for
https://bugs.python.org/issue26369 closed by serhiy.storchaka

#26433: urllib.urlencode() does not explain how to handle unicode
https://bugs.python.org/issue26433 closed by serhiy.storchaka

#26543: [EASY] imaplib noop Debug: bytes vs Unicode bug in debug mode
https://bugs.python.org/issue26543 closed by vstinner

#27037: Universal newline support for zipFile.ZipExtFile.read() is not
https://bugs.python.org/issue27037 closed by serhiy.storchaka

#28403: Porting guide: disabling & warning on implicit unicode convers
https://bugs.python.org/issue28403 closed by serhiy.storchaka

#29017: Docs: PySide is provided by 'The Qt Company' and not by 'Nokia
https://bugs.python.org/issue29017 closed by benjamin.peterson

#29236: 'an ASCII string of one or more PEM-encoded certificates' need
https://bugs.python.org/issue29236 closed by serhiy.storchaka

#29323: Wrong documentation (Library) for unicode and str comparison
https://bugs.python.org/issue29323 closed by serhiy.storchaka

#31869: commentary on ssl.PROTOCOL_TLS
https://bugs.python.org/issue31869 closed by christian.heimes

#33491: mistype of method's name
https://bugs.python.org/issue33491 closed by serhiy.storchaka

#33618: Support TLS 1.3
https://bugs.python.org/issue33618 closed by christian.heimes

#33725: Python crashes on macOS after fork with no exec
https://bugs.python.org/issue33725 closed by barry

#33740: PyByteArray_AsString C-API description lacks the assurance, th
https://bugs.python.org/issue33740 closed by serhiy.storchaka

#35151: Python 2 xml.etree.ElementTree documentation tutorial uses und
https://bugs.python.org/issue35151 closed by serhiy.storchaka

#36724: Clear _PyRuntime at exit
https://bugs.python.org/issue36724 closed by vstinner

#39583: Remove superfluous "extern C" bits from Include/cpython/*.h
https://bugs.python.org/issue39583 closed by vstinner

#39593: ctypes s_set() uses strlen() and so truncates string at null c
https://bugs.python.org/issue39593 closed by vstinner

#40061: Possible refleak in _asynciomodule.c future_add_done_callback(
https://bugs.python.org/issue40061 closed by aeros

#40244: AIX: build: _PyObject_GC_TRACK Asstertion failure
https://bugs.python.org/issue40244 closed by vstinner

#40759: Deprecate the symbol module
https://bugs.python.org/issue40759 closed by BTaskaya

#40762: Writing bytes using CSV module results in b prefixed strings
https://bugs.python.org/issue40762 closed by terry.reedy

#40767: Allow pure Wayland to get default XDG webbrowser
https://bugs.python.org/issue40767 closed by orsenthil

#40788: Build issue Solaris 10 Sparc
https://bugs.python.org/issue40788 closed by munocat

#40798: The deprecated-removed Sphinx extension need to change the err
https://bugs.python.org/issue40798 closed by mdk

#40829: Add a what's new entry about deprecation of random.shuffle's r
https://bugs.python.org/issue40829 closed by BTaskaya

#40831: Wrong statement that bytes paths are deprecated under Windows
https://bugs.python.org/issue40831 closed by steve.dower

#40839: Disallow calling PyDict_GetItem() with the GIL released
https://bugs.python.org/issue40839 closed by vstinner

#40844: Alternate ways of running coroutines
https://bugs.python.org/issue40844 closed by yselivanov

#40845: idna encoding fails for Cherokee symbols
https://bugs.python.org/issue40845 closed by christian.heimes

#40848: compile() can compile a bare starred expression with `PyCF_ONL
https://bugs.python.org/issue40848 closed by pablogsal

#40850: Programming FAQ - variables local to the lambdas
https://bugs.python.org/issue40850 closed by rhettinger

#40852: Dictionary created with dict.fromkeys have issues (all explain
https://bugs.python.org/issue40852 closed by christian.heimes

#40853: "set() in set()" should raise TypeError: unhashable type: 'set
https://bugs.python.org/issue40853 closed by rhettinger

#40863: bytes.decode changes/destroys line endings on windows
https://bugs.python.org/issue40863 closed by eryksun

#40865: Remove unused insint() macro from the hash modules
https://bugs.python.org/issue40865 closed by christian.heimes

#40877: Code coverage is blocking a merge again
https://bugs.python.org/issue40877 closed by skrah

#1294232: Error in metaclass search order
https://bugs.python.org/issue1294232 closed by serhiy.storchaka

#1706039: Added clearerr() to clear EOF state
https://bugs.python.org/issue1706039 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-06-05 - 2020-06-12)
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 7447 ( +3)
closed 45258 (+78)
total 52705 (+81)

Open issues with patches: 3009


Issues opened (57)
==================

#29782: Use __builtin_clzl for bits_in_digit if available
https://bugs.python.org/issue29782 reopened by vstinner

#40878: Use c99 on the aixtools bot
https://bugs.python.org/issue40878 opened by skrah

#40882: memory leak in multiprocessing.shared_memory.SharedMemory in W
https://bugs.python.org/issue40882 opened by eryksun

#40884: Added defaults parameter for logging.Formatter
https://bugs.python.org/issue40884 opened by bar.harel

#40885: Cannot pipe GzipFile into subprocess
https://bugs.python.org/issue40885 opened by Nehal Patel

#40886: Add PYTHONLOGGING environment variable and -L cmdline argument
https://bugs.python.org/issue40886 opened by bar.harel

#40891: Use pep573 in functools
https://bugs.python.org/issue40891 opened by shihai1991

#40892: IDLE: use rlcompleter suffixed for completions
https://bugs.python.org/issue40892 opened by terry.reedy

#40893: tkinter integrate TkDND support
https://bugs.python.org/issue40893 opened by epaine

#40894: asyncio.gather() cancelled() always False
https://bugs.python.org/issue40894 opened by timmwagener

#40896: Missing links to Source Code in Documentation pages
https://bugs.python.org/issue40896 opened by edison.abahurire

#40897: Inheriting from class that defines __new__ causes inspect.sign
https://bugs.python.org/issue40897 opened by ezyang

#40899: Document exceptions raised by importlib.import
https://bugs.python.org/issue40899 opened by j13r

#40900: uuid module build fix on FreeBSD proposal
https://bugs.python.org/issue40900 opened by devnexen

#40901: It's not clear what "interface name" means in socket if_namein
https://bugs.python.org/issue40901 opened by jstasiak

#40905: IDLE relabel Save on close
https://bugs.python.org/issue40905 opened by terry.reedy

#40906: Unable to import module due to python unable to resolve depend
https://bugs.python.org/issue40906 opened by sabakauser

#40912: _PyOS_SigintEvent is never closed on Windows
https://bugs.python.org/issue40912 opened by steve.dower

#40913: time.sleep ignores errors on Windows
https://bugs.python.org/issue40913 opened by steve.dower

#40914: tarfile creates output that appears to omit files
https://bugs.python.org/issue40914 opened by mcr314

#40915: multiple problems with mmap.resize() in Windows
https://bugs.python.org/issue40915 opened by eryksun

#40916: Proposed tweak to allow for per-task async generator semantics
https://bugs.python.org/issue40916 opened by Joshua Oreman

#40923: Thread safety : disable intel’s compiler autopar where it??
https://bugs.python.org/issue40923 opened by Laël Cellier

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924 opened by ned.deily

#40925: Remove redundant macros used for stack manipulation in interpr
https://bugs.python.org/issue40925 opened by Mark.Shannon

#40926: command line interface of symtable module is broken
https://bugs.python.org/issue40926 opened by BTaskaya

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927 opened by remi.lapeyre

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928 opened by remi.lapeyre

#40930: zoneinfo gives incorrect dst() in Pacific/Rarotonga between 19
https://bugs.python.org/issue40930 opened by p-ganssle

#40931: zoneinfo gives incorrect dst() in Europe/Madrid in 1938
https://bugs.python.org/issue40931 opened by p-ganssle

#40932: subprocess docs should warn of shlex use on Windows
https://bugs.python.org/issue40932 opened by Stephen Farris

#40933: zoneinfo may give incorrect dst() in Europe/Minsk in 1942
https://bugs.python.org/issue40933 opened by p-ganssle

#40934: Default RLock does not work well for Manager Condition
https://bugs.python.org/issue40934 opened by Misko Dzamba

#40935: Links to Python3 docs for some libs return 404
https://bugs.python.org/issue40935 opened by edison.abahurire

#40936: Remove deprecated functions from gettext
https://bugs.python.org/issue40936 opened by remi.lapeyre

#40937: Remove deprecated functions marked for removal in 3.10
https://bugs.python.org/issue40937 opened by remi.lapeyre

#40938: urllib.parse.urlunsplit makes relative path to absolute (http:
https://bugs.python.org/issue40938 opened by op368

#40939: Remove the old parser
https://bugs.python.org/issue40939 opened by pablogsal

#40941: Merge generator.gi_running and frame executing flag into singl
https://bugs.python.org/issue40941 opened by Mark.Shannon

#40942: BaseManager cannot start with local manager
https://bugs.python.org/issue40942 opened by Mike Jarvis

#40943: PEP 353: Drop support for PyArg_ParseTuple() "#" formats when
https://bugs.python.org/issue40943 opened by vstinner

#40944: email.message.EmailMessage address parser fails to handle 'exa
https://bugs.python.org/issue40944 opened by Ivan Savin

#40945: TKinter.Tk.geometry(Tk.winfo_geometry()) should be idempotent
https://bugs.python.org/issue40945 opened by Ben Li-Sauerwine

#40946: SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windo
https://bugs.python.org/issue40946 opened by eryksun

#40948: Better identify Windows installer as installer only, not runne
https://bugs.python.org/issue40948 opened by terry.reedy

#40949: test_socket: threading_cleanup() failed to cleanup 0 threads (
https://bugs.python.org/issue40949 opened by vstinner

#40951: csv skipinitialspace no longer working
https://bugs.python.org/issue40951 opened by Rudolfo Munguia

#40952: GCC overflow warnings (format-overflow, stringop-overflow)
https://bugs.python.org/issue40952 opened by christian.heimes

#40953: _PyWideStringList_Copy breaks asan builds
https://bugs.python.org/issue40953 opened by christian.heimes

#40954: freeze.py aborts on macOS
https://bugs.python.org/issue40954 opened by ????

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956 opened by erlendaasland

#40957: _Py_fopen_obj leaks reference on audit error
https://bugs.python.org/issue40957 opened by christian.heimes

#40958: ASAN/UBSAN: heap-buffer-overflow in pegen.c
https://bugs.python.org/issue40958 opened by christian.heimes

#40959: Remove unused and unneeded function declaration from sqlite3 h
https://bugs.python.org/issue40959 opened by erlendaasland

#40961: os.putenv should be documented as not affecting os.getenv's re
https://bugs.python.org/issue40961 opened by Daniel Martin

#40962: Add documentation for asyncio._set_running_loop()
https://bugs.python.org/issue40962 opened by eugenhu

#40963: distutils make_zipfile uses random order
https://bugs.python.org/issue40963 opened by ghost43



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

#40963: distutils make_zipfile uses random order
https://bugs.python.org/issue40963

#40962: Add documentation for asyncio._set_running_loop()
https://bugs.python.org/issue40962

#40961: os.putenv should be documented as not affecting os.getenv's re
https://bugs.python.org/issue40961

#40959: Remove unused and unneeded function declaration from sqlite3 h
https://bugs.python.org/issue40959

#40957: _Py_fopen_obj leaks reference on audit error
https://bugs.python.org/issue40957

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956

#40953: _PyWideStringList_Copy breaks asan builds
https://bugs.python.org/issue40953

#40952: GCC overflow warnings (format-overflow, stringop-overflow)
https://bugs.python.org/issue40952

#40951: csv skipinitialspace no longer working
https://bugs.python.org/issue40951

#40949: test_socket: threading_cleanup() failed to cleanup 0 threads (
https://bugs.python.org/issue40949

#40946: SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windo
https://bugs.python.org/issue40946

#40944: email.message.EmailMessage address parser fails to handle 'exa
https://bugs.python.org/issue40944

#40942: BaseManager cannot start with local manager
https://bugs.python.org/issue40942

#40938: urllib.parse.urlunsplit makes relative path to absolute (http:
https://bugs.python.org/issue40938

#40937: Remove deprecated functions marked for removal in 3.10
https://bugs.python.org/issue40937



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

#40959: Remove unused and unneeded function declaration from sqlite3 h
https://bugs.python.org/issue40959

#40957: _Py_fopen_obj leaks reference on audit error
https://bugs.python.org/issue40957

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956

#40944: email.message.EmailMessage address parser fails to handle 'exa
https://bugs.python.org/issue40944

#40943: PEP 353: Drop support for PyArg_ParseTuple() "#" formats when
https://bugs.python.org/issue40943

#40941: Merge generator.gi_running and frame executing flag into singl
https://bugs.python.org/issue40941

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

#40937: Remove deprecated functions marked for removal in 3.10
https://bugs.python.org/issue40937

#40936: Remove deprecated functions from gettext
https://bugs.python.org/issue40936

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927

#40926: command line interface of symtable module is broken
https://bugs.python.org/issue40926

#40925: Remove redundant macros used for stack manipulation in interpr
https://bugs.python.org/issue40925

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924

#40901: It's not clear what "interface name" means in socket if_namein
https://bugs.python.org/issue40901

#40894: asyncio.gather() cancelled() always False
https://bugs.python.org/issue40894



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

#40958: ASAN/UBSAN: heap-buffer-overflow in pegen.c
https://bugs.python.org/issue40958 28 msgs

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928 22 msgs

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

#39791: New `files()` api from importlib_resources.
https://bugs.python.org/issue39791 11 msgs

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924 9 msgs

#17013: Allow waiting on a mock
https://bugs.python.org/issue17013 8 msgs

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 8 msgs

#40923: Thread safety : disable intel’s compiler autopar where it??
https://bugs.python.org/issue40923 8 msgs

#23427: Add sys.orig_argv: original command line arguments passed to t
https://bugs.python.org/issue23427 6 msgs

#40065: py39: remove deprecation note for xml.etree.cElementTree
https://bugs.python.org/issue40065 6 msgs



Issues closed (71)
==================

#6171: IDLE - TreeWidget draw and double-click (Ubuntu)
https://bugs.python.org/issue6171 closed by terry.reedy

#7949: IDLE: avoid no-contrast popups and dialogs.
https://bugs.python.org/issue7949 closed by terry.reedy

#13504: Meta-issue for "Invent with Python" IDLE feedback
https://bugs.python.org/issue13504 closed by terry.reedy

#14304: Implement utf-8-bmp codec
https://bugs.python.org/issue14304 closed by terry.reedy

#16123: IDLE - deprecate running without a subprocess
https://bugs.python.org/issue16123 closed by terry.reedy

#17737: test_gdb fails on armv7hl
https://bugs.python.org/issue17737 closed by vstinner

#18330: Fix idlelib.PyShell.build_subprocess_arglist use of __import_
https://bugs.python.org/issue18330 closed by terry.reedy

#18822: poor proxyval() coverage in test_gdb
https://bugs.python.org/issue18822 closed by vstinner

#19042: Idle: run from editor without explicit save
https://bugs.python.org/issue19042 closed by terry.reedy

#19468: Relax the type restriction on reloaded modules
https://bugs.python.org/issue19468 closed by brett.cannon

#20403: Idle options dialog: add help
https://bugs.python.org/issue20403 closed by terry.reedy

#22209: Idle: add better access to extension information
https://bugs.python.org/issue22209 closed by terry.reedy

#22554: Idle: optionally auto-pop-up completion window for names
https://bugs.python.org/issue22554 closed by terry.reedy

#24860: Can IDLE's query box be improved
https://bugs.python.org/issue24860 closed by terry.reedy

#24914: Python: Not just OO style but this is not mentioned on python.
https://bugs.python.org/issue24914 closed by brett.cannon

#25352: Add 'make this my default python' to windows installs for Pyth
https://bugs.python.org/issue25352 closed by terry.reedy

#26788: test_gdb fails all tests on a profile-opt build configured --w
https://bugs.python.org/issue26788 closed by vstinner

#27732: IDLE tests should be quiet
https://bugs.python.org/issue27732 closed by terry.reedy

#27965: Automatic .py extension when saving with IDLE on OSX
https://bugs.python.org/issue27965 closed by terry.reedy

#28068: Error in freeze.py due to unguarded sys.abiflags usage under W
https://bugs.python.org/issue28068 closed by ned.deily

#29242: Crash on GC when compiling PyPy
https://bugs.python.org/issue29242 closed by ned.deily

#29620: unittest.TestCase.assertWarns raises RuntimeEror if sys.module
https://bugs.python.org/issue29620 closed by akuchling

#29633: MSI installer does not pass values as SecureProperty from UI
https://bugs.python.org/issue29633 closed by steve.dower

#29685: test_gdb failed
https://bugs.python.org/issue29685 closed by vstinner

#29857: Provide `sys.executable_argv` for host application's command l
https://bugs.python.org/issue29857 closed by vstinner

#32834: test_gdb fails with Posix locale in 3.7
https://bugs.python.org/issue32834 closed by vstinner

#34023: timedelta(seconds=x) strange results when type(x) == np.int32
https://bugs.python.org/issue34023 closed by inada.naoki

#34401: Make test_gdb work on HP-UX
https://bugs.python.org/issue34401 closed by vstinner

#35885: configparser: indentation
https://bugs.python.org/issue35885 closed by lukasz.langa

#38160: [subinterpreters] Add a "PyInterpreterState *" field to PyType
https://bugs.python.org/issue38160 closed by vstinner

#40614: ast.parse doesn't respect feature_version for debug f-strings
https://bugs.python.org/issue40614 closed by lys.nikolaou

#40626: application/x-hdf5 mime type missing from mimetypes library
https://bugs.python.org/issue40626 closed by akuchling

#40684: make install doesn't respect configure --with-platlibdir=lib64
https://bugs.python.org/issue40684 closed by vstinner

#40724: Support buffer protocol with type specs
https://bugs.python.org/issue40724 closed by scoder

#40743: [CMake] It's 2020, where is CMake?
https://bugs.python.org/issue40743 closed by ned.deily

#40802: AbstractEventLoop.shutdown_default_executor breaks backwards c
https://bugs.python.org/issue40802 closed by yselivanov

#40807: Codeop: Show warnings once during _maybe_compile
https://bugs.python.org/issue40807 closed by terry.reedy

#40830: Certain uses of dictionary unpacking raise TypeError
https://bugs.python.org/issue40830 closed by pablogsal

#40847: New parser considers empty line following a backslash to be a
https://bugs.python.org/issue40847 closed by pablogsal

#40854: Allow overriding sys.platlibdir: add PYTHONPLATLIBDIR env var
https://bugs.python.org/issue40854 closed by vstinner

#40861: On Windows, liblzma is always built without optimization
https://bugs.python.org/issue40861 closed by steve.dower

#40862: argparse.BooleanOptionalAction accept and silently discard its
https://bugs.python.org/issue40862 closed by rhettinger

#40867: Remove unused include in Module/_randommodule.c
https://bugs.python.org/issue40867 closed by rhettinger

#40870: Custom AST can crash Python (debug build)
https://bugs.python.org/issue40870 closed by pablogsal

#40876: Clarify error message in csv module
https://bugs.python.org/issue40876 closed by nanjekyejoannah

#40879: Strange regex cycle
https://bugs.python.org/issue40879 closed by tim.peters

#40880: Invalid read in pegen.c
https://bugs.python.org/issue40880 closed by pablogsal

#40881: --with-valgrind broken
https://bugs.python.org/issue40881 closed by vstinner

#40883: parse_string.c: free "str"
https://bugs.python.org/issue40883 closed by pablogsal

#40887: Free lists are still used after being finalized (cleared)
https://bugs.python.org/issue40887 closed by vstinner

#40888: Add close method to queue
https://bugs.python.org/issue40888 closed by rhettinger

#40889: Symmetric difference on dict_views is inefficient
https://bugs.python.org/issue40889 closed by inada.naoki

#40890: Dict views should be introspectable
https://bugs.python.org/issue40890 closed by rhettinger

#40895: weakref documentation contains cautions about dictionary mutat
https://bugs.python.org/issue40895 closed by pitrou

#40898: Remove redundant if statements in tp_traverse
https://bugs.python.org/issue40898 closed by inada.naoki

#40902: Speed up PEG parser by using operator precedence for binary op
https://bugs.python.org/issue40902 closed by pablogsal

#40903: Segfault in new PEG parser
https://bugs.python.org/issue40903 closed by pablogsal

#40904: Segfault from new PEG parser handling yield withing f-strings
https://bugs.python.org/issue40904 closed by pablogsal

#40907: cpython/lib/queue.py: put() does not acquire not_empty before
https://bugs.python.org/issue40907 closed by r n2

#40908: datetime strftime with %Y and 2 digit years
https://bugs.python.org/issue40908 closed by p-ganssle

#40909: unittest assertCountEqual doesn't filter on values in dict
https://bugs.python.org/issue40909 closed by steven.daprano

#40910: Py_GetArgcArgv() is no longer exported by the C API
https://bugs.python.org/issue40910 closed by vstinner

#40911: Unexpected behaviour for += assignment to list inside tuple
https://bugs.python.org/issue40911 closed by steven.daprano

#40917: pickle exceptions with mandatory keyword args will traceback
https://bugs.python.org/issue40917 closed by a.badger

#40929: Multiprocessing. Instance of the custom class is missing in su
https://bugs.python.org/issue40929 closed by cyberlis

#40940: How to update pip permanently for new venv?
https://bugs.python.org/issue40940 closed by ned.deily

#40947: Replace PLATLIBDIR macro with config->platlibdir
https://bugs.python.org/issue40947 closed by vstinner

#40950: PEP 3121 applied to nis module
https://bugs.python.org/issue40950 closed by corona10

#40955: subprocess_fork_exec leaks memory when extra_groups are suppli
https://bugs.python.org/issue40955 closed by christian.heimes

#40960: Fix the example in hashlib documentarion
https://bugs.python.org/issue40960 closed by cheryl.sabella

#1074333: On linux, numeric pad input is ignored when numlock off
https://bugs.python.org/issue1074333 closed by terry.reedy
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-06-12 - 2020-06-19)
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 7476 (+29)
closed 45305 (+47)
total 52781 (+76)

Open issues with patches: 3026


Issues opened (61)
==================

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 reopened by eric.smith

#40890: Dict views should be introspectable
https://bugs.python.org/issue40890 reopened by serhiy.storchaka

#40964: Connection to IMAP server cyrus.andrew.cmu.edu hangs
https://bugs.python.org/issue40964 opened by christian.heimes

#40965: Segfault when importing unittest module via C API
https://bugs.python.org/issue40965 opened by The Comet

#40967: asyncio.Task.all_tasks() and asyncio.Task.current_task() must
https://bugs.python.org/issue40967 opened by remi.lapeyre

#40968: urllib does not send http/1.1 ALPN extension
https://bugs.python.org/issue40968 opened by pmenzel

#40970: Error in Python Datamodel Documentation
https://bugs.python.org/issue40970 opened by chrisyeh96

#40971: Documentation still mentions 'u' string formatting option
https://bugs.python.org/issue40971 opened by gphemsley

#40974: possible optimization: SHRINK_STACK(n)
https://bugs.python.org/issue40974 opened by shrink_stack

#40975: contextlib.AsyncExitStack enter_async_context and aclose shoul
https://bugs.python.org/issue40975 opened by naglis

#40977: asyncio.trsock.TransportSocket says some APIs will be prohibit
https://bugs.python.org/issue40977 opened by ronaldoussoren

#40978: Document that typing.SupportsXXX protocols are runtime checkab
https://bugs.python.org/issue40978 opened by ramalho

#40979: typing module docs: keep text, add subsections
https://bugs.python.org/issue40979 opened by ramalho

#40980: group names of bytes regexes are strings
https://bugs.python.org/issue40980 opened by matpi

#40982: copytree example in shutil
https://bugs.python.org/issue40982 opened by Alberto Torres Barrán

#40984: re.compile's repr truncates patterns at 200 characters
https://bugs.python.org/issue40984 opened by matpi

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

#40987: Add tests to test_interpreters to import C extension modules c
https://bugs.python.org/issue40987 opened by vstinner

#40988: singledispatchmethod significantly slower than singledispatch
https://bugs.python.org/issue40988 opened by CaselIT

#40989: [C API] Remove _Py_NewReference() and _Py_ForgetReference() fr
https://bugs.python.org/issue40989 opened by vstinner

#40990: Make http.server support SSL
https://bugs.python.org/issue40990 opened by remi.lapeyre

#40992: Wrong warning in asyncio debug mode
https://bugs.python.org/issue40992 opened by Alex Alex

#40994: Very confusing documenation for abc.Collections
https://bugs.python.org/issue40994 opened by Sydney Pemberton

#40995: reprlib.Repr.__init__ should accept arguments
https://bugs.python.org/issue40995 opened by remi.lapeyre

#40996: urllib should fsdecode percent-encoded parts of file URIs on U
https://bugs.python.org/issue40996 opened by mjacob

#40998: Compiler warnings in ubsan builds
https://bugs.python.org/issue40998 opened by christian.heimes

#40999: implicit-int-float-conversion warnings in time and math code
https://bugs.python.org/issue40999 opened by christian.heimes

#41000: IDLE: only allow single instance
https://bugs.python.org/issue41000 opened by epaine

#41001: Provide wrapper for eventfd
https://bugs.python.org/issue41001 opened by christian.heimes

#41002: HTTPResponse.read with amt is slow
https://bugs.python.org/issue41002 opened by bmerry

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004 opened by nnewram

#41005: Permission denied: 'xdg-settings' when executing 'jupyter note
https://bugs.python.org/issue41005 opened by SBC King

#41007: test_importlib logs ResourceWarning: test_path.CommonTests.tes
https://bugs.python.org/issue41007 opened by vstinner

#41008: multiprocessing.Connection.poll raises BrokenPipeError on Wind
https://bugs.python.org/issue41008 opened by zanchey

#41009: @support.requires_*_version broken for classes
https://bugs.python.org/issue41009 opened by christian.heimes

#41010: email.message.EmailMessage.get_body
https://bugs.python.org/issue41010 opened by patrick totzke

#41011: [venv] record which executable and command were used to create
https://bugs.python.org/issue41011 opened by brett.cannon

#41012: Some code comments refer to removed initfsencoding()
https://bugs.python.org/issue41012 opened by mjacob

#41013: test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue41013 opened by vstinner

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014 opened by svaddi

#41015: warning: 'sqlite3_enable_shared_cache' is deprecated
https://bugs.python.org/issue41015 opened by svaddi

#41016: warning: 'Tk_GetNumMainWindows' is deprecated
https://bugs.python.org/issue41016 opened by svaddi

#41017: warning: 'Tk_Init' is deprecated: first deprecated
https://bugs.python.org/issue41017 opened by svaddi

#41018: warning: 'Tk_MainWindow' is deprecated: first deprecated
https://bugs.python.org/issue41018 opened by svaddi

#41019: The necessary bits to build these optional modules were not fo
https://bugs.python.org/issue41019 opened by svaddi

#41021: ctypes callback with structure crashes in Python 3.8 on Window
https://bugs.python.org/issue41021 opened by itsgk92

#41022: AST sum types is unidentifiable after ast.Constant became a ba
https://bugs.python.org/issue41022 opened by BTaskaya

#41024: doc: Explicitly mention use of 'enum.Enum' as a valid containe
https://bugs.python.org/issue41024 opened by vincent-ferotin

#41025: C implementation of ZoneInfo cannot be subclassed
https://bugs.python.org/issue41025 opened by p-ganssle

#41026: mailbox does not support new Path object
https://bugs.python.org/issue41026 opened by LimaAlphaHotel

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027 opened by mbarbera

#41028: Move docs.python.org language and version switcher out of cpyt
https://bugs.python.org/issue41028 opened by mdk

#41031: Inconsistency in C and python traceback printers
https://bugs.python.org/issue41031 opened by msimacek

#41032: locale.setlocale example incorrect
https://bugs.python.org/issue41032 opened by pintman

#41033: readline.c: SEGFAULT on SIGWINCH when loaded twice
https://bugs.python.org/issue41033 opened by blueyed

#41034: test_builtin: PtyTests fail when run twice
https://bugs.python.org/issue41034 opened by vstinner

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

#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036 opened by vstinner

#41037: Add (optional) threadstate to: PyOS_InterruptOccurred()
https://bugs.python.org/issue41037 opened by seberg

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

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039 opened by nnemkin



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

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039

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

#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036

#41033: readline.c: SEGFAULT on SIGWINCH when loaded twice
https://bugs.python.org/issue41033

#41032: locale.setlocale example incorrect
https://bugs.python.org/issue41032

#41031: Inconsistency in C and python traceback printers
https://bugs.python.org/issue41031

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027

#41025: C implementation of ZoneInfo cannot be subclassed
https://bugs.python.org/issue41025

#41024: doc: Explicitly mention use of 'enum.Enum' as a valid containe
https://bugs.python.org/issue41024

#41019: The necessary bits to build these optional modules were not fo
https://bugs.python.org/issue41019

#41018: warning: 'Tk_MainWindow' is deprecated: first deprecated
https://bugs.python.org/issue41018

#41017: warning: 'Tk_Init' is deprecated: first deprecated
https://bugs.python.org/issue41017

#41016: warning: 'Tk_GetNumMainWindows' is deprecated
https://bugs.python.org/issue41016

#41015: warning: 'sqlite3_enable_shared_cache' is deprecated
https://bugs.python.org/issue41015

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014



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

#41039: Simplify python3.dll build
https://bugs.python.org/issue41039

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

#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036

#41028: Move docs.python.org language and version switcher out of cpyt
https://bugs.python.org/issue41028

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027

#41026: mailbox does not support new Path object
https://bugs.python.org/issue41026

#41025: C implementation of ZoneInfo cannot be subclassed
https://bugs.python.org/issue41025

#41024: doc: Explicitly mention use of 'enum.Enum' as a valid containe
https://bugs.python.org/issue41024

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

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

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004

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

#41001: Provide wrapper for eventfd
https://bugs.python.org/issue41001

#40998: Compiler warnings in ubsan builds
https://bugs.python.org/issue40998

#40995: reprlib.Repr.__init__ should accept arguments
https://bugs.python.org/issue40995



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

#40980: group names of bytes regexes are strings
https://bugs.python.org/issue40980 26 msgs

#39949: truncating match in regular expression match objects repr
https://bugs.python.org/issue39949 15 msgs

#30064: BaseSelectorEventLoop.sock_{recv,sendall}() don't remove their
https://bugs.python.org/issue30064 11 msgs

#38377: test_asyncio.test_events.GetEventLoopTestsMixin.test_get_event
https://bugs.python.org/issue38377 10 msgs

#40984: re.compile's repr truncates patterns at 200 characters
https://bugs.python.org/issue40984 7 msgs

#40989: [C API] Remove _Py_NewReference() and _Py_ForgetReference() fr
https://bugs.python.org/issue40989 7 msgs

#41013: test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue41013 7 msgs

#36346: Prepare for removing the legacy Unicode C API
https://bugs.python.org/issue36346 6 msgs

#40511: IDLE: properly handle '(' and ')' within calls
https://bugs.python.org/issue40511 5 msgs

#40964: Connection to IMAP server cyrus.andrew.cmu.edu hangs
https://bugs.python.org/issue40964 5 msgs



Issues closed (47)
==================

#10118: Tkinter does not find font
https://bugs.python.org/issue10118 closed by terry.reedy

#28557: error message for bad raw readinto
https://bugs.python.org/issue28557 closed by benjamin.peterson

#33315: Allow queue.Queue to be used in type annotations
https://bugs.python.org/issue33315 closed by rhettinger

#33881: dataclasses should use NFKC to find duplicate members
https://bugs.python.org/issue33881 closed by eric.smith

#34226: cgi.parse_multipart() requires undocumented CONTENT-LENGTH in
https://bugs.python.org/issue34226 closed by orsenthil

#36020: HAVE_SNPRINTF and MSVC std::snprintf support
https://bugs.python.org/issue36020 closed by vstinner

#37673: Tkinter won't create 5000 check boxes, stops at 1309.
https://bugs.python.org/issue37673 closed by terry.reedy

#37674: Is imp module deprecated or pending deprecation?
https://bugs.python.org/issue37674 closed by brett.cannon

#38488: Update bundled pip to 20.1.1
https://bugs.python.org/issue38488 closed by ned.deily

#38783: the window size is bigger than the specific size when create a
https://bugs.python.org/issue38783 closed by serhiy.storchaka

#39756: Event sequence "KeyRelease-Shift_R" not being fired
https://bugs.python.org/issue39756 closed by cheryl.sabella

#40119: ensurepip should use different pattern for pip/setuptool wheel
https://bugs.python.org/issue40119 closed by ned.deily

#40164: Upgrade Windows and macOS installer builds to OpenSSL 1.1.1g
https://bugs.python.org/issue40164 closed by steve.dower

#40334: PEP 617: new PEG-based parser
https://bugs.python.org/issue40334 closed by lys.nikolaou

#40353: Add an optional "strict" check to zip
https://bugs.python.org/issue40353 closed by brandtbucher

#40448: ensurepip uses cache directory
https://bugs.python.org/issue40448 closed by ned.deily

#40498: Holding spacebar on button widget permanently makes it SUNKEN
https://bugs.python.org/issue40498 closed by ned.deily

#40680: thread_cputime isn't supported by AIX5
https://bugs.python.org/issue40680 closed by vstinner

#40808: test_venv fails with HOME=/ on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue40808 closed by ned.deily

#40834: sending str via channel caused truncate on last character
https://bugs.python.org/issue40834 closed by cheryl.sabella

#40836: logging.fatal() and logging.Logger.fatal() should raise a Depr
https://bugs.python.org/issue40836 closed by remi.lapeyre

#40855: statistics.stdev ignore xbar argument
https://bugs.python.org/issue40855 closed by rhettinger

#40873: Something wrong with html.unescape()
https://bugs.python.org/issue40873 closed by serhiy.storchaka

#40914: tarfile creates output that appears to omit files
https://bugs.python.org/issue40914 closed by zach.ware

#40925: Remove redundant macros used for stack manipulation in interpr
https://bugs.python.org/issue40925 closed by Mark.Shannon

#40943: PEP 353: Drop support for PyArg_ParseTuple() "#" formats when
https://bugs.python.org/issue40943 closed by vstinner

#40945: TKinter.Tk.geometry(Tk.winfo_geometry()) should be idempotent
https://bugs.python.org/issue40945 closed by serhiy.storchaka

#40953: PyConfig_Clear() doesn't clear _orig_argv member (_PyWideStrin
https://bugs.python.org/issue40953 closed by vstinner

#40957: _Py_fopen_obj leaks reference on audit error
https://bugs.python.org/issue40957 closed by corona10

#40958: ASAN/UBSAN: heap-buffer-overflow in pegen.c
https://bugs.python.org/issue40958 closed by pablogsal

#40966: Remove redundant var in PyErr_NewException
https://bugs.python.org/issue40966 closed by corona10

#40969: Python 3.8.3 And Now For Something CompletelyDifferent
https://bugs.python.org/issue40969 closed by cheryl.sabella

#40972: Add a recurse flag to Path.rmdir()
https://bugs.python.org/issue40972 closed by serhiy.storchaka

#40973: platform.platform() in Python 3.8 does not report detailed Lin
https://bugs.python.org/issue40973 closed by SilentGhost

#40976: Clarify motivation for `chain.from_iterable`
https://bugs.python.org/issue40976 closed by rhettinger

#40981: increment is wrong in 3.7 but not in 2.7
https://bugs.python.org/issue40981 closed by serhiy.storchaka

#40983: urllib.request.url2pathname() unconditionally uses utf-8 encod
https://bugs.python.org/issue40983 closed by mjacob

#40985: PEG Parser: SyntaxError text empty when last line has a LINECO
https://bugs.python.org/issue40985 closed by lys.nikolaou

#40991: Can't open more than on .py file with IDLE
https://bugs.python.org/issue40991 closed by terry.reedy

#40993: Don't run Python and C coverage jobs of Travis CI on pull requ
https://bugs.python.org/issue40993 closed by vstinner

#40997: python 3.8.2: datetime.datetime(1969,1,1).timestamp() yields O
https://bugs.python.org/issue40997 closed by SilentGhost

#41003: test_copyreg: importing numpy changes warnings filters
https://bugs.python.org/issue41003 closed by vstinner

#41006: Reduce number of modules imported by runpy
https://bugs.python.org/issue41006 closed by vstinner

#41020: Could not build the ssl module!
https://bugs.python.org/issue41020 closed by christian.heimes

#41023: smtplib does not handle Unicode characters
https://bugs.python.org/issue41023 closed by r.david.murray

#41029: parallel sftp from local to remote file creates empty director
https://bugs.python.org/issue41029 closed by christian.heimes

#41030: Provide toList() method on iterators/generators (`list()` is a
https://bugs.python.org/issue41030 closed by zach.ware
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-06-19 - 2020-06-26)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
open 7490 (+14)
closed 45380 (+75)
total 52870 (+89)

Open issues with patches: 3035


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#41124: String with encode causing addition of 'b' in the beginning
https://bugs.python.org/issue41124 closed by SilentGhost
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-06-26 - 2020-07-03)
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 7520 (+30)
closed 45424 (+44)
total 52944 (+74)

Open issues with patches: 3042


Issues opened (54)
==================

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004 reopened by corona10

#41129: Python extension modules fail to build on Mac 10.15.1 (Catalin
https://bugs.python.org/issue41129 opened by andrewfg1992

#41130: Improve/fix FreeBSD Bluetooth socket support
https://bugs.python.org/issue41130 opened by myfreeweb

#41131: Augment random.choices() with the alias method
https://bugs.python.org/issue41131 opened by rhettinger

#41133: Insufficient description of cyclic garbage collector for C API
https://bugs.python.org/issue41133 opened by iabervon

#41134: distutils.dir_util.copy_tree FileExistsError when updating sym
https://bugs.python.org/issue41134 opened by Tom Hale

#41135: Suggested change to http.server.HTTPServer to prevent socket r
https://bugs.python.org/issue41135 opened by Michael Rich

#41136: argparse uses default encoding when read arguments from file
https://bugs.python.org/issue41136 opened by serhiy.storchaka

#41137: pdb uses the locale encoding for .pdbrc
https://bugs.python.org/issue41137 opened by serhiy.storchaka

#41138: trace CLI reads source files using the locale encoding
https://bugs.python.org/issue41138 opened by serhiy.storchaka

#41139: cgi uses the locale encoding for log files
https://bugs.python.org/issue41139 opened by serhiy.storchaka

#41140: cgitb uses the locale encoding for log files
https://bugs.python.org/issue41140 opened by serhiy.storchaka

#41141: remove unneeded handling of '.' and '..' from patlib.Path.iter
https://bugs.python.org/issue41141 opened by sir-sigurd

#41143: distutils uses the locale encoding for the .pypirc file
https://bugs.python.org/issue41143 opened by serhiy.storchaka

#41145: EmailMessage.as_string is altering the message state and actua
https://bugs.python.org/issue41145 opened by mardiros

#41146: Convert signal.default_int_handler() to Argument Clinic
https://bugs.python.org/issue41146 opened by serhiy.storchaka

#41147: Document that redirect_std{out,err} yield the new stream as th
https://bugs.python.org/issue41147 opened by PeterJCLaw

#41148: IDLE uses the locale encoding for config files
https://bugs.python.org/issue41148 opened by serhiy.storchaka

#41149: Threads can fail to start
https://bugs.python.org/issue41149 opened by Barney Stratford

#41150: pipes uses text files and the locale encodig
https://bugs.python.org/issue41150 opened by serhiy.storchaka

#41151: Support for new Windows pseudoterminals in the subprocess modu
https://bugs.python.org/issue41151 opened by njs

#41154: test_pkgutil:test_name_resolution fails on some platforms
https://bugs.python.org/issue41154 opened by RJ722

#41157: email.message_from_string() is unable to find the headers for
https://bugs.python.org/issue41157 opened by jpatel

#41160: Cross-compiling for GNU/Hurd fails
https://bugs.python.org/issue41160 opened by mbakke

#41162: Clear audit hooks after destructors
https://bugs.python.org/issue41162 opened by steve.dower

#41163: test_weakref hangs
https://bugs.python.org/issue41163 opened by Peter Ku?ák

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165 opened by inada.naoki

#41167: Add new formats to PyArg_ParseTuple for "str or None"
https://bugs.python.org/issue41167 opened by inada.naoki

#41168: Lack of proper checking in PyObject_SetAttr leads to segmentat
https://bugs.python.org/issue41168 opened by Iman Sharafodin

#41169: socket.inet_pton raised when pass an IPv6 address like "[::]"
https://bugs.python.org/issue41169 opened by seahoh

#41170: Use strnlen instead of strlen when the size i known.
https://bugs.python.org/issue41170 opened by Niclas Larsson

#41171: Create companion methods of "PyType_FromSpec*" to allow settin
https://bugs.python.org/issue41171 opened by WildCard65

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172 opened by steve.dower

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173 opened by steve.dower

#41174: asyncio.coroutine decorator returns a non-generator function w
https://bugs.python.org/issue41174 opened by a-feld

#41175: Static analysis issues reported by GCC 10
https://bugs.python.org/issue41175 opened by cstratak

#41176: revise Tkinter mainloop dispatching flag behavior
https://bugs.python.org/issue41176 opened by Richard Sheridan

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177 opened by godot_gildor

#41178: Registry writes on Windows Store - workaround
https://bugs.python.org/issue41178 opened by DataGhost

#41180: marshal load bypass code.__new__ audit event
https://bugs.python.org/issue41180 opened by tkmk

#41182: DefaultSelector fails to detect selector on VMware ESXi
https://bugs.python.org/issue41182 opened by akasurde

#41183: Workaround or fix for SSL ".._KEY_TOO_SMALL" test failures
https://bugs.python.org/issue41183 opened by larry

#41185: lib2to3 generation of pickle files is racy
https://bugs.python.org/issue41185 opened by barisione

#41187: Convert the _msi module to Argument Clinic
https://bugs.python.org/issue41187 opened by serhiy.storchaka

#41188: Prepare CPython for opaque PyObject structure.
https://bugs.python.org/issue41188 opened by WildCard65

#41190: msilib: SetProperty() accepts str, but GetProperty() returns b
https://bugs.python.org/issue41190 opened by serhiy.storchaka

#41191: PyType_FromModuleAndSpec is not mentioned in 3.9 What's new
https://bugs.python.org/issue41191 opened by mdartiailh

#41192: Some audit events are undocumented
https://bugs.python.org/issue41192 opened by gousaiyang

#41195: Interface to OpenSSL's security level
https://bugs.python.org/issue41195 opened by mhughes

#41197: Async magic methods in contextlib.closing
https://bugs.python.org/issue41197 opened by uburuntu

#41198: Round built-in function not shows zeros acording significant f
https://bugs.python.org/issue41198 opened by Carlos Neves

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199 opened by JackStraw

#41200: Add pickle.loads fuzz test
https://bugs.python.org/issue41200 opened by Bruce Day

#41202: Allow to provide custom exception handler to asyncio.run()
https://bugs.python.org/issue41202 opened by tomaszdrozdz



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

#41202: Allow to provide custom exception handler to asyncio.run()
https://bugs.python.org/issue41202

#41200: Add pickle.loads fuzz test
https://bugs.python.org/issue41200

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199

#41191: PyType_FromModuleAndSpec is not mentioned in 3.9 What's new
https://bugs.python.org/issue41191

#41190: msilib: SetProperty() accepts str, but GetProperty() returns b
https://bugs.python.org/issue41190

#41188: Prepare CPython for opaque PyObject structure.
https://bugs.python.org/issue41188

#41185: lib2to3 generation of pickle files is racy
https://bugs.python.org/issue41185

#41182: DefaultSelector fails to detect selector on VMware ESXi
https://bugs.python.org/issue41182

#41178: Registry writes on Windows Store - workaround
https://bugs.python.org/issue41178

#41174: asyncio.coroutine decorator returns a non-generator function w
https://bugs.python.org/issue41174

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172

#41163: test_weakref hangs
https://bugs.python.org/issue41163

#41160: Cross-compiling for GNU/Hurd fails
https://bugs.python.org/issue41160

#41157: email.message_from_string() is unable to find the headers for
https://bugs.python.org/issue41157



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

#41202: Allow to provide custom exception handler to asyncio.run()
https://bugs.python.org/issue41202

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199

#41195: Interface to OpenSSL's security level
https://bugs.python.org/issue41195

#41188: Prepare CPython for opaque PyObject structure.
https://bugs.python.org/issue41188

#41187: Convert the _msi module to Argument Clinic
https://bugs.python.org/issue41187

#41183: Workaround or fix for SSL ".._KEY_TOO_SMALL" test failures
https://bugs.python.org/issue41183

#41182: DefaultSelector fails to detect selector on VMware ESXi
https://bugs.python.org/issue41182

#41180: marshal load bypass code.__new__ audit event
https://bugs.python.org/issue41180

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177

#41175: Static analysis issues reported by GCC 10
https://bugs.python.org/issue41175

#41171: Create companion methods of "PyType_FromSpec*" to allow settin
https://bugs.python.org/issue41171

#41170: Use strnlen instead of strlen when the size i known.
https://bugs.python.org/issue41170

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165

#41162: Clear audit hooks after destructors
https://bugs.python.org/issue41162

#41160: Cross-compiling for GNU/Hurd fails
https://bugs.python.org/issue41160



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

#19335: codeop misclassifies incomplete code with 'nonlocal'
https://bugs.python.org/issue19335 17 msgs

#41183: Workaround or fix for SSL ".._KEY_TOO_SMALL" test failures
https://bugs.python.org/issue41183 15 msgs

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

#41004: Hash collisions in IPv4Interface and IPv6Interface
https://bugs.python.org/issue41004 9 msgs

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165 9 msgs

#40967: asyncio.Task.all_tasks() and asyncio.Task.current_task() must
https://bugs.python.org/issue40967 7 msgs

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

#41169: socket.inet_pton raised when pass an IPv6 address like "[::]"
https://bugs.python.org/issue41169 7 msgs

#41198: Round built-in function not shows zeros acording significant f
https://bugs.python.org/issue41198 7 msgs

#40223: Add -fwrapv for new icc versions
https://bugs.python.org/issue40223 6 msgs



Issues closed (42)
==================

#23427: Add sys.orig_argv: original command line arguments passed to t
https://bugs.python.org/issue23427 closed by vstinner

#24048: remove_module() needs to save/restore exception state
https://bugs.python.org/issue24048 closed by ncoghlan

#31082: reduce takes iterable, not just sequence
https://bugs.python.org/issue31082 closed by corona10

#31590: CSV module incorrectly treats escaped newlines as new records
https://bugs.python.org/issue31590 closed by terry.reedy

#33665: tkinter.ttk.Scrollbar.fraction() under-estimates length
https://bugs.python.org/issue33665 closed by serhiy.storchaka

#34542: [TLS] Update test certs to future proof settings
https://bugs.python.org/issue34542 closed by larry

#39151: Simplify the deep-first-search of the assembler
https://bugs.python.org/issue39151 closed by pablogsal

#39314: (readline) Autofill the closing parenthesis during auto-comple
https://bugs.python.org/issue39314 closed by corona10

#39385: Add an assertNoLogs context manager to unittest TestCase
https://bugs.python.org/issue39385 closed by vinay.sajip

#40769: Pegen: cover extra surrounding parentheses for invalid annotat
https://bugs.python.org/issue40769 closed by pablogsal

#40874: Update to libmpdec-2.5.0
https://bugs.python.org/issue40874 closed by skrah

#40884: Added defaults parameter for logging.Formatter
https://bugs.python.org/issue40884 closed by vinay.sajip

#40924: Recent importlib change breaks most recent certifi == 2020.4.5
https://bugs.python.org/issue40924 closed by lukasz.langa

#40971: Documentation still mentions 'u' string formatting option
https://bugs.python.org/issue40971 closed by petr.viktorin

#41007: test_importlib logs ResourceWarning: test_path.CommonTests.tes
https://bugs.python.org/issue41007 closed by vstinner

#41022: AST sum types is unidentifiable after ast.Constant became a ba
https://bugs.python.org/issue41022 closed by BTaskaya

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

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

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

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

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

#41132: F-String parser uses raw allocator
https://bugs.python.org/issue41132 closed by lys.nikolaou

#41142: msilib.CAB doesnot support non-ASCII files
https://bugs.python.org/issue41142 closed by serhiy.storchaka

#41144: IDLE: make Load Module load os.path (posixpath.py, ntpath.py)
https://bugs.python.org/issue41144 closed by terry.reedy

#41152: IDLE: make sys.stdxxx.encoding always be utf-8
https://bugs.python.org/issue41152 closed by terry.reedy

#41153: [easy Doc] "PyPreConfig_InitIsolatedConfig" and "PyPreConfig_I
https://bugs.python.org/issue41153 closed by WildCard65

#41155: Tkinter -postoffset not working for TCombobox
https://bugs.python.org/issue41155 closed by Sveti007

#41156: Remove Task.all_tasks and Task.current_task
https://bugs.python.org/issue41156 closed by inada.naoki

#41158: IDLE: rewrite the code for handling file encoding
https://bugs.python.org/issue41158 closed by serhiy.storchaka

#41159: Nested async dict comprehension fails with SyntaxError
https://bugs.python.org/issue41159 closed by serhiy.storchaka

#41161: libmpdec-2.5.0 update is missing news entry
https://bugs.python.org/issue41161 closed by skrah

#41164: allow python to build for macosx-11.0-arm64
https://bugs.python.org/issue41164 closed by ned.deily

#41166: CLASS ATTRIBUTES
https://bugs.python.org/issue41166 closed by steven.daprano

#41179: find_library on macOS Big Sur
https://bugs.python.org/issue41179 closed by ned.deily

#41181: [macOS] Build macOS installer with LTO and PGO optimizations
https://bugs.python.org/issue41181 closed by ned.deily

#41184: Reconciling IDLE's Comment Out Region / Uncomment Region with
https://bugs.python.org/issue41184 closed by gvanrossum

#41186: distutils.version epoch compatibility
https://bugs.python.org/issue41186 closed by bar.harel

#41189: An exploitable segmentation fault in _PyEval_EvalFrameDefault
https://bugs.python.org/issue41189 closed by ned.deily

#41193: traceback when exiting on read-only file system
https://bugs.python.org/issue41193 closed by vstinner

#41194: Python 3.9.0b3 crash on compile() in PyAST_Check() when the _a
https://bugs.python.org/issue41194 closed by vstinner

#41196: APPDATA directory is different in store installed python
https://bugs.python.org/issue41196 closed by steve.dower

#41201: Long integer arithmetic
https://bugs.python.org/issue41201 closed by christian.heimes
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-07-03 - 2020-07-10)
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 7530 (+10)
closed 45482 (+58)
total 53012 (+68)

Open issues with patches: 3058


Issues opened (41)
==================

#39542: Cleanup object.h header
https://bugs.python.org/issue39542 reopened by rhettinger

#41194: Python 3.9.0b3 crash on compile() in PyAST_Check() when the _a
https://bugs.python.org/issue41194 reopened by arcivanov

#41203: Replace references to OS X in documentation with macOS
https://bugs.python.org/issue41203 opened by pxeger

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205 opened by JD-Veiga

#41209: Scripts Folder is Empty
https://bugs.python.org/issue41209 opened by Jamesss04

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210 opened by miurahr

#41212: Emoji Unicode failing in standard release of Python 3.8.3 / tk
https://bugs.python.org/issue41212 opened by Ben Griffin

#41214: -O0: Segmentation fault in _PyArg_UnpackStack
https://bugs.python.org/issue41214 opened by Vincent LE GARREC

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217 opened by waszil

#41219: Mimetypes doesn't support audio/webm
https://bugs.python.org/issue41219 opened by cere blanco

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220 opened by Itayazolay

#41221: io.TextIOWrapper ignores silently partial write if buffer is u
https://bugs.python.org/issue41221 opened by mjacob

#41222: Undocumented behaviour change of POpen.stdout.readine with buf
https://bugs.python.org/issue41222 opened by yann

#41223: `object`-backed `memoryview`'s `tolist` errors
https://bugs.python.org/issue41223 opened by jakirkham

#41226: Supporting `strides` in `memoryview.cast`
https://bugs.python.org/issue41226 opened by jakirkham

#41228: Fix the typo in the description of calendar.monthcalendar(year
https://bugs.python.org/issue41228 opened by ndini

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229 opened by zkonge

#41231: Type annotations lost when using wraps by default
https://bugs.python.org/issue41231 opened by David Caro

#41232: Python `functools.wraps` doesn't deal with defaults correctly
https://bugs.python.org/issue41232 opened by Thor Whalen2

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233 opened by yyyyyyyan

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234 opened by nanjekyejoannah

#41236: "about" button in MacOS caused an error
https://bugs.python.org/issue41236 opened by Baozhen Chen

#41238: Python 3 shelve.DbfilenameShelf is generating 164 times larger
https://bugs.python.org/issue41238 opened by Pawe? Miech

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241 opened by ys19991

#41245: cmath module documentation is misleading on branch cuts
https://bugs.python.org/issue41245 opened by mark.dickinson

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246 opened by tontinton

#41248: Python manual forced in maximized window
https://bugs.python.org/issue41248 opened by Mischiew Rithe

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249 opened by keithblaha

#41253: unittest -h shows a flag -s but it doesn't work
https://bugs.python.org/issue41253 opened by Faris Chugthai

#41254: Add to/from string methods to datetime.timedelta
https://bugs.python.org/issue41254 opened by tebeka

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255 opened by mhughes

#41256: activate script created by venv is not smart enough
https://bugs.python.org/issue41256 opened by kunaltyagi

#41257: mimetypes.guess_extension('video/x-matroska') return wrong val
https://bugs.python.org/issue41257 opened by Saber Hayati

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259 opened by Rim Chatti

#41260: datetime: strftime method takes different keyword argument: fm
https://bugs.python.org/issue41260 opened by Anthony Sottile

#41261: 3.9-dev SEGV in object_recursive_isinstance in ast.literal_eva
https://bugs.python.org/issue41261 opened by arcivanov

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262 opened by serhiy.storchaka

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265 opened by malin

#41266: Wrong hint when class methods and builtins named same
https://bugs.python.org/issue41266 opened by wyz23x2

#41268: 3.9-dev regression? TypeError: exec_module() missing 1 require
https://bugs.python.org/issue41268 opened by hugovk

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270 opened by xzy3



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

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270

#41268: 3.9-dev regression? TypeError: exec_module() missing 1 require
https://bugs.python.org/issue41268

#41266: Wrong hint when class methods and builtins named same
https://bugs.python.org/issue41266

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262

#41257: mimetypes.guess_extension('video/x-matroska') return wrong val
https://bugs.python.org/issue41257

#41256: activate script created by venv is not smart enough
https://bugs.python.org/issue41256

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249

#41248: Python manual forced in maximized window
https://bugs.python.org/issue41248

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229

#41228: Fix the typo in the description of calendar.monthcalendar(year
https://bugs.python.org/issue41228



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

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255

#41246: IOCP Proactor same socket overlapped callbacks
https://bugs.python.org/issue41246

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233

#41232: Python `functools.wraps` doesn't deal with defaults correctly
https://bugs.python.org/issue41232

#41231: Type annotations lost when using wraps by default
https://bugs.python.org/issue41231

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220

#41219: Mimetypes doesn't support audio/webm
https://bugs.python.org/issue41219

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205



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

#26205: Better specify number of nested scopes
https://bugs.python.org/issue26205 14 msgs

#41177: ConvertingList and ConvertingTuple lack iterators and Converti
https://bugs.python.org/issue41177 7 msgs

#41202: Allow to provide custom exception handler to asyncio.run()
https://bugs.python.org/issue41202 7 msgs

#41221: io.TextIOWrapper ignores silently partial write if buffer is u
https://bugs.python.org/issue41221 7 msgs

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 6 msgs

#41255: Argparse.parse_args exits on unrecognized option with exit_on_
https://bugs.python.org/issue41255 6 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 5 msgs

#41205: Documentation Decimal power 0 to the 0 is Nan (versus 0 to the
https://bugs.python.org/issue41205 5 msgs

#41210: LZMADecompressor.decompress(FORMAT_RAW) truncate output when i
https://bugs.python.org/issue41210 5 msgs

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220 5 msgs



Issues closed (57)
==================

#13554: Tkinter doesn't use higher resolution app icon
https://bugs.python.org/issue13554 closed by terry.reedy

#20257: test_socket fails if using tipc module and SELinux enabled
https://bugs.python.org/issue20257 closed by christian.heimes

#20353: Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.
https://bugs.python.org/issue20353 closed by terry.reedy

#21333: Document recommended exception for objects that shouldn't be p
https://bugs.python.org/issue21333 closed by terry.reedy

#23885: urllib.quote horribly mishandles unicode as second parameter
https://bugs.python.org/issue23885 closed by terry.reedy

#24163: shutil.copystat fails when attribute security.selinux is prese
https://bugs.python.org/issue24163 closed by christian.heimes

#24670: os.chdir breaks result of os.path.abspath(__file__) and os.pat
https://bugs.python.org/issue24670 closed by terry.reedy

#26212: Python with ncurses6.0 will not load _curses module on Solaris
https://bugs.python.org/issue26212 closed by terry.reedy

#26328: shutil._copyxattr() function shouldn't fail if setting securit
https://bugs.python.org/issue26328 closed by christian.heimes

#27154: Regression in file.writelines behavior
https://bugs.python.org/issue27154 closed by terry.reedy

#28681: Clarify multiple function names in the tutorial
https://bugs.python.org/issue28681 closed by terry.reedy

#29727: collections.abc.Reversible doesn't fully support the reversing
https://bugs.python.org/issue29727 closed by pablogsal

#33864: collections.abc.ByteString does not register memoryview
https://bugs.python.org/issue33864 closed by gvanrossum

#35350: importing "ctypes" immediately causes a segmentation fault
https://bugs.python.org/issue35350 closed by christian.heimes

#37765: IDLE: Include keywords in module-level autocomplete list
https://bugs.python.org/issue37765 closed by terry.reedy

#39168: Generic type subscription is a huge toll on Python performance
https://bugs.python.org/issue39168 closed by gvanrossum

#39417: Link to "Python Packaging User Guide: Creating and using virtu
https://bugs.python.org/issue39417 closed by Mariatta

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960 closed by scoder

#40597: generated email message exceeds RFC-mandated limit of 998 char
https://bugs.python.org/issue40597 closed by maxking

#40742: Doc: Parallel build break audit table
https://bugs.python.org/issue40742 closed by mdk

#40832: hi param in bisect module should not accept negative values
https://bugs.python.org/issue40832 closed by rhettinger

#41014: warning: 'sqlite3_trace' is deprecated
https://bugs.python.org/issue41014 closed by ronaldoussoren

#41018: warning: 'Tk_MainWindow' is deprecated: first deprecated
https://bugs.python.org/issue41018 closed by ronaldoussoren

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

#41172: test_peg_generator C tests fail on Windows ARM
https://bugs.python.org/issue41172 closed by steve.dower

#41173: Windows ARM buildbots cannot upload results
https://bugs.python.org/issue41173 closed by steve.dower

#41198: Round built-in function not shows zeros acording significant f
https://bugs.python.org/issue41198 closed by mark.dickinson

#41199: Docstring convention not followed for dataclasses documentatio
https://bugs.python.org/issue41199 closed by eric.smith

#41204: Use of unitialized variable `fields` along error path in code
https://bugs.python.org/issue41204 closed by vstinner

#41206: behaviour change with EmailMessage.set_content
https://bugs.python.org/issue41206 closed by maxking

#41207: distutils.command.build_ext raises FileNotFoundError
https://bugs.python.org/issue41207 closed by vstinner

#41208: An exploitable segmentation fault in marshal module
https://bugs.python.org/issue41208 closed by serhiy.storchaka

#41211: PyLong_FromUnicodeObject document is wrong
https://bugs.python.org/issue41211 closed by inada.naoki

#41213: Cannot locate MSBuild.exe on PATH or as MSBUILD variable
https://bugs.python.org/issue41213 closed by Amen8

#41215: AIX: build fails for xlc/xlC since new PEG parser
https://bugs.python.org/issue41215 closed by pablogsal

#41216: eval don't load local variable in dict and list comprehensions
https://bugs.python.org/issue41216 closed by eric.smith

#41218: PyCF_ALLOW_TOP_LEVEL_AWAIT + list comprehension set .CO_COROUT
https://bugs.python.org/issue41218 closed by pablogsal

#41224: Document is_annotate() in symtable and update doc strings
https://bugs.python.org/issue41224 closed by nanjekyejoannah

#41225: Add a test for get_id() in the symtable module
https://bugs.python.org/issue41225 closed by nanjekyejoannah

#41227: minor typo in asyncio transport protocol
https://bugs.python.org/issue41227 closed by xtreak

#41230: IDLE intellisense
https://bugs.python.org/issue41230 closed by terry.reedy

#41235: Incorrect error handling in SSLContext.load_dh_params()
https://bugs.python.org/issue41235 closed by benjamin.peterson

#41237: Access violation in python39.dll!meth_dealloc on exit
https://bugs.python.org/issue41237 closed by cgohlke

#41239: SSL Certificate verify failed in Python3.6/3.7
https://bugs.python.org/issue41239 closed by christian.heimes

#41240: Use the same kind of quotation mark in f-string
https://bugs.python.org/issue41240 closed by eric.smith

#41242: When concating strings, I think it is better to use += than jo
https://bugs.python.org/issue41242 closed by asvetlov

#41243: SPAM
https://bugs.python.org/issue41243 closed by steven.daprano

#41244: Change to use str.join() instead of += when concatenating stri
https://bugs.python.org/issue41244 closed by zach.ware

#41247: asyncio.set_running_loop() cache running loop holder
https://bugs.python.org/issue41247 closed by yselivanov

#41250: Number separators in different places
https://bugs.python.org/issue41250 closed by rhettinger

#41251: __future__.barry_as_FLUFL.getMandatoryRelease() is wrong
https://bugs.python.org/issue41251 closed by christian.heimes

#41252: Incorrect reference counting in _ssl.c's _servername_callback(
https://bugs.python.org/issue41252 closed by christian.heimes

#41258: CVE-2020-14422
https://bugs.python.org/issue41258 closed by vstinner

#41263: Convert code.__new__ to Argument Clinic
https://bugs.python.org/issue41263 closed by serhiy.storchaka

#41264: Do not use the name of the built-in function as a variable.
https://bugs.python.org/issue41264 closed by serhiy.storchaka

#41267: Attribute error: Pandas module doesn't have 'Plotting' attribu
https://bugs.python.org/issue41267 closed by eric.smith

#41269: Wrong subtraction calculations
https://bugs.python.org/issue41269 closed by mark.dickinson
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-07-10 - 2020-07-17)
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 7550 (+20)
closed 45517 (+35)
total 53067 (+55)

Open issues with patches: 3067


Issues opened (39)
==================

#39960: Using typename.__setattr__ in extension type with Py_TPFLAGS_H
https://bugs.python.org/issue39960 reopened by gvanrossum

#41271: Add support for io_uring to cpython
https://bugs.python.org/issue41271 opened by cooperlees

#41272: New clause in FOR and WHILE instead of ELSE
https://bugs.python.org/issue41272 opened by catrudis

#41273: asyncio: proactor read transport: use recv_into instead of rec
https://bugs.python.org/issue41273 opened by tontinton

#41275: Clarify whether Futures can be awaited multiple times
https://bugs.python.org/issue41275 opened by JustAnotherArchivist

#41277: documentation: os.setxattr() errno EEXIST and ENODATA
https://bugs.python.org/issue41277 opened by w0rthle$$

#41278: IDLE: Clarify some completion details in doc
https://bugs.python.org/issue41278 opened by Alex-Python-Programmer

#41279: Convert StreamReaderProtocol to a BufferedProtocol
https://bugs.python.org/issue41279 opened by tontinton

#41281: Wrong/missing code formats in datetime documentation
https://bugs.python.org/issue41281 opened by yyyyyyyan

#41282: Deprecate and remove distutils
https://bugs.python.org/issue41282 opened by jaraco

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283 opened by aeltawela

#41287: __doc__ attribute is not set in property-derived classes
https://bugs.python.org/issue41287 opened by Sergei Izmailov

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292 opened by Michel Samia

#41293: fix confusing example in hashlib docs
https://bugs.python.org/issue41293 opened by Pavel Trukhanov

#41294: Allow '__qualname__' to be an instance of 'DynamicClassAttribu
https://bugs.python.org/issue41294 opened by WildCard65

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295 opened by kam193

#41297: Remove doctest import from heapq
https://bugs.python.org/issue41297 opened by alexchandel

#41298: Enable handling logoff and shutdown Windows console events
https://bugs.python.org/issue41298 opened by eryksun

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299 opened by SD

#41300: IDLE: add missing import io in iomenu.py
https://bugs.python.org/issue41300 opened by nirinA raseliarison

#41303: perf_counter result does not count system sleep time in Mac OS
https://bugs.python.org/issue41303 opened by nooB

#41305: Add StreamReader.readinto()
https://bugs.python.org/issue41305 opened by tontinton

#41306: test_tk test_widgets.ScaleTest fails with Tk 8.6.10
https://bugs.python.org/issue41306 opened by felixonmars

#41307: "email.message.Message.as_bytes": fails to correctly handle "
https://bugs.python.org/issue41307 opened by dmaurer

#41308: socket.connect() slow to time out on Windows
https://bugs.python.org/issue41308 opened by steve.dower

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309 opened by steve.dower

#41310: micro-optimization: increase our float parsing speed by Nx
https://bugs.python.org/issue41310 opened by gregory.p.smith

#41311: Add a function to get a random sample from an iterable (reserv
https://bugs.python.org/issue41311 opened by oscarbenjamin

#41314: __future__ doc and PEP 563 conflict
https://bugs.python.org/issue41314 opened by wyz23x2

#41315: Add mathematical functions as wrappers to decimal.Decimal meth
https://bugs.python.org/issue41315 opened by Jean Abou Samra

#41316: tarfile: Do not write full path in FNAME field
https://bugs.python.org/issue41316 opened by ArtemSBulgakov

#41317: sock_accept() does not remove server socket reader on cancella
https://bugs.python.org/issue41317 opened by alex.gronholm

#41318: Better error message of "Cannot recover from stack overflow."
https://bugs.python.org/issue41318 opened by thyyyy

#41320: async process closing after event loop closed
https://bugs.python.org/issue41320 opened by kcwu

#41321: Calculate timestamp is wrong in datetime.datetime
https://bugs.python.org/issue41321 opened by dh4931

#41322: unittest: Generator test methods will always be marked as pass
https://bugs.python.org/issue41322 opened by defreng

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323 opened by Mark.Shannon

#41324: Add a minimal decimal capsule API
https://bugs.python.org/issue41324 opened by skrah

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325 opened by uspike



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

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323

#41320: async process closing after event loop closed
https://bugs.python.org/issue41320

#41318: Better error message of "Cannot recover from stack overflow."
https://bugs.python.org/issue41318

#41314: __future__ doc and PEP 563 conflict
https://bugs.python.org/issue41314

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309

#41308: socket.connect() slow to time out on Windows
https://bugs.python.org/issue41308

#41303: perf_counter result does not count system sleep time in Mac OS
https://bugs.python.org/issue41303

#41298: Enable handling logoff and shutdown Windows console events
https://bugs.python.org/issue41298

#41294: Allow '__qualname__' to be an instance of 'DynamicClassAttribu
https://bugs.python.org/issue41294

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283

#41281: Wrong/missing code formats in datetime documentation
https://bugs.python.org/issue41281

#41279: Convert StreamReaderProtocol to a BufferedProtocol
https://bugs.python.org/issue41279

#41277: documentation: os.setxattr() errno EEXIST and ENODATA
https://bugs.python.org/issue41277



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

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325

#41324: Add a minimal decimal capsule API
https://bugs.python.org/issue41324

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323

#41316: tarfile: Do not write full path in FNAME field
https://bugs.python.org/issue41316

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309

#41305: Add StreamReader.readinto()
https://bugs.python.org/issue41305

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283

#41281: Wrong/missing code formats in datetime documentation
https://bugs.python.org/issue41281

#41279: Convert StreamReaderProtocol to a BufferedProtocol
https://bugs.python.org/issue41279

#41273: asyncio: proactor read transport: use recv_into instead of rec
https://bugs.python.org/issue41273

#41270: NamedTemporaryFile is not its own iterator.
https://bugs.python.org/issue41270

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259



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

#41282: Deprecate and remove distutils
https://bugs.python.org/issue41282 15 msgs

#41305: Add StreamReader.readinto()
https://bugs.python.org/issue41305 9 msgs

#41300: IDLE: add missing import io in iomenu.py
https://bugs.python.org/issue41300 8 msgs

#41278: IDLE: Clarify some completion details in doc
https://bugs.python.org/issue41278 7 msgs

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295 7 msgs

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299 7 msgs

#41311: Add a function to get a random sample from an iterable (reserv
https://bugs.python.org/issue41311 5 msgs

#41210: Docs: More description of reason about LZMA1 data handling wit
https://bugs.python.org/issue41210 4 msgs

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220 4 msgs

#41233: Missing links to errnos on Built-in Exceptions page
https://bugs.python.org/issue41233 4 msgs



Issues closed (36)
==================

#20171: Derby #2: Convert 115 sites to Argument Clinic in Modules/_cur
https://bugs.python.org/issue20171 closed by serhiy.storchaka

#20175: Derby #6: Convert 50 sites to Argument Clinic across 8 files
https://bugs.python.org/issue20175 closed by serhiy.storchaka

#20179: Derby #10: Convert 50 sites to Argument Clinic across 4 files
https://bugs.python.org/issue20179 closed by serhiy.storchaka

#20181: Derby #12: Convert 50 sites to Argument Clinic across 4 files
https://bugs.python.org/issue20181 closed by serhiy.storchaka

#22194: access to cdecimal / libmpdec API
https://bugs.python.org/issue22194 closed by skrah

#31844: HTMLParser: undocumented not implemented method
https://bugs.python.org/issue31844 closed by berker.peksag

#37237: python 2.16 from source on Ubuntu 18.04
https://bugs.python.org/issue37237 closed by benjamin.peterson

#39017: Infinite loop in the tarfile module
https://bugs.python.org/issue39017 closed by larry

#39280: Don't allow datetime parsing to accept non-Ascii digits
https://bugs.python.org/issue39280 closed by cool-RR

#40150: (minor) mismatched argument in overlapped_RegisterWaitWithQueu
https://bugs.python.org/issue40150 closed by serhiy.storchaka

#40734: /usr/bin surprisingly in sys.path under IDLE
https://bugs.python.org/issue40734 closed by terry.reedy

#41146: Convert signal.default_int_handler() to Argument Clinic
https://bugs.python.org/issue41146 closed by serhiy.storchaka

#41187: Convert the _msi module to Argument Clinic
https://bugs.python.org/issue41187 closed by serhiy.storchaka

#41202: Allow to provide custom exception handler to asyncio.run()
https://bugs.python.org/issue41202 closed by aeros

#41212: Emoji Unicode failing in standard release of Python 3.8.3 / tk
https://bugs.python.org/issue41212 closed by terry.reedy

#41228: Fix the typo in the description of calendar.monthcalendar(year
https://bugs.python.org/issue41228 closed by terry.reedy

#41253: unittest -h shows a flag -s but it doesn't work
https://bugs.python.org/issue41253 closed by eric.smith

#41257: mimetypes.guess_extension('video/x-matroska') return wrong val
https://bugs.python.org/issue41257 closed by ammar2

#41268: 3.9-dev regression? TypeError: exec_module() missing 1 require
https://bugs.python.org/issue41268 closed by ned.deily

#41274: Better way to random.seed()?
https://bugs.python.org/issue41274 closed by rhettinger

#41276: Min / Max returns different values depending on parameter orde
https://bugs.python.org/issue41276 closed by steven.daprano

#41280: lru_cache on 0-arity functions should default to maxsize=None
https://bugs.python.org/issue41280 closed by rhettinger

#41284: High Level API for json file parsing
https://bugs.python.org/issue41284 closed by serhiy.storchaka

#41285: memoryview does not support subclassing
https://bugs.python.org/issue41285 closed by skrah

#41286: Built-in platform module does not offer to check for processor
https://bugs.python.org/issue41286 closed by ammar2

#41288: Pickle crashes unpickling invalid NEWOBJ_EX opcode
https://bugs.python.org/issue41288 closed by ned.deily

#41289: '%' character in help= for argparse causes ValueError: incompl
https://bugs.python.org/issue41289 closed by Neil Godber

#41290: ipaddress module doesn't recognize 100.64.0.0/10 as a private
https://bugs.python.org/issue41290 closed by SilentGhost

#41291: Race conditions when opening and deleting a file on Mac OS X
https://bugs.python.org/issue41291 closed by ned.deily

#41296: unittest.mock: patched mocks do not propagate calls to parent
https://bugs.python.org/issue41296 closed by xtreak

#41301: Assignment operation of list is not working as expected
https://bugs.python.org/issue41301 closed by steven.daprano

#41302: _decimal failed to build with system libmpdec 2.5
https://bugs.python.org/issue41302 closed by skrah

#41304: [CVE-2020-15801] python 38 embed ignore python38._pth file on
https://bugs.python.org/issue41304 closed by steve.dower

#41312: add !p to pprint.pformat() in str.format() an f-strings
https://bugs.python.org/issue41312 closed by rhettinger

#41313: sys.setrecursionlimit: OverflowError still raised when int lim
https://bugs.python.org/issue41313 closed by mark.dickinson

#41319: IDLE 3.8 can not save and run this file
https://bugs.python.org/issue41319 closed by terry.reedy
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/QY3Z4UKDLQUPFAIQ3O5Q4CVPBAZKRYN3/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-07-17 - 2020-07-24)
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 7569 (+19)
closed 45560 (+43)
total 53129 (+62)

Open issues with patches: 3075


Issues opened (44)
==================

#38946: IDLE on macOS 10.15 Catalina does not open double-clicked file
https://bugs.python.org/issue38946 reopened by ned.deily

#41288: Pickle crashes unpickling invalid NEWOBJ_EX opcode
https://bugs.python.org/issue41288 reopened by serhiy.storchaka

#41314: PEP 563 and annotations __future__ mandatory version
https://bugs.python.org/issue41314 reopened by gvanrossum

#41326: Build failure in blurb-it repo: "Failed building wheel for yar
https://bugs.python.org/issue41326 opened by Mariatta

#41328: Hudson CI is not available anymore
https://bugs.python.org/issue41328 opened by DmytroLitvinov

#41330: Inefficient error-handle for CJK encodings
https://bugs.python.org/issue41330 opened by malin

#41332: connect_accepted_socket() missing from AbstractEventLoop
https://bugs.python.org/issue41332 opened by alex.gronholm

#41335: free(): invalid pointer in list_ass_item() in Python 3.7.3
https://bugs.python.org/issue41335 opened by Howard_Landman

#41336: Sporadic segfaults during zoneinfo object creation stopped usi
https://bugs.python.org/issue41336 opened by xtreak

#41340: Not very good strcpy implementation in cpython/Python/strdup.c
https://bugs.python.org/issue41340 opened by fj92f3jj923f923

#41341: Recursive evaluation of ForwardRef (and PEP 563)
https://bugs.python.org/issue41341 opened by joperez

#41344: SharedMemory crash when size is 0
https://bugs.python.org/issue41344 opened by vinay0410

#41345: Remote end closed connection without response
https://bugs.python.org/issue41345 opened by Michal Arbet

#41346: test_thousand and compileall hangs on riscv64
https://bugs.python.org/issue41346 opened by felixonmars

#41348: Support replacing global function pointers in a shared library
https://bugs.python.org/issue41348 opened by Unai Martinez

#41349: idle not going full screen when I rotate screen 90° on mac
https://bugs.python.org/issue41349 opened by Tim Z

#41350: Use of zipfile.Path causes attempt to write after ZipFile is c
https://bugs.python.org/issue41350 opened by Nick Henderson

#41352: FileIO.readall() should raise "UnsupportedOperation" when in "
https://bugs.python.org/issue41352 opened by Ziyi Wang

#41353: Indicate supported sound header formats
https://bugs.python.org/issue41353 opened by nanjekyejoannah

#41354: filecmp.cmp documentation does not match actual code
https://bugs.python.org/issue41354 opened by chanke

#41355: os.link(..., follow_symlinks=False) without linkat(3)
https://bugs.python.org/issue41355 opened by ronaldoussoren

#41356: Convert bool.__new__ to argument clinic
https://bugs.python.org/issue41356 opened by Dennis Sweeney

#41357: pathlib.Path.resolve incorrect os.path equivalent
https://bugs.python.org/issue41357 opened by Jendrik Weise

#41359: argparse mutually exclusive group does not exclude in some ca
https://bugs.python.org/issue41359 opened by kkarbowiak

#41360: method _tunnel does not allow for a standard proxy authenticat
https://bugs.python.org/issue41360 opened by Namyotkin

#41362: Regenerating parser table fails (windows)
https://bugs.python.org/issue41362 opened by constantmarks

#41365: Python Launcher is sorry to say... No pyvenv.cfg file
https://bugs.python.org/issue41365 opened by Packhash

#41367: Popen Timeout raised on 3.6 but not on 3.8
https://bugs.python.org/issue41367 opened by Joan Prat Rigol

#41368: Allow compiling Python with llvm-clang on Windows.
https://bugs.python.org/issue41368 opened by William Pickard

#41369: Update to libmpdec-2.5.1
https://bugs.python.org/issue41369 opened by skrah

#41370: PEP 585 and ForwardRef
https://bugs.python.org/issue41370 opened by joperez

#41371: test_zoneinfo fails when lzma module is unavailable
https://bugs.python.org/issue41371 opened by doodspav

#41372: Log exception never retrieved in concurrent.futures
https://bugs.python.org/issue41372 opened by bar.harel

#41373: IDLE: edit/save files created by Windows Explorer
https://bugs.python.org/issue41373 opened by terry.reedy

#41374: socket.TCP_* no longer available with cygwin 3.1.6+
https://bugs.python.org/issue41374 opened by lazka

#41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE
https://bugs.python.org/issue41376 opened by pelson

#41377: memoryview of str (unicode)
https://bugs.python.org/issue41377 opened by jakirkham

#41380: Add snake example to turtledemo
https://bugs.python.org/issue41380 opened by Ehsonjon Gadoev

#41381: Google chat handler in Logging module
https://bugs.python.org/issue41381 opened by anandtripathi5

#41383: Provide a limit arguments for __repr__
https://bugs.python.org/issue41383 opened by Bernat Gabor

#41384: tkinter raises TypeError when it's supposed to raise TclError
https://bugs.python.org/issue41384 opened by Akuli

#41385: test_executable_without_cwd fails on appx test run in Azure pi
https://bugs.python.org/issue41385 opened by xtreak

#41386: Popen.wait does not account for negative return codes
https://bugs.python.org/issue41386 opened by MrTroble

#41387: Escape needed in the email documentation example
https://bugs.python.org/issue41387 opened by Antonio Gutierrez



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

#41387: Escape needed in the email documentation example
https://bugs.python.org/issue41387

#41385: test_executable_without_cwd fails on appx test run in Azure pi
https://bugs.python.org/issue41385

#41384: tkinter raises TypeError when it's supposed to raise TclError
https://bugs.python.org/issue41384

#41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE
https://bugs.python.org/issue41376

#41374: socket.TCP_* no longer available with cygwin 3.1.6+
https://bugs.python.org/issue41374

#41372: Log exception never retrieved in concurrent.futures
https://bugs.python.org/issue41372

#41362: Regenerating parser table fails (windows)
https://bugs.python.org/issue41362

#41360: method _tunnel does not allow for a standard proxy authenticat
https://bugs.python.org/issue41360

#41355: os.link(..., follow_symlinks=False) without linkat(3)
https://bugs.python.org/issue41355

#41354: filecmp.cmp documentation does not match actual code
https://bugs.python.org/issue41354

#41353: Indicate supported sound header formats
https://bugs.python.org/issue41353

#41352: FileIO.readall() should raise "UnsupportedOperation" when in "
https://bugs.python.org/issue41352

#41348: Support replacing global function pointers in a shared library
https://bugs.python.org/issue41348

#41346: test_thousand and compileall hangs on riscv64
https://bugs.python.org/issue41346

#41344: SharedMemory crash when size is 0
https://bugs.python.org/issue41344



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

#41386: Popen.wait does not account for negative return codes
https://bugs.python.org/issue41386

#41385: test_executable_without_cwd fails on appx test run in Azure pi
https://bugs.python.org/issue41385

#41380: Add snake example to turtledemo
https://bugs.python.org/issue41380

#41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE
https://bugs.python.org/issue41376

#41373: IDLE: edit/save files created by Windows Explorer
https://bugs.python.org/issue41373

#41369: Update to libmpdec-2.5.1
https://bugs.python.org/issue41369

#41357: pathlib.Path.resolve incorrect os.path equivalent
https://bugs.python.org/issue41357

#41356: Convert bool.__new__ to argument clinic
https://bugs.python.org/issue41356

#41354: filecmp.cmp documentation does not match actual code
https://bugs.python.org/issue41354

#41353: Indicate supported sound header formats
https://bugs.python.org/issue41353

#41352: FileIO.readall() should raise "UnsupportedOperation" when in "
https://bugs.python.org/issue41352

#41350: Use of zipfile.Path causes attempt to write after ZipFile is c
https://bugs.python.org/issue41350

#41344: SharedMemory crash when size is 0
https://bugs.python.org/issue41344

#41341: Recursive evaluation of ForwardRef (and PEP 563)
https://bugs.python.org/issue41341

#41340: Not very good strcpy implementation in cpython/Python/strdup.c
https://bugs.python.org/issue41340



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

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295 11 msgs

#38628: Issue with ctypes in AIX
https://bugs.python.org/issue38628 8 msgs

#41273: asyncio: proactor read transport: use recv_into instead of rec
https://bugs.python.org/issue41273 6 msgs

#41365: Python Launcher is sorry to say... No pyvenv.cfg file
https://bugs.python.org/issue41365 6 msgs

#23882: unittest discovery doesn't detect namespace packages when give
https://bugs.python.org/issue23882 5 msgs

#41317: sock_accept() does not remove server socket reader on cancella
https://bugs.python.org/issue41317 5 msgs

#41330: Inefficient error-handle for CJK encodings
https://bugs.python.org/issue41330 5 msgs

#41350: Use of zipfile.Path causes attempt to write after ZipFile is c
https://bugs.python.org/issue41350 5 msgs

#41377: memoryview of str (unicode)
https://bugs.python.org/issue41377 5 msgs

#40979: typing module docs: keep text, add subsections
https://bugs.python.org/issue40979 4 msgs



Issues closed (42)
==================

#4630: IDLE: add cursor noblink option
https://bugs.python.org/issue4630 closed by terry.reedy

#10879: cgi memory usage
https://bugs.python.org/issue10879 closed by inada.naoki

#35617: unittest discover does not work with implicit namespaces
https://bugs.python.org/issue35617 closed by inada.naoki

#36723: Unittest Discovery for namespace subpackages dot notation fail
https://bugs.python.org/issue36723 closed by inada.naoki

#37703: Inconsistent gather with child exception
https://bugs.python.org/issue37703 closed by asvetlov

#38018: Increase Code Coverage for multiprocessing.shared_memory
https://bugs.python.org/issue38018 closed by vinay0410

#38169: Increase Code Coverage for SharedMemory and ShareableListe
https://bugs.python.org/issue38169 closed by corona10

#39073: [security] email module incorrect handling of CR and LF newlin
https://bugs.python.org/issue39073 closed by ned.deily

#39603: [security] http.client: HTTP Header Injection in the HTTP meth
https://bugs.python.org/issue39603 closed by ned.deily

#40741: Upgrade to SQLite v3.32 in Windows and macOS builds
https://bugs.python.org/issue40741 closed by steve.dower

#41220: add optional make_key argument to lru_cache
https://bugs.python.org/issue41220 closed by rhettinger

#41229: Asynchronous generator memory leak
https://bugs.python.org/issue41229 closed by njs

#41262: Convert memoryview to Argument Clinic
https://bugs.python.org/issue41262 closed by serhiy.storchaka

#41271: Add support for io_uring to cpython
https://bugs.python.org/issue41271 closed by ronaldoussoren

#41272: New clause in FOR and WHILE instead of ELSE
https://bugs.python.org/issue41272 closed by rhettinger

#41297: Remove doctest import from heapq
https://bugs.python.org/issue41297 closed by ronaldoussoren

#41300: IDLE: add missing import io in iomenu.py
https://bugs.python.org/issue41300 closed by terry.reedy

#41311: Add a function to get a random sample from an iterable (reserv
https://bugs.python.org/issue41311 closed by rhettinger

#41315: Add mathematical functions as wrappers to decimal.Decimal meth
https://bugs.python.org/issue41315 closed by terry.reedy

#41321: Calculate timestamp is wrong in datetime.datetime
https://bugs.python.org/issue41321 closed by SilentGhost

#41325: Document addition of `mock.call_args.args` and `mock.call_args
https://bugs.python.org/issue41325 closed by xtreak

#41327: Windows Store "stub" Python executables give confusing behavio
https://bugs.python.org/issue41327 closed by brett.cannon

#41329: IDLE not saving .py files
https://bugs.python.org/issue41329 closed by terry.reedy

#41331: Sphinx can't find asdl.py when not started from the Doc/ direc
https://bugs.python.org/issue41331 closed by mdk

#41333: Convert OrderedDict.pop() to Argument Clinic
https://bugs.python.org/issue41333 closed by serhiy.storchaka

#41334: Convert str(), bytes() and bytearray() to Argument Clinic
https://bugs.python.org/issue41334 closed by serhiy.storchaka

#41337: strangnedd with the parser
https://bugs.python.org/issue41337 closed by eric.smith

#41338: test_decimal emits DeprecationWarning due to PyUnicode_FromUni
https://bugs.python.org/issue41338 closed by inada.naoki

#41339: make queue.Queue objects iterable
https://bugs.python.org/issue41339 closed by rhettinger

#41342: Convert int.__round__ to Argument Clinic
https://bugs.python.org/issue41342 closed by serhiy.storchaka

#41343: Convert complex methods to Argument Clinic
https://bugs.python.org/issue41343 closed by serhiy.storchaka

#41347: collections.deque.count performance enhancement
https://bugs.python.org/issue41347 closed by corona10

#41351: IDLE does not close the brackets and does not insert the closi
https://bugs.python.org/issue41351 closed by terry.reedy

#41358: Unable to uninstall Python launcher using command line
https://bugs.python.org/issue41358 closed by hap

#41361: Converting collections.deque methods to Argument Clinic
https://bugs.python.org/issue41361 closed by rhettinger

#41363: python 3.8.5 folder not visible in https://www.python.org/ftp/
https://bugs.python.org/issue41363 closed by ned.deily

#41364: Optimise uuid platform detection
https://bugs.python.org/issue41364 closed by steve.dower

#41366: sign-conversion warning in 3.9 beta
https://bugs.python.org/issue41366 closed by inada.naoki

#41375: `mode` security concern
https://bugs.python.org/issue41375 closed by YoSTEALTH

#41378: IDLE EOL convention not set on a empty file
https://bugs.python.org/issue41378 closed by serhiy.storchaka

#41379: Configparser is not reading Indended Sections as Mentioned in
https://bugs.python.org/issue41379 closed by SilentGhost

#41382: print() unpredictable behaviour
https://bugs.python.org/issue41382 closed by n-io
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-07-24 - 2020-07-31)
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 7584 (+15)
closed 45608 (+48)
total 53192 (+63)

Open issues with patches: 3084


Issues opened (48)
==================

#41388: IDLE fails to detect corresponding opening parenthesis
https://bugs.python.org/issue41388 opened by Alexey Burdin

#41390: Errors and warnings on generate bytecode files
https://bugs.python.org/issue41390 opened by kloczek

#41391: Make test_unicodedata pass when running without network
https://bugs.python.org/issue41391 opened by yan12125

#41394: Document '_' in interpreter tutorial
https://bugs.python.org/issue41394 opened by wyz23x2

#41395: pickle and pickletools cli interface doesn't close input and o
https://bugs.python.org/issue41395 opened by xtreak

#41396: pystate.c:_PyCrossInterpreterData_Release() does not clear py
https://bugs.python.org/issue41396 opened by Tomasz Pytel

#41397: Restore default implementation of __ne__ in Counter
https://bugs.python.org/issue41397 opened by serhiy.storchaka

#41398: cgi module, parse_multipart fails
https://bugs.python.org/issue41398 opened by Magnus Johnsson

#41399: Add stacklevel support for exceptions
https://bugs.python.org/issue41399 opened by wyz23x2

#41400: Remove references to nonexisting __ne__ methods
https://bugs.python.org/issue41400 opened by serhiy.storchaka

#41401: Using non-ascii that require UTF-8 breaks AIX testing
https://bugs.python.org/issue41401 opened by Michael.Felt

#41402: email: ContentManager.set_content calls nonexistent method enc
https://bugs.python.org/issue41402 opened by joreiff

#41403: Uncaught AttributeError in unittest.mock._get_target
https://bugs.python.org/issue41403 opened by webisteme

#41404: IDLE: test iomenu
https://bugs.python.org/issue41404 opened by terry.reedy

#41406: BufferedReader causes Popen.communicate losing the remaining o
https://bugs.python.org/issue41406 opened by Frost Ming

#41410: Opening a file in binary mode makes a difference on all platfo
https://bugs.python.org/issue41410 opened by bkline

#41411: Improve and consolidate f-strings docs
https://bugs.python.org/issue41411 opened by ezio.melotti

#41412: After installation on Windows7, 64bit Python 3.9.0b5 reports "
https://bugs.python.org/issue41412 opened by Martin Borus

#41413: IDLE: exit at input() prompt is not complete
https://bugs.python.org/issue41413 opened by IrvKalb

#41415: duplicated signature of dataclass in help()
https://bugs.python.org/issue41415 opened by sir-sigurd

#41416: Restore default implementation of __ne__ in mixins Set and Map
https://bugs.python.org/issue41416 opened by serhiy.storchaka

#41419: Path.mkdir and os.mkdir don't respect setgid if its parent is
https://bugs.python.org/issue41419 opened by Xophmeister

#41420: Academic Free License v. 2.1 link is not found and is obsolete
https://bugs.python.org/issue41420 opened by DmytroLitvinov

#41421: Random.paretovariate sometimes raises ZeroDivisionError for sm
https://bugs.python.org/issue41421 opened by David MacIver

#41422: C Unpickler memory leak via memo
https://bugs.python.org/issue41422 opened by kale-smoothie

#41423: `multiprocessing.Array` and `multiprocessing.managers.SyncMana
https://bugs.python.org/issue41423 opened by jthistle

#41424: [tkinter] Grammatical error in "Packer" docs
https://bugs.python.org/issue41424 opened by brett.cannon

#41425: [tkinter] "Coupling Widget Variables" example missing code
https://bugs.python.org/issue41425 opened by brett.cannon

#41428: PEP 604 -- Allow writing union types as X | Y
https://bugs.python.org/issue41428 opened by maggiemoss

#41429: Let fnmatch.filter accept a tuple of patterns
https://bugs.python.org/issue41429 opened by adelfino

#41430: Document C docstring behavior
https://bugs.python.org/issue41430 opened by jameshcorbett

#41431: Optimize dict_merge for copy
https://bugs.python.org/issue41431 opened by inada.naoki

#41432: IDLE: Handle bad highlight tab color config
https://bugs.python.org/issue41432 opened by terry.reedy

#41433: Logging libraries BufferingHandler flushed twice at shutdown
https://bugs.python.org/issue41433 opened by adamist521

#41434: IDLE: Option to warn user on "Run Module" if file is not Pytho
https://bugs.python.org/issue41434 opened by wyz23x2

#41435: Allow to retrieve ongoing exception handled by every threads
https://bugs.python.org/issue41435 opened by jd

#41437: SIGINT blocked by socket operations like recv on Windows
https://bugs.python.org/issue41437 opened by zmwangx

#41438: TimeoutError behavior changes on async.wait_for from python3.7
https://bugs.python.org/issue41438 opened by Yerken Tussupbekov

#41439: some test cases in test_uuid.py and test_ssl.py fail on some o
https://bugs.python.org/issue41439 opened by pxinwr

#41440: os.cpu_count doesn't work on VxWorks RTOS
https://bugs.python.org/issue41440 opened by pxinwr

#41442: test_posix.PosixTester.test_getgroups fail on operating system
https://bugs.python.org/issue41442 opened by pxinwr

#41443: some test cases in test_posix.py fail if some os attributes ar
https://bugs.python.org/issue41443 opened by pxinwr

#41444: CPython 3.8.5 fails to build on Windows with -E option
https://bugs.python.org/issue41444 opened by Vladislav Mikhalin

#41445: Adding configure temporary files to gitignore
https://bugs.python.org/issue41445 opened by fj92f3jj923f923

#41446: New demo, using a web api
https://bugs.python.org/issue41446 opened by flybd5

#41447: Resource Tracker in Multiprocessing Shared Memory not working
https://bugs.python.org/issue41447 opened by damian.barabonkov

#41449: An article on Python 3 stdout and stderr output buffering
https://bugs.python.org/issue41449 opened by Anatoli Babenia

#41450: OSError is not documented in ssl library, but still can be thr
https://bugs.python.org/issue41450 opened by sibiryakov



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

#41450: OSError is not documented in ssl library, but still can be thr
https://bugs.python.org/issue41450

#41449: An article on Python 3 stdout and stderr output buffering
https://bugs.python.org/issue41449

#41447: Resource Tracker in Multiprocessing Shared Memory not working
https://bugs.python.org/issue41447

#41446: New demo, using a web api
https://bugs.python.org/issue41446

#41443: some test cases in test_posix.py fail if some os attributes ar
https://bugs.python.org/issue41443

#41442: test_posix.PosixTester.test_getgroups fail on operating system
https://bugs.python.org/issue41442

#41440: os.cpu_count doesn't work on VxWorks RTOS
https://bugs.python.org/issue41440

#41439: some test cases in test_uuid.py and test_ssl.py fail on some o
https://bugs.python.org/issue41439

#41435: Allow to retrieve ongoing exception handled by every threads
https://bugs.python.org/issue41435

#41432: IDLE: Handle bad highlight tab color config
https://bugs.python.org/issue41432

#41430: Document C docstring behavior
https://bugs.python.org/issue41430

#41429: Let fnmatch.filter accept a tuple of patterns
https://bugs.python.org/issue41429

#41428: PEP 604 -- Allow writing union types as X | Y
https://bugs.python.org/issue41428

#41425: [tkinter] "Coupling Widget Variables" example missing code
https://bugs.python.org/issue41425

#41424: [tkinter] Grammatical error in "Packer" docs
https://bugs.python.org/issue41424



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

#41446: New demo, using a web api
https://bugs.python.org/issue41446

#41445: Adding configure temporary files to gitignore
https://bugs.python.org/issue41445

#41443: some test cases in test_posix.py fail if some os attributes ar
https://bugs.python.org/issue41443

#41442: test_posix.PosixTester.test_getgroups fail on operating system
https://bugs.python.org/issue41442

#41440: os.cpu_count doesn't work on VxWorks RTOS
https://bugs.python.org/issue41440

#41439: some test cases in test_uuid.py and test_ssl.py fail on some o
https://bugs.python.org/issue41439

#41435: Allow to retrieve ongoing exception handled by every threads
https://bugs.python.org/issue41435

#41431: Optimize dict_merge for copy
https://bugs.python.org/issue41431

#41430: Document C docstring behavior
https://bugs.python.org/issue41430

#41429: Let fnmatch.filter accept a tuple of patterns
https://bugs.python.org/issue41429

#41422: C Unpickler memory leak via memo
https://bugs.python.org/issue41422

#41421: Random.paretovariate sometimes raises ZeroDivisionError for sm
https://bugs.python.org/issue41421

#41416: Restore default implementation of __ne__ in mixins Set and Map
https://bugs.python.org/issue41416

#41415: duplicated signature of dataclass in help()
https://bugs.python.org/issue41415

#41412: After installation on Windows7, 64bit Python 3.9.0b5 reports "
https://bugs.python.org/issue41412



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

#41394: Document '_' in interpreter tutorial
https://bugs.python.org/issue41394 14 msgs

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 9 msgs

#40841: Provide mimetypes.sniff API as stdlib
https://bugs.python.org/issue40841 9 msgs

#41388: IDLE fails to detect corresponding opening parenthesis
https://bugs.python.org/issue41388 8 msgs

#41380: Add snake example to turtledemo
https://bugs.python.org/issue41380 7 msgs

#41401: Using non-ascii that require UTF-8 breaks AIX testing
https://bugs.python.org/issue41401 7 msgs

#41411: Improve and consolidate f-strings docs
https://bugs.python.org/issue41411 7 msgs

#41421: Random.paretovariate sometimes raises ZeroDivisionError for sm
https://bugs.python.org/issue41421 7 msgs

#41355: os.link(..., follow_symlinks=False) without linkat(3)
https://bugs.python.org/issue41355 6 msgs

#41412: After installation on Windows7, 64bit Python 3.9.0b5 reports "
https://bugs.python.org/issue41412 6 msgs



Issues closed (46)
==================

#24599: urllib URLopener().open https url returns 501 Not Implemented
https://bugs.python.org/issue24599 closed by stefano-m

#36630: failure of test_colors_funcs in test_curses with ncurses 6.1
https://bugs.python.org/issue36630 closed by ned.deily

#36661: Missing dataclass decorator import in dataclasses module docs
https://bugs.python.org/issue36661 closed by brett.cannon

#38156: input fucntion raises SystemError after specific input.
https://bugs.python.org/issue38156 closed by benjamin.peterson

#38731: bad input crashes py_compile library
https://bugs.python.org/issue38731 closed by berker.peksag

#39481: Implement PEP 585 (Type Hinting Generics In Standard Collectio
https://bugs.python.org/issue39481 closed by gvanrossum

#39830: zipfile.Path is not included in __all__
https://bugs.python.org/issue39830 closed by xtreak

#39868: Stale Python Language Reference docs (no walrus).
https://bugs.python.org/issue39868 closed by gvanrossum

#39959: Bug on multiprocessing.shared_memory
https://bugs.python.org/issue39959 closed by gvanrossum

#40045: Make "dunder" method documentation easier to locate
https://bugs.python.org/issue40045 closed by xtreak

#40456: Complete adding silent mode for py_compile
https://bugs.python.org/issue40456 closed by berker.peksag

#40939: Remove the old parser
https://bugs.python.org/issue40939 closed by gvanrossum

#40948: Better identify Windows installer as installer only, not runne
https://bugs.python.org/issue40948 closed by steve.dower

#41000: IDLE: only allow single instance
https://bugs.python.org/issue41000 closed by terry.reedy

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

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

#41131: Augment random.choices() with the alias method
https://bugs.python.org/issue41131 closed by rhettinger

#41182: DefaultSelector fails to detect selector on VMware ESXi
https://bugs.python.org/issue41182 closed by gvanrossum

#41323: Perform "peephole" optimization directly on control-flow graph
https://bugs.python.org/issue41323 closed by Mark.Shannon

#41328: In unittest doc, replace Hudson CI with Travis and Appveyor
https://bugs.python.org/issue41328 closed by gvanrossum

#41336: Sporadic segfaults during zoneinfo object creation stopped usi
https://bugs.python.org/issue41336 closed by xtreak

#41340: Not very good strcpy implementation in cpython/Python/strdup.c
https://bugs.python.org/issue41340 closed by inada.naoki

#41341: Recursive evaluation of ForwardRef (and PEP 563)
https://bugs.python.org/issue41341 closed by gvanrossum

#41345: Remote end closed connection without response
https://bugs.python.org/issue41345 closed by gvanrossum

#41362: Regenerating parser table fails (windows)
https://bugs.python.org/issue41362 closed by gvanrossum

#41373: IDLE: edit/save files created by Windows Explorer
https://bugs.python.org/issue41373 closed by serhiy.storchaka

#41377: memoryview of str (unicode)
https://bugs.python.org/issue41377 closed by gvanrossum

#41381: Google chat handler in Logging module
https://bugs.python.org/issue41381 closed by eric.araujo

#41384: tkinter raises TypeError when it's supposed to raise TclError
https://bugs.python.org/issue41384 closed by terry.reedy

#41386: Popen.wait does not account for negative return codes
https://bugs.python.org/issue41386 closed by MrTroble

#41387: Escape needed in the email documentation example
https://bugs.python.org/issue41387 closed by r.david.murray

#41389: Garbage Collector Ignoring Some (Not All) Circular References
https://bugs.python.org/issue41389 closed by tim.peters

#41392: SyntaxError rather than NameError
https://bugs.python.org/issue41392 closed by ronaldoussoren

#41393: Fix FAQ example to use __import__('functools').reduce
https://bugs.python.org/issue41393 closed by serhiy.storchaka

#41405: python 3.9.0b5 test
https://bugs.python.org/issue41405 closed by ned.deily

#41407: Tricky behavior of builtin-function map
https://bugs.python.org/issue41407 closed by Jim.Jewett

#41408: Add a `clamp` function to the `math` module
https://bugs.python.org/issue41408 closed by SFM61319

#41409: deque.pop(index) is not supported
https://bugs.python.org/issue41409 closed by rhettinger

#41414: AST for arguments shows extra element
https://bugs.python.org/issue41414 closed by pablogsal

#41417: SyntaxError: assignment expression within assert
https://bugs.python.org/issue41417 closed by serhiy.storchaka

#41418: GH-21658: Add snake game to tools/demo!
https://bugs.python.org/issue41418 closed by terry.reedy

#41426: [curses] Grammar mistake in curses.getmouse() docs
https://bugs.python.org/issue41426 closed by brett.cannon

#41427: howto/descriptor.rst incorrectly mentions method.__class__
https://bugs.python.org/issue41427 closed by rhettinger

#41436: BUG a simple "and" and "or"
https://bugs.python.org/issue41436 closed by xtreak

#41441: io reading ? updating fix
https://bugs.python.org/issue41441 closed by ke265379ke

#41448: pathlib behave differ between OS
https://bugs.python.org/issue41448 closed by eryksun
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-07-31 - 2020-08-07)
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 7598 (+14)
closed 45647 (+39)
total 53245 (+53)

Open issues with patches: 3098


Issues opened (34)
==================

#41075: IDLE: Better support history navigation
https://bugs.python.org/issue41075 reopened by terry.reedy

#41453: A possible reference leak in _locale.localeconv()
https://bugs.python.org/issue41453 opened by ZackerySpytz

#41455: Python Devguide differs from python docs
https://bugs.python.org/issue41455 opened by ypank

#41458: Avoid overflow/underflow in math.prod()
https://bugs.python.org/issue41458 opened by rhettinger

#41459: pickle.load raises SystemError on malformed input
https://bugs.python.org/issue41459 opened by Guillaume

#41460: Translation Error in in Functional Programming HOWTO page
https://bugs.python.org/issue41460 opened by mydairyyao

#41461: test_pathlib assumes underlying filesystem permits creation wi
https://bugs.python.org/issue41461 opened by Michael.Felt

#41462: os.set_blocking() raises OSError on VxWorks RTOS
https://bugs.python.org/issue41462 opened by pxinwr

#41463: Avoid duplicating jump information from opcode.py in compile.c
https://bugs.python.org/issue41463 opened by Mark.Shannon

#41468: Unrecoverable server exiting
https://bugs.python.org/issue41468 opened by albertpython

#41470: smtplib.SMTP should reset internal 'helo' and 'ehlo' state wit
https://bugs.python.org/issue41470 opened by Dadeos

#41471: After installing python 3.x on Mac pip doesn't work at all
https://bugs.python.org/issue41471 opened by peteje66

#41472: webbrowser uses deprecated env variables to detect desktop typ
https://bugs.python.org/issue41472 opened by Trevinho

#41473: test_gdb fails on AMD64 Fedora Rawhide 3.x
https://bugs.python.org/issue41473 opened by vstinner

#41474: Missing dependency on Include/cpython/frameobject.h
https://bugs.python.org/issue41474 opened by skip.montanaro

#41475: __future__.annotations set to become default in Python 4.0?
https://bugs.python.org/issue41475 opened by cool-RR

#41477: test_genericalias fails if ctypes is missing
https://bugs.python.org/issue41477 opened by vstinner

#41478: Empty representation of AssertionError
https://bugs.python.org/issue41478 opened by Ilya Kamenshchikov

#41482: docstring errors in ipaddress.IPv4Network
https://bugs.python.org/issue41482 opened by eric.frederich

#41483: Do not acquire lock in MemoryHandler.flush() if no target defi
https://bugs.python.org/issue41483 opened by ankostis

#41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module
https://bugs.python.org/issue41486 opened by malin

#41487: Builtin bigint modulo operation can be made faster when the ba
https://bugs.python.org/issue41487 opened by shlomif2

#41489: HTMLParser : HTMLParser.error creating multiple errors.
https://bugs.python.org/issue41489 opened by AbcSxyZ

#41490: Update bundled pip to 20.2.1 and setuptools to 49.2.1
https://bugs.python.org/issue41490 opened by steve.dower

#41491: plistlib can't load macOS BigSur system LaunchAgent
https://bugs.python.org/issue41491 opened by jckwhet

#41492: Fix signing description for Windows release builds
https://bugs.python.org/issue41492 opened by steve.dower

#41494: Add window resizing support [ SIGWINCH ] to Lib/pty
https://bugs.python.org/issue41494 opened by soumendra

#41496: Create public API for typing._eval_type
https://bugs.python.org/issue41496 opened by Dominik V.

#41497: Potential UnicodeDecodeError in dis
https://bugs.python.org/issue41497 opened by zkonge

#41498: Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T no
https://bugs.python.org/issue41498 opened by Roman Yurchak

#41499: logging nested file path
https://bugs.python.org/issue41499 opened by Norfeldt

#41501: 0x80070643, can't install any version
https://bugs.python.org/issue41501 opened by BSMMedia

#41502: Option for Colored Logging in http.server Module
https://bugs.python.org/issue41502 opened by alichtman

#41503: Race between setTarget and flush in logging.handlers.MemoryHan
https://bugs.python.org/issue41503 opened by iritkatriel



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

#41503: Race between setTarget and flush in logging.handlers.MemoryHan
https://bugs.python.org/issue41503

#41502: Option for Colored Logging in http.server Module
https://bugs.python.org/issue41502

#41501: 0x80070643, can't install any version
https://bugs.python.org/issue41501

#41498: Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T no
https://bugs.python.org/issue41498

#41496: Create public API for typing._eval_type
https://bugs.python.org/issue41496

#41494: Add window resizing support [ SIGWINCH ] to Lib/pty
https://bugs.python.org/issue41494

#41489: HTMLParser : HTMLParser.error creating multiple errors.
https://bugs.python.org/issue41489

#41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module
https://bugs.python.org/issue41486

#41472: webbrowser uses deprecated env variables to detect desktop typ
https://bugs.python.org/issue41472

#41470: smtplib.SMTP should reset internal 'helo' and 'ehlo' state wit
https://bugs.python.org/issue41470

#41462: os.set_blocking() raises OSError on VxWorks RTOS
https://bugs.python.org/issue41462

#41461: test_pathlib assumes underlying filesystem permits creation wi
https://bugs.python.org/issue41461

#41460: Translation Error in in Functional Programming HOWTO page
https://bugs.python.org/issue41460

#41453: A possible reference leak in _locale.localeconv()
https://bugs.python.org/issue41453

#41443: some test cases in test_posix.py fail if some os attributes ar
https://bugs.python.org/issue41443



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

#41503: Race between setTarget and flush in logging.handlers.MemoryHan
https://bugs.python.org/issue41503

#41497: Potential UnicodeDecodeError in dis
https://bugs.python.org/issue41497

#41496: Create public API for typing._eval_type
https://bugs.python.org/issue41496

#41494: Add window resizing support [ SIGWINCH ] to Lib/pty
https://bugs.python.org/issue41494

#41492: Fix signing description for Windows release builds
https://bugs.python.org/issue41492

#41490: Update bundled pip to 20.2.1 and setuptools to 49.2.1
https://bugs.python.org/issue41490

#41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module
https://bugs.python.org/issue41486

#41482: docstring errors in ipaddress.IPv4Network
https://bugs.python.org/issue41482

#41477: test_genericalias fails if ctypes is missing
https://bugs.python.org/issue41477

#41475: __future__.annotations set to become default in Python 4.0?
https://bugs.python.org/issue41475

#41474: Missing dependency on Include/cpython/frameobject.h
https://bugs.python.org/issue41474

#41473: test_gdb fails on AMD64 Fedora Rawhide 3.x
https://bugs.python.org/issue41473

#41472: webbrowser uses deprecated env variables to detect desktop typ
https://bugs.python.org/issue41472

#41463: Avoid duplicating jump information from opcode.py in compile.c
https://bugs.python.org/issue41463

#41462: os.set_blocking() raises OSError on VxWorks RTOS
https://bugs.python.org/issue41462



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

#41458: Avoid overflow/underflow in math.prod()
https://bugs.python.org/issue41458 20 msgs

#41303: perf_counter result does not count system sleep time in Mac OS
https://bugs.python.org/issue41303 18 msgs

#41473: test_gdb fails on AMD64 Fedora Rawhide 3.x
https://bugs.python.org/issue41473 10 msgs

#38628: Issue with ctypes in AIX
https://bugs.python.org/issue38628 9 msgs

#38119: resource tracker destroys shared memory segments when other pr
https://bugs.python.org/issue38119 7 msgs

#38912: test_asyncio altered the execution environment
https://bugs.python.org/issue38912 7 msgs

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 7 msgs

#41474: Missing dependency on Include/cpython/frameobject.h
https://bugs.python.org/issue41474 7 msgs

#41482: docstring errors in ipaddress.IPv4Network
https://bugs.python.org/issue41482 7 msgs

#29269: test_socket failing in solaris
https://bugs.python.org/issue29269 6 msgs



Issues closed (39)
==================

#18876: Problems with files opened in append mode with io module
https://bugs.python.org/issue18876 closed by erik.bray

#26185: zipfile.ZipInfo slots can raise unexpected AttributeError
https://bugs.python.org/issue26185 closed by ned.deily

#40726: ast.Call end_lineno is defined and returns None
https://bugs.python.org/issue40726 closed by pablogsal

#40978: Document that typing.SupportsXXX protocols are runtime checkab
https://bugs.python.org/issue40978 closed by gvanrossum

#40979: typing module docs: keep text, add subsections
https://bugs.python.org/issue40979 closed by gvanrossum

#41265: lzma/bz2 module: inefficient buffer growth algorithm
https://bugs.python.org/issue41265 closed by malin

#41326: Build failure in blurb-it repo: "Failed building wheel for yar
https://bugs.python.org/issue41326 closed by vstinner

#41335: free(): invalid pointer in list_ass_item() in Python 3.7.3
https://bugs.python.org/issue41335 closed by ned.deily

#41390: Errors and warnings on generate bytecode files
https://bugs.python.org/issue41390 closed by gvanrossum

#41419: Path.mkdir and os.mkdir don't respect setgid if its parent is
https://bugs.python.org/issue41419 closed by serhiy.storchaka

#41421: Random.paretovariate sometimes raises ZeroDivisionError for sm
https://bugs.python.org/issue41421 closed by rhettinger

#41424: [tkinter] Grammatical error in "Packer" docs
https://bugs.python.org/issue41424 closed by terry.reedy

#41425: [tkinter] "Coupling Widget Variables" example missing code
https://bugs.python.org/issue41425 closed by terry.reedy

#41431: Optimize dict_merge for copy
https://bugs.python.org/issue41431 closed by inada.naoki

#41440: os.cpu_count doesn't work on VxWorks RTOS
https://bugs.python.org/issue41440 closed by corona10

#41445: Adding configure temporary files to gitignore
https://bugs.python.org/issue41445 closed by fj92f3jj923f923

#41446: New demo, using a web api
https://bugs.python.org/issue41446 closed by Mariatta

#41447: Resource Tracker in Multiprocessing Shared Memory not working
https://bugs.python.org/issue41447 closed by gvanrossum

#41449: An article on Python 3 stdout and stderr output buffering
https://bugs.python.org/issue41449 closed by gvanrossum

#41451: Cannot subclass typing.Generic with __weakref__ slot in Python
https://bugs.python.org/issue41451 closed by ned.deily

#41452: Inefficient BufferedReader.read(-1)
https://bugs.python.org/issue41452 closed by malin

#41454: while loop bug on list
https://bugs.python.org/issue41454 closed by eric.smith

#41456: loop.run_in_executor creat thread but not destory it after the
https://bugs.python.org/issue41456 closed by cielpy

#41457: Implement random.shuffled
https://bugs.python.org/issue41457 closed by serhiy.storchaka

#41464: Increase Code Coverage for operator.py
https://bugs.python.org/issue41464 closed by iritkatriel

#41465: io.TextIOWrapper.errors not writable
https://bugs.python.org/issue41465 closed by doerwalter

#41466: Windows installer: "Add to PATH" should be checked by default
https://bugs.python.org/issue41466 closed by eryksun

#41467: asyncio: recv_into() must not return b'' if the socket/pipe is
https://bugs.python.org/issue41467 closed by vstinner

#41469: Problem with serial communication
https://bugs.python.org/issue41469 closed by xtreak

#41476: test_zoneinfo fails if the _lzma module is missing
https://bugs.python.org/issue41476 closed by vstinner

#41479: pip install== will install 0.0.0 version in stead of showing a
https://bugs.python.org/issue41479 closed by steven.daprano

#41480: python won't save
https://bugs.python.org/issue41480 closed by leoxie0733

#41481: pip install will install version 0.0.0 if existing in stead of
https://bugs.python.org/issue41481 closed by steven.daprano

#41484: Overriding dictionary value under wrong key.
https://bugs.python.org/issue41484 closed by ronaldoussoren

#41485: Repr of complex number with signed zero does not roundtrip
https://bugs.python.org/issue41485 closed by mark.dickinson

#41488: Unusable type hint should not be silently ignored
https://bugs.python.org/issue41488 closed by gvanrossum

#41493: Refactoring dictresize to accept only new keysize
https://bugs.python.org/issue41493 closed by inada.naoki

#41495: SPAM
https://bugs.python.org/issue41495 closed by steven.daprano

#41500: InterpolationSyntaxError reading the (windows) environment wit
https://bugs.python.org/issue41500 closed by ronaldoussoren
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/V6YWJX7GA3UMKBEBDZ5LVZVOCPILVCPU/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-08-07 - 2020-08-14)
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 7623 (+25)
closed 45673 (+26)
total 53296 (+51)

Open issues with patches: 3108


Issues opened (40)
==================

#33786: @asynccontextmanager doesn't work well with async generators
https://bugs.python.org/issue33786 reopened by ned.deily

#41505: asyncio.gather of large streams with limited resources
https://bugs.python.org/issue41505 opened by kamadorueda

#41506: Inclusion or documentation of extended with syntax in 3.9
https://bugs.python.org/issue41506 opened by asmeurer

#41507: Use utf-8 in "Reading and Writing Files" tutorial.
https://bugs.python.org/issue41507 opened by inada.naoki

#41509: ntpath.relpath behaves differently on Windows with trailing sp
https://bugs.python.org/issue41509 opened by jaraco

#41510: Mentions of pdb.set_trace() in library/functions and library/s
https://bugs.python.org/issue41510 opened by Maciej Olko

#41513: Scale by power of two in math.hypot()
https://bugs.python.org/issue41513 opened by rhettinger

#41515: typing.get_type_hints generates KeyError
https://bugs.python.org/issue41515 opened by eric.fahlgren

#41516: venv activate scripts do not pass ShellCheck
https://bugs.python.org/issue41516 opened by user93448

#41517: Able to subclass enum with members by using multiple inheritan
https://bugs.python.org/issue41517 opened by talsuk5

#41519: `pkgutil.get_data` causes future imports of children modules t
https://bugs.python.org/issue41519 opened by cnezin

#41521: Replace whitelist/blacklist with allowlist/denylist
https://bugs.python.org/issue41521 opened by vstinner

#41522: IDLE: configdialog tab icons
https://bugs.python.org/issue41522 opened by epaine

#41523: functools.cached_property does not satisfy the property check
https://bugs.python.org/issue41523 opened by Bernat Gabor

#41524: PyOS_mystricmp advances pointers too far
https://bugs.python.org/issue41524 opened by wmeehan

#41525: Python '--help' has corrupted text.
https://bugs.python.org/issue41525 opened by WildCard65

#41526: Python 3.9.0rc1 "setup successful" dialog box overflow
https://bugs.python.org/issue41526 opened by PeterL777

#41527: smart quotes in Lib/pydoc_data/topics.py file
https://bugs.python.org/issue41527 opened by xtreak

#41528: Use math module in turtle
https://bugs.python.org/issue41528 opened by TrangOul

#41529: Unable to compile 3.0b3 on Ubuntu systems: Fatal Python error:
https://bugs.python.org/issue41529 opened by ajung

#41530: zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInf
https://bugs.python.org/issue41530 opened by josh.ja.butt

#41531: Python 3.9 regression: Literal dict with > 65535 items are one
https://bugs.python.org/issue41531 opened by hroncok

#41533: Bugfix: va_build_stack leaks the stack if do_mkstack fails
https://bugs.python.org/issue41533 opened by tontinton

#41534: argparse : allow_abbrev behavior between 3.7 and 3.8
https://bugs.python.org/issue41534 opened by r1kk3r

#41535: platform win32_ver produces incorrect value for release on Win
https://bugs.python.org/issue41535 opened by jvm3487

#41536: pathlib's Path("NUL:").resolve() throws an error on windows
https://bugs.python.org/issue41536 opened by phillmac

#41538: Allow customizing python interpreter in venv.EnvBuilder
https://bugs.python.org/issue41538 opened by abbec

#41539: print blocks with multiprocessing and buffered output
https://bugs.python.org/issue41539 opened by moi90

#41540: Test test_maxcontext_exact_arith (_decimal) consumes all memor
https://bugs.python.org/issue41540 opened by T.Rex

#41541: Make pty.spawn set window size
https://bugs.python.org/issue41541 opened by soumendra

#41543: contextlib.nullcontext doesn't work with async context manager
https://bugs.python.org/issue41543 opened by tomgrin10

#41544: multiprocessing.dummy.Process lacks daemon parameter
https://bugs.python.org/issue41544 opened by moi90

#41545: gc API requiring matching number of gc.disable - gc.enable cal
https://bugs.python.org/issue41545 opened by Yonatan Goldschmidt

#41546: pprint() gives exception when ran from pythonw
https://bugs.python.org/issue41546 opened by luizeldorado

#41548: Tk Window rendering on macOS Big Sur
https://bugs.python.org/issue41548 opened by roger.meier

#41549: IDLE leaks `_` into hint box
https://bugs.python.org/issue41549 opened by wyz23x2

#41550: SimpleQueues put blocks if feeded with strings greater than 2*
https://bugs.python.org/issue41550 opened by rgrewe

#41551: test.support has way too many imports in libregrtest
https://bugs.python.org/issue41551 opened by thatiparthy

#41552: uuid.uuid1() on certain Macs does not generate unique IDs
https://bugs.python.org/issue41552 opened by terrygreeniaus

#41553: encoded-word abused for header line folding causes RFC 2047 vi
https://bugs.python.org/issue41553 opened by equaeghe



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

#41551: test.support has way too many imports in libregrtest
https://bugs.python.org/issue41551

#41544: multiprocessing.dummy.Process lacks daemon parameter
https://bugs.python.org/issue41544

#41538: Allow customizing python interpreter in venv.EnvBuilder
https://bugs.python.org/issue41538

#41535: platform win32_ver produces incorrect value for release on Win
https://bugs.python.org/issue41535

#41533: Bugfix: va_build_stack leaks the stack if do_mkstack fails
https://bugs.python.org/issue41533

#41519: `pkgutil.get_data` causes future imports of children modules t
https://bugs.python.org/issue41519

#41516: venv activate scripts do not pass ShellCheck
https://bugs.python.org/issue41516

#41507: Use utf-8 in "Reading and Writing Files" tutorial.
https://bugs.python.org/issue41507

#41505: asyncio.gather of large streams with limited resources
https://bugs.python.org/issue41505

#41503: Race between setTarget and flush in logging.handlers.MemoryHan
https://bugs.python.org/issue41503

#41502: Option for Colored Logging in http.server Module
https://bugs.python.org/issue41502

#41498: Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T no
https://bugs.python.org/issue41498

#41496: Create public API for typing._eval_type
https://bugs.python.org/issue41496

#41489: HTMLParser : HTMLParser.error creating multiple errors.
https://bugs.python.org/issue41489

#41486: Add _BlocksOutputBuffer for bz2/lzma/zlib module
https://bugs.python.org/issue41486



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

#41544: multiprocessing.dummy.Process lacks daemon parameter
https://bugs.python.org/issue41544

#41543: contextlib.nullcontext doesn't work with async context manager
https://bugs.python.org/issue41543

#41541: Make pty.spawn set window size
https://bugs.python.org/issue41541

#41538: Allow customizing python interpreter in venv.EnvBuilder
https://bugs.python.org/issue41538

#41533: Bugfix: va_build_stack leaks the stack if do_mkstack fails
https://bugs.python.org/issue41533

#41531: Python 3.9 regression: Literal dict with > 65535 items are one
https://bugs.python.org/issue41531

#41530: zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInf
https://bugs.python.org/issue41530

#41526: Python 3.9.0rc1 "setup successful" dialog box overflow
https://bugs.python.org/issue41526

#41525: Python '--help' has corrupted text.
https://bugs.python.org/issue41525

#41524: PyOS_mystricmp advances pointers too far
https://bugs.python.org/issue41524

#41521: Replace whitelist/blacklist with allowlist/denylist
https://bugs.python.org/issue41521

#41515: typing.get_type_hints generates KeyError
https://bugs.python.org/issue41515

#41513: Scale by power of two in math.hypot()
https://bugs.python.org/issue41513

#41510: Mentions of pdb.set_trace() in library/functions and library/s
https://bugs.python.org/issue41510

#41503: Race between setTarget and flush in logging.handlers.MemoryHan
https://bugs.python.org/issue41503



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

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 18 msgs

#41540: Test test_maxcontext_exact_arith (_decimal) consumes all memor
https://bugs.python.org/issue41540 13 msgs

#41521: Replace whitelist/blacklist with allowlist/denylist
https://bugs.python.org/issue41521 10 msgs

#40994: Very confusing documenation for abc.Collections
https://bugs.python.org/issue40994 9 msgs

#41109: subclasses of pathlib.PurePosixPath never call __init__ or __n
https://bugs.python.org/issue41109 9 msgs

#41530: zoneinfo: ZoneInfo raises IsADirectoryError instead of ZoneInf
https://bugs.python.org/issue41530 9 msgs

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

#41458: Avoid overflow/underflow in math.prod()
https://bugs.python.org/issue41458 7 msgs

#41517: Able to subclass enum with members by using multiple inheritan
https://bugs.python.org/issue41517 7 msgs

#41526: Python 3.9.0rc1 "setup successful" dialog box overflow
https://bugs.python.org/issue41526 7 msgs



Issues closed (26)
==================

#16995: Add Base32 support for RFC4648 "Extended Hex" alphabet (patch
https://bugs.python.org/issue16995 closed by p-ganssle

#24783: Import Error (undefined symbol: PyFloat_Type) when Importing m
https://bugs.python.org/issue24783 closed by ned.deily

#35018: Sax parser provides no user access to lexical handlers
https://bugs.python.org/issue35018 closed by scoder

#36982: Add support for extended color functions in ncurses 6.1
https://bugs.python.org/issue36982 closed by ned.deily

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

#41168: Lack of proper checking in PyObject_SetAttr leads to segmentat
https://bugs.python.org/issue41168 closed by petr.viktorin

#41261: 3.9-dev SEGV in object_recursive_isinstance in ast.literal_eva
https://bugs.python.org/issue41261 closed by vstinner

#41324: Add a minimal decimal capsule API
https://bugs.python.org/issue41324 closed by skrah

#41410: Opening a file in binary mode makes a difference on all platfo
https://bugs.python.org/issue41410 closed by eric.smith

#41455: Python Devguide differs from python docs
https://bugs.python.org/issue41455 closed by pablogsal

#41460: Translation Error in in Functional Programming HOWTO page
https://bugs.python.org/issue41460 closed by terry.reedy

#41468: Unrecoverable server exiting
https://bugs.python.org/issue41468 closed by terry.reedy

#41494: Adds window resizing support to Lib/pty.py [ SIGWINCH ]
https://bugs.python.org/issue41494 closed by soumendra

#41497: Potential UnicodeDecodeError in dis
https://bugs.python.org/issue41497 closed by inada.naoki

#41504: Add links to asttokens, leoAst, LibCST and Parso to ast.rst
https://bugs.python.org/issue41504 closed by gvanrossum

#41508: Failed to open os.path in Open Module window of IDLE without a
https://bugs.python.org/issue41508 closed by terry.reedy

#41511: Pathlib parents doesn't support slicing with negative indexes
https://bugs.python.org/issue41511 closed by xtreak

#41512: Microsoft Store app IDLE (Python 3.8.5) cannot save files
https://bugs.python.org/issue41512 closed by terry.reedy

#41514: test_idle: test_error() failed on aarch64 RHEL8 Refleaks 3.8
https://bugs.python.org/issue41514 closed by terry.reedy

#41518: incorrect printing behavior with parenthesis symbols
https://bugs.python.org/issue41518 closed by steven.daprano

#41520: codeop: 3.8.5 regression, warnings.simplefilter('error', Synta
https://bugs.python.org/issue41520 closed by vstinner

#41532: Import precedence is broken in some library
https://bugs.python.org/issue41532 closed by serhiy.storchaka

#41537: {Save, Save As, Save Copy As} not Working from version 3.8.3
https://bugs.python.org/issue41537 closed by terry.reedy

#41542: module `__all__` cannot detect function name with `?`
https://bugs.python.org/issue41542 closed by tianrluo

#41547: Expose default __getstate__ and __setstate__
https://bugs.python.org/issue41547 closed by serhiy.storchaka

#41554: PR proceeds to "awaiting core review" when changes are request
https://bugs.python.org/issue41554 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-08-14 - 2020-08-21)
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 7651 (+28)
closed 45696 (+23)
total 53347 (+51)

Open issues with patches: 3110


Issues opened (45)
==================

#37943: mimetypes.guess_extension() doesn’t get JPG right
https://bugs.python.org/issue37943 reopened by _savage

#41513: Scale by power of two in math.hypot()
https://bugs.python.org/issue41513 reopened by rhettinger

#41527: smart quotes in Lib/pydoc_data/topics.py file
https://bugs.python.org/issue41527 reopened by ned.deily

#41556: hostname verification fails if hostname starts with literal IP
https://bugs.python.org/issue41556 opened by dnmvisser

#41557: Upgrade Windows and macOS builds to use SQLite 3.33
https://bugs.python.org/issue41557 opened by erlendaasland

#41559: Add support for PEP 612 to typing.py
https://bugs.python.org/issue41559 opened by gvanrossum

#41560: pathlib.Path.glob fails on empty string
https://bugs.python.org/issue41560 opened by alex.heger

#41561: test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
https://bugs.python.org/issue41561 opened by bugsrep

#41562: StreamReaderProtocol inheritance
https://bugs.python.org/issue41562 opened by danpascu

#41563: .python_history file causes considerable slowdown
https://bugs.python.org/issue41563 opened by bytecookie

#41564: Cannot access member "hex" for type "ByteString"
https://bugs.python.org/issue41564 opened by anacrolix

#41566: Include much faster DEFLATE implementations in Python's gzip a
https://bugs.python.org/issue41566 opened by rhpvorderman

#41567: multiprocessing.Pool from concurrent threads failure on 3.9.0r
https://bugs.python.org/issue41567 opened by drougge

#41569: json.JSONEncoder.default should be called for dict keys as wel
https://bugs.python.org/issue41569 opened by david.byrne222

#41570: Add DearPyGui to faq/gui.rst
https://bugs.python.org/issue41570 opened by jhoffstadt

#41571: Implement thread-related commands in pdb
https://bugs.python.org/issue41571 opened by pablogsal

#41573: Correct wrong sentences in General FAQ
https://bugs.python.org/issue41573 opened by wyz23x2

#41575: Please use active voice "Return foobar" instead of passive voi
https://bugs.python.org/issue41575 opened by denilsonsa

#41576: document BaseException in favour of bare except in error tutor
https://bugs.python.org/issue41576 opened by graingert

#41577: Cannot use ProcessPoolExecutor if in a decorator?
https://bugs.python.org/issue41577 opened by bob.fang.london

#41584: Clarify documentation for binary arithmetic operation subclass
https://bugs.python.org/issue41584 opened by brett.cannon

#41585: policy.max_line_length is incorrectly assumed to never be None
https://bugs.python.org/issue41585 opened by equaeghe

#41586: Allow to set pipe size on subprocess.Popen.
https://bugs.python.org/issue41586 opened by rhpvorderman

#41588: Potential Memory leak with concurrent.futures.ThreadPoolExecut
https://bugs.python.org/issue41588 opened by or12

#41589: Strange behavior with sparse.dok_matrix decimal is cast to in
https://bugs.python.org/issue41589 opened by browser.365

#41590: "zip()" very slowly for this
https://bugs.python.org/issue41590 opened by email0.ya

#41591: Comprehensions documentation
https://bugs.python.org/issue41591 opened by wtaha

#41592: Make _SubParsersAction public
https://bugs.python.org/issue41592 opened by sourcedelica

#41593: pathlib PermissionError problem
https://bugs.python.org/issue41593 opened by leonyxz

#41594: Intermittent failures of loop.subprocess_exec() to capture out
https://bugs.python.org/issue41594 opened by kyleam

#41595: curses' window.chgat does not change color when specifying cur
https://bugs.python.org/issue41595 opened by maarten

#41596: Re: Asyncio Fatal Error on SSL Transport - IndexError Deque In
https://bugs.python.org/issue41596 opened by m_emori

#41597: Fatal Error on SSL Transport - sslv3 alert bad record mac
https://bugs.python.org/issue41597 opened by m_emori

#41598: rnd() + rndup() in math
https://bugs.python.org/issue41598 opened by marco_ocram

#41599: get/set_payload deprecated, but get_set_content do not provide
https://bugs.python.org/issue41599 opened by equaeghe

#41601: Performance issue using isspace() in extension module on Windo
https://bugs.python.org/issue41601 opened by Clemens

#41602: Python doesn't exit with proper resultcode on SIGINT in runpy
https://bugs.python.org/issue41602 opened by graingert

#41603: Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5
https://bugs.python.org/issue41603 opened by thangmanims

#41604: [curses.panel] Failed panel.set_userptr will decrement refcou
https://bugs.python.org/issue41604 opened by maarten

#41605: t = re.sub(".*", "*", src) has different ouput
https://bugs.python.org/issue41605 opened by soyoo

#41606: multiprocessing.Event.wait hangs when interrupted by signal th
https://bugs.python.org/issue41606 opened by salvatore.ingala

#41607: pdb - Clickable path to breakpoints
https://bugs.python.org/issue41607 opened by michimussato

#41608: IDLE: multiple space deletion by Backspace after non-spaces
https://bugs.python.org/issue41608 opened by epaine

#41609: pdb's whatis command reports method as function
https://bugs.python.org/issue41609 opened by iritkatriel

#41611: IDLE warnings and exceptions
https://bugs.python.org/issue41611 opened by rhettinger



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

#41611: IDLE warnings and exceptions
https://bugs.python.org/issue41611

#41607: pdb - Clickable path to breakpoints
https://bugs.python.org/issue41607

#41606: multiprocessing.Event.wait hangs when interrupted by signal th
https://bugs.python.org/issue41606

#41604: [curses.panel] Failed panel.set_userptr will decrement refcou
https://bugs.python.org/issue41604

#41603: Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5
https://bugs.python.org/issue41603

#41601: Performance issue using isspace() in extension module on Windo
https://bugs.python.org/issue41601

#41599: get/set_payload deprecated, but get_set_content do not provide
https://bugs.python.org/issue41599

#41594: Intermittent failures of loop.subprocess_exec() to capture out
https://bugs.python.org/issue41594

#41593: pathlib PermissionError problem
https://bugs.python.org/issue41593

#41592: Make _SubParsersAction public
https://bugs.python.org/issue41592

#41588: Potential Memory leak with concurrent.futures.ThreadPoolExecut
https://bugs.python.org/issue41588

#41586: Allow to set pipe size on subprocess.Popen.
https://bugs.python.org/issue41586

#41575: Please use active voice "Return foobar" instead of passive voi
https://bugs.python.org/issue41575

#41570: Add DearPyGui to faq/gui.rst
https://bugs.python.org/issue41570

#41569: json.JSONEncoder.default should be called for dict keys as wel
https://bugs.python.org/issue41569



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

#41609: pdb's whatis command reports method as function
https://bugs.python.org/issue41609

#41608: IDLE: multiple space deletion by Backspace after non-spaces
https://bugs.python.org/issue41608

#41604: [curses.panel] Failed panel.set_userptr will decrement refcou
https://bugs.python.org/issue41604

#41597: Fatal Error on SSL Transport - sslv3 alert bad record mac
https://bugs.python.org/issue41597

#41596: Re: Asyncio Fatal Error on SSL Transport - IndexError Deque In
https://bugs.python.org/issue41596

#41586: Allow to set pipe size on subprocess.Popen.
https://bugs.python.org/issue41586

#41573: Correct wrong sentences in General FAQ
https://bugs.python.org/issue41573

#41570: Add DearPyGui to faq/gui.rst
https://bugs.python.org/issue41570

#41566: Include much faster DEFLATE implementations in Python's gzip a
https://bugs.python.org/issue41566

#41544: multiprocessing.dummy.Process lacks daemon parameter
https://bugs.python.org/issue41544

#41543: contextlib.nullcontext doesn't work with async context manager
https://bugs.python.org/issue41543

#41541: [PATCH] Make pty.spawn set window size
https://bugs.python.org/issue41541

#41538: Allow customizing python interpreter in venv.EnvBuilder
https://bugs.python.org/issue41538

#41533: Bugfix: va_build_stack leaks the stack if do_mkstack fails
https://bugs.python.org/issue41533

#41531: Python 3.9 regression: Literal dict with > 65535 items are one
https://bugs.python.org/issue41531



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

#41513: Scale by power of two in math.hypot()
https://bugs.python.org/issue41513 20 msgs

#41566: Include much faster DEFLATE implementations in Python's gzip a
https://bugs.python.org/issue41566 12 msgs

#41541: [PATCH] Make pty.spawn set window size
https://bugs.python.org/issue41541 11 msgs

#41598: rnd() + rndup() in math
https://bugs.python.org/issue41598 11 msgs

#39994: pprint handling of dict subclasses that override __repr__
https://bugs.python.org/issue39994 9 msgs

#41545: gc API requiring matching number of gc.disable - gc.enable cal
https://bugs.python.org/issue41545 7 msgs

#41591: Comprehensions documentation
https://bugs.python.org/issue41591 6 msgs

#38628: Issue with ctypes in AIX
https://bugs.python.org/issue38628 5 msgs

#41546: pprint() gives exception when ran from pythonw
https://bugs.python.org/issue41546 5 msgs

#41590: "zip()" very slowly for this
https://bugs.python.org/issue41590 5 msgs



Issues closed (24)
==================

#23802: patch: __deepcopy__ memo dict argument usage
https://bugs.python.org/issue23802 closed by nanjekyejoannah

#31122: SSLContext.wrap_socket() throws OSError with errno == 0
https://bugs.python.org/issue31122 closed by gregory.p.smith

#35024: Incorrect logging in importlib when '.pyc' file creation fails
https://bugs.python.org/issue35024 closed by brett.cannon

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

#40424: AIX: makexp_aix, parallel build (failures) and ld WARNINGS
https://bugs.python.org/issue40424 closed by skrah

#40756: Second argument of LoggerAdapter.__init__ should default to No
https://bugs.python.org/issue40756 closed by arturoescaip

#40782: AbstactEventLoop.run_in_executor is listed as an async method,
https://bugs.python.org/issue40782 closed by gvanrossum

#40878: Use c99 on the aixtools bot
https://bugs.python.org/issue40878 closed by skrah

#40994: Very confusing documenation for abc.Collections
https://bugs.python.org/issue40994 closed by cheryl.sabella

#41503: Race between setTarget and flush in logging.handlers.MemoryHan
https://bugs.python.org/issue41503 closed by vinay.sajip

#41521: Replace whitelist/blacklist with allowlist/denylist
https://bugs.python.org/issue41521 closed by vstinner

#41523: functools.cached_property does not satisfy the property check
https://bugs.python.org/issue41523 closed by serhiy.storchaka

#41526: Python 3.9.0rc1 "setup successful" dialog box overflow
https://bugs.python.org/issue41526 closed by steve.dower

#41540: Test test_maxcontext_exact_arith (_decimal) consumes all memor
https://bugs.python.org/issue41540 closed by skrah

#41550: SimpleQueues put blocks if feeded with strings greater than 2*
https://bugs.python.org/issue41550 closed by rgrewe

#41555: re.sub replaces twice
https://bugs.python.org/issue41555 closed by pablogsal

#41558: Backspace not clearing the text
https://bugs.python.org/issue41558 closed by serhiy.storchaka

#41565: from os.path import join join('3', '{:3') return '{:3' in
https://bugs.python.org/issue41565 closed by serhiy.storchaka

#41568: test_zoneinfo leaked [84, 84, 84] references
https://bugs.python.org/issue41568 closed by vstinner

#41572: Documentation wording fix on Lib/asyncio/transports.py
https://bugs.python.org/issue41572 closed by xtreak

#41574: Python[11231:143796] WARNING: <NSOpenPanel: 0x7f90523a7ca0> ru
https://bugs.python.org/issue41574 closed by ronaldoussoren

#41587: Potential memory leak while using shared memory
https://bugs.python.org/issue41587 closed by seraphlivery

#41600: Expected behavior of argparse given quoted strings
https://bugs.python.org/issue41600 closed by eric.smith

#41610: Any Raspberry Pi Zero Projects to try?
https://bugs.python.org/issue41610 closed by ammar2
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-08-21 - 2020-08-28)
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 7672 (+21)
closed 45720 (+24)
total 53392 (+45)

Open issues with patches: 3116


Issues opened (35)
==================

#41610: Any Raspberry Pi Zero Projects to try?
https://bugs.python.org/issue41610 reopened by supriyasingh

#41613: get_type_hints regression for 3.9 and 3.10
https://bugs.python.org/issue41613 opened by BTaskaya

#41614: Items put on Queue in thread in child process sometimes not se
https://bugs.python.org/issue41614 opened by alexmojaki

#41615: sys.argv may be None or an empty list
https://bugs.python.org/issue41615 opened by jaraco

#41617: __builtin_bswap16 is used without checking it is supported
https://bugs.python.org/issue41617 opened by jmr

#41618: [C API] How many slots of static types should be exposed in Py
https://bugs.python.org/issue41618 opened by shihai1991

#41619: Subprocesses created with DETACHED_PROCESS can pop up a consol
https://bugs.python.org/issue41619 opened by paul.moore

#41620: Python Unittest does not return results object when the test i
https://bugs.python.org/issue41620 opened by Tabrizian

#41621: defaultdict miss behave when using default_factory passed as k
https://bugs.python.org/issue41621 opened by moshemorad12340

#41622: Add support for emoji-data.txt and emoji-variation-sequences.t
https://bugs.python.org/issue41622 opened by jack1142

#41625: Add splice() to the os module
https://bugs.python.org/issue41625 opened by pablogsal

#41626: port shebang of tools from python2 to python3
https://bugs.python.org/issue41626 opened by shihai1991

#41627: Relocate user site packages on Windows 32-bit
https://bugs.python.org/issue41627 opened by steve.dower

#41628: All unittest.mock autospec-generated methods are coroutine fun
https://bugs.python.org/issue41628 opened by twm

#41629: __class__ not set defining 'X' as <class '__main__.X'>. Was __
https://bugs.python.org/issue41629 opened by zzzeek

#41630: Enable curses support on Windows
https://bugs.python.org/issue41630 opened by maarten

#41631: _ast module: get_global_ast_state() doesn't work with Mercuria
https://bugs.python.org/issue41631 opened by vstinner

#41633: pydoc skips methods of nested classes
https://bugs.python.org/issue41633 opened by bkline

#41634: Typo in curses documentation
https://bugs.python.org/issue41634 opened by pipythonmc

#41635: flaky test.test_asyncio.test_events.ProactorEventLoopTests.tes
https://bugs.python.org/issue41635 opened by graingert

#41636: distutils.util.strtobool documented behaviour
https://bugs.python.org/issue41636 opened by Graham.Oliver

#41637: Calling a function with an infinite number of parameters is no
https://bugs.python.org/issue41637 opened by Camion

#41638: Error message: sqlite3.ProgrammingError: You did not supply a
https://bugs.python.org/issue41638 opened by WolfgangFahl

#41639: Unpickling derived class of list does not call __init__()
https://bugs.python.org/issue41639 opened by andymaier

#41640: module zipfile issue on closing
https://bugs.python.org/issue41640 opened by bastian.ebeling

#41641: Add a "message" action to warnings, to trigger for every *uniq
https://bugs.python.org/issue41641 opened by xmorel

#41642: Buildbot: workers detached every minute and "no space left on
https://bugs.python.org/issue41642 opened by xtreak

#41643: make shutil.make_archive always accept pathlib objects
https://bugs.python.org/issue41643 opened by graingert

#41644: builtin type kwargs
https://bugs.python.org/issue41644 opened by joperez

#41645: Typo First Page of Documentation
https://bugs.python.org/issue41645 opened by kagarwal

#41646: shutil.copy documentation should clarify support for path-like
https://bugs.python.org/issue41646 opened by Jonatan Skogsfors

#41649: Can't pass Path like objects to subprocess api's on Windows.
https://bugs.python.org/issue41649 opened by rasjani

#41653: About the use of cpython console mode problem
https://bugs.python.org/issue41653 opened by twoone3

#41654: Segfault when raising MemoryError
https://bugs.python.org/issue41654 opened by hoefling

#41655: New Node may not be visited in lib2to3.refactor.RefactoringToo
https://bugs.python.org/issue41655 opened by chrome



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

#41653: About the use of cpython console mode problem
https://bugs.python.org/issue41653

#41643: make shutil.make_archive always accept pathlib objects
https://bugs.python.org/issue41643

#41641: Add a "message" action to warnings, to trigger for every *uniq
https://bugs.python.org/issue41641

#41637: Calling a function with an infinite number of parameters is no
https://bugs.python.org/issue41637

#41636: distutils.util.strtobool documented behaviour
https://bugs.python.org/issue41636

#41635: flaky test.test_asyncio.test_events.ProactorEventLoopTests.tes
https://bugs.python.org/issue41635

#41627: Relocate user site packages on Windows 32-bit
https://bugs.python.org/issue41627

#41626: port shebang of tools from python2 to python3
https://bugs.python.org/issue41626

#41622: Add support for emoji-data.txt and emoji-variation-sequences.t
https://bugs.python.org/issue41622

#41620: Python Unittest does not return results object when the test i
https://bugs.python.org/issue41620

#41615: sys.argv may be None or an empty list
https://bugs.python.org/issue41615

#41614: Items put on Queue in thread in child process sometimes not se
https://bugs.python.org/issue41614

#41606: multiprocessing.Event.wait hangs when interrupted by signal th
https://bugs.python.org/issue41606

#41604: [curses.panel] Failed panel.set_userptr will decrement refcou
https://bugs.python.org/issue41604

#41603: Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5
https://bugs.python.org/issue41603



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

#41655: New Node may not be visited in lib2to3.refactor.RefactoringToo
https://bugs.python.org/issue41655

#41643: make shutil.make_archive always accept pathlib objects
https://bugs.python.org/issue41643

#41634: Typo in curses documentation
https://bugs.python.org/issue41634

#41631: _ast module: get_global_ast_state() doesn't work with Mercuria
https://bugs.python.org/issue41631

#41630: Enable curses support on Windows
https://bugs.python.org/issue41630

#41626: port shebang of tools from python2 to python3
https://bugs.python.org/issue41626

#41625: Add splice() to the os module
https://bugs.python.org/issue41625

#41621: defaultdict miss behave when using default_factory passed as k
https://bugs.python.org/issue41621

#41617: __builtin_bswap16 is used without checking it is supported
https://bugs.python.org/issue41617

#41608: IDLE: multiple space deletion by Backspace after non-spaces
https://bugs.python.org/issue41608

#41604: [curses.panel] Failed panel.set_userptr will decrement refcou
https://bugs.python.org/issue41604

#41602: Python doesn't exit with proper resultcode on SIGINT in runpy
https://bugs.python.org/issue41602

#41586: Allow to set pipe size on subprocess.Popen.
https://bugs.python.org/issue41586

#41585: policy.max_line_length is incorrectly assumed to never be None
https://bugs.python.org/issue41585

#41570: Add DearPyGui to faq/gui.rst
https://bugs.python.org/issue41570



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

#41642: Buildbot: workers detached every minute and "no space left on
https://bugs.python.org/issue41642 16 msgs

#41631: _ast module: get_global_ast_state() doesn't work with Mercuria
https://bugs.python.org/issue41631 9 msgs

#41638: Error message: sqlite3.ProgrammingError: You did not supply a
https://bugs.python.org/issue41638 9 msgs

#41625: Add splice() to the os module
https://bugs.python.org/issue41625 8 msgs

#40564: Using zipfile.Path with several files prematurely closes zip
https://bugs.python.org/issue40564 6 msgs

#13828: Further improve casefold documentation
https://bugs.python.org/issue13828 4 msgs

#32313: Wrong inspect.getsource for datetime
https://bugs.python.org/issue32313 4 msgs

#41564: Cannot access member "hex" for type "ByteString"
https://bugs.python.org/issue41564 4 msgs

#41619: Subprocesses created with DETACHED_PROCESS can pop up a consol
https://bugs.python.org/issue41619 4 msgs

#26794: curframe can be None in pdb.py
https://bugs.python.org/issue26794 3 msgs



Issues closed (22)
==================

#30434: multiprocessing AuthenticationError "digest sent was rejected"
https://bugs.python.org/issue30434 closed by xiang.zhang

#33660: pathlib.Path.resolve() returns path with double slash when res
https://bugs.python.org/issue33660 closed by lukasz.langa

#38533: v3.7.5 py script run ok with python.exe but not pythonw.exe (p
https://bugs.python.org/issue38533 closed by steve.dower

#41487: Builtin bigint modulo operation can be made faster when the ba
https://bugs.python.org/issue41487 closed by mark.dickinson

#41548: Tk Window rendering on macOS Big Sur
https://bugs.python.org/issue41548 closed by terry.reedy

#41573: Correct wrong sentences in General FAQ
https://bugs.python.org/issue41573 closed by terry.reedy

#41596: Re: Asyncio Fatal Error on SSL Transport - IndexError Deque In
https://bugs.python.org/issue41596 closed by m_emori

#41597: Fatal Error on SSL Transport - sslv3 alert bad record mac
https://bugs.python.org/issue41597 closed by m_emori

#41598: Adding support for rounding modes to builtin round
https://bugs.python.org/issue41598 closed by rhettinger

#41605: t = re.sub(".*", "*", src) has different ouput
https://bugs.python.org/issue41605 closed by serhiy.storchaka

#41609: pdb's whatis command reports method as function
https://bugs.python.org/issue41609 closed by lukasz.langa

#41612: python3.8.3/traceback.py:312, AttributeError: 'KeyError' objec
https://bugs.python.org/issue41612 closed by abaelhe

#41616: Global variable in whole project and Relative imports problem
https://bugs.python.org/issue41616 closed by gvanrossum

#41623: What's the by-design behavior when os.fork() is invoked in an
https://bugs.python.org/issue41623 closed by gvanrossum

#41624: typing.Coroutine documentation
https://bugs.python.org/issue41624 closed by gvanrossum

#41632: Tkinter - Unexpected behavior after creating around 10000 widg
https://bugs.python.org/issue41632 closed by serhiy.storchaka

#41647: MutableMapping ".setdefault()" to return default value via __g
https://bugs.python.org/issue41647 closed by gvanrossum

#41648: edelsohn-* buildbot worker failing with: No space left on devi
https://bugs.python.org/issue41648 closed by vstinner

#41650: .pyc file not running in cross python versions
https://bugs.python.org/issue41650 closed by ammar2

#41651: Pip: Wrong Showing of Progressbar when Downloading Modules
https://bugs.python.org/issue41651 closed by benjamin.peterson

#41652: An Advice on Turning Ellipsis into Keyword
https://bugs.python.org/issue41652 closed by josh.r

#41656: Sets are storing elements in sorted order.
https://bugs.python.org/issue41656 closed by steven.daprano
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/33FRIZYRFZSBPX5TRKV67QWNYBVEWFCD/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-08-28 - 2020-09-04)
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 7692 (+20)
closed 45764 (+44)
total 53456 (+64)

Open issues with patches: 3129


Issues opened (44)
==================

#41657: Refactor for object source files variable in Makefile
https://bugs.python.org/issue41657 opened by ElianMariano

#41658: http.client not allowing non-ascii in headers
https://bugs.python.org/issue41658 opened by yellalena

#41659: PEG discrepancy on 'if {x} {a}: pass'
https://bugs.python.org/issue41659 opened by gvanrossum

#41660: multiprocessing.Manager objects lose connection info
https://bugs.python.org/issue41660 opened by tim.peters

#41661: os.path.relpath does not document ValueError on Windows with d
https://bugs.python.org/issue41661 opened by andymaier

#41662: Bugs in binding parameters in sqlite3
https://bugs.python.org/issue41662 opened by serhiy.storchaka

#41663: Support Windows pseudoterminals in pty and termios modules
https://bugs.python.org/issue41663 opened by cs01

#41667: The python PEG generator incorrectly handles empty sequences i
https://bugs.python.org/issue41667 opened by pablogsal

#41669: Case mismatch between "include" and "Include"
https://bugs.python.org/issue41669 opened by indygreg

#41670: ceval traces code differently with USE_COMPUTED_GOTOS
https://bugs.python.org/issue41670 opened by nedbat

#41671: inspect.getdoc/.cleandoc doesn't always remove trailing blank
https://bugs.python.org/issue41671 opened by RalfM

#41672: imaplib: wrong return type documented
https://bugs.python.org/issue41672 opened by norbertcyran

#41673: Result of multiprocessing.heap.BufferWrapper.create_memoryview
https://bugs.python.org/issue41673 opened by Eric Wieser

#41676: asyncio.Event.wait broken link from asyncio.Event
https://bugs.python.org/issue41676 opened by graingert

#41677: os.access() doesn't recognize lack of permissions on an SMB mo
https://bugs.python.org/issue41677 opened by mvpel

#41680: Turtles in Python 3.8.5 crashes OSX 10.14.6
https://bugs.python.org/issue41680 opened by dulcimoo

#41682: test_asyncio: Proactor test_sendfile_close_peer_in_the_middle_
https://bugs.python.org/issue41682 opened by aeros

#41684: argparse: unexpected subparser behaviour on parse_args with na
https://bugs.python.org/issue41684 opened by lucca.ruhland

#41686: C++ Embedded 'time.sleep()' is not working on Windows host due
https://bugs.python.org/issue41686 opened by hafizbilal100

#41687: sendfile implementation is not compatible with Solaris
https://bugs.python.org/issue41687 opened by kulikjak

#41688: Document how **= does not fall back on **
https://bugs.python.org/issue41688 opened by brett.cannon

#41692: Deprecate immortal interned strings: PyUnicode_InternImmortal(
https://bugs.python.org/issue41692 opened by vstinner

#41695: http.cookies.SimpleCookie.parse could not parse cookies when o
https://bugs.python.org/issue41695 opened by brayer.benoit

#41696: asyncio.run interacts surprisingly with debug mode
https://bugs.python.org/issue41696 opened by hauntsaninja

#41698: io.[Text]IOBase.seek doesn't take keyword parameter - revisite
https://bugs.python.org/issue41698 opened by andymaier

#41699: Potential memory leak with asyncio and run_in_executor
https://bugs.python.org/issue41699 opened by sophia2

#41701: Buildbot web page: connection lost after 1 minute, then displa
https://bugs.python.org/issue41701 opened by vstinner

#41702: Inconsistent behaviour in strftime
https://bugs.python.org/issue41702 opened by valdemarrolfsen

#41703: Most bytecode changes are absent from Python 3.9 What's new
https://bugs.python.org/issue41703 opened by mdartiailh

#41704: logging module needs some form of introspection or debugging s
https://bugs.python.org/issue41704 opened by jackjansen

#41705: os.makedirs fails on long-path UNC-paths if it is the first su
https://bugs.python.org/issue41705 opened by Safihre

#41706: docs: operator dunder (`__add__`, et al.) invocations describe
https://bugs.python.org/issue41706 opened by wchargin

#41707: Builtins like int() and float() should not blindly treat buffe
https://bugs.python.org/issue41707 opened by amohr

#41708: request make uninstall target
https://bugs.python.org/issue41708 opened by jeffs

#41710: Timeout is affected by jumps in system time
https://bugs.python.org/issue41710 opened by wocket

#41711: Socker send method throws a timeout exception
https://bugs.python.org/issue41711 opened by pppig

#41712: REDoS in purge
https://bugs.python.org/issue41712 opened by yetingli

#41713: _signal module leak: test_interpreters leaked [1424, 1422, 142
https://bugs.python.org/issue41713 opened by vstinner

#41714: multiprocessing.Queue deadlock
https://bugs.python.org/issue41714 opened by rpurdie

#41715: REDoS in c_analyzer
https://bugs.python.org/issue41715 opened by yetingli

#41717: [AIX] test_io: files was modified by test_io: (@test_6488748_t
https://bugs.python.org/issue41717 opened by vstinner

#41718: test.regrtest has way too many imports
https://bugs.python.org/issue41718 opened by vstinner

#41719: Why does not range() support decimals?
https://bugs.python.org/issue41719 opened by prasechen

#41720: Missed "return NotImplemented" in Vec2D.__rmul__
https://bugs.python.org/issue41720 opened by serhiy.storchaka



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

#41720: Missed "return NotImplemented" in Vec2D.__rmul__
https://bugs.python.org/issue41720

#41719: Why does not range() support decimals?
https://bugs.python.org/issue41719

#41711: Socker send method throws a timeout exception
https://bugs.python.org/issue41711

#41708: request make uninstall target
https://bugs.python.org/issue41708

#41706: docs: operator dunder (`__add__`, et al.) invocations describe
https://bugs.python.org/issue41706

#41703: Most bytecode changes are absent from Python 3.9 What's new
https://bugs.python.org/issue41703

#41701: Buildbot web page: connection lost after 1 minute, then displa
https://bugs.python.org/issue41701

#41699: Potential memory leak with asyncio and run_in_executor
https://bugs.python.org/issue41699

#41688: Document how **= does not fall back on **
https://bugs.python.org/issue41688

#41687: sendfile implementation is not compatible with Solaris
https://bugs.python.org/issue41687

#41671: inspect.getdoc/.cleandoc doesn't always remove trailing blank
https://bugs.python.org/issue41671

#41667: The python PEG generator incorrectly handles empty sequences i
https://bugs.python.org/issue41667

#41663: Support Windows pseudoterminals in pty and termios modules
https://bugs.python.org/issue41663

#41662: Bugs in binding parameters in sqlite3
https://bugs.python.org/issue41662

#41661: os.path.relpath does not document ValueError on Windows with d
https://bugs.python.org/issue41661



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

#41720: Missed "return NotImplemented" in Vec2D.__rmul__
https://bugs.python.org/issue41720

#41718: test.regrtest has way too many imports
https://bugs.python.org/issue41718

#41715: REDoS in c_analyzer
https://bugs.python.org/issue41715

#41713: _signal module leak: test_interpreters leaked [1424, 1422, 142
https://bugs.python.org/issue41713

#41706: docs: operator dunder (`__add__`, et al.) invocations describe
https://bugs.python.org/issue41706

#41696: asyncio.run interacts surprisingly with debug mode
https://bugs.python.org/issue41696

#41687: sendfile implementation is not compatible with Solaris
https://bugs.python.org/issue41687

#41676: asyncio.Event.wait broken link from asyncio.Event
https://bugs.python.org/issue41676

#41670: ceval traces code differently with USE_COMPUTED_GOTOS
https://bugs.python.org/issue41670

#41667: The python PEG generator incorrectly handles empty sequences i
https://bugs.python.org/issue41667

#41662: Bugs in binding parameters in sqlite3
https://bugs.python.org/issue41662

#41657: Refactor for object source files variable in Makefile
https://bugs.python.org/issue41657

#41655: New Node may not be visited in lib2to3.refactor.RefactoringToo
https://bugs.python.org/issue41655

#41643: make shutil.make_archive always accept pathlib objects
https://bugs.python.org/issue41643

#41638: Error message: sqlite3.ProgrammingError: You did not supply a
https://bugs.python.org/issue41638



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

#39010: ProactorEventLoop raises unhandled ConnectionResetError
https://bugs.python.org/issue39010 12 msgs

#41615: sys.argv may be None or an empty list
https://bugs.python.org/issue41615 10 msgs

#41642: Buildbot: workers detached every minute and "no space left on
https://bugs.python.org/issue41642 6 msgs

#39883: Use BSD0 license for code in docs
https://bugs.python.org/issue39883 5 msgs

#41638: Error message: sqlite3.ProgrammingError: You did not supply a
https://bugs.python.org/issue41638 5 msgs

#41686: C++ Embedded 'time.sleep()' is not working on Windows host due
https://bugs.python.org/issue41686 5 msgs

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 5 msgs

#41684: argparse: unexpected subparser behaviour on parse_args with na
https://bugs.python.org/issue41684 4 msgs

#41696: asyncio.run interacts surprisingly with debug mode
https://bugs.python.org/issue41696 4 msgs

#41713: _signal module leak: test_interpreters leaked [1424, 1422, 142
https://bugs.python.org/issue41713 4 msgs



Issues closed (43)
==================

#14611: inspect.getargs fails on some anonymous tuples
https://bugs.python.org/issue14611 closed by corona10

#15947: Assigning new values to instance of pointer types does not che
https://bugs.python.org/issue15947 closed by facundobatista

#19521: Parallel build race condition on AIX since python-2.7
https://bugs.python.org/issue19521 closed by skrah

#30926: KeyError with cgitb inspecting exception in generator expressi
https://bugs.python.org/issue30926 closed by jaraco

#37168: small_ints[] modified (third party C-extension?)
https://bugs.python.org/issue37168 closed by skrah

#38240: assertCountEqual is horribly misleading, sounds like only coun
https://bugs.python.org/issue38240 closed by mark.dickinson

#39461: [RFE] os.environ should support Path-like values, like subproc
https://bugs.python.org/issue39461 closed by ethan.furman

#39994: pprint handling of dict subclasses that override __repr__
https://bugs.python.org/issue39994 closed by eric.smith

#40083: No run option available in python idle in version 3.8.2
https://bugs.python.org/issue40083 closed by terry.reedy

#40153: json dump with repeated key
https://bugs.python.org/issue40153 closed by rhettinger

#40275: test.support has way too many imports
https://bugs.python.org/issue40275 closed by vstinner

#41059: Large number of Coverity reports for parser.c
https://bugs.python.org/issue41059 closed by gvanrossum

#41344: SharedMemory crash when size is 0
https://bugs.python.org/issue41344 closed by pablogsal

#41524: PyOS_mystricmp advances pointers too far
https://bugs.python.org/issue41524 closed by corona10

#41533: Bugfix: va_build_stack leaks the stack if do_mkstack fails
https://bugs.python.org/issue41533 closed by benjamin.peterson

#41534: argparse : allow_abbrev behavior between 3.7 and 3.8
https://bugs.python.org/issue41534 closed by paul.j3

#41549: IDLE leaks `_` into hint box
https://bugs.python.org/issue41549 closed by terry.reedy

#41617: __builtin_bswap16 is used without checking it is supported
https://bugs.python.org/issue41617 closed by vstinner

#41634: Typo in curses documentation
https://bugs.python.org/issue41634 closed by terry.reedy

#41637: Calling with an infinite number of parameters is not detected
https://bugs.python.org/issue41637 closed by serhiy.storchaka

#41640: module zipfile issue on closing
https://bugs.python.org/issue41640 closed by xtreak

#41653: About the use of cpython console mode problem
https://bugs.python.org/issue41653 closed by terry.reedy

#41654: Segfault when raising MemoryError
https://bugs.python.org/issue41654 closed by pablogsal

#41664: re.sub does NOT substitute all the matching patterns when re.I
https://bugs.python.org/issue41664 closed by mrabarnett

#41665: Empty
https://bugs.python.org/issue41665 closed by x_0euf

#41666: fix
https://bugs.python.org/issue41666 closed by xtreak

#41668: Expose eventfd for high-performance event notifier in Linux
https://bugs.python.org/issue41668 closed by pablogsal

#41674: Doc tests failing for many PRs on GitHub
https://bugs.python.org/issue41674 closed by xtreak

#41675: Modernize siginterrupt calls
https://bugs.python.org/issue41675 closed by pablogsal

#41678: File-level, optionally external sorting
https://bugs.python.org/issue41678 closed by rhettinger

#41679: Deprecation warning due to invalid escape sequences in Doc/too
https://bugs.python.org/issue41679 closed by pablogsal

#41681: f-string error description seems wrong
https://bugs.python.org/issue41681 closed by eric.smith

#41683: Python3: Installation error on Ubunti-18
https://bugs.python.org/issue41683 closed by ned.deily

#41685: make doctest on 3.10 (master branch) fails with setuptools 50.
https://bugs.python.org/issue41685 closed by vstinner

#41689: allow __text_signature__ to work for c heap types
https://bugs.python.org/issue41689 closed by benjamin.peterson

#41690: Use a loop to collect args in the parser instead of recursion
https://bugs.python.org/issue41690 closed by pablogsal

#41691: Idle 3.8.5 on Win64 won't save a file if it didn't include a n
https://bugs.python.org/issue41691 closed by terry.reedy

#41693: AttributeError: 'str' object has no attribute '__cause__' (pyt
https://bugs.python.org/issue41693 closed by abaelhe

#41694: python3 futures.as_completed timeout broken if future contains
https://bugs.python.org/issue41694 closed by josh.r

#41697: Heap buffer overflow in the parser
https://bugs.python.org/issue41697 closed by pablogsal

#41700: test_c_locale_coercion: test_PYTHONCOERCECLOCALE_set_to_one()
https://bugs.python.org/issue41700 closed by corona10

#41709: Tkinter erases clipboard upon closing
https://bugs.python.org/issue41709 closed by terry.reedy

#41716: SyntaxError: EOL while scanning string literal
https://bugs.python.org/issue41716 closed by steven.daprano
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/VZITJ26EYJLPV3AJTQWL6KLW4TM7SPFH/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-09-04 - 2020-09-11)
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 7697 ( +5)
closed 45803 (+39)
total 53500 (+44)

Open issues with patches: 3136


Issues opened (38)
==================

#19521: Parallel build race condition on AIX since python-2.7
https://bugs.python.org/issue19521 reopened by skrah

#38240: assertCountEqual is horribly misleading, sounds like only coun
https://bugs.python.org/issue38240 reopened by vitaly.krug

#41724: SQLite returns "str" instead of "datetime.datetime" with aggre
https://bugs.python.org/issue41724 opened by ravi-misra

#41725: bz2 would use a dedicated exception for data error
https://bugs.python.org/issue41725 opened by mgorny

#41726: Update refcounts info of PyType_FromModuleAndSpec in refcounts
https://bugs.python.org/issue41726 opened by shihai1991

#41727: Confusing presentation for configuration settings references
https://bugs.python.org/issue41727 opened by MegMM

#41728: Debug logging when adding a TarFile object
https://bugs.python.org/issue41728 opened by ebalsley

#41729: test_winconsoleio fails and hangs on Windows
https://bugs.python.org/issue41729 opened by terry.reedy

#41730: Show deprecation warnings for tkinter.tix
https://bugs.python.org/issue41730 opened by wyz23x2

#41731: test_cmd_line_script fails with verbosity level more than 1
https://bugs.python.org/issue41731 opened by xtreak

#41734: Refactor b32{encode,decode} tests
https://bugs.python.org/issue41734 opened by FFY00

#41735: Thread locks in zlib module may go wrong in rare case
https://bugs.python.org/issue41735 opened by malin

#41736: test_site: test_s_option() failed on AMD64 Windows8.1 Refleaks
https://bugs.python.org/issue41736 opened by vstinner

#41737: Improper NotADirectoryError when opening a file under a fake d
https://bugs.python.org/issue41737 opened by danny87105

#41738: MIME type for *.zip becomes application/x-zip-compressed on Wi
https://bugs.python.org/issue41738 opened by danny87105

#41739: test_logging: threading_cleanup() failed to cleanup 1 threads
https://bugs.python.org/issue41739 opened by vstinner

#41740: Improve error message for string concatenation via `sum`
https://bugs.python.org/issue41740 opened by Phillip.M.Feldman@gmail.com

#41741: test_peg_generator timed out (25 min) on x86 Gentoo Non-Debug
https://bugs.python.org/issue41741 opened by vstinner

#41742: Request for docs.python.org/3/library/configparser.html#except
https://bugs.python.org/issue41742 opened by leveque

#41744: NuGet python.props only works in python nuget, not other varia
https://bugs.python.org/issue41744 opened by vslavik

#41745: BoundArguments.arguments used in the recommended way to call a
https://bugs.python.org/issue41745 opened by Julian

#41746: Add optional type information to asdl_seq objects
https://bugs.python.org/issue41746 opened by pablogsal

#41747: dataclasses: generated method's using the wrong qualname
https://bugs.python.org/issue41747 opened by BTaskaya

#41748: HTMLParser: parsing error
https://bugs.python.org/issue41748 opened by nowasky.jr

#41749: Little improve on imghdr library
https://bugs.python.org/issue41749 opened by eamanu

#41751: Error copying an instance of a subclass of OrderedDict
https://bugs.python.org/issue41751 opened by erezinman

#41752: Wave shouldn't try to close an open file at all costs
https://bugs.python.org/issue41752 opened by biosthezerg

#41753: subprocess.run on windows does not convert path to string
https://bugs.python.org/issue41753 opened by kaushik.ghose

#41754: Webbrowser Module Cannot Find xdg-settings on OSX
https://bugs.python.org/issue41754 opened by tony.diloreto

#41755: Docs: Please remove `from distutils.core import setup`
https://bugs.python.org/issue41755 opened by guettli

#41756: Do not always use exceptions to return result from coroutine
https://bugs.python.org/issue41756 opened by v2m

#41757: weakmethod's ref is deleted before weakref's garbage-collect c
https://bugs.python.org/issue41757 opened by kratsg

#41758: turtledemo.colormixer crashes with a stack overflow
https://bugs.python.org/issue41758 opened by tusharsadhwani

#41760: 3.8.6 rc1 documentation fails to build with sphinx 3.2.1
https://bugs.python.org/issue41760 opened by doko

#41761: multiprocessing.Queue prevents program exit when containing a
https://bugs.python.org/issue41761 opened by Dominik Schmid

#41762: Documentation job fails on CIs: duplicate token description of
https://bugs.python.org/issue41762 opened by vstinner

#41763: IDLE: scale font to Windows' "zoom" factor
https://bugs.python.org/issue41763 opened by epaine

#41764: sub function would not work without the flags but the search w
https://bugs.python.org/issue41764 opened by bayat



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

#41764: sub function would not work without the flags but the search w
https://bugs.python.org/issue41764

#41763: IDLE: scale font to Windows' "zoom" factor
https://bugs.python.org/issue41763

#41761: multiprocessing.Queue prevents program exit when containing a
https://bugs.python.org/issue41761

#41760: 3.8.6 rc1 documentation fails to build with sphinx 3.2.1
https://bugs.python.org/issue41760

#41758: turtledemo.colormixer crashes with a stack overflow
https://bugs.python.org/issue41758

#41755: Docs: Please remove `from distutils.core import setup`
https://bugs.python.org/issue41755

#41754: Webbrowser Module Cannot Find xdg-settings on OSX
https://bugs.python.org/issue41754

#41752: Wave shouldn't try to close an open file at all costs
https://bugs.python.org/issue41752

#41747: dataclasses: generated method's using the wrong qualname
https://bugs.python.org/issue41747

#41742: Request for docs.python.org/3/library/configparser.html#except
https://bugs.python.org/issue41742

#41738: MIME type for *.zip becomes application/x-zip-compressed on Wi
https://bugs.python.org/issue41738

#41736: test_site: test_s_option() failed on AMD64 Windows8.1 Refleaks
https://bugs.python.org/issue41736

#41735: Thread locks in zlib module may go wrong in rare case
https://bugs.python.org/issue41735

#41731: test_cmd_line_script fails with verbosity level more than 1
https://bugs.python.org/issue41731

#41728: Debug logging when adding a TarFile object
https://bugs.python.org/issue41728



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

#41762: Documentation job fails on CIs: duplicate token description of
https://bugs.python.org/issue41762

#41756: Do not always use exceptions to return result from coroutine
https://bugs.python.org/issue41756

#41749: Little improve on imghdr library
https://bugs.python.org/issue41749

#41747: dataclasses: generated method's using the wrong qualname
https://bugs.python.org/issue41747

#41744: NuGet python.props only works in python nuget, not other varia
https://bugs.python.org/issue41744

#41735: Thread locks in zlib module may go wrong in rare case
https://bugs.python.org/issue41735

#41734: Refactor b32{encode,decode} tests
https://bugs.python.org/issue41734

#41730: Show deprecation warnings for tkinter.tix
https://bugs.python.org/issue41730

#41729: test_winconsoleio fails and hangs on Windows
https://bugs.python.org/issue41729

#41728: Debug logging when adding a TarFile object
https://bugs.python.org/issue41728

#41726: Update refcounts info of PyType_FromModuleAndSpec in refcounts
https://bugs.python.org/issue41726

#41718: test.regrtest has way too many imports
https://bugs.python.org/issue41718

#41715: REDoS in c_analyzer
https://bugs.python.org/issue41715

#41713: _signal module leak: test_interpreters leaked [1424, 1422, 142
https://bugs.python.org/issue41713

#41706: docs: operator dunder (`__add__`, et al.) invocations describe
https://bugs.python.org/issue41706



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

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 16 msgs

#41746: Add optional type information to asdl_seq objects
https://bugs.python.org/issue41746 15 msgs

#14243: tempfile.NamedTemporaryFile not particularly useful on Windows
https://bugs.python.org/issue14243 13 msgs

#41751: Error copying an instance of a subclass of OrderedDict
https://bugs.python.org/issue41751 9 msgs

#41730: Show deprecation warnings for tkinter.tix
https://bugs.python.org/issue41730 8 msgs

#41561: test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
https://bugs.python.org/issue41561 7 msgs

#41631: _ast module: get_global_ast_state() doesn't work with Mercuria
https://bugs.python.org/issue41631 7 msgs

#41740: Improve error message for string concatenation via `sum`
https://bugs.python.org/issue41740 7 msgs

#41729: test_winconsoleio fails and hangs on Windows
https://bugs.python.org/issue41729 5 msgs

#41748: HTMLParser: parsing error
https://bugs.python.org/issue41748 5 msgs



Issues closed (40)
==================

#15662: PEP 3121 refactoring applied to locale module
https://bugs.python.org/issue15662 closed by vstinner

#15680: PEP 3121 refactoring applied to audioop module
https://bugs.python.org/issue15680 closed by vstinner

#15681: PEP 3121 refactoring applied to binascii module
https://bugs.python.org/issue15681 closed by vstinner

#15682: PEP 3121 refactoring applied to fpectl module
https://bugs.python.org/issue15682 closed by vstinner

#15684: PEP 3121 refactoring applied to fpetest module
https://bugs.python.org/issue15684 closed by vstinner

#15686: PEP 3121, 384 Refactoring applied to md5 module
https://bugs.python.org/issue15686 closed by vstinner

#15704: PEP 3121, 384 Refactoring applied to sha1 module
https://bugs.python.org/issue15704 closed by vstinner

#15706: PEP 3121, 384 Refactoring applied to sha512 module
https://bugs.python.org/issue15706 closed by vstinner

#15709: PEP 3121, 384 Refactoring applied to termios module
https://bugs.python.org/issue15709 closed by vstinner

#15733: PEP 3121, 384 Refactoring applied to winapi module
https://bugs.python.org/issue15733 closed by vstinner

#20198: xml.etree.ElementTree.ElementTree.write attribute sorting
https://bugs.python.org/issue20198 closed by scoder

#31862: Port the standard library to PEP 489 multiphase initialization
https://bugs.python.org/issue31862 closed by vstinner

#35328: Set a environment variable for venv prompt
https://bugs.python.org/issue35328 closed by vinay.sajip

#35520: Python won't build with dtrace enabled on some systems.
https://bugs.python.org/issue35520 closed by kulikjak

#38306: High level API for loop.run_in_executor(None, ...)?
https://bugs.python.org/issue38306 closed by gvanrossum

#38585: defusedexpat not supported past python 3.3/3.4
https://bugs.python.org/issue38585 closed by Mariatta

#38762: Logging displays wrong "processName" if "sys.modules" is clear
https://bugs.python.org/issue38762 closed by vinay.sajip

#40300: logging.Formatter crashes when default_msec_format is None.
https://bugs.python.org/issue40300 closed by vinay.sajip

#40318: Migrate to SQLite3 trace v2 API
https://bugs.python.org/issue40318 closed by pablogsal

#40486: pathlib's iterdir doesn't specify what happens if directory co
https://bugs.python.org/issue40486 closed by serhiy.storchaka

#40562: SEO: differentiate between Python 2 and Python 3 docs on Googl
https://bugs.python.org/issue40562 closed by mdk

#40744: Explicitly drop support for SQLite version < 3.7.3
https://bugs.python.org/issue40744 closed by pablogsal

#41401: Using non-ascii that require UTF-8 breaks AIX testing
https://bugs.python.org/issue41401 closed by vstinner

#41477: test_genericalias fails if ctypes is missing
https://bugs.python.org/issue41477 closed by vstinner

#41525: Python '--help' has corrupted text.
https://bugs.python.org/issue41525 closed by WildCard65

#41531: Python 3.9 regression: Literal dict with > 65535 items are one
https://bugs.python.org/issue41531 closed by pablogsal

#41627: Relocate user site packages on Windows 32-bit
https://bugs.python.org/issue41627 closed by steve.dower

#41687: sendfile implementation is not compatible with Solaris
https://bugs.python.org/issue41687 closed by yselivanov

#41688: Document how **= does not fall back on **
https://bugs.python.org/issue41688 closed by brett.cannon

#41704: logging module needs some form of introspection or debugging s
https://bugs.python.org/issue41704 closed by jackjansen

#41717: [AIX] test_io: files was modified by test_io: (@test_6488748_t
https://bugs.python.org/issue41717 closed by skrah

#41720: Missed "return NotImplemented" in Vec2D.__rmul__
https://bugs.python.org/issue41720 closed by serhiy.storchaka

#41721: xlc: add -qalias=noansi -qmaxmem=-1
https://bugs.python.org/issue41721 closed by skrah

#41722: multiprocess error on large dataset
https://bugs.python.org/issue41722 closed by vishalraoanizer

#41723: doc: issue in a sentence in py_compile
https://bugs.python.org/issue41723 closed by benjamin.peterson

#41732: Custom iterator to memoryview - performance improvement
https://bugs.python.org/issue41732 closed by corona10

#41733: ContextVar get value is unexpected
https://bugs.python.org/issue41733 closed by yselivanov

#41743: Remove Unnecessarily Gendered Language from the Documentation
https://bugs.python.org/issue41743 closed by ammar2

#41750: unpractical printing of datetimes by the interpreter
https://bugs.python.org/issue41750 closed by serhiy.storchaka

#41759: ElementTree.parse gives error message about missing1 required
https://bugs.python.org/issue41759 closed by serhiy.storchaka
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/75WJBH4KJOJIVICKK454BQSCXO547QIQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-09-11 - 2020-09-18)
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 7675 (-22)
closed 45870 (+67)
total 53545 (+45)

Open issues with patches: 3122


Issues opened (29)
==================

#41768: unittest.mock spec calls class properties
https://bugs.python.org/issue41768 opened by melwitt

#41769: Positional arguments which use store boolean actions do not be
https://bugs.python.org/issue41769 opened by rjeffman

#41770: Import module doesn't updated
https://bugs.python.org/issue41770 opened by prasechen

#41771: bdist_wininst doesn't execute postinstall script
https://bugs.python.org/issue41771 opened by mhammond

#41772: Zipfile.testzip considers wrong password as correct
https://bugs.python.org/issue41772 opened by Amir

#41774: While removing element from list using for and remove(), which
https://bugs.python.org/issue41774 opened by sreedevi.ha

#41775: IDLE: change Shell window title
https://bugs.python.org/issue41775 opened by terry.reedy

#41777: When using `python -bb`, `struct.calcsize` raises a warning wh
https://bugs.python.org/issue41777 opened by tadeu

#41779: add BLOB photo to sqlite3 python
https://bugs.python.org/issue41779 opened by alizaerialora

#41781: Typos in typing.py
https://bugs.python.org/issue41781 opened by pxeger

#41784: Promote PyUnicode_AsUTF8AndSize to be available with the limit
https://bugs.python.org/issue41784 opened by alex

#41787: adding PEP references to documentation
https://bugs.python.org/issue41787 opened by cameron

#41790: C-API documentation ignores heap types and says type objects m
https://bugs.python.org/issue41790 opened by koubaa

#41791: mimetypes module does not recognize jp2 type
https://bugs.python.org/issue41791 opened by naro

#41793: Inaccuracy about reflected operands in datamodel docs.
https://bugs.python.org/issue41793 opened by wim.glenn

#41794: Memory leak in asyncio server
https://bugs.python.org/issue41794 opened by EmperorBale

#41796: _ast module state should be made per interpreter
https://bugs.python.org/issue41796 opened by vstinner

#41797: PyModule_GetState doesn't work with LazyLoader
https://bugs.python.org/issue41797 opened by petr.viktorin

#41798: [C API] Revisit usage of the PyCapsule C API with multi-phase
https://bugs.python.org/issue41798 opened by vstinner

#41799: splunklib.client does not handle Unicode characters
https://bugs.python.org/issue41799 opened by jpatel

#41800: Python installation fails when run under system account if the
https://bugs.python.org/issue41800 opened by Jurko.Gospodneti?

#41801: 23 tests failed for 3.9.0b2-64 installed on Windows 10
https://bugs.python.org/issue41801 opened by terry.reedy

#41802: Missing documentation for 'PyDict_DelItem' behavior
https://bugs.python.org/issue41802 opened by ideasman42

#41803: Robots.txt
https://bugs.python.org/issue41803 opened by admin2

#41804: test_epoll fails test_control_and_wait() randomly on aarch64 R
https://bugs.python.org/issue41804 opened by vstinner

#41805: types.GenericAlias and types.Union have no documentation
https://bugs.python.org/issue41805 opened by pxeger

#41806: socket methods with timeout take very slow path on Windows
https://bugs.python.org/issue41806 opened by steve.dower

#41807: Warnings when installing Linter on VS code on Linux and Window
https://bugs.python.org/issue41807 opened by zamunda

#41809: finding file attributes in Windows seems to fail
https://bugs.python.org/issue41809 opened by musiquegraeme



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

#41807: Warnings when installing Linter on VS code on Linux and Window
https://bugs.python.org/issue41807

#41806: socket methods with timeout take very slow path on Windows
https://bugs.python.org/issue41806

#41801: 23 tests failed for 3.9.0b2-64 installed on Windows 10
https://bugs.python.org/issue41801

#41793: Inaccuracy about reflected operands in datamodel docs.
https://bugs.python.org/issue41793

#41790: C-API documentation ignores heap types and says type objects m
https://bugs.python.org/issue41790

#41781: Typos in typing.py
https://bugs.python.org/issue41781

#41775: IDLE: change Shell window title
https://bugs.python.org/issue41775

#41771: bdist_wininst doesn't execute postinstall script
https://bugs.python.org/issue41771

#41769: Positional arguments which use store boolean actions do not be
https://bugs.python.org/issue41769

#41768: unittest.mock spec calls class properties
https://bugs.python.org/issue41768

#41761: multiprocessing.Queue prevents program exit when containing a
https://bugs.python.org/issue41761

#41754: Webbrowser Module Cannot Find xdg-settings on OSX
https://bugs.python.org/issue41754

#41752: Wave shouldn't try to close an open file at all costs
https://bugs.python.org/issue41752

#41747: dataclasses: generated method's using the wrong qualname
https://bugs.python.org/issue41747

#41738: MIME type for *.zip becomes application/x-zip-compressed on Wi
https://bugs.python.org/issue41738



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

#41793: Inaccuracy about reflected operands in datamodel docs.
https://bugs.python.org/issue41793

#41787: adding PEP references to documentation
https://bugs.python.org/issue41787

#41784: Promote PyUnicode_AsUTF8AndSize to be available with the limit
https://bugs.python.org/issue41784

#41771: bdist_wininst doesn't execute postinstall script
https://bugs.python.org/issue41771

#41768: unittest.mock spec calls class properties
https://bugs.python.org/issue41768

#41756: Do not always use exceptions to return result from coroutine
https://bugs.python.org/issue41756

#41747: dataclasses: generated method's using the wrong qualname
https://bugs.python.org/issue41747

#41746: Add optional type information to asdl_seq objects
https://bugs.python.org/issue41746

#41735: Thread locks in zlib module may go wrong in rare case
https://bugs.python.org/issue41735

#41734: Refactor b32{encode,decode} tests
https://bugs.python.org/issue41734

#41730: Show deprecation warnings for tkinter.tix
https://bugs.python.org/issue41730

#41728: Debug logging when adding a TarFile object
https://bugs.python.org/issue41728

#41726: Update refcounts info of PyType_FromModuleAndSpec in refcounts
https://bugs.python.org/issue41726

#41718: test.regrtest has way too many imports
https://bugs.python.org/issue41718

#41713: _signal module leak: test_interpreters leaked [1424, 1422, 142
https://bugs.python.org/issue41713



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

#41756: Do not always use exceptions to return result from coroutine
https://bugs.python.org/issue41756 20 msgs

#41602: Python doesn't exit with proper resultcode on SIGINT in runpy
https://bugs.python.org/issue41602 12 msgs

#41784: Promote PyUnicode_AsUTF8AndSize to be available with the limit
https://bugs.python.org/issue41784 9 msgs

#41561: test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
https://bugs.python.org/issue41561 8 msgs

#41758: turtledemo.colormixer crashes with a stack overflow
https://bugs.python.org/issue41758 8 msgs

#41774: While removing element from list using for and remove(), which
https://bugs.python.org/issue41774 7 msgs

#41745: BoundArguments.arguments used in the recommended way to call a
https://bugs.python.org/issue41745 5 msgs

#40066: Enum._convert should change __repr__ and/or __str__ to use mod
https://bugs.python.org/issue40066 4 msgs

#41800: Python installation fails when run under system account if the
https://bugs.python.org/issue41800 4 msgs

#39452: Improve the __main__ module documentation
https://bugs.python.org/issue39452 3 msgs



Issues closed (62)
==================

#19968: Python does not play well with 'stow'.
https://bugs.python.org/issue19968 closed by vinay.sajip

#22256: pyvenv should display a progress indicator while creating an e
https://bugs.python.org/issue22256 closed by vstinner

#23832: pdb's `longlist` shows only decorator if that one contains a l
https://bugs.python.org/issue23832 closed by pablogsal

#27032: Remove deprecated html.parser.HTMLParser.unescape()
https://bugs.python.org/issue27032 closed by terry.reedy

#32218: add __iter__ to enum.Flag members
https://bugs.python.org/issue32218 closed by ethan.furman

#33239: tempfile module: functions with the 'buffering' option are inc
https://bugs.python.org/issue33239 closed by vinay.sajip

#33561: Add .tostring() method to xml.etree.ElementTree.Element
https://bugs.python.org/issue33561 closed by serhiy.storchaka

#33813: Update overdue 'Deprecated ... removed in 3.x' messages
https://bugs.python.org/issue33813 closed by terry.reedy

#33953: The DEFAULT_ENTROPY variable used to store the current default
https://bugs.python.org/issue33953 closed by lig

#35293: make doctest (Sphinx) emits a lot of warnings
https://bugs.python.org/issue35293 closed by vstinner

#36586: multiprocessing.Queue.close doesn't behave as documented
https://bugs.python.org/issue36586 closed by gvanrossum

#37149: link to John Shipman's Tkinter 8.5 documentation fails: websit
https://bugs.python.org/issue37149 closed by ned.deily

#37296: pdb next vs __next__
https://bugs.python.org/issue37296 closed by ronaldoussoren

#37350: print ResourceWarning object traceback when raised as error wi
https://bugs.python.org/issue37350 closed by gvanrossum

#37479: IntEnum __format__ behavior can't be overridden through __str_
https://bugs.python.org/issue37479 closed by ethan.furman

#37604: warnings should use a ContextVar to manage filters/registry
https://bugs.python.org/issue37604 closed by gvanrossum

#38701: datetime.timedelta string representation is ambiguous
https://bugs.python.org/issue38701 closed by lig

#38967: Improve error message in enum for member name surrounded by un
https://bugs.python.org/issue38967 closed by ethan.furman

#39451: enum.Enum reference count leaks
https://bugs.python.org/issue39451 closed by ethan.furman

#39587: Mixin repr overrides Enum repr in some cases
https://bugs.python.org/issue39587 closed by ethan.furman

#39651: Exceptions raised by EventLoop.call_soon_threadsafe
https://bugs.python.org/issue39651 closed by vstinner

#39728: Instantiating enum with invalid value results in ValueError tw
https://bugs.python.org/issue39728 closed by ethan.furman

#39883: Use BSD0 license for code in docs
https://bugs.python.org/issue39883 closed by gvanrossum

#40025: enum: _generate_next_value_ is not called if its definition oc
https://bugs.python.org/issue40025 closed by ethan.furman

#40536: Addition of a "list of available time zones" function to zonei
https://bugs.python.org/issue40536 closed by p-ganssle

#40616: Add `asyncio.BufferQueue`
https://bugs.python.org/issue40616 closed by lig

#40721: PEP0435 (enums) -- there is no standard on enum item letters c
https://bugs.python.org/issue40721 closed by ethan.furman

#41025: C implementation of ZoneInfo cannot be subclassed
https://bugs.python.org/issue41025 closed by lukasz.langa

#41412: After installation on Windows7, 64bit Python 3.9.0b5 reports "
https://bugs.python.org/issue41412 closed by steve.dower

#41517: Able to subclass enum with members by using multiple inheritan
https://bugs.python.org/issue41517 closed by ethan.furman

#41631: _ast module: get_global_ast_state() doesn't work with Mercuria
https://bugs.python.org/issue41631 closed by vstinner

#41646: shutil.copy documentation should clarify support for path-like
https://bugs.python.org/issue41646 closed by steve.dower

#41662: Bugs in binding parameters in sqlite3
https://bugs.python.org/issue41662 closed by serhiy.storchaka

#41672: imaplib: wrong return type documented
https://bugs.python.org/issue41672 closed by corona10

#41715: REDoS in c_analyzer
https://bugs.python.org/issue41715 closed by serhiy.storchaka

#41719: Why does not range() support decimals?
https://bugs.python.org/issue41719 closed by prasechen

#41729: test_winconsoleio fails and hangs on Windows
https://bugs.python.org/issue41729 closed by terry.reedy

#41731: test_cmd_line_script fails with verbosity level more than 1
https://bugs.python.org/issue41731 closed by terry.reedy

#41744: NuGet python.props only works in python nuget, not other varia
https://bugs.python.org/issue41744 closed by steve.dower

#41749: Allow omission of imghdr.what file arg if bytes are given
https://bugs.python.org/issue41749 closed by eamanu

#41753: subprocess.run on windows does not convert path to string
https://bugs.python.org/issue41753 closed by terry.reedy

#41757: weakmethod's ref is deleted before weakref's garbage-collect c
https://bugs.python.org/issue41757 closed by kratsg

#41760: 3.8.6 rc1 documentation fails to build with sphinx 3.2.1
https://bugs.python.org/issue41760 closed by vstinner

#41762: Documentation job fails on CIs: duplicate token description of
https://bugs.python.org/issue41762 closed by vstinner

#41763: IDLE: scale font to Windows' "zoom" factor
https://bugs.python.org/issue41763 closed by epaine

#41764: sub function would not work without the flags but the search w
https://bugs.python.org/issue41764 closed by mrabarnett

#41765: tkinter: XFCE task switcher shows 'Tk' instead of Window title
https://bugs.python.org/issue41765 closed by terry.reedy

#41766: Python3.10 (x64) crashes after flake8/pyflakes on Windows
https://bugs.python.org/issue41766 closed by neonene

#41767: KeyError exception is more difficult to read due to quoting
https://bugs.python.org/issue41767 closed by Anthony Sottile

#41773: Clarify handling of infinity and nan in random.choices
https://bugs.python.org/issue41773 closed by rhettinger

#41776: Revise example of "continue" in the tutorial documentation
https://bugs.python.org/issue41776 closed by eric.smith

#41778: Change a punctuation on documentation
https://bugs.python.org/issue41778 closed by eric.smith

#41780: Generic Alias attributes nor in dir()
https://bugs.python.org/issue41780 closed by gvanrossum

#41782: No f-string in logging.basicConfig()
https://bugs.python.org/issue41782 closed by vinay.sajip

#41783: Standard Color class
https://bugs.python.org/issue41783 closed by mertcandav

#41785: Unittest do not support datatime for AlmostEqual method
https://bugs.python.org/issue41785 closed by hildogjr

#41786: re.RegexFlag.__str__ is incorrect
https://bugs.python.org/issue41786 closed by ethan.furman

#41788: enhancement: add assertDuration context manager to unittest mo
https://bugs.python.org/issue41788 closed by pablogsal

#41789: Enum: __str__ and friends sometimes erroneously replaced
https://bugs.python.org/issue41789 closed by ethan.furman

#41792: No (public) way to dynamically introspect if an annotation is
https://bugs.python.org/issue41792 closed by gvanrossum

#41795: Allow assignment in yield statement
https://bugs.python.org/issue41795 closed by ronaldoussoren

#41808: Synchronize What's New in 3.9 master and 3.9 copies
https://bugs.python.org/issue41808 closed by terry.reedy
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-09-18 - 2020-09-25)
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 7679 ( +4)
closed 45919 (+49)
total 53598 (+53)

Open issues with patches: 3131


Issues opened (45)
==================

#32218: add __iter__ to enum.Flag members
https://bugs.python.org/issue32218 reopened by ethan.furman

#35328: Set a environment variable for venv prompt
https://bugs.python.org/issue35328 reopened by brett.cannon

#41494: Adds window resizing support to Lib/pty.py [ SIGWINCH ]
https://bugs.python.org/issue41494 reopened by soumendra

#41617: __builtin_bswap16 is used without checking it is supported
https://bugs.python.org/issue41617 reopened by jmr

#41756: Do not always use exceptions to return result from coroutine
https://bugs.python.org/issue41756 reopened by serhiy.storchaka

#41812: Broken link on documentation header
https://bugs.python.org/issue41812 opened by cocoatomo

#41813: Clarify specification of object.__await__
https://bugs.python.org/issue41813 opened by plammens

#41814: Mismatch between the manipulation of `sys.path` by `runpy` and
https://bugs.python.org/issue41814 opened by maggyero

#41818: Lib/pty.py major revision
https://bugs.python.org/issue41818 opened by soumendra

#41819: Fix some compiler warnings
https://bugs.python.org/issue41819 opened by samuelmarks

#41822: Document the mean of values for sys.float_info.rounds
https://bugs.python.org/issue41822 opened by rhettinger

#41823: Add more fields to sys.float_info
https://bugs.python.org/issue41823 opened by rhettinger

#41824: Docs for typing.ForwardRef don't state that it was added in 3.
https://bugs.python.org/issue41824 opened by dom1310df

#41825: os.waitid() documentation needs TLC
https://bugs.python.org/issue41825 opened by georg.brandl

#41826: test_peg_generator compilation warnings
https://bugs.python.org/issue41826 opened by skip.montanaro

#41829: sqlite3.Row always read as tuple when supplied to executemany
https://bugs.python.org/issue41829 opened by tony.wu

#41830: "NameError: name 'AttributeError' is not defined"
https://bugs.python.org/issue41830 opened by sasowmy1

#41831: Restore default __str__ of tkinter.EventType
https://bugs.python.org/issue41831 opened by serhiy.storchaka

#41832: PyType_FromSpec() should accept tp_doc=NULL
https://bugs.python.org/issue41832 opened by vstinner

#41834: Remove _Py_CheckRecursionLimit variable
https://bugs.python.org/issue41834 opened by vstinner

#41835: Speed up dict vectorcall creation using keywords
https://bugs.python.org/issue41835 opened by Marco Sulla

#41837: Upgrade installers to OpenSSL 1.1.1h
https://bugs.python.org/issue41837 opened by ned.deily

#41838: Value error is showing in docset python (class)
https://bugs.python.org/issue41838 opened by mkay6122

#41839: Fix error checking in sched_get_priority_ functions
https://bugs.python.org/issue41839 opened by kulikjak

#41840: [regression] symtable.Symbol.is_local() is no longer True for
https://bugs.python.org/issue41840 opened by CendioOssman

#41841: idlelib/NEWS.txt for 3.10.0 and backports
https://bugs.python.org/issue41841 opened by terry.reedy

#41842: Add codecs.unregister() to unregister a codec search function
https://bugs.python.org/issue41842 opened by vstinner

#41843: Reenable sendfile in shutil.copyfile() on Solaris
https://bugs.python.org/issue41843 opened by kulikjak

#41844: IDLE subsection of What's New 3.9
https://bugs.python.org/issue41844 opened by terry.reedy

#41845: Promote PyObject_GenericGetDict to the stable API
https://bugs.python.org/issue41845 opened by alex

#41846: IDLE subsection of What's New 3.10
https://bugs.python.org/issue41846 opened by terry.reedy

#41847: Update "install launcher for all users" installer option
https://bugs.python.org/issue41847 opened by steve.dower

#41848: PEG parser doesn't allow lambda in for_if_clause
https://bugs.python.org/issue41848 opened by slebedev

#41849: Support reading long lines with io._WindowsConsoleIO
https://bugs.python.org/issue41849 opened by eryksun

#41850: inspect.py: access block stack
https://bugs.python.org/issue41850 opened by gchalony

#41851: tkinter: add font neg and equal methods
https://bugs.python.org/issue41851 opened by epaine

#41852: Inconsistent errors for JSON-encoding NaNs with allow_nan=Fals
https://bugs.python.org/issue41852 opened by earwig

#41853: Windows docs for command line install don't mention /log optio
https://bugs.python.org/issue41853 opened by forrestshields2

#41854: argparse.add_mutually_exclusive_group fails for optional posit
https://bugs.python.org/issue41854 opened by rrt

#41855: FastPath.zip_children can give duplicate results on Python 3.8
https://bugs.python.org/issue41855 opened by jaraco

#41856: argparse: auto-generated synopsis omits REMAINDER argument
https://bugs.python.org/issue41856 opened by rrt

#41857: Document timeout arguments to poll() in select module
https://bugs.python.org/issue41857 opened by zaneb

#41858: Fix incomplete line on optparse documentation
https://bugs.python.org/issue41858 opened by eamanu

#41859: Uncaught ValueError
https://bugs.python.org/issue41859 opened by rhettinger

#41861: Convert sqlite3 to PEP 384
https://bugs.python.org/issue41861 opened by erlendaasland



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

#41861: Convert sqlite3 to PEP 384
https://bugs.python.org/issue41861

#41858: Fix incomplete line on optparse documentation
https://bugs.python.org/issue41858

#41857: Document timeout arguments to poll() in select module
https://bugs.python.org/issue41857

#41854: argparse.add_mutually_exclusive_group fails for optional posit
https://bugs.python.org/issue41854

#41852: Inconsistent errors for JSON-encoding NaNs with allow_nan=Fals
https://bugs.python.org/issue41852

#41851: tkinter: add font neg and equal methods
https://bugs.python.org/issue41851

#41848: PEG parser doesn't allow lambda in for_if_clause
https://bugs.python.org/issue41848

#41846: IDLE subsection of What's New 3.10
https://bugs.python.org/issue41846

#41843: Reenable sendfile in shutil.copyfile() on Solaris
https://bugs.python.org/issue41843

#41839: Fix error checking in sched_get_priority_ functions
https://bugs.python.org/issue41839

#41837: Upgrade installers to OpenSSL 1.1.1h
https://bugs.python.org/issue41837

#41832: PyType_FromSpec() should accept tp_doc=NULL
https://bugs.python.org/issue41832

#41831: Restore default __str__ of tkinter.EventType
https://bugs.python.org/issue41831

#41829: sqlite3.Row always read as tuple when supplied to executemany
https://bugs.python.org/issue41829

#41825: os.waitid() documentation needs TLC
https://bugs.python.org/issue41825



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

#41861: Convert sqlite3 to PEP 384
https://bugs.python.org/issue41861

#41858: Fix incomplete line on optparse documentation
https://bugs.python.org/issue41858

#41857: Document timeout arguments to poll() in select module
https://bugs.python.org/issue41857

#41855: FastPath.zip_children can give duplicate results on Python 3.8
https://bugs.python.org/issue41855

#41851: tkinter: add font neg and equal methods
https://bugs.python.org/issue41851

#41848: PEG parser doesn't allow lambda in for_if_clause
https://bugs.python.org/issue41848

#41844: IDLE subsection of What's New 3.9
https://bugs.python.org/issue41844

#41842: Add codecs.unregister() to unregister a codec search function
https://bugs.python.org/issue41842

#41841: idlelib/NEWS.txt for 3.10.0 and backports
https://bugs.python.org/issue41841

#41840: [regression] symtable.Symbol.is_local() is no longer True for
https://bugs.python.org/issue41840

#41839: Fix error checking in sched_get_priority_ functions
https://bugs.python.org/issue41839

#41834: Remove _Py_CheckRecursionLimit variable
https://bugs.python.org/issue41834

#41831: Restore default __str__ of tkinter.EventType
https://bugs.python.org/issue41831

#41826: test_peg_generator compilation warnings
https://bugs.python.org/issue41826

#41825: os.waitid() documentation needs TLC
https://bugs.python.org/issue41825



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

#41561: test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
https://bugs.python.org/issue41561 16 msgs

#41756: Do not always use exceptions to return result from coroutine
https://bugs.python.org/issue41756 10 msgs

#39934: Fatal Python error "XXX block stack overflow" when exception s
https://bugs.python.org/issue39934 9 msgs

#25655: Python errors related to failures loading DLL's lack informati
https://bugs.python.org/issue25655 8 msgs

#41774: While removing element from list using for and remove(), which
https://bugs.python.org/issue41774 7 msgs

#41842: Add codecs.unregister() to unregister a codec search function
https://bugs.python.org/issue41842 6 msgs

#41819: Fix some compiler warnings
https://bugs.python.org/issue41819 5 msgs

#21261: Teach IDLE to Autocomplete dictionary keys
https://bugs.python.org/issue21261 4 msgs

#35144: TemporaryDirectory clean-up fails with unsearchable directorie
https://bugs.python.org/issue35144 4 msgs

#39107: Upgrade tcl/tk to 8.6.10 (Windows and maxOS)
https://bugs.python.org/issue39107 4 msgs



Issues closed (47)
==================

#12178: csv writer doesn't escape escapechar
https://bugs.python.org/issue12178 closed by taleinat

#24078: inspect.getsourcelines ignores context and returns wrong line
https://bugs.python.org/issue24078 closed by xtreak

#24403: Missing fixer for changed round() behavior
https://bugs.python.org/issue24403 closed by serhiy.storchaka

#24757: Installing Py on Windows: Need to restart or logout for path t
https://bugs.python.org/issue24757 closed by steve.dower

#27139: Increased test coverage for statistics.median_grouped
https://bugs.python.org/issue27139 closed by rhettinger

#28657: cmd.Cmd.get_help() implementation can't see do_*() methods add
https://bugs.python.org/issue28657 closed by taleinat

#29107: traceback module incorrectly formats args-less syntax errors
https://bugs.python.org/issue29107 closed by benjamin.peterson

#29526: Documenting format() function
https://bugs.python.org/issue29526 closed by eric.smith

#29887: test_normalization doesn't work
https://bugs.python.org/issue29887 closed by benjamin.peterson

#30974: Update os.samefile docstring to match documentation
https://bugs.python.org/issue30974 closed by steve.dower

#33689: Blank lines in .pth file cause a duplicate sys.path entry
https://bugs.python.org/issue33689 closed by taleinat

#33821: IDLE subsection of What's New 3.7
https://bugs.python.org/issue33821 closed by terry.reedy

#35764: IDLE: revise calltip doc
https://bugs.python.org/issue35764 closed by terry.reedy

#35767: unittest loader doesn't work with partial test functions
https://bugs.python.org/issue35767 closed by fried

#36666: threading.Thread should have way to catch an exception thrown
https://bugs.python.org/issue36666 closed by vstinner

#37062: `AutoNumber` class in enum documentation: support *args in con
https://bugs.python.org/issue37062 closed by ethan.furman

#37309: idlelib/NEWS.txt for 3.9.0 and backports
https://bugs.python.org/issue37309 closed by terry.reedy

#37408: [DOC] Precise that Tarfile "format" argument only concerns wri
https://bugs.python.org/issue37408 closed by gregory.p.smith

#37827: IDLE: Have the shell mimic terminal handling of \r and \b cont
https://bugs.python.org/issue37827 closed by taleinat

#37849: IDLE: Completion window misplaced when shown above current lin
https://bugs.python.org/issue37849 closed by taleinat

#38068: clean up configure logic for gettimeofday
https://bugs.python.org/issue38068 closed by benjamin.peterson

#38776: rlock_count<0
https://bugs.python.org/issue38776 closed by vstinner

#39041: Support GitHub Actions in CI
https://bugs.python.org/issue39041 closed by steve.dower

#40049: tarfile cannot extract from stdin
https://bugs.python.org/issue40049 closed by taleinat

#40181: IDLE: remove positional-only note from calltips
https://bugs.python.org/issue40181 closed by terry.reedy

#40458: test_bad_getattr crashes on APPX test
https://bugs.python.org/issue40458 closed by steve.dower

#40941: Merge generator.gi_running and frame executing flag into singl
https://bugs.python.org/issue40941 closed by vstinner

#41492: Fix signing description for Windows release builds
https://bugs.python.org/issue41492 closed by steve.dower

#41602: Python doesn't exit with proper resultcode on SIGINT in runpy
https://bugs.python.org/issue41602 closed by gvanrossum

#41684: argparse: unexpected subparser behaviour on parse_args with na
https://bugs.python.org/issue41684 closed by paul.j3

#41758: turtledemo.colormixer crashes with a stack overflow
https://bugs.python.org/issue41758 closed by terry.reedy

#41775: IDLE: change Shell window title
https://bugs.python.org/issue41775 closed by terry.reedy

#41807: Warnings when installing Linter on VS code on Linux and Window
https://bugs.python.org/issue41807 closed by steve.dower

#41809: finding file attributes in Windows seems to fail
https://bugs.python.org/issue41809 closed by terry.reedy

#41810: Consider reintroducing `types.EllipsisType` for the sake of ty
https://bugs.python.org/issue41810 closed by gvanrossum

#41811: pstats.SortKey enum is broken
https://bugs.python.org/issue41811 closed by ethan.furman

#41815: SQLite: segfault if backup called on closed database
https://bugs.python.org/issue41815 closed by aeros

#41816: need StrEnum in enum.py
https://bugs.python.org/issue41816 closed by ethan.furman

#41817: Incorrect types in tkinter.EventType Enum
https://bugs.python.org/issue41817 closed by ethan.furman

#41820: ipaddress allows "00" in ipv4 address octets
https://bugs.python.org/issue41820 closed by eric.smith

#41821: Printing specific Unicode characters causes unwanted beeping i
https://bugs.python.org/issue41821 closed by eryksun

#41827: 2D array issue
https://bugs.python.org/issue41827 closed by eric.smith

#41828: No longer able to override DATA_UPLOAD_MAX_MEMORY_SIZE outside
https://bugs.python.org/issue41828 closed by eric.smith

#41833: threading.Thread: use target name if the name parameter is omi
https://bugs.python.org/issue41833 closed by vstinner

#41836: Improve ctypes error reporting with missing DLL path
https://bugs.python.org/issue41836 closed by pombredanne

#41860: random.choices() raises "int too large" error while random.ran
https://bugs.python.org/issue41860 closed by rhettinger

#41862: can not open file in system folder
https://bugs.python.org/issue41862 closed by eryksun
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/IHVPZKKJPAQI6VT3RP5OXD6PFBK4IVUD/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-09-25 - 2020-10-02)
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 7688 ( +9)
closed 45960 (+41)
total 53648 (+50)

Open issues with patches: 3138


Issues opened (36)
==================

#41773: Clarify handling of infinity and nan in random.choices
https://bugs.python.org/issue41773 reopened by rhettinger

#41864: Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnos
https://bugs.python.org/issue41864 opened by micwin

#41866: Document error in chinese version of contextlib.
https://bugs.python.org/issue41866 opened by siyuan

#41867: Include options for timespec in docstrings of isoformat
https://bugs.python.org/issue41867 opened by cool-RR

#41868: SMTPLIB integrate or provide option to use "logging"
https://bugs.python.org/issue41868 opened by hpkkumar007

#41869: Multiprocessing Manager Object Cleanup
https://bugs.python.org/issue41869 opened by boom0192

#41875: __builtin_unreachable error in gcc 4.4.5
https://bugs.python.org/issue41875 opened by yota moteuchi

#41876: Add __repr__ for Tkinter Font objects
https://bugs.python.org/issue41876 opened by serhiy.storchaka

#41877: Check against misspellings of assert etc. in mock
https://bugs.python.org/issue41877 opened by vabr2

#41878: python3 fails to use custom mapping object as symbols in eval(
https://bugs.python.org/issue41878 opened by Robert Haschke

#41879: Outdated description of async iterables in documentation of as
https://bugs.python.org/issue41879 opened by nickgaya

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880 opened by benwolsieffer

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882 opened by termim

#41883: ctypes pointee goes out of scope, then pointer in struct dangl
https://bugs.python.org/issue41883 opened by NankerPhelge

#41884: tempfile.py TemporaryDirectory/mkdtemp defaults to mode 0o700,
https://bugs.python.org/issue41884 opened by ray-sit

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886 opened by da-woods

#41887: ast.literal_eval does not accept strings with leading whitespa
https://bugs.python.org/issue41887 opened by gousaiyang

#41889: enum: Mixin and int base class regression in 3.8.6
https://bugs.python.org/issue41889 opened by puddly

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891 opened by rkojedzinszky

#41892: use both "for in" and "ElementTree.remove" has a index bug
https://bugs.python.org/issue41892 opened by WoodyWoo

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894 opened by kadler

#41895: PyMethodDef does NOT have any fields contain context in embedd
https://bugs.python.org/issue41895 opened by dexter

#41896: Moving index with wordstart expression includes non-alphanumbe
https://bugs.python.org/issue41896 opened by pyTama

#41898: Any logging causes assertLogs to pass
https://bugs.python.org/issue41898 opened by udalrich.schermer

#41900: XML C14N serialisation fails with default namespace
https://bugs.python.org/issue41900 opened by scoder

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902 opened by corona10

#41903: PyNumber_InPlacePower ignores o3 if o1 implements __ipow__
https://bugs.python.org/issue41903 opened by hodgestar

#41904: datetime.datetime.today makes no sense and should be removed
https://bugs.python.org/issue41904 opened by yurzo

#41905: add update_abstractmethods function to update an ABC's abstrac
https://bugs.python.org/issue41905 opened by avrahami.ben

#41906: logging.config.dictConfig does not work with callable filters
https://bugs.python.org/issue41906 opened by raybb

#41907: Regression in IntFlag behaviour in f-string
https://bugs.python.org/issue41907 opened by rt121212121

#41908: Make IDLE Start Menu entry more descriptive
https://bugs.python.org/issue41908 opened by terry.reedy

#41909: Segfault on __getattr__ infinite recursion on certain attribut
https://bugs.python.org/issue41909 opened by bluetech

#41910: Document that object.__eq__ implements `a is b`
https://bugs.python.org/issue41910 opened by brett.cannon

#41911: Language reference incorrectly says comparison expressions ret
https://bugs.python.org/issue41911 opened by brett.cannon

#41912: Long generator chain causes segmentation fault
https://bugs.python.org/issue41912 opened by karzes



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

#41912: Long generator chain causes segmentation fault
https://bugs.python.org/issue41912

#41911: Language reference incorrectly says comparison expressions ret
https://bugs.python.org/issue41911

#41910: Document that object.__eq__ implements `a is b`
https://bugs.python.org/issue41910

#41909: Segfault on __getattr__ infinite recursion on certain attribut
https://bugs.python.org/issue41909

#41900: XML C14N serialisation fails with default namespace
https://bugs.python.org/issue41900

#41898: Any logging causes assertLogs to pass
https://bugs.python.org/issue41898

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880

#41879: Outdated description of async iterables in documentation of as
https://bugs.python.org/issue41879

#41869: Multiprocessing Manager Object Cleanup
https://bugs.python.org/issue41869

#41868: SMTPLIB integrate or provide option to use "logging"
https://bugs.python.org/issue41868

#41867: Include options for timespec in docstrings of isoformat
https://bugs.python.org/issue41867



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

#41907: Regression in IntFlag behaviour in f-string
https://bugs.python.org/issue41907

#41905: add update_abstractmethods function to update an ABC's abstrac
https://bugs.python.org/issue41905

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902

#41900: XML C14N serialisation fails with default namespace
https://bugs.python.org/issue41900

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894

#41892: use both "for in" and "ElementTree.remove" has a index bug
https://bugs.python.org/issue41892

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891

#41889: enum: Mixin and int base class regression in 3.8.6
https://bugs.python.org/issue41889

#41887: ast.literal_eval does not accept strings with leading whitespa
https://bugs.python.org/issue41887

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880

#41876: Add __repr__ for Tkinter Font objects
https://bugs.python.org/issue41876

#41875: __builtin_unreachable error in gcc 4.4.5
https://bugs.python.org/issue41875

#41867: Include options for timespec in docstrings of isoformat
https://bugs.python.org/issue41867



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

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902 15 msgs

#41892: use both "for in" and "ElementTree.remove" has a index bug
https://bugs.python.org/issue41892 13 msgs

#41851: tkinter: add font equal methods
https://bugs.python.org/issue41851 6 msgs

#41774: While removing element from list using for and remove(), which
https://bugs.python.org/issue41774 5 msgs

#41875: __builtin_unreachable error in gcc 4.4.5
https://bugs.python.org/issue41875 5 msgs

#41905: add update_abstractmethods function to update an ABC's abstrac
https://bugs.python.org/issue41905 5 msgs

#41859: Uncaught ValueError
https://bugs.python.org/issue41859 4 msgs

#41861: Convert sqlite3 to PEP 384
https://bugs.python.org/issue41861 4 msgs

#41883: ctypes pointee goes out of scope, then pointer in struct dangl
https://bugs.python.org/issue41883 4 msgs

#41903: PyNumber_InPlacePower ignores o3 if o1 implements __ipow__
https://bugs.python.org/issue41903 4 msgs



Issues closed (39)
==================

#13790: In str.format an incorrect error message for list, tuple, dict
https://bugs.python.org/issue13790 closed by eric.smith

#17490: Improve ast.literal_eval test suite coverage
https://bugs.python.org/issue17490 closed by serhiy.storchaka

#29127: Incorrect reference names in asyncio.subprocess documentation
https://bugs.python.org/issue29127 closed by aeros

#29893: create_subprocess_exec doc doesn't match software
https://bugs.python.org/issue29893 closed by vstinner

#29940: Add follow_wrapped=True option to help()
https://bugs.python.org/issue29940 closed by taleinat

#30953: Fatal python error when jumping into except clause
https://bugs.python.org/issue30953 closed by ppperry

#31256: xml.etree.ElementTree: add support for doctype in tostring met
https://bugs.python.org/issue31256 closed by scoder

#33867: Module dicts are wiped on module garbage collection
https://bugs.python.org/issue33867 closed by serhiy.storchaka

#35103: format_exception() doesn't work with PyErr_Fetch
https://bugs.python.org/issue35103 closed by pablogsal

#36255: Provide a simple way to delete and edit python's welcome messa
https://bugs.python.org/issue36255 closed by rhettinger

#38989: pip install selects 32 bit wheels for 64 bit python if vcvarsa
https://bugs.python.org/issue38989 closed by steve.dower

#39862: Why are the union relationships not implemented by default for
https://bugs.python.org/issue39862 closed by rhettinger

#40105: Updating zip comment doesn't truncate the zip file
https://bugs.python.org/issue40105 closed by taleinat

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

#41295: CPython 3.8.4 regression on __setattr__ in multiinheritance wi
https://bugs.python.org/issue41295 closed by scoder

#41356: Convert bool.__new__ to argument clinic
https://bugs.python.org/issue41356 closed by Dennis Sweeney

#41613: get_type_hints regression for 3.9 and 3.10
https://bugs.python.org/issue41613 closed by BTaskaya

#41692: Deprecate immortal interned strings: PyUnicode_InternImmortal(
https://bugs.python.org/issue41692 closed by vstinner

#41738: MIME type for *.zip becomes application/x-zip-compressed on Wi
https://bugs.python.org/issue41738 closed by steve.dower

#41802: Missing documentation for 'PyDict_DelItem' behavior
https://bugs.python.org/issue41802 closed by serhiy.storchaka

#41834: Remove _Py_CheckRecursionLimit variable
https://bugs.python.org/issue41834 closed by vstinner

#41842: Add codecs.unregister() to unregister a codec search function
https://bugs.python.org/issue41842 closed by vstinner

#41848: PEG parser doesn't allow lambda in for_if_clause
https://bugs.python.org/issue41848 closed by gvanrossum

#41858: Fix incomplete line on optparse documentation
https://bugs.python.org/issue41858 closed by taleinat

#41863: IDLE shell not opening with 3.5 on Mac Mohave.
https://bugs.python.org/issue41863 closed by terry.reedy

#41865: doc search for super().__init__() returns no useful results
https://bugs.python.org/issue41865 closed by rhettinger

#41870: Use PEP 590 vectorcall to speed up calls to bool()
https://bugs.python.org/issue41870 closed by corona10

#41871: Add PyList_Remove() in listobject.c
https://bugs.python.org/issue41871 closed by shihai1991

#41872: get_type_hints fails to resolve forward references in nested f
https://bugs.python.org/issue41872 closed by gvanrossum

#41873: Add vectorcall for float()
https://bugs.python.org/issue41873 closed by corona10

#41874: datetime.strptime raises error if date is before 1900
https://bugs.python.org/issue41874 closed by redrooster

#41881: New Line escape issue in raw strings
https://bugs.python.org/issue41881 closed by ardath.kevin

#41885: Unexpected behavior re.sub() with raw f-strings
https://bugs.python.org/issue41885 closed by eric.smith

#41888: Duplicate Opcode value in master and 3.9rc2
https://bugs.python.org/issue41888 closed by anthonypjshaw

#41890: crypt produces wrong hashes for passwords containing newline c
https://bugs.python.org/issue41890 closed by amarahzm

#41893: remove() method is not working as expected(Hard to explain)
https://bugs.python.org/issue41893 closed by eric.smith

#41897: ast.parse in Python 3.9 does not produce SyntaxError for assig
https://bugs.python.org/issue41897 closed by gvanrossum

#41899: Poor example for Element.remove()
https://bugs.python.org/issue41899 closed by scoder

#41901: Added some explaining to pickle errors.
https://bugs.python.org/issue41901 closed by Marco Sulla
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/IHXKWY2BFTYE6D7RAR26HJKDY2VDZKXX/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-10-02 - 2020-10-09)
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 7690 ( +2)
closed 46029 (+69)
total 53719 (+71)

Open issues with patches: 3126


Issues opened (42)
==================

#41913: EnvBuilder.install_scripts should use explicit permissions
https://bugs.python.org/issue41913 opened by Frederik Rietdijk

#41914: test_pdb fails
https://bugs.python.org/issue41914 opened by sumagnadas

#41915: unittest.mock.create_autospec(Obj, instance=True) has self key
https://bugs.python.org/issue41915 opened by ettang

#41916: cxx pthread check is not overrideable
https://bugs.python.org/issue41916 opened by virtuald

#41918: exec fails to take locals into account when running list compr
https://bugs.python.org/issue41918 opened by qpeter

#41919: Modify test_codecs to use the new codecs.unregister() function
https://bugs.python.org/issue41919 opened by shihai1991

#41921: REDoS in parseentities
https://bugs.python.org/issue41921 opened by yetingli

#41926: Unpredictable behavior when parsing xml. (xml.etree.ElementTre
https://bugs.python.org/issue41926 opened by CyberCreator

#41928: ZipFile does not supports Unicode Path Extra Field (0x7075) zi
https://bugs.python.org/issue41928 opened by ivan.sorokin.tech

#41929: Detect OEM code page for zip archives in ZipFile based on syst
https://bugs.python.org/issue41929 opened by ivan.sorokin.tech

#41930: Wrap sqlite3_serialize API in sqlite3 module
https://bugs.python.org/issue41930 opened by Kerrick Staley

#41932: Incorrect struct definition with bitfields
https://bugs.python.org/issue41932 opened by berthin

#41933: Wording of s * n in Common Sequence Operations is not optimal
https://bugs.python.org/issue41933 opened by mdk

#41938: concurrent.futures.wait calls len() on an possible iterable
https://bugs.python.org/issue41938 opened by rohitkg98

#41940: AMD64 Debian root 3.x: tests fail because downloaded files sta
https://bugs.python.org/issue41940 opened by vstinner

#41943: unittest.assertLogs passes unexpectedly
https://bugs.python.org/issue41943 opened by mrbean-bremen

#41944: [security] Python testsuite calls eval() on content received v
https://bugs.python.org/issue41944 opened by serhiy.storchaka

#41945: http.cookies.SimpleCookie.parse error after [keys]
https://bugs.python.org/issue41945 opened by xnovakj

#41946: Add concrete examples to os.path documentation
https://bugs.python.org/issue41946 opened by theacodes

#41948: Runtime error while trying to use Python3.9 with virtualenv
https://bugs.python.org/issue41948 opened by abhicantdraw

#41949: Redefinition of HMAC functions prevents static linking
https://bugs.python.org/issue41949 opened by indygreg

#41950: Typo in Python 3.9 what's new page
https://bugs.python.org/issue41950 opened by kigawas

#41951: python-3.8.2.exe /uninstall /quiet fails with Exit code: 0x643
https://bugs.python.org/issue41951 opened by szheng

#41954: [mock] Recursion on mocking inspect.isfunction
https://bugs.python.org/issue41954 opened by stanislavlevin

#41956: Regression in HTMLParser on malformed tags
https://bugs.python.org/issue41956 opened by dan

#41959: Doc/library/asyncio-policy.rst grammar error
https://bugs.python.org/issue41959 opened by raulcd

#41960: Add globalns and localns to the inspect.signature and inspect.
https://bugs.python.org/issue41960 opened by BTaskaya

#41961: Windows install failure "could not set file security"
https://bugs.python.org/issue41961 opened by steve.dower

#41962: Make threading._register_atexit public?
https://bugs.python.org/issue41962 opened by Ben.Darnell

#41963: ConfigParser: stripping of comments should be documented
https://bugs.python.org/issue41963 opened by jugmac00

#41966: datetime.time issue with pickling in PyPy
https://bugs.python.org/issue41966 opened by ddddaaaa

#41967: Handle annotations in the parser to avoid the need for roundtr
https://bugs.python.org/issue41967 opened by pablogsal

#41969: ttk.RadioButtons mis-sized under Windows 10 UI Scaling, with d
https://bugs.python.org/issue41969 opened by Athanasius

#41971: multiple tests in test_tools fail since Python 3.9
https://bugs.python.org/issue41971 opened by felixonmars

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972 opened by Zeturic

#41973: Docs: TypedDict is now of type function instead of class
https://bugs.python.org/issue41973 opened by gaborjbernat

#41975: Textwrap to conform to https://www.unicode.org/reports/tr14/tr
https://bugs.python.org/issue41975 opened by mdk

#41977: ctypes array inside structure requires explicit garbage collec
https://bugs.python.org/issue41977 opened by maxim.pichler

#41980: Argparse documentation is slightly misleading
https://bugs.python.org/issue41980 opened by ygingras

#41981: Errors building python 3.9.0 from source on Centos 7 with GCC
https://bugs.python.org/issue41981 opened by ftesser

#41982: [Python 3.8] Wrong location flagged as syntax error
https://bugs.python.org/issue41982 opened by iljah

#41983: Missing Documentation AF_PACKET
https://bugs.python.org/issue41983 opened by TheNuGuy



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

#41983: Missing Documentation AF_PACKET
https://bugs.python.org/issue41983

#41980: Argparse documentation is slightly misleading
https://bugs.python.org/issue41980

#41977: ctypes array inside structure requires explicit garbage collec
https://bugs.python.org/issue41977

#41975: Textwrap to conform to https://www.unicode.org/reports/tr14/tr
https://bugs.python.org/issue41975

#41969: ttk.RadioButtons mis-sized under Windows 10 UI Scaling, with d
https://bugs.python.org/issue41969

#41962: Make threading._register_atexit public?
https://bugs.python.org/issue41962

#41960: Add globalns and localns to the inspect.signature and inspect.
https://bugs.python.org/issue41960

#41959: Doc/library/asyncio-policy.rst grammar error
https://bugs.python.org/issue41959

#41956: Regression in HTMLParser on malformed tags
https://bugs.python.org/issue41956

#41950: Typo in Python 3.9 what's new page
https://bugs.python.org/issue41950

#41948: Runtime error while trying to use Python3.9 with virtualenv
https://bugs.python.org/issue41948

#41946: Add concrete examples to os.path documentation
https://bugs.python.org/issue41946

#41945: http.cookies.SimpleCookie.parse error after [keys]
https://bugs.python.org/issue41945

#41943: unittest.assertLogs passes unexpectedly
https://bugs.python.org/issue41943

#41938: concurrent.futures.wait calls len() on an possible iterable
https://bugs.python.org/issue41938



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

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972

#41967: Handle annotations in the parser to avoid the need for roundtr
https://bugs.python.org/issue41967

#41960: Add globalns and localns to the inspect.signature and inspect.
https://bugs.python.org/issue41960

#41959: Doc/library/asyncio-policy.rst grammar error
https://bugs.python.org/issue41959

#41950: Typo in Python 3.9 what's new page
https://bugs.python.org/issue41950

#41944: [security] Python testsuite calls eval() on content received v
https://bugs.python.org/issue41944

#41943: unittest.assertLogs passes unexpectedly
https://bugs.python.org/issue41943

#41938: concurrent.futures.wait calls len() on an possible iterable
https://bugs.python.org/issue41938

#41933: Wording of s * n in Common Sequence Operations is not optimal
https://bugs.python.org/issue41933

#41919: Modify test_codecs to use the new codecs.unregister() function
https://bugs.python.org/issue41919

#41916: cxx pthread check is not overrideable
https://bugs.python.org/issue41916

#41907: Regression in IntFlag behaviour in f-string
https://bugs.python.org/issue41907

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891



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

#41967: Handle annotations in the parser to avoid the need for roundtr
https://bugs.python.org/issue41967 23 msgs

#26680: Incorporating float.is_integer into Decimal
https://bugs.python.org/issue26680 16 msgs

#41944: [security] Python testsuite calls eval() on content received v
https://bugs.python.org/issue41944 13 msgs

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972 11 msgs

#41490: Update bundled pip to 20.2.1 and setuptools to 49.2.1
https://bugs.python.org/issue41490 10 msgs

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894 10 msgs

#41981: Errors building python 3.9.0 from source on Centos 7 with GCC
https://bugs.python.org/issue41981 10 msgs

#36534: tarfile: handling Windows (path) illegal characters in archive
https://bugs.python.org/issue36534 7 msgs

#7946: Convoy effect with I/O bound threads and New GIL
https://bugs.python.org/issue7946 4 msgs

#41877: Check against misspellings of assert etc. in mock
https://bugs.python.org/issue41877 4 msgs



Issues closed (66)
==================

#23984: Documentation error: Descriptors
https://bugs.python.org/issue23984 closed by rhettinger

#26332: OSError: exception: access violation writing <...> (Windows 10
https://bugs.python.org/issue26332 closed by eryksun

#30578: Misleading example in sys.set_coroutine_wrapper docs
https://bugs.python.org/issue30578 closed by vstinner

#32192: Provide importlib.util.lazy_import helper function
https://bugs.python.org/issue32192 closed by brett.cannon

#32222: pygettext doesn't extract docstrings for functions with type a
https://bugs.python.org/issue32222 closed by methane

#32922: dbm.open() encodes filename with default encoding rather than
https://bugs.python.org/issue32922 closed by Josh Friend

#33235: Better help text for dict.setdefault
https://bugs.python.org/issue33235 closed by methane

#33894: tempfile.tempdir cannot be unset
https://bugs.python.org/issue33894 closed by eric.smith

#34552: Clarify built-in types comparisons
https://bugs.python.org/issue34552 closed by gvanrossum

#35291: duplicate of memoryview from io.BufferedWriter leaks
https://bugs.python.org/issue35291 closed by methane

#35404: Document how to import _structure in email.message
https://bugs.python.org/issue35404 closed by Mariatta

#37456: FAQ says positional arguments aren't a thing
https://bugs.python.org/issue37456 closed by pablogsal

#38605: [typing] PEP 563: Postponed evaluation of annotations: enable
https://bugs.python.org/issue38605 closed by gvanrossum

#38914: Clarify wording for warning message when checking a package
https://bugs.python.org/issue38914 closed by pablogsal

#39450: unittest TestCase shortDescription does not strip whitespace
https://bugs.python.org/issue39450 closed by chris.jerdonek

#40202: Misleading grammatically of ValueError Message?
https://bugs.python.org/issue40202 closed by ammar2

#40348: Programming FAQ about "What is delegation?": Fix typos
https://bugs.python.org/issue40348 closed by rhettinger

#40391: io.FileIO.mode doesn't comply with the docs
https://bugs.python.org/issue40391 closed by serhiy.storchaka

#40430: ast.Slice is no longer a subclass of ast.slice
https://bugs.python.org/issue40430 closed by serhiy.storchaka

#40564: Using zipfile.Path with several files prematurely closes zip
https://bugs.python.org/issue40564 closed by jaraco

#40833: Clarify docstring of Path.rename
https://bugs.python.org/issue40833 closed by taleinat

#41306: test_tk test_widgets.ScaleTest fails with Tk 8.6.10
https://bugs.python.org/issue41306 closed by pablogsal

#41428: PEP 604 -- Allow writing union types as X | Y
https://bugs.python.org/issue41428 closed by gvanrossum

#41483: Do not acquire lock in MemoryHandler.flush() if no target defi
https://bugs.python.org/issue41483 closed by vinay.sajip

#41557: Upgrade Windows and macOS builds to use SQLite 3.33
https://bugs.python.org/issue41557 closed by erlendaasland

#41584: Clarify documentation for binary arithmetic operation subclass
https://bugs.python.org/issue41584 closed by brett.cannon

#41826: test_peg_generator compilation warnings
https://bugs.python.org/issue41826 closed by pablogsal

#41840: [regression] symtable.Symbol.is_local() is no longer True for
https://bugs.python.org/issue41840 closed by pablogsal

#41867: Include options for timespec in docstrings of isoformat
https://bugs.python.org/issue41867 closed by taleinat

#41875: __builtin_unreachable error in gcc 4.4.5
https://bugs.python.org/issue41875 closed by lukasz.langa

#41887: ast.literal_eval does not accept strings with leading whitespa
https://bugs.python.org/issue41887 closed by gvanrossum

#41892: use both "for in" and "ElementTree.remove" has a index bug
https://bugs.python.org/issue41892 closed by scoder

#41898: Any logging causes assertLogs to pass
https://bugs.python.org/issue41898 closed by vinay.sajip

#41900: XML C14N serialisation fails with default namespace
https://bugs.python.org/issue41900 closed by scoder

#41905: add update_abstractmethods function to update an ABC's abstrac
https://bugs.python.org/issue41905 closed by gvanrossum

#41909: Segfault on __getattr__ infinite recursion on certain attribut
https://bugs.python.org/issue41909 closed by serhiy.storchaka

#41912: Long generator chain causes segmentation fault
https://bugs.python.org/issue41912 closed by terry.reedy

#41917: Python 3.9rc2 fails to install matplotlib
https://bugs.python.org/issue41917 closed by steve.dower

#41920: Weird add operation of "0.2222 + 0.1111"
https://bugs.python.org/issue41920 closed by steven.daprano

#41922: Use PEP 590 vectorcall to speed up calls to reversed()
https://bugs.python.org/issue41922 closed by corona10

#41923: Add PEP 613 typing.TypeAlias to the standard library
https://bugs.python.org/issue41923 closed by gvanrossum

#41924: TextWrap's wrap method throws unhelpful error on bytes object
https://bugs.python.org/issue41924 closed by ThePokestarFan

#41925: Lowercase path to python.exe in pip.exe from venv is throwing
https://bugs.python.org/issue41925 closed by chris-tse

#41927: Why is there no documentation in Russian?
https://bugs.python.org/issue41927 closed by serhiy.storchaka

#41931: Make dict(object) return its attribute __dict__
https://bugs.python.org/issue41931 closed by rhettinger

#41934: Add `has` method to `pathlib.Path` class.
https://bugs.python.org/issue41934 closed by hadialqattan

#41935: Add binary operator!
https://bugs.python.org/issue41935 closed by pablogsal

#41936: Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION
https://bugs.python.org/issue41936 closed by serhiy.storchaka

#41937: how to use cpython O&
https://bugs.python.org/issue41937 closed by steven.daprano

#41939: 3.9.0 test_site warning: "urllib.requests._opener was modified
https://bugs.python.org/issue41939 closed by vstinner

#41941: Py_Initialize affects the console
https://bugs.python.org/issue41941 closed by vstinner

#41942: Add if condition for 'for loop'
https://bugs.python.org/issue41942 closed by chienpingtsung

#41947: Tests When Building Python
https://bugs.python.org/issue41947 closed by eric.smith

#41952: sys.version has double space between month and date
https://bugs.python.org/issue41952 closed by steve.dower

#41953: Confusing error message of 50,*2
https://bugs.python.org/issue41953 closed by wyz23x2

#41955: Python Modules
https://bugs.python.org/issue41955 closed by christian.heimes

#41957: IDLE does not Transform Tabs into Spaces in Interactive Mode
https://bugs.python.org/issue41957 closed by terry.reedy

#41958: importlib has not util module
https://bugs.python.org/issue41958 closed by serhiy.storchaka

#41964: difflib SequenceMatcher get_matching_blocks returns non-matchi
https://bugs.python.org/issue41964 closed by tim.peters

#41965: distutils.spawn.find_executable() fails to find .py files on W
https://bugs.python.org/issue41965 closed by steve.dower

#41968: 3.9 IDLE documentation.
https://bugs.python.org/issue41968 closed by terry.reedy

#41970: test_lib2to3 fails since Python 3.9
https://bugs.python.org/issue41970 closed by pablogsal

#41974: Remove complex.__float__, complex.__floordiv__, etc
https://bugs.python.org/issue41974 closed by serhiy.storchaka

#41976: ctypes.util.find_library fails with gcc 9
https://bugs.python.org/issue41976 closed by pablogsal

#41978: numpy, scipy packages failed to install via pip - Windows 10 P
https://bugs.python.org/issue41978 closed by christian.heimes

#41979: PEG parser doesn't accept extended unpacking in with statement
https://bugs.python.org/issue41979 closed by lys.nikolaou
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/MI2Y2KX3LFK4UN72YUSMOLCLPHUPRNFB/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-10-09 - 2020-10-16)
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 7707 (+17)
closed 46082 (+53)
total 53789 (+70)

Open issues with patches: 3125


Issues opened (46)
==================

#41987: singledispatchmethod raises an error when relying on a forward
https://bugs.python.org/issue41987 opened by glyph

#41988: No hyphen in broken up word in documentation
https://bugs.python.org/issue41988 opened by cryvate

#41989: htmlparser unclosed script tag causes data loss
https://bugs.python.org/issue41989 opened by waylan

#41990: venv module clashes with pip --user ... improve coordination.
https://bugs.python.org/issue41990 opened by bernd.wechner

#41994: Refcount issues in import
https://bugs.python.org/issue41994 opened by serhiy.storchaka

#41995: five possible Null Pointer Dereference bugs.
https://bugs.python.org/issue41995 opened by brightest3379

#41999: imaplib Time2Internaldate crashing with time.struct_time suppl
https://bugs.python.org/issue41999 opened by sajicek

#42001: Deprecate `typing.io` Wrapper Namespace
https://bugs.python.org/issue42001 opened by rohitkg98

#42004: Allow uploading files with SimpleHTTPRequestHandler
https://bugs.python.org/issue42004 opened by lufte

#42005: profile/cProfile CLI should catch BrokenPipeError
https://bugs.python.org/issue42005 opened by zmwangx

#42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_Ge
https://bugs.python.org/issue42006 opened by serhiy.storchaka

#42008: Internal Random class calling seed() with incorrect argument
https://bugs.python.org/issue42008 opened by rhettinger

#42009: Unable to compile with message compiler due to source order
https://bugs.python.org/issue42009 opened by chrisburr

#42010: Generic types accept indexing/subscripting, causing confusion
https://bugs.python.org/issue42010 opened by kj

#42012: typing support in wsgiref
https://bugs.python.org/issue42012 opened by srittau

#42013: venv on Windows with symlinks is broken if invoked with -I
https://bugs.python.org/issue42013 opened by gaborjbernat

#42014: shutil.rmtree calls onerror with different function than faile
https://bugs.python.org/issue42014 opened by nijel

#42016: Add ksh to venv examples
https://bugs.python.org/issue42016 opened by fibonacci

#42018: winreg SetValue(Ex) should mention integer as an acceptable va
https://bugs.python.org/issue42018 opened by kwojniak_box

#42019: Override MagicMock special methods
https://bugs.python.org/issue42019 opened by Indy

#42022: Allow ensurepip to work without bundled wheels
https://bugs.python.org/issue42022 opened by FFY00

#42023: Argparse: Add a "display" arg
https://bugs.python.org/issue42023 opened by ThatXliner

#42024: Exception ignored in: <function WeakValueDictionary.__init__.<
https://bugs.python.org/issue42024 opened by jayesh007

#42025: zoneinfo: wrong time difference across transition when tzinfo
https://bugs.python.org/issue42025 opened by d.grellscheid

#42027: /passive run of Windows installer fail silently on Win7
https://bugs.python.org/issue42027 opened by colin-b

#42028: Regression in mimetypes for image/bmp
https://bugs.python.org/issue42028 opened by xpdseth

#42032: Setting PYTHONPYCACHEPREFIX using ~ (tilde) creates a "~" fold
https://bugs.python.org/issue42032 opened by vkbo

#42033: Seemingly unnecessary complexification of foo(**kw)
https://bugs.python.org/issue42033 opened by xmorel

#42034: Unchecked return in Objects/typeobject.c and possible uninitia
https://bugs.python.org/issue42034 opened by monocle-ai

#42035: [C API] PyType_GetSlot cannot get tp_name
https://bugs.python.org/issue42035 opened by fancitron

#42036: Unchecked return in Modules/posixmodule.c from multiple functi
https://bugs.python.org/issue42036 opened by monocle-ai

#42037: Documentation confusion in CookieJar functions
https://bugs.python.org/issue42037 opened by markus

#42038: Tracemalloc's format() doc contradictory
https://bugs.python.org/issue42038 opened by lisroach

#42040: Change IDLE 'more information' splash line, change doc name
https://bugs.python.org/issue42040 opened by terry.reedy

#42041: venv subprocess call to python resolves to wrong interpreter
https://bugs.python.org/issue42041 opened by keller00

#42042: docs.python.org for 3.10 missing the new refererence record.
https://bugs.python.org/issue42042 opened by corona10

#42043: zipfile.Path should support inheritance
https://bugs.python.org/issue42043 opened by conchylicultor

#42044: Running Python in unbuffered mode may not write all contents t
https://bugs.python.org/issue42044 opened by fabioz

#42045: Add support to async code to pdb
https://bugs.python.org/issue42045 opened by hack.augusto

#42046: Unable to write to file without elevated privileges
https://bugs.python.org/issue42046 opened by john_miller

#42047: DragonFlyBSD thread native id support missing
https://bugs.python.org/issue42047 opened by devnexen

#42048: Document Argument Clinic's defining_class converter
https://bugs.python.org/issue42048 opened by erlendaasland

#42049: Add image/webp to list of media types in mimetypes.py
https://bugs.python.org/issue42049 opened by waicalibre

#42050: ensurepip fails if cwd contains illformed setup.cf
https://bugs.python.org/issue42050 opened by htgoebel

#42051: plistlib inherits XML vulnerabilities: we should document them
https://bugs.python.org/issue42051 opened by vstinner

#42053: fwalk: incorrect boolean test for non-fd arguments
https://bugs.python.org/issue42053 opened by dubiousjim



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

#42053: fwalk: incorrect boolean test for non-fd arguments
https://bugs.python.org/issue42053

#42050: ensurepip fails if cwd contains illformed setup.cf
https://bugs.python.org/issue42050

#42048: Document Argument Clinic's defining_class converter
https://bugs.python.org/issue42048

#42047: DragonFlyBSD thread native id support missing
https://bugs.python.org/issue42047

#42045: Add support to async code to pdb
https://bugs.python.org/issue42045

#42042: docs.python.org for 3.10 missing the new refererence record.
https://bugs.python.org/issue42042

#42040: Change IDLE 'more information' splash line, change doc name
https://bugs.python.org/issue42040

#42038: Tracemalloc's format() doc contradictory
https://bugs.python.org/issue42038

#42037: Documentation confusion in CookieJar functions
https://bugs.python.org/issue42037

#42036: Unchecked return in Modules/posixmodule.c from multiple functi
https://bugs.python.org/issue42036

#42035: [C API] PyType_GetSlot cannot get tp_name
https://bugs.python.org/issue42035

#42034: Unchecked return in Objects/typeobject.c and possible uninitia
https://bugs.python.org/issue42034

#42028: Regression in mimetypes for image/bmp
https://bugs.python.org/issue42028

#42027: /passive run of Windows installer fail silently on Win7
https://bugs.python.org/issue42027

#42022: Allow ensurepip to work without bundled wheels
https://bugs.python.org/issue42022



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

#42049: Add image/webp to list of media types in mimetypes.py
https://bugs.python.org/issue42049

#42047: DragonFlyBSD thread native id support missing
https://bugs.python.org/issue42047

#42043: zipfile.Path should support inheritance
https://bugs.python.org/issue42043

#42041: venv subprocess call to python resolves to wrong interpreter
https://bugs.python.org/issue42041

#42036: Unchecked return in Modules/posixmodule.c from multiple functi
https://bugs.python.org/issue42036

#42034: Unchecked return in Objects/typeobject.c and possible uninitia
https://bugs.python.org/issue42034

#42018: winreg SetValue(Ex) should mention integer as an acceptable va
https://bugs.python.org/issue42018

#42010: Generic types accept indexing/subscripting, causing confusion
https://bugs.python.org/issue42010

#42008: Internal Random class calling seed() with incorrect argument
https://bugs.python.org/issue42008

#42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_Ge
https://bugs.python.org/issue42006

#42005: profile/cProfile CLI should catch BrokenPipeError
https://bugs.python.org/issue42005

#41995: five possible Null Pointer Dereference bugs.
https://bugs.python.org/issue41995

#41994: Refcount issues in import
https://bugs.python.org/issue41994

#41989: htmlparser unclosed script tag causes data loss
https://bugs.python.org/issue41989

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972



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

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972 21 msgs

#42013: venv on Windows with symlinks is broken if invoked with -I
https://bugs.python.org/issue42013 11 msgs

#42041: venv subprocess call to python resolves to wrong interpreter
https://bugs.python.org/issue42041 11 msgs

#38250: enum.Flag should be more set-like
https://bugs.python.org/issue38250 9 msgs

#42023: Argparse: Add a "display" arg
https://bugs.python.org/issue42023 9 msgs

#41756: Do not always use exceptions to return result from coroutine
https://bugs.python.org/issue41756 8 msgs

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956 5 msgs

#42024: Exception ignored in: <function WeakValueDictionary.__init__.<
https://bugs.python.org/issue42024 5 msgs

#34976: IDLE: Replace the search dialog with a search bar
https://bugs.python.org/issue34976 4 msgs

#40423: Optimization: use close_range(2) if available
https://bugs.python.org/issue40423 4 msgs



Issues closed (52)
==================

#21927: BOM appears in stdin when using Powershell
https://bugs.python.org/issue21927 closed by eryksun

#24828: Segfault when using store-context AST node in a load context
https://bugs.python.org/issue24828 closed by serhiy.storchaka

#26964: Incorrect documentation for `-u`-flag
https://bugs.python.org/issue26964 closed by serhiy.storchaka

#27141: Fix collections.UserList shallow copy
https://bugs.python.org/issue27141 closed by bar.harel

#27351: Update ConfigParser doc: accepts iterables, not just lists
https://bugs.python.org/issue27351 closed by terry.reedy

#27635: pickle documentation says that unpickling may not call __new__
https://bugs.python.org/issue27635 closed by alexandre.vassalotti

#32793: smtplib: duplicated debug message
https://bugs.python.org/issue32793 closed by corona10

#32885: Tools/scripts/pathfix.py leaves bunch of ~ suffixed files arou
https://bugs.python.org/issue32885 closed by hroncok

#33431: Change description about doc in programming, faq.
https://bugs.python.org/issue33431 closed by lvhuiyang

#34706: Signature.from_callable sometimes drops subclassing
https://bugs.python.org/issue34706 closed by gregory.p.smith

#37209: Add what's new entries for pickle enhancements
https://bugs.python.org/issue37209 closed by pitrou

#38077: IDLE leaking ARGV into globals() namespace
https://bugs.python.org/issue38077 closed by terry.reedy

#38110: Use fdwalk() within os.closerange() impl if available
https://bugs.python.org/issue38110 closed by gregory.p.smith

#38153: Normalize hashing algorithm names
https://bugs.python.org/issue38153 closed by gregory.p.smith

#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792 closed by terry.reedy

#39337: codecs.lookup() ignores non-ASCII characters, whereas encoding
https://bugs.python.org/issue39337 closed by vstinner

#40422: Light refactor: create a common _Py_closerange API
https://bugs.python.org/issue40422 closed by gregory.p.smith

#41371: test_zoneinfo fails when lzma module is unavailable
https://bugs.python.org/issue41371 closed by xtreak

#41376: site.getusersitepackages() incorrectly claims that PYTHONNOUSE
https://bugs.python.org/issue41376 closed by pablogsal

#41739: test_logging: test_race_between_set_target_and_flush() leaks t
https://bugs.python.org/issue41739 closed by vstinner

#41831: Restore default __str__ of tkinter.EventType
https://bugs.python.org/issue41831 closed by serhiy.storchaka

#41876: Add __repr__ for Tkinter Font objects
https://bugs.python.org/issue41876 closed by serhiy.storchaka

#41894: UnicodeDecodeError during load failure in non-UTF-8 locale
https://bugs.python.org/issue41894 closed by methane

#41904: datetime.datetime.today makes no sense and should be removed
https://bugs.python.org/issue41904 closed by belopolsky

#41919: Modify test_codecs to use the new codecs.unregister() function
https://bugs.python.org/issue41919 closed by vstinner

#41940: AMD64 Debian root 3.x: tests fail because downloaded files sta
https://bugs.python.org/issue41940 closed by vstinner

#41971: multiple tests in test_tools fail since Python 3.9
https://bugs.python.org/issue41971 closed by pablogsal

#41981: Errors building python 3.9.0 from source on Centos 7 with GCC
https://bugs.python.org/issue41981 closed by vstinner

#41984: Empty __slots__ can create untracked reference cycles
https://bugs.python.org/issue41984 closed by brandtbucher

#41985: Argument Clinic: add converter for file descriptor
https://bugs.python.org/issue41985 closed by serhiy.storchaka

#41986: Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode are not avail
https://bugs.python.org/issue41986 closed by serhiy.storchaka

#41991: Remove _PyObject_HasAttrId
https://bugs.python.org/issue41991 closed by serhiy.storchaka

#41992: Unable to install lxml using pip in Python 3.9
https://bugs.python.org/issue41992 closed by eric.smith

#41993: Possible issues when remove not completely initialized module
https://bugs.python.org/issue41993 closed by serhiy.storchaka

#41996: Should `make install` still install to /usr/bin/python3?
https://bugs.python.org/issue41996 closed by eric.smith

#41997: Docs Standard Library index page has incorrect version in titl
https://bugs.python.org/issue41997 closed by pxeger

#41998: JSON Encoder Injection Using Indent
https://bugs.python.org/issue41998 closed by DustinMoriarty

#42000: Small cleanups to AST-related code
https://bugs.python.org/issue42000 closed by BTaskaya

#42002: Clean up initialization of the sys module
https://bugs.python.org/issue42002 closed by serhiy.storchaka

#42003: After changing to list or tuple, will the original parameter c
https://bugs.python.org/issue42003 closed by steven.daprano

#42007: Line continuation after Boolean operation
https://bugs.python.org/issue42007 closed by eric.smith

#42011: Documentation for logging.Filter.filter reports the wrong retu
https://bugs.python.org/issue42011 closed by vinay.sajip

#42015: Order of decrementing reference counts in meth_dealloc
https://bugs.python.org/issue42015 closed by serhiy.storchaka

#42017: Add new type in typing
https://bugs.python.org/issue42017 closed by gvanrossum

#42020: interpreter hangs forever on invalid input
https://bugs.python.org/issue42020 closed by dgan

#42021: Fix possible ref. leaks in _sqlite3 module initialisation
https://bugs.python.org/issue42021 closed by erlendaasland

#42026: index function return first index for same element if repetiti
https://bugs.python.org/issue42026 closed by rhettinger

#42029: Remove dynload_dl.c
https://bugs.python.org/issue42029 closed by benjamin.peterson

#42030: Drop support for dynload_aix
https://bugs.python.org/issue42030 closed by benjamin.peterson

#42031: os.makedirs() introduces high memory usage for explorer.exe
https://bugs.python.org/issue42031 closed by kevin.kuan.trend

#42039: Add gc.track and gc.untrack
https://bugs.python.org/issue42039 closed by pablogsal

#42052: pathlib.Path should not call str() internally to allow inherit
https://bugs.python.org/issue42052 closed by conchylicultor
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/RI4BCVKRTMYMKHWIHRFXRL5KLZ6RABAB/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-10-16 - 2020-10-23)
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 7608 (-99)
closed 46258 (+176)
total 53866 (+77)

Open issues with patches: 3059


Issues opened (66)
==================

#2190: MozillaCookieJar ignores HttpOnly cookies
https://bugs.python.org/issue2190 reopened by terry.reedy

#25655: Python errors related to failures loading DLL's lack informati
https://bugs.python.org/issue25655 reopened by steve.dower

#33987: IDLE: use ttk.Frame for ttk widgets
https://bugs.python.org/issue33987 reopened by terry.reedy

#38820: Make Python compatible with OpenSSL 3.0.0
https://bugs.python.org/issue38820 reopened by christian.heimes

#40703: PyType_FromSpec*() overwrites the type's "__module__"
https://bugs.python.org/issue40703 reopened by petr.viktorin

#41950: Typo in Python 3.9 what's new page
https://bugs.python.org/issue41950 reopened by gvanrossum

#42026: index function return first index for same element if repetiti
https://bugs.python.org/issue42026 reopened by chetanpalliwal13

#42054: email message get_content throws KeyError for content main typ
https://bugs.python.org/issue42054 opened by msapiro

#42058: Process not running with args
https://bugs.python.org/issue42058 opened by vbanait

#42059: TypedDict(...) as function does not respect "total" when setti
https://bugs.python.org/issue42059 opened by alex.gronholm

#42060: Usage of assert in http/client.py
https://bugs.python.org/issue42060 opened by fbidu

#42061: Document __format__ method for IPv[46]Address
https://bugs.python.org/issue42061 opened by eric.smith

#42062: Usage of HTTPResponse.url
https://bugs.python.org/issue42062 opened by fbidu

#42063: More options to http.server & SimpleHTTPRequestHandler
https://bugs.python.org/issue42063 opened by jacobsorme

#42064: Convert sqlite3 to multi-phase initialisation (PEP 489)
https://bugs.python.org/issue42064 opened by erlendaasland

#42066: CookieJar cookies should not be sorted
https://bugs.python.org/issue42066 opened by IKermani

#42067: Type annotation in for-loops
https://bugs.python.org/issue42067 opened by gaaartner

#42068: For macOS, package the included Tcl and Tk frameworks in a rat
https://bugs.python.org/issue42068 opened by culler

#42070: I think the rationale to keep IsoCalendarDate private from the
https://bugs.python.org/issue42070 opened by msimpasona

#42073: classmethod does not pass "type/owner" when invoking wrapped _
https://bugs.python.org/issue42073 opened by eriknw

#42074: setup error on windows
https://bugs.python.org/issue42074 opened by rikkuguzai

#42075: Verbose/confusing default format on warnings
https://bugs.python.org/issue42075 opened by Mithil

#42076: urllib ResourceWarning in case of usage of FTP
https://bugs.python.org/issue42076 opened by icegood

#42078: _tracemalloc.c and Clang-cl
https://bugs.python.org/issue42078 opened by gvanem

#42079: Why does tarfile.next swallow InvalidHeaderError
https://bugs.python.org/issue42079 opened by jan.schatz

#42082: Eliminate test_peg_generator redundant output
https://bugs.python.org/issue42082 opened by terry.reedy

#42083: PyStructSequence_NewType broken in 3.8
https://bugs.python.org/issue42083 opened by wdi2

#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085 opened by v2m

#42086: AST: Document / re-design? the simple constructor nodes from s
https://bugs.python.org/issue42086 opened by BTaskaya

#42087: Remove pre-AIX 6.1 dead code paths
https://bugs.python.org/issue42087 opened by kadler

#42088: types.SimpleNamespace.__repr__ documentation inconsistency
https://bugs.python.org/issue42088 opened by avrahami.ben

#42090: zipfile.Path.joinpath API inconsistent with pathlib.Path.joinp
https://bugs.python.org/issue42090 opened by conchylicultor

#42091: strftime returns empty string for -d, -I 3.8.3
https://bugs.python.org/issue42091 opened by PMARINA

#42092: test_host_resolution_bad_address does not always fail as expec
https://bugs.python.org/issue42092 opened by barry

#42094: isoformat() / fromisoformat() for datetime.timedelta
https://bugs.python.org/issue42094 opened by Erik Cederstrand

#42095: plistlib: Add tests that compare with plutil(1)
https://bugs.python.org/issue42095 opened by ronaldoussoren

#42096: zipfile.is_zipfile incorrectly identifying a gzipped file as a
https://bugs.python.org/issue42096 opened by aroussel

#42097: Python 3.7.9 logging/threading/fork hang
https://bugs.python.org/issue42097 opened by Adq

#42098: Test suite should verify auditing events get triggered
https://bugs.python.org/issue42098 opened by akuchling

#42099: Fix reference to ob_type in unionobject.c and ceval
https://bugs.python.org/issue42099 opened by nascheme

#42100: Add _PyType_GetModuleByDef
https://bugs.python.org/issue42100 opened by petr.viktorin

#42101: Allow inheritance of Venvs
https://bugs.python.org/issue42101 opened by mbussonn

#42102: Make builtins.callable "generic"
https://bugs.python.org/issue42102 opened by hauntsaninja

#42103: [security] DoS (MemError via CPU and RAM exhaustion) when proc
https://bugs.python.org/issue42103 opened by wessen

#42104: xml.etree should support contains() function
https://bugs.python.org/issue42104 opened by karlcow

#42106: docs.python.org prioritises search horribly
https://bugs.python.org/issue42106 opened by xmorel

#42107: Monotonic time on macOS 10.12+ should use mach_continuous_time
https://bugs.python.org/issue42107 opened by sjunot

#42108: HTTPSConnection hangs forever when the percentage completed of
https://bugs.python.org/issue42108 opened by Tiger-222

#42109: Use hypothesis for testing the standard library, falling back
https://bugs.python.org/issue42109 opened by p-ganssle

#42110: race condition in ThreadChildWatcher (default) and MultiLoopCh
https://bugs.python.org/issue42110 opened by sourcejedi

#42111: Make the xxlimited module an example of best extension module
https://bugs.python.org/issue42111 opened by petr.viktorin

#42112: ZipFIle.write remove slash at the beginning of member's path
https://bugs.python.org/issue42112 opened by matan1008

#42114: Documentation of ctypes.CDLL does not correspond to code
https://bugs.python.org/issue42114 opened by madphysicist

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115 opened by pablogsal

#42116: Inspect library ignore comments at the end of a function (insp
https://bugs.python.org/issue42116 opened by noureddine.hamid

#42119: Error when debugging logging.FileHandler subclass __init__ met
https://bugs.python.org/issue42119 opened by fcodvpt

#42120: Depreciated MACRO of copysign for MSVC
https://bugs.python.org/issue42120 opened by ejguan

#42121: unable to input certain Unicode characters in Text widget
https://bugs.python.org/issue42121 opened by nobodxbodon

#42123: Run the two times, only enable invalid_* rules on the second r
https://bugs.python.org/issue42123 opened by lys.nikolaou

#42124: FAIL test_asyncio test_sendfile_close_peer_in_the_middle_of_re
https://bugs.python.org/issue42124 opened by terry.reedy

#42125: linecache cannot get source for the __main__ module with a cus
https://bugs.python.org/issue42125 opened by eltoder

#42126: Optimize BUILD_CONST_KEY_MAP for distinct keys
https://bugs.python.org/issue42126 opened by methane

#42127: functools.cached_property possibly disables key-sharing instan
https://bugs.python.org/issue42127 opened by Yonatan Goldschmidt

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128 opened by brandtbucher

#42129: Support resources in namespace packages
https://bugs.python.org/issue42129 opened by jaraco

#42130: AsyncIO's wait_for can hide cancellation in a rare race condit
https://bugs.python.org/issue42130 opened by tvoinarovskyi



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

#42130: AsyncIO's wait_for can hide cancellation in a rare race condit
https://bugs.python.org/issue42130

#42129: Support resources in namespace packages
https://bugs.python.org/issue42129

#42127: functools.cached_property possibly disables key-sharing instan
https://bugs.python.org/issue42127

#42125: linecache cannot get source for the __main__ module with a cus
https://bugs.python.org/issue42125

#42124: FAIL test_asyncio test_sendfile_close_peer_in_the_middle_of_re
https://bugs.python.org/issue42124

#42123: Run the two times, only enable invalid_* rules on the second r
https://bugs.python.org/issue42123

#42121: unable to input certain Unicode characters in Text widget
https://bugs.python.org/issue42121

#42119: Error when debugging logging.FileHandler subclass __init__ met
https://bugs.python.org/issue42119

#42116: Inspect library ignore comments at the end of a function (insp
https://bugs.python.org/issue42116

#42112: ZipFIle.write remove slash at the beginning of member's path
https://bugs.python.org/issue42112

#42109: Use hypothesis for testing the standard library, falling back
https://bugs.python.org/issue42109

#42108: HTTPSConnection hangs forever when the percentage completed of
https://bugs.python.org/issue42108

#42104: xml.etree should support contains() function
https://bugs.python.org/issue42104

#42101: Allow inheritance of Venvs
https://bugs.python.org/issue42101

#42100: Add _PyType_GetModuleByDef
https://bugs.python.org/issue42100



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

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128

#42126: Optimize BUILD_CONST_KEY_MAP for distinct keys
https://bugs.python.org/issue42126

#42125: linecache cannot get source for the __main__ module with a cus
https://bugs.python.org/issue42125

#42123: Run the two times, only enable invalid_* rules on the second r
https://bugs.python.org/issue42123

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115

#42112: ZipFIle.write remove slash at the beginning of member's path
https://bugs.python.org/issue42112

#42109: Use hypothesis for testing the standard library, falling back
https://bugs.python.org/issue42109

#42103: [security] DoS (MemError via CPU and RAM exhaustion) when proc
https://bugs.python.org/issue42103

#42102: Make builtins.callable "generic"
https://bugs.python.org/issue42102

#42100: Add _PyType_GetModuleByDef
https://bugs.python.org/issue42100

#42099: Fix reference to ob_type in unionobject.c and ceval
https://bugs.python.org/issue42099

#42095: plistlib: Add tests that compare with plutil(1)
https://bugs.python.org/issue42095

#42087: Remove pre-AIX 6.1 dead code paths
https://bugs.python.org/issue42087

#42086: AST: Document / re-design? the simple constructor nodes from s
https://bugs.python.org/issue42086

#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085



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

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972 25 msgs

#42041: venv subprocess call to python resolves to wrong interpreter
https://bugs.python.org/issue42041 21 msgs

#41950: Typo in Python 3.9 what's new page
https://bugs.python.org/issue41950 8 msgs

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115 8 msgs

#42037: Documentation confusion in CookieJar functions
https://bugs.python.org/issue42037 7 msgs

#25655: Python errors related to failures loading DLL's lack informati
https://bugs.python.org/issue25655 6 msgs

#31818: [macOS] _scproxy.get_proxies() crash -- get_proxies() is not f
https://bugs.python.org/issue31818 6 msgs

#41737: Improper NotADirectoryError when opening a file in a fake dire
https://bugs.python.org/issue41737 6 msgs

#42064: Convert sqlite3 to multi-phase initialisation (PEP 489)
https://bugs.python.org/issue42064 6 msgs

#42103: [security] DoS (MemError via CPU and RAM exhaustion) when proc
https://bugs.python.org/issue42103 6 msgs



Issues closed (170)
===================

#1823: Possible to set invalid Content-Transfer-Encoding on email.mim
https://bugs.python.org/issue1823 closed by barry

#3760: PEP 3121 --- PyType_Copy is missing
https://bugs.python.org/issue3760 closed by terry.reedy

#5043: get_msvcr() returns None rather than []
https://bugs.python.org/issue5043 closed by terry.reedy

#5474: distutils produces invalid RPM packages of prerelease python p
https://bugs.python.org/issue5474 closed by eric.araujo

#6555: distutils config file should have the same name on both platfo
https://bugs.python.org/issue6555 closed by eric.araujo

#7018: Recommend "*" over "#" in getargs.c typecodes
https://bugs.python.org/issue7018 closed by iritkatriel

#7726: Remove required metadata warnings for sdist
https://bugs.python.org/issue7726 closed by eric.araujo

#8918: distutils test_config_cmd failure on Solaris
https://bugs.python.org/issue8918 closed by eric.araujo

#9405: Test fix for past crash when calling urllib.getproxies() under
https://bugs.python.org/issue9405 closed by ronaldoussoren

#11219: distutils check command: warn if license is specified in both
https://bugs.python.org/issue11219 closed by eric.araujo

#11305: TextIOWrapper.readline and str.splitlines have different behav
https://bugs.python.org/issue11305 closed by iritkatriel

#11414: Add import fix for email.Message
https://bugs.python.org/issue11414 closed by barry

#11646: 2to3: msvcrt.(get|put)ch -> (get|put)wch
https://bugs.python.org/issue11646 closed by eryksun

#12174: Multiprocessing logging levels unclear
https://bugs.python.org/issue12174 closed by iritkatriel

#12933: Update or remove claims that distutils requires external progr
https://bugs.python.org/issue12933 closed by eric.araujo

#13047: imp.find_module("") and imp.find_module(".")
https://bugs.python.org/issue13047 closed by iritkatriel

#13316: build_py_2to3 does not convert when there was an error in the
https://bugs.python.org/issue13316 closed by eric.araujo

#15419: distutils: build should use a version-specific build directory
https://bugs.python.org/issue15419 closed by eric.araujo

#15877: xml.dom.minidom cannot parse ISO-2022-JP
https://bugs.python.org/issue15877 closed by iritkatriel

#16094: Tuple extraction in a lambda isn't supported by 2to3
https://bugs.python.org/issue16094 closed by corona10

#16396: Importing ctypes.wintypes on Linux gives a ValueError instead
https://bugs.python.org/issue16396 closed by steve.dower

#16401: mention PKG-INFO in the documentation
https://bugs.python.org/issue16401 closed by eric.araujo

#16729: Document how to provide defaults for setup.py commands options
https://bugs.python.org/issue16729 closed by eric.araujo

#17311: use distutils terminology in "PyPI package display" section
https://bugs.python.org/issue17311 closed by eric.araujo

#17514: Add the license to argparse.py
https://bugs.python.org/issue17514 closed by eric.araujo

#19394: distutils.core.Extension: empty strings in library_dirs and in
https://bugs.python.org/issue19394 closed by eric.araujo

#19438: Where is NoneType in Python 3?
https://bugs.python.org/issue19438 closed by adelfino

#20119: pdb c(ont(inue)) optional one-time-only breakpoint (like perl
https://bugs.python.org/issue20119 closed by iritkatriel

#20585: urllib2 unrelease KQUEUE on Mac OSX 10.9+
https://bugs.python.org/issue20585 closed by ronaldoussoren

#21257: Document parse_headers function of http.client
https://bugs.python.org/issue21257 closed by iritkatriel

#22210: pdb-run-restarting-a-pdb-session
https://bugs.python.org/issue22210 closed by iritkatriel

#22308: add {implementation} to sysconfig.py
https://bugs.python.org/issue22308 closed by eric.araujo

#22577: local variable changes lost after pdb jump command
https://bugs.python.org/issue22577 closed by iritkatriel

#23510: multiprocessing bug SyncManager and 'with'
https://bugs.python.org/issue23510 closed by iritkatriel

#23534: `test_longdouble` fails on Mac when using system libffi (versi
https://bugs.python.org/issue23534 closed by iritkatriel

#23706: pathlib.Path.write_text should include a newline argument
https://bugs.python.org/issue23706 closed by methane

#24130: Remove -fno-common compile option from OS X framework builds?
https://bugs.python.org/issue24130 closed by ronaldoussoren

#24538: os.setxattr PermissionError on panfs propagates up causing `co
https://bugs.python.org/issue24538 closed by iritkatriel

#24876: distutils.errors not wildcard-import-safe
https://bugs.python.org/issue24876 closed by eric.araujo

#24970: Make distutils.Command an ABC
https://bugs.python.org/issue24970 closed by eric.araujo

#26033: distutils default compiler API is incomplete
https://bugs.python.org/issue26033 closed by eric.araujo

#26376: Tkinter root window won't close if packed.
https://bugs.python.org/issue26376 closed by ronaldoussoren

#26541: Add stop_after parameter to setup()
https://bugs.python.org/issue26541 closed by eric.araujo

#26794: curframe can be None in pdb.py
https://bugs.python.org/issue26794 closed by iritkatriel

#26835: Add file-sealing ops to fcntl
https://bugs.python.org/issue26835 closed by christian.heimes

#27126: Apple-supplied libsqlite3 on OS X is not fork safe; can cause
https://bugs.python.org/issue27126 closed by ronaldoussoren

#27320: ./setup.py --help-commands should sort extra commands
https://bugs.python.org/issue27320 closed by eric.araujo

#27321: Email parser creates a message object that can't be flattened
https://bugs.python.org/issue27321 closed by barry

#28660: TextWrapper break_long_words=True, break_on_hyphens=True on lo
https://bugs.python.org/issue28660 closed by serhiy.storchaka

#29411: Option --executable for entry_points
https://bugs.python.org/issue29411 closed by eric.araujo

#29745: asyncio: Make pause/resume_reading idepotent and no-op for clo
https://bugs.python.org/issue29745 closed by iritkatriel

#29986: Documentation recommends raising TypeError from tp_richcompare
https://bugs.python.org/issue29986 closed by iritkatriel

#30155: Add ability to get tzinfo from a datetime instance in C API
https://bugs.python.org/issue30155 closed by p-ganssle

#30612: Unusual Windows registry path syntax
https://bugs.python.org/issue30612 closed by steve.dower

#31073: Change metadata handling in check command
https://bugs.python.org/issue31073 closed by eric.araujo

#31202: Windows pathlib.Path.glob(pattern) fixed part of the pattern c
https://bugs.python.org/issue31202 closed by steve.dower

#31432: Documention for CERT_OPTIONAL is misleading
https://bugs.python.org/issue31432 closed by christian.heimes

#31522: _mboxMMDF.get_string() fails to pass param to get_bytes()
https://bugs.python.org/issue31522 closed by barry

#31686: GZip library doesn't properly close files
https://bugs.python.org/issue31686 closed by iritkatriel

#31878: Cygwin: _socket module does not compile due to missing ioctl d
https://bugs.python.org/issue31878 closed by erik.bray

#31922: Can't receive replies from multicast UDP with asyncio
https://bugs.python.org/issue31922 closed by iritkatriel

#32431: Two bytes objects of zero length don't compare equal
https://bugs.python.org/issue32431 closed by methane

#32498: urllib.parse.unquote raises incorrect errormessage when string
https://bugs.python.org/issue32498 closed by taleinat

#32549: Travis: Test with OpenSSL 1.1.0
https://bugs.python.org/issue32549 closed by christian.heimes

#32820: Add and document __format__ method for IPv[46]Address
https://bugs.python.org/issue32820 closed by eric.smith

#32902: FileInput "inplace" redirects output of other threads
https://bugs.python.org/issue32902 closed by iritkatriel

#33394: the build of the shared modules is quiet/non-visible when GNU
https://bugs.python.org/issue33394 closed by iritkatriel

#33483: build system requires explicit compiler, but should discover i
https://bugs.python.org/issue33483 closed by benjamin.peterson

#33570: OpenSSL 1.1.1 / TLS 1.3 cipher suite changes
https://bugs.python.org/issue33570 closed by christian.heimes

#33592: Document contextvars C API
https://bugs.python.org/issue33592 closed by iritkatriel

#33972: AttributeError in email.message.iter_attachments()
https://bugs.python.org/issue33972 closed by barry

#34514: assertEqual doesn't use maxDiff when comparing dictionaries
https://bugs.python.org/issue34514 closed by iritkatriel

#35324: ssl: FileNotFoundError when do handshake
https://bugs.python.org/issue35324 closed by christian.heimes

#35414: A reference counting bug in PyState_RemoveModule()
https://bugs.python.org/issue35414 closed by serhiy.storchaka

#35436: Add missing PyErr_NoMemory() calls
https://bugs.python.org/issue35436 closed by serhiy.storchaka

#35525: Incorrect keyword name in NNTP.starttls() documentation
https://bugs.python.org/issue35525 closed by taleinat

#36179: _hashopenssl has reference leaks in OOM case
https://bugs.python.org/issue36179 closed by gregory.p.smith

#36201: AssertCountEqual does not work for nested dictionaries.
https://bugs.python.org/issue36201 closed by rhettinger

#36285: Integer overflow in array.array.remove()
https://bugs.python.org/issue36285 closed by serhiy.storchaka

#36398: A possible crash in structseq.c's structseq_repr()
https://bugs.python.org/issue36398 closed by serhiy.storchaka

#36568: Typo in socket.CAN_RAW_FD_FRAMES library documentation
https://bugs.python.org/issue36568 closed by iritkatriel

#36583: Do not swallow exceptions in the _ssl module
https://bugs.python.org/issue36583 closed by serhiy.storchaka

#37105: Add deprecated-remove information on stream doc
https://bugs.python.org/issue37105 closed by iritkatriel

#37428: SSLContext.post_handshake_auth implicitly enables cert validat
https://bugs.python.org/issue37428 closed by benjamin.peterson

#37440: httplib should enable post-handshake authentication for TLS 1.
https://bugs.python.org/issue37440 closed by benjamin.peterson

#37461: email.parser.Parser hang
https://bugs.python.org/issue37461 closed by barry

#37553: SendfileUsingSendTest tests timeout too short for Windows ARM3
https://bugs.python.org/issue37553 closed by iritkatriel

#37677: Seg Fault on OSX when multiprocessing
https://bugs.python.org/issue37677 closed by ronaldoussoren

#37840: bytearray_getitem() handles negative index incorrectly
https://bugs.python.org/issue37840 closed by iritkatriel

#37931: crash reimporting posix after Py_Finalize on mac
https://bugs.python.org/issue37931 closed by vstinner

#38041: IDLE Shell: Refine restart line
https://bugs.python.org/issue38041 closed by terry.reedy

#38094: unneeded assignment to wb.len in PyBytes_Concat using buffer p
https://bugs.python.org/issue38094 closed by methane

#38252: Use 8-byte step to detect ASCII sequence in 64bit Windows buil
https://bugs.python.org/issue38252 closed by serhiy.storchaka

#38439: Python needs higher resolution app/menu icons
https://bugs.python.org/issue38439 closed by steve.dower

#38486: Dead links in mailbox doc
https://bugs.python.org/issue38486 closed by barry

#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787 closed by petr.viktorin

#38980: Compile libpython with -fno-semantic-interposition
https://bugs.python.org/issue38980 closed by pablogsal

#39046: collections.abc.Reversible should not be a subclass of Hashabl
https://bugs.python.org/issue39046 closed by Zac Hatfield-Dodds

#39107: Upgrade Windows tcl/tk to 8.6.10
https://bugs.python.org/issue39107 closed by terry.reedy

#39416: Document default numeric string formats
https://bugs.python.org/issue39416 closed by eric.araujo

#39524: Escape sequences in doc string of ast._pad_whitespace
https://bugs.python.org/issue39524 closed by iritkatriel

#39693: tarfile's extractfile documentation is misleading
https://bugs.python.org/issue39693 closed by akuchling

#40215: Use xdg basedir spec on linux
https://bugs.python.org/issue40215 closed by eric.araujo

#40341: Programming FAQ includes actively discouraged solutions; Shoul
https://bugs.python.org/issue40341 closed by rhettinger

#40380: OS-related test failures on Linux in Python 3.8.2
https://bugs.python.org/issue40380 closed by gregory.p.smith

#40423: Optimization: use close_range(2) if available
https://bugs.python.org/issue40423 closed by gregory.p.smith

#40484: Document existing compiler flags under ast
https://bugs.python.org/issue40484 closed by pablogsal

#40492: -m cProfile -o f.pstats with a script that does chdir() writes
https://bugs.python.org/issue40492 closed by taleinat

#40554: Add escape to the glossary?
https://bugs.python.org/issue40554 closed by akuchling

#40592: `Shutil.which` incosistent with windows's `where`
https://bugs.python.org/issue40592 closed by steve.dower

#40671: Convert _hashlib to PEP 489 multiphase initialization
https://bugs.python.org/issue40671 closed by corona10

#40775: Fix missing dot in sqlite3 Node type name
https://bugs.python.org/issue40775 closed by erlendaasland

#40860: Exception in multiprocessing/context.py under load
https://bugs.python.org/issue40860 closed by iritkatriel

#40901: It's not clear what "interface name" means in socket if_namein
https://bugs.python.org/issue40901 closed by steve.dower

#41016: warning: 'Tk_GetNumMainWindows' is deprecated
https://bugs.python.org/issue41016 closed by ronaldoussoren

#41017: warning: 'Tk_Init' is deprecated: first deprecated
https://bugs.python.org/issue41017 closed by ronaldoussoren

#41019: The necessary bits to build these optional modules were not fo
https://bugs.python.org/issue41019 closed by ronaldoussoren

#41056: minor NULL pointer and sign issues reported by Coverity
https://bugs.python.org/issue41056 closed by p-ganssle

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

#41192: Some audit events are undocumented
https://bugs.python.org/issue41192 closed by akuchling

#41217: Obsolete note for default asyncio event loop on Windows
https://bugs.python.org/issue41217 closed by steve.dower

#41292: Dead link in Windows FAQ
https://bugs.python.org/issue41292 closed by steve.dower

#41316: tarfile: Do not write full path in FNAME field
https://bugs.python.org/issue41316 closed by methane

#41397: Restore default implementation of __ne__ in Counter
https://bugs.python.org/issue41397 closed by rhettinger

#41471: After installing python 3.x on Mac pip doesn't work at all
https://bugs.python.org/issue41471 closed by ronaldoussoren

#41491: plistlib can't load macOS BigSur system LaunchAgent
https://bugs.python.org/issue41491 closed by ronaldoussoren

#41586: Allow to set pipe size on subprocess.Popen.
https://bugs.python.org/issue41586 closed by gregory.p.smith

#41667: The python PEG generator incorrectly handles empty sequences i
https://bugs.python.org/issue41667 closed by lys.nikolaou

#41680: Turtles in Python 3.8.5 crashes OSX 10.14.6
https://bugs.python.org/issue41680 closed by ned.deily

#41726: Update refcounts info of PyType_FromModuleAndSpec in refcounts
https://bugs.python.org/issue41726 closed by petr.viktorin

#41746: Add optional type information to asdl_seq objects
https://bugs.python.org/issue41746 closed by lys.nikolaou

#41747: dataclasses: generated method's using the wrong qualname
https://bugs.python.org/issue41747 closed by eric.smith

#41755: Docs: Please remove `from distutils.core import setup`
https://bugs.python.org/issue41755 closed by eric.araujo

#41784: Promote PyUnicode_AsUTF8AndSize to be available with the limit
https://bugs.python.org/issue41784 closed by steve.dower

#41812: Broken link on documentation header
https://bugs.python.org/issue41812 closed by mdk

#41819: Fix some compiler warnings
https://bugs.python.org/issue41819 closed by methane

#41845: Promote PyObject_GenericGetDict to the stable API
https://bugs.python.org/issue41845 closed by steve.dower

#41902: Micro optimization for range.index if step is 1
https://bugs.python.org/issue41902 closed by corona10

#41910: Document that object.__eq__ implements `a is b`
https://bugs.python.org/issue41910 closed by terry.reedy

#41944: [security] Python testsuite calls eval() on content received v
https://bugs.python.org/issue41944 closed by ned.deily

#41954: [mock] Recursion on mocking inspect.isfunction
https://bugs.python.org/issue41954 closed by stanislavlevin

#41959: Doc/library/asyncio-policy.rst grammar error
https://bugs.python.org/issue41959 closed by asvetlov

#41966: datetime.time issue with pickling in PyPy
https://bugs.python.org/issue41966 closed by serhiy.storchaka

#41982: [Python 3.8] Wrong location flagged as syntax error
https://bugs.python.org/issue41982 closed by pablogsal

#41988: No hyphen in broken up word in documentation
https://bugs.python.org/issue41988 closed by terry.reedy

#42010: Generic types accept indexing/subscripting, causing confusion
https://bugs.python.org/issue42010 closed by gvanrossum

#42025: zoneinfo: wrong time difference across transition when tzinfo
https://bugs.python.org/issue42025 closed by p-ganssle

#42046: Unable to write to file without elevated privileges
https://bugs.python.org/issue42046 closed by eryksun

#42051: [security] Avoid plistlib XML vulnerabilities by rejecting ent
https://bugs.python.org/issue42051 closed by ned.deily

#42055: Python Nuget Packages for Windows Installation: Request for mo
https://bugs.python.org/issue42055 closed by paul.moore

#42056: Configure on Apple ARM: "Unexpected output of 'arch' on OSX"
https://bugs.python.org/issue42056 closed by ronaldoussoren

#42057: peephole optimizer bug relating to JUMP_IF_NOT_EXC_MATCH
https://bugs.python.org/issue42057 closed by methane

#42065: Fix incorrectly formatted _codecs.charmap_decode error message
https://bugs.python.org/issue42065 closed by taleinat

#42069: Make filecmp more pythonic
https://bugs.python.org/issue42069 closed by rhettinger

#42071: Shelve should default to the default Pickle protocol instead o
https://bugs.python.org/issue42071 closed by ZackerySpytz

#42072: requests
https://bugs.python.org/issue42072 closed by lisroach

#42077: Some absolute domain name not work in urllib
https://bugs.python.org/issue42077 closed by christian.heimes

#42080: Disutils on windows debug build fails without -j1
https://bugs.python.org/issue42080 closed by jpe

#42081: Consider fast_double_parser for faster str->double
https://bugs.python.org/issue42081 closed by pitrou

#42084: Language aware diff headers
https://bugs.python.org/issue42084 closed by rhettinger

#42089: Better message in PackageNotFoundError
https://bugs.python.org/issue42089 closed by jaraco

#42093: Add opcode cache for LOAD_ATTR
https://bugs.python.org/issue42093 closed by pablogsal

#42105: allow_abbrev not working as intended in "argparse.ArgumentPars
https://bugs.python.org/issue42105 closed by paul.j3

#42113: Replace _asyncio.TaskWakeupMethWrapper with PyCFunction
https://bugs.python.org/issue42113 closed by yselivanov

#42117: asyncio calls from sync/async, better docs or api support
https://bugs.python.org/issue42117 closed by blazespinnaker

#42118: TypeError gives wrong reserved name
https://bugs.python.org/issue42118 closed by rhettinger

#42122: macOS complains about how fonts are accessed
https://bugs.python.org/issue42122 closed by rhettinger

#1222585: C++ compilation support for distutils
https://bugs.python.org/issue1222585 closed by eric.araujo

#1109659: distutils argument parsing is bogus
https://bugs.python.org/issue1109659 closed by eric.araujo

#1260171: subprocess: more general (non-buffering) communication
https://bugs.python.org/issue1260171 closed by gregory.p.smith
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/3QA5H3UCFEWRJ6D53SWAEXMW7NFOFOY6/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
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 -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/22UJL7UQTWLEGDLMSRGWU3W4FL3QFHZT/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-10-30 - 2020-11-06)
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 7617 ( -9)
closed 46397 (+75)
total 54014 (+66)

Open issues with patches: 3062


Issues opened (43)
==================

#37319: Deprecate using random.randrange() with non-integers
https://bugs.python.org/issue37319 reopened by serhiy.storchaka

#42160: unnecessary overhead in tempfile
https://bugs.python.org/issue42160 reopened by vstinner

#42213: Get rid of cyclic GC hack in sqlite3.Connection and sqlite3.Ca
https://bugs.python.org/issue42213 opened by erlendaasland

#42215: urlparse with a Windows path returns the drive name as the sch
https://bugs.python.org/issue42215 opened by rangelspam

#42217: compiler: merge co_code and co_lnotab
https://bugs.python.org/issue42217 opened by methane

#42220: Argparse: wildcards processing
https://bugs.python.org/issue42220 opened by Andrew

#42222: Modernize integer test/conversion in randrange()
https://bugs.python.org/issue42222 opened by rhettinger

#42225: Tkinter hangs or crashes when displaying astral chars
https://bugs.python.org/issue42225 opened by terry.reedy

#42228: Activate.ps1 clears PYTHONHOME
https://bugs.python.org/issue42228 opened by mathstuf

#42231: test_zipimport failure
https://bugs.python.org/issue42231 opened by vstinner

#42232: mmap module add Darwin specific madvise options
https://bugs.python.org/issue42232 opened by devnexen

#42233: GenericAlias does not support union type expressions
https://bugs.python.org/issue42233 opened by kj

#42234: pathlib relative_to behaviour change
https://bugs.python.org/issue42234 opened by armins.bagrats

#42235: [macOS] Use --enable-optimizations in build-installer.py
https://bugs.python.org/issue42235 opened by ronaldoussoren

#42237: test_socket.SendfileUsingSendfileTest fails on illumos
https://bugs.python.org/issue42237 opened by wiedi

#42238: Deprecate suspicious.py?
https://bugs.python.org/issue42238 opened by mdk

#42239: IDLE: Restore or keep calltip when needed
https://bugs.python.org/issue42239 opened by terry.reedy

#42243: Don't access the module dictionary directly
https://bugs.python.org/issue42243 opened by erlendaasland

#42244: TimedRotatingFileHandler doesn’t handle the switch to/from D
https://bugs.python.org/issue42244 opened by Cristian Martinez de Morentin

#42245: concurrent.futures.ProcessPoolExecutor freezes depending on co
https://bugs.python.org/issue42245 opened by DanilZ

#42246: Implement PEP 626
https://bugs.python.org/issue42246 opened by Mark.Shannon

#42247: unittest hides traceback frames in chained exceptions
https://bugs.python.org/issue42247 opened by dseomn

#42248: Raised exception in Enum keeping user objects alive unnecessar
https://bugs.python.org/issue42248 opened by efroemling

#42252: Embeddable Python indicates that it uses PYTHONPATH
https://bugs.python.org/issue42252 opened by teeks99

#42253: xml.dom.minidom.rst missed informations
https://bugs.python.org/issue42253 opened by jedie2

#42255: webbrowser.MacOSX is unused, untested and undocumented
https://bugs.python.org/issue42255 opened by ronaldoussoren

#42256: BaseCookie.__parse_string() doesn't work with expires= between
https://bugs.python.org/issue42256 opened by paulie4

#42257: platform.libc_ver() doesn't consider in case of executable is
https://bugs.python.org/issue42257 opened by kurochan

#42258: argparse: show choices once per argument
https://bugs.python.org/issue42258 opened by mendelmaleh

#42259: pprint: infinite recursion for saferepr() when using nested ob
https://bugs.python.org/issue42259 opened by danbst

#42260: [C API] Add PyInterpreterState_SetConfig(): reconfigure an int
https://bugs.python.org/issue42260 opened by vstinner

#42261: Windows legacy I/O mode mistakenly ignores the device encoding
https://bugs.python.org/issue42261 opened by eryksun

#42264: Deprecate or remove sqlite3.OptimizedUnicode
https://bugs.python.org/issue42264 opened by erlendaasland

#42267: Python 3.9 broken installer
https://bugs.python.org/issue42267 opened by JackSkellington

#42268: ./configure failing when --with-memory-sanitizer specified
https://bugs.python.org/issue42268 opened by JaonHax

#42269: Add ability to set __slots__ in dataclasses
https://bugs.python.org/issue42269 opened by eric.smith

#42270: libregrtest BrokenPipeError on OpenEmbedded builds
https://bugs.python.org/issue42270 opened by threexc

#42271: Remove the error and the zipfile.ZipFile.BadZipfile aliases
https://bugs.python.org/issue42271 opened by PedanticHacker

#42272: Warning filter message/module documentation is misleading
https://bugs.python.org/issue42272 opened by kevinoid

#42273: Using LazyLoader leads to AttributeError
https://bugs.python.org/issue42273 opened by KevKeating

#42275: Jupyter Lab Terminals not available (error was No module named
https://bugs.python.org/issue42275 opened by shakir_juolay

#42277: Solaris & PEP 3149: start using ABI version tagged .so files
https://bugs.python.org/issue42277 opened by kulikjak

#42278: Remove usage of tempfile.mktemp in stdlib
https://bugs.python.org/issue42278 opened by epaine



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

#42278: Remove usage of tempfile.mktemp in stdlib
https://bugs.python.org/issue42278

#42277: Solaris & PEP 3149: start using ABI version tagged .so files
https://bugs.python.org/issue42277

#42273: Using LazyLoader leads to AttributeError
https://bugs.python.org/issue42273

#42272: Warning filter message/module documentation is misleading
https://bugs.python.org/issue42272

#42271: Remove the error and the zipfile.ZipFile.BadZipfile aliases
https://bugs.python.org/issue42271

#42270: libregrtest BrokenPipeError on OpenEmbedded builds
https://bugs.python.org/issue42270

#42269: Add ability to set __slots__ in dataclasses
https://bugs.python.org/issue42269

#42264: Deprecate or remove sqlite3.OptimizedUnicode
https://bugs.python.org/issue42264

#42258: argparse: show choices once per argument
https://bugs.python.org/issue42258

#42257: platform.libc_ver() doesn't consider in case of executable is
https://bugs.python.org/issue42257

#42255: webbrowser.MacOSX is unused, untested and undocumented
https://bugs.python.org/issue42255

#42253: xml.dom.minidom.rst missed informations
https://bugs.python.org/issue42253

#42248: Raised exception in Enum keeping user objects alive unnecessar
https://bugs.python.org/issue42248

#42247: unittest hides traceback frames in chained exceptions
https://bugs.python.org/issue42247

#42244: TimedRotatingFileHandler doesn’t handle the switch to/from D
https://bugs.python.org/issue42244



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

#42277: Solaris & PEP 3149: start using ABI version tagged .so files
https://bugs.python.org/issue42277

#42272: Warning filter message/module documentation is misleading
https://bugs.python.org/issue42272

#42264: Deprecate or remove sqlite3.OptimizedUnicode
https://bugs.python.org/issue42264

#42260: [C API] Add PyInterpreterState_SetConfig(): reconfigure an int
https://bugs.python.org/issue42260

#42258: argparse: show choices once per argument
https://bugs.python.org/issue42258

#42257: platform.libc_ver() doesn't consider in case of executable is
https://bugs.python.org/issue42257

#42246: Implement PEP 626
https://bugs.python.org/issue42246

#42243: Don't access the module dictionary directly
https://bugs.python.org/issue42243

#42239: IDLE: Restore or keep calltip when needed
https://bugs.python.org/issue42239

#42237: test_socket.SendfileUsingSendfileTest fails on illumos
https://bugs.python.org/issue42237

#42235: [macOS] Use --enable-optimizations in build-installer.py
https://bugs.python.org/issue42235

#42233: GenericAlias does not support union type expressions
https://bugs.python.org/issue42233

#42222: Modernize integer test/conversion in randrange()
https://bugs.python.org/issue42222

#42217: compiler: merge co_code and co_lnotab
https://bugs.python.org/issue42217

#42213: Get rid of cyclic GC hack in sqlite3.Connection and sqlite3.Ca
https://bugs.python.org/issue42213



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

#42225: Tkinter hangs or crashes when displaying astral chars
https://bugs.python.org/issue42225 20 msgs

#42173: Drop Solaris support
https://bugs.python.org/issue42173 17 msgs

#42179: Clarify chaining exceptions in tutorial/errors.rst
https://bugs.python.org/issue42179 10 msgs

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 10 msgs

#42222: Modernize integer test/conversion in randrange()
https://bugs.python.org/issue42222 8 msgs

#37193: Memory leak while running TCP/UDPServer with socketserver.Thre
https://bugs.python.org/issue37193 7 msgs

#42195: Inconsistent __args__ between typing.Callable and collections.
https://bugs.python.org/issue42195 6 msgs

#42245: concurrent.futures.ProcessPoolExecutor freezes depending on co
https://bugs.python.org/issue42245 6 msgs

#42252: Embeddable Python indicates that it uses PYTHONPATH
https://bugs.python.org/issue42252 5 msgs

#42260: [C API] Add PyInterpreterState_SetConfig(): reconfigure an int
https://bugs.python.org/issue42260 5 msgs



Issues closed (69)
==================

#8988: import + coding = failure (3.1.2/win32)
https://bugs.python.org/issue8988 closed by iritkatriel

#11346: Generator object should be mentioned in gc module document
https://bugs.python.org/issue11346 closed by methane

#12739: read stuck with multithreading and simultaneous subprocess.Pop
https://bugs.python.org/issue12739 closed by iritkatriel

#14379: Several traceback docs improvements
https://bugs.python.org/issue14379 closed by iritkatriel

#15128: inspect raises exception when frames are misleading about sour
https://bugs.python.org/issue15128 closed by iritkatriel

#15626: unittest.main negates -bb option and programmatic warning conf
https://bugs.python.org/issue15626 closed by ncoghlan

#16855: traceback module leaves off module name in last line of format
https://bugs.python.org/issue16855 closed by iritkatriel

#24380: Got warning when compiling _scproxy.c on Mac
https://bugs.python.org/issue24380 closed by ronaldoussoren

#26031: Add stat caching option to pathlib
https://bugs.python.org/issue26031 closed by gvanrossum

#26377: Tkinter dialogs will not close if root window not packed.
https://bugs.python.org/issue26377 closed by terry.reedy

#26389: Expand traceback module API to accept just an exception as an
https://bugs.python.org/issue26389 closed by pablogsal

#26789: logging: Trying to log during Python finalization with NameErr
https://bugs.python.org/issue26789 closed by vstinner

#27377: Add socket.fdtype()
https://bugs.python.org/issue27377 closed by nascheme

#29566: binhex() creates files with mixed line endings
https://bugs.python.org/issue29566 closed by ronaldoussoren

#30384: traceback.TracebackException.format shouldn't format_exc_only(
https://bugs.python.org/issue30384 closed by iritkatriel

#34106: Add --with-module-config=<file> to 'configure' script
https://bugs.python.org/issue34106 closed by nascheme

#34704: Do not access ob_type directly, introduce Py_TP
https://bugs.python.org/issue34704 closed by nascheme

#40511: IDLE: properly handle '(' and ')' within calls
https://bugs.python.org/issue40511 closed by terry.reedy

#40514: [subinterpreters] Add --experimental-isolated-subinterpreters
https://bugs.python.org/issue40514 closed by vstinner

#40814: Update typing module documentation based on PEP 585
https://bugs.python.org/issue40814 closed by gvanrossum

#40816: Add missed AsyncContextDecorator to contextlib
https://bugs.python.org/issue40816 closed by asvetlov

#41435: Allow to retrieve ongoing exception handled by every threads
https://bugs.python.org/issue41435 closed by serhiy.storchaka

#41796: _ast module state should be made per interpreter
https://bugs.python.org/issue41796 closed by vstinner

#41832: PyType_FromSpec() should accept tp_doc=NULL
https://bugs.python.org/issue41832 closed by vstinner

#41835: Speed up dict vectorcall creation using keywords
https://bugs.python.org/issue41835 closed by methane

#42049: Add image/webp to list of media types in mimetypes.py
https://bugs.python.org/issue42049 closed by methane

#42100: Add _PyType_GetModuleByDef
https://bugs.python.org/issue42100 closed by petr.viktorin

#42108: HTTPSConnection hangs forever when the percentage completed of
https://bugs.python.org/issue42108 closed by Tiger-222

#42126: Optimize BUILD_CONST_KEY_MAP for distinct keys
https://bugs.python.org/issue42126 closed by methane

#42131: [zipimport] Update zipimport to use specs
https://bugs.python.org/issue42131 closed by brett.cannon

#42146: subprocess.Popen() leaks cwd in case of uid/gid overflow
https://bugs.python.org/issue42146 closed by gregory.p.smith

#42162: The license page for Python 3.0.1 is messed up
https://bugs.python.org/issue42162 closed by terry.reedy

#42177: Improving KeyError exception
https://bugs.python.org/issue42177 closed by terry.reedy

#42196: Python Windows Installation Error 0x800705aa
https://bugs.python.org/issue42196 closed by shakir_juolay

#42198: Clean up docs for Union and GenericAlias
https://bugs.python.org/issue42198 closed by gvanrossum

#42201: Priority queue realization issue
https://bugs.python.org/issue42201 closed by rhettinger

#42205: Add image/webp to list of non-standard mimetypes
https://bugs.python.org/issue42205 closed by methane

#42207: Python 3.9 testing fails when building with clang and optimiza
https://bugs.python.org/issue42207 closed by vstinner

#42208: Using logging or warnings during Python finalization does cras
https://bugs.python.org/issue42208 closed by vstinner

#42209: Incorrect line reported in syntax error
https://bugs.python.org/issue42209 closed by eric.smith

#42210: float.hex discards sign from -nan
https://bugs.python.org/issue42210 closed by mark.dickinson

#42211: CRASH
https://bugs.python.org/issue42211 closed by vstinner

#42214: Parser/pegen.c:68: _PyPegen_check_barry_as_flufl: Assertion `t
https://bugs.python.org/issue42214 closed by pablogsal

#42216: Optimize dict.popitem() & insert use case.
https://bugs.python.org/issue42216 closed by methane

#42218: SystemError in compile builtin function
https://bugs.python.org/issue42218 closed by lys.nikolaou

#42219: Typo in comment of listobject.h
https://bugs.python.org/issue42219 closed by akshayj398p

#42221: Potential memory leak in resize_compact() (for unicode objects
https://bugs.python.org/issue42221 closed by dralley

#42223: List repetition operator gives unexpected results
https://bugs.python.org/issue42223 closed by steven.daprano

#42224: test_format:test_locale fails when locale does not set groupin
https://bugs.python.org/issue42224 closed by lys.nikolaou

#42226: imghdr.what is missing docstring, has a logic error, and is ov
https://bugs.python.org/issue42226 closed by jph00

#42227: Unexpected sharing of list/set/dict between instances of the s
https://bugs.python.org/issue42227 closed by steven.daprano

#42229: Fix SQLite warnings on macOS
https://bugs.python.org/issue42229 closed by samuelmarks

#42230: Document that asyncio's wait() and as_completed() accept arbit
https://bugs.python.org/issue42230 closed by asvetlov

#42236: os.device_encoding() doesn't respect the UTF-8 Mode
https://bugs.python.org/issue42236 closed by vstinner

#42240: Add Maxheap version of a heappush into heapq module
https://bugs.python.org/issue42240 closed by rhettinger

#42241: Backport SQLite trace API v2
https://bugs.python.org/issue42241 closed by corona10

#42242: Backport SQLite trace API v2
https://bugs.python.org/issue42242 closed by corona10

#42249: Plistlib cannot create binary Plist file larger than 4GiB
https://bugs.python.org/issue42249 closed by serhiy.storchaka

#42250: test_ast leaked [23640, 23636, 23640] references
https://bugs.python.org/issue42250 closed by vstinner

#42251: Add threading.gettrace and threading.getprofile
https://bugs.python.org/issue42251 closed by pablogsal

#42254: inspect.getmembers iterator version
https://bugs.python.org/issue42254 closed by signing_agreement

#42262: [C API] Add Py_NewRef() function to get a new strong reference
https://bugs.python.org/issue42262 closed by vstinner

#42263: Removing thread reference in thread results in leaked referenc
https://bugs.python.org/issue42263 closed by jaraco

#42265: Remove binhex module following PEP-594
https://bugs.python.org/issue42265 closed by steven.daprano

#42266: LOAD_ATTR cache does not fully replicate PyObject_GetAttr beha
https://bugs.python.org/issue42266 closed by pablogsal

#42274: Imaplib hangs up infinitely when performing append operation
https://bugs.python.org/issue42274 closed by eric.smith

#42276: Bug in adfuller test and a suggested fix
https://bugs.python.org/issue42276 closed by ronaldoussoren

#1633941: for line in sys.stdin: doesn't notice EOF the first time
https://bugs.python.org/issue1633941 closed by iritkatriel

#1643712: Emphasize buffering issues when sys.stdin is used
https://bugs.python.org/issue1643712 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-11-06 - 2020-11-13)
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 7628 (+11)
closed 46459 (+62)
total 54087 (+73)

Open issues with patches: 3064


Issues opened (60)
==================

#32426: Tkinter: reference document of possible cursor names
https://bugs.python.org/issue32426 reopened by terry.reedy

#32682: test_zlib improve version parsing
https://bugs.python.org/issue32682 reopened by pmpp

#40077: Convert static types to heap types: use PyType_FromSpec()
https://bugs.python.org/issue40077 reopened by pitrou

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137 reopened by vstinner

#40939: Remove the old parser
https://bugs.python.org/issue40939 reopened by vstinner

#41832: PyType_FromSpec() should accept tp_doc=NULL
https://bugs.python.org/issue41832 reopened by petr.viktorin

#42131: [zipimport] Update zipimport to use specs
https://bugs.python.org/issue42131 reopened by brett.cannon

#42273: Using LazyLoader leads to AttributeError
https://bugs.python.org/issue42273 reopened by brett.cannon

#42280: The list of standard generic collections is incomplete
https://bugs.python.org/issue42280 opened by jack1142

#42281: Inconsistent ProcessPoolExecutor behaviour on macOS between 3.
https://bugs.python.org/issue42281 opened by mustafaquraish

#42286: f_trace gets call on different lines each loop
https://bugs.python.org/issue42286 opened by MegaIng

#42287: Use Py_NewRef & Py_XNewRef where applicable
https://bugs.python.org/issue42287 opened by Yonatan Goldschmidt

#42289: Found a secret/private key in code.
https://bugs.python.org/issue42289 opened by krrishdhaneja

#42290: Unicode inconsistent display after concencated
https://bugs.python.org/issue42290 opened by xxm

#42291: Incorrect signature of CodeType.replace()
https://bugs.python.org/issue42291 opened by serhiy.storchaka

#42292: C API: Allocating Objects on the Heap. Misleading documentatio
https://bugs.python.org/issue42292 opened by igo95862

#42293: Installation of pyinstaller in Windows fails with utf8 error
https://bugs.python.org/issue42293 opened by giomach

#42294: [C API] Add new C functions with more regular reference counti
https://bugs.python.org/issue42294 opened by vstinner

#42297: [argparse] Bad error message formatting when using custom usag
https://bugs.python.org/issue42297 opened by TurboTurtle

#42298: Documented interaction of single-stage init and sub-interprete
https://bugs.python.org/issue42298 opened by pkerling

#42299: Add test_formatter (or remove deprecated formatter module?)
https://bugs.python.org/issue42299 opened by terry.reedy

#42300: Typo in translation to portuguese
https://bugs.python.org/issue42300 opened by ronan.soares

#42302: [Turtle] Add clockwise and anticlockwise method as alias to ri
https://bugs.python.org/issue42302 opened by zenr

#42304: [easy C] long type performance waste in 64-bit Windows build
https://bugs.python.org/issue42304 opened by malin

#42305: Added Auto_Complete DropBox Suggestion For Tkinter
https://bugs.python.org/issue42305 opened by RajvirSingh1313

#42306: wrong exception handling in case asyncio.shiled usage
https://bugs.python.org/issue42306 opened by Alex Alex

#42307: make install must not copy python.o into $prefix/lib/python3.1
https://bugs.python.org/issue42307 opened by vstinner

#42309: BUILD: AIX-64-bit segmentation fault
https://bugs.python.org/issue42309 opened by Michael.Felt

#42315: `python -m` semantics conflict with `__file__`'s being optiona
https://bugs.python.org/issue42315 opened by William.Schwartz

#42316: Walrus Operator in list index
https://bugs.python.org/issue42316 opened by Brando753

#42317: Docs of `typing.get_args`: Mention that due to caching of typi
https://bugs.python.org/issue42317 opened by Dominik V.

#42318: [tkinter] surrogate pairs in Tcl/Tk string when pasting an emo
https://bugs.python.org/issue42318 opened by ronaldoussoren

#42321: Limitations of building a static python library on Windows (MS
https://bugs.python.org/issue42321 opened by maarten

#42322: Spectre mitigations in CPython interpreter
https://bugs.python.org/issue42322 opened by sahnaseredini

#42323: [AIX] test_math: test_nextafter(float('nan'), 1.0) does not re
https://bugs.python.org/issue42323 opened by vstinner

#42324: Doctest: directives
https://bugs.python.org/issue42324 opened by konrad.schwarz

#42325: UnicodeDecodeError executing ./setup.py during build
https://bugs.python.org/issue42325 opened by skip.montanaro

#42327: Add PyModule_Add()
https://bugs.python.org/issue42327 opened by serhiy.storchaka

#42328: ttk style.map function incorrectly handles the default state f
https://bugs.python.org/issue42328 opened by patthoyts

#42330: Add browsh in the webbrowser module
https://bugs.python.org/issue42330 opened by saiansh2525

#42332: add __weakref__ to types.GenericAlias
https://bugs.python.org/issue42332 opened by tinchester

#42333: Port ssl module to heap types and module state (PEP 573)
https://bugs.python.org/issue42333 opened by christian.heimes

#42334: Subclassing int and complex with keyword arguments weird
https://bugs.python.org/issue42334 opened by autospamfighter

#42335: Python Crashes Exception code 0xc0000374 ntdll.dll
https://bugs.python.org/issue42335 opened by strantor

#42336: Make PCbuild/build.bat build x64 by default
https://bugs.python.org/issue42336 opened by steve.dower

#42337: Skip building web installers on Windows
https://bugs.python.org/issue42337 opened by steve.dower

#42338: Enable Debug Build For Python Native Modules in Windows, with
https://bugs.python.org/issue42338 opened by jmoguill2

#42339: official embedded Python fails to import certain modules
https://bugs.python.org/issue42339 opened by bughunter2

#42340: KeyboardInterrupt should come with a warning
https://bugs.python.org/issue42340 opened by benfogle

#42341: xml.dom.minidom parsing omits Text nodes in top level
https://bugs.python.org/issue42341 opened by vapier

#42342: asyncio.open_connection(local_addr=('localhost', port)) fails
https://bugs.python.org/issue42342 opened by ecatmur2

#42343: threading.local documentation should be on the net...
https://bugs.python.org/issue42343 opened by ztane

#42344: SimpleNamespace: update documentation regarding comparison
https://bugs.python.org/issue42344 opened by jugmac00

#42345: Equality of typing.Literal depends on the order of arguments
https://bugs.python.org/issue42345 opened by Dominik V.

#42346: [subinterpreters] Deny os.fork() in subinterpreters?
https://bugs.python.org/issue42346 opened by vstinner

#42347: loop.call_exception_handler documentation is lacking
https://bugs.python.org/issue42347 opened by sorrel

#42348: Language Reference: Set items
https://bugs.python.org/issue42348 opened by BTaskaya

#42349: Compiler front-end produces a broken CFG
https://bugs.python.org/issue42349 opened by Mark.Shannon

#42350: Calling os.fork() at Python exit logs: AttributeError: 'NoneTy
https://bugs.python.org/issue42350 opened by vstinner

#42351: Setup.py: UnicodeDecodeError in grep_headers_for
https://bugs.python.org/issue42351 opened by epaine



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

#42351: Setup.py: UnicodeDecodeError in grep_headers_for
https://bugs.python.org/issue42351

#42350: Calling os.fork() at Python exit logs: AttributeError: 'NoneTy
https://bugs.python.org/issue42350

#42349: Compiler front-end produces a broken CFG
https://bugs.python.org/issue42349

#42347: loop.call_exception_handler documentation is lacking
https://bugs.python.org/issue42347

#42346: [subinterpreters] Deny os.fork() in subinterpreters?
https://bugs.python.org/issue42346

#42343: threading.local documentation should be on the net...
https://bugs.python.org/issue42343

#42342: asyncio.open_connection(local_addr=('localhost', port)) fails
https://bugs.python.org/issue42342

#42341: xml.dom.minidom parsing omits Text nodes in top level
https://bugs.python.org/issue42341

#42340: KeyboardInterrupt should come with a warning
https://bugs.python.org/issue42340

#42339: official embedded Python fails to import certain modules
https://bugs.python.org/issue42339

#42338: Enable Debug Build For Python Native Modules in Windows, with
https://bugs.python.org/issue42338

#42337: Skip building web installers on Windows
https://bugs.python.org/issue42337

#42335: Python Crashes Exception code 0xc0000374 ntdll.dll
https://bugs.python.org/issue42335

#42330: Add browsh in the webbrowser module
https://bugs.python.org/issue42330

#42328: ttk style.map function incorrectly handles the default state f
https://bugs.python.org/issue42328



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

#42350: Calling os.fork() at Python exit logs: AttributeError: 'NoneTy
https://bugs.python.org/issue42350

#42349: Compiler front-end produces a broken CFG
https://bugs.python.org/issue42349

#42344: SimpleNamespace: update documentation regarding comparison
https://bugs.python.org/issue42344

#42340: KeyboardInterrupt should come with a warning
https://bugs.python.org/issue42340

#42333: Port ssl module to heap types and module state (PEP 573)
https://bugs.python.org/issue42333

#42332: add __weakref__ to types.GenericAlias
https://bugs.python.org/issue42332

#42328: ttk style.map function incorrectly handles the default state f
https://bugs.python.org/issue42328

#42327: Add PyModule_Add()
https://bugs.python.org/issue42327

#42317: Docs of `typing.get_args`: Mention that due to caching of typi
https://bugs.python.org/issue42317

#42307: make install must not copy python.o into $prefix/lib/python3.1
https://bugs.python.org/issue42307

#42299: Add test_formatter (or remove deprecated formatter module?)
https://bugs.python.org/issue42299

#42294: [C API] Add new C functions with more regular reference counti
https://bugs.python.org/issue42294

#42291: Incorrect signature of CodeType.replace()
https://bugs.python.org/issue42291

#42278: Remove usage of tempfile.mktemp in stdlib
https://bugs.python.org/issue42278

#42277: Solaris & PEP 3149: start using ABI version tagged .so files
https://bugs.python.org/issue42277



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

#42260: [C API] Add PyInterpreterState_SetConfig(): reconfigure an int
https://bugs.python.org/issue42260 10 msgs

#42294: [C API] Add new C functions with more regular reference counti
https://bugs.python.org/issue42294 10 msgs

#42307: make install must not copy python.o into $prefix/lib/python3.1
https://bugs.python.org/issue42307 10 msgs

#42225: Tkinter hangs or crashes when displaying astral chars
https://bugs.python.org/issue42225 9 msgs

#42273: Using LazyLoader leads to AttributeError
https://bugs.python.org/issue42273 9 msgs

#41987: singledispatchmethod raises an error when relying on a forward
https://bugs.python.org/issue41987 8 msgs

#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085 8 msgs

#42302: [Turtle] Add clockwise and anticlockwise method as alias to ri
https://bugs.python.org/issue42302 7 msgs

#42318: [tkinter] surrogate pairs in Tcl/Tk string when pasting an emo
https://bugs.python.org/issue42318 7 msgs

#42327: Add PyModule_Add()
https://bugs.python.org/issue42327 7 msgs



Issues closed (65)
==================

#2931: optparse: various problems with unicode and gettext
https://bugs.python.org/issue2931 closed by vstinner

#6225: Fixing several minor bugs in Tkinter.Canvas and one in Misc._c
https://bugs.python.org/issue6225 closed by iritkatriel

#6860: Inconsistent naming of custom command in setup.py help output
https://bugs.python.org/issue6860 closed by iritkatriel

#8488: Docstrings of non-data descriptors "ignored"
https://bugs.python.org/issue8488 closed by iritkatriel

#8730: Spurious test failure in distutils
https://bugs.python.org/issue8730 closed by iritkatriel

#9849: Argparse needs better error handling for nargs
https://bugs.python.org/issue9849 closed by iritkatriel

#10709: Misc/AIX-NOTES needs updating
https://bugs.python.org/issue10709 closed by iritkatriel

#12625: sporadic test_unittest failure
https://bugs.python.org/issue12625 closed by iritkatriel

#14367: try/except block in ismethoddescriptor() in inspect.py, so tha
https://bugs.python.org/issue14367 closed by iritkatriel

#14903: dictobject infinite loop in module set-up
https://bugs.python.org/issue14903 closed by gregory.p.smith

#16830: Add skip_host and skip_accept_encoding to HTTPConnection.reque
https://bugs.python.org/issue16830 closed by iritkatriel

#18148: Make of Python 3.2.2 fails on Solaris SPARC
https://bugs.python.org/issue18148 closed by iritkatriel

#20543: ** operator does not overflow to inf
https://bugs.python.org/issue20543 closed by iritkatriel

#24831: Load average in test suite too high
https://bugs.python.org/issue24831 closed by vstinner

#25259: readline macros can segfault Python
https://bugs.python.org/issue25259 closed by vstinner

#25460: Misc/.gdbinit uses preprocessor macro
https://bugs.python.org/issue25460 closed by iritkatriel

#27182: PEP 519 support in the stdlib
https://bugs.python.org/issue27182 closed by brett.cannon

#27408: Document importlib.abc.ExecutionLoader implements get_data()
https://bugs.python.org/issue27408 closed by brett.cannon

#28491: Remove bundled libffi for OSX
https://bugs.python.org/issue28491 closed by ronaldoussoren

#31359: `configure` script incorrectly detects symbols as available on
https://bugs.python.org/issue31359 closed by ronaldoussoren

#34597: Python needs to check existence of functions at runtime for ta
https://bugs.python.org/issue34597 closed by ronaldoussoren

#36310: pygettext3.7 Does Not Recognize gettext Calls Within fstrings
https://bugs.python.org/issue36310 closed by BTaskaya

#37586: macOS: posix_spawn(..., setsid=True)
https://bugs.python.org/issue37586 closed by ronaldoussoren

#39892: Enable DeprecationWarnings by default when not explicit in uni
https://bugs.python.org/issue39892 closed by gregory.p.smith

#39931: Global variables are not accessible from child processes (mult
https://bugs.python.org/issue39931 closed by josh.r

#40624: add support for != (not-equals) in ElementTree XPath
https://bugs.python.org/issue40624 closed by scoder

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

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

#41543: contextlib.nullcontext doesn't work with async context manager
https://bugs.python.org/issue41543 closed by asvetlov

#41712: REDoS in purge
https://bugs.python.org/issue41712 closed by steve.dower

#41754: Webbrowser Module Cannot Find xdg-settings on OSX
https://bugs.python.org/issue41754 closed by ronaldoussoren

#42014: shutil.rmtree calls onerror with different function than faile
https://bugs.python.org/issue42014 closed by hynek

#42086: AST: Document / re-design? the simple constructor nodes from s
https://bugs.python.org/issue42086 closed by BTaskaya

#42103: [security] DoS (MemError via CPU and RAM exhaustion) when proc
https://bugs.python.org/issue42103 closed by serhiy.storchaka

#42133: Update the stdlib to fall back to __spec__.loader if __loader_
https://bugs.python.org/issue42133 closed by brett.cannon

#42140: asyncio.wait function creates futures set two times
https://bugs.python.org/issue42140 closed by asvetlov

#42171: Add PEP 573 to the stable ABI
https://bugs.python.org/issue42171 closed by petr.viktorin

#42183: Stack overflow error with asyncio.all_tasks and wait_for
https://bugs.python.org/issue42183 closed by asvetlov

#42233: GenericAlias does not support union type expressions
https://bugs.python.org/issue42233 closed by kj

#42237: test_socket.SendfileUsingSendfileTest fails on illumos
https://bugs.python.org/issue42237 closed by asvetlov

#42267: Python 3.9 broken installer
https://bugs.python.org/issue42267 closed by JackSkellington

#42275: Jupyter Lab Terminals not available (error was No module named
https://bugs.python.org/issue42275 closed by shakir_juolay

#42279: replacements function corrupts file
https://bugs.python.org/issue42279 closed by zach.ware

#42282: Constant folding is skipped in named expressions
https://bugs.python.org/issue42282 closed by ncoghlan

#42283: test_idle is interactive on macOS 11
https://bugs.python.org/issue42283 closed by ned.deily

#42284: The grammar specification is inconsistent with the implementat
https://bugs.python.org/issue42284 closed by rhettinger

#42285: Missing spaces in list literals in Tutorial/Data Structures
https://bugs.python.org/issue42285 closed by rhettinger

#42288: typing.get_type_hints() returns Optional[Any] if the default v
https://bugs.python.org/issue42288 closed by gvanrossum

#42295: Error should be flagged if Walrus operator is used for multipl
https://bugs.python.org/issue42295 closed by BTaskaya

#42296: Infinite loop uninterruptable on Windows in 3.10
https://bugs.python.org/issue42296 closed by vstinner

#42301: Add function to exploit heapq structure to locate an index of
https://bugs.python.org/issue42301 closed by rhettinger

#42303: I found a bug while checking string with find()
https://bugs.python.org/issue42303 closed by serhiy.storchaka

#42308: Add threading.__excepthook__ similar to sys.__excepthook__
https://bugs.python.org/issue42308 closed by vstinner

#42310: for loop creates element in defaultdict
https://bugs.python.org/issue42310 closed by larry

#42311: It seems like ctypes code makes truncated pointer values in x6
https://bugs.python.org/issue42311 closed by eryksun

#42312: sys.prefix is set incorrectly on Mac OS X
https://bugs.python.org/issue42312 closed by ronaldoussoren

#42313: rstrip removes the trailing `e`s.
https://bugs.python.org/issue42313 closed by zach.ware

#42314: Incorrect documentation entry for venv
https://bugs.python.org/issue42314 closed by vinay.sajip

#42319: The `functools.singledispatchmethod` example in the document c
https://bugs.python.org/issue42319 closed by hongweipeng

#42320: unexpected difference between map and list
https://bugs.python.org/issue42320 closed by Pierre van de Laar

#42326: Add verify_callback hook capability to the SSL lib
https://bugs.python.org/issue42326 closed by christian.heimes

#42329: typing classes do not have __name__ attributes in 3.7+
https://bugs.python.org/issue42329 closed by gregory.p.smith

#42331: 'base64' has no attribute 'decodestring'
https://bugs.python.org/issue42331 closed by xtreak

#1487481: Could BIND_FIRST be removed on HP-UX?
https://bugs.python.org/issue1487481 closed by iritkatriel

#1475692: replacing obj.__dict__ with a subclass of dict
https://bugs.python.org/issue1475692 closed by rhettinger
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/6ZNG26ZMFVL5PT3TKMFUCNMI6XK4BISA/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-11-13 - 2020-11-20)
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 7593 (-35)
closed 46562 (+103)
total 54155 (+68)

Open issues with patches: 3061


Issues opened (52)
==================

#25710: zipimport is not PEP 3147 or PEP 488 compliant
https://bugs.python.org/issue25710 reopened by brett.cannon

#41561: test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
https://bugs.python.org/issue41561 reopened by christian.heimes

#42296: Infinite loop uninterruptable on Windows in 3.10
https://bugs.python.org/issue42296 reopened by eryksun

#42352: A string representation of slice objects with colon syntax
https://bugs.python.org/issue42352 opened by rossbar

#42353: Proposal: re.prefixmatch method (alias for re.match)
https://bugs.python.org/issue42353 opened by gregory.p.smith

#42355: symtable: get_namespace doesn't check whether if there are mul
https://bugs.python.org/issue42355 opened by BTaskaya

#42356: Dict inline manipulations
https://bugs.python.org/issue42356 opened by tomek.hlawiczka

#42357: Wrong Availability for signal.SIGCHLD
https://bugs.python.org/issue42357 opened by myzhang1029

#42358: Python 3.9.0 unable to detect ax_cv_c_float_words_bigendian va
https://bugs.python.org/issue42358 opened by blastwave

#42360: In the namedtuple documentation, mention that typename should
https://bugs.python.org/issue42360 opened by alegonz

#42361: Use Tcl/Tk 8.6.10 in build-installer.py when building on recen
https://bugs.python.org/issue42361 opened by ronaldoussoren

#42362: Switch to clang as default compiler in build-installer.py
https://bugs.python.org/issue42362 opened by ronaldoussoren

#42363: I think it will be better to output self._state for debugging
https://bugs.python.org/issue42363 opened by jimlinntu

#42367: Restore os.makedirs ability to apply mode to all directories c
https://bugs.python.org/issue42367 opened by gregory.p.smith

#42369: Reading ZipFile not thread-safe
https://bugs.python.org/issue42369 opened by Thomas

#42370: test_ttk_guionly: test_to() fails on the GitHub Ubuntu job
https://bugs.python.org/issue42370 opened by vstinner

#42371: datetime.fromisoformat(): Omitted colon in timezone suffix rai
https://bugs.python.org/issue42371 opened by Bengt.Lüers

#42373: PEP 626 does not specify behavior of tracing for keywords.
https://bugs.python.org/issue42373 opened by Mark.Shannon

#42375: subprocess DragonFlyBSD build update
https://bugs.python.org/issue42375 opened by devnexen

#42376: Add helpers to populate modules in C
https://bugs.python.org/issue42376 opened by christian.heimes

#42377: allow typing.cast with TYPE_CHECKING
https://bugs.python.org/issue42377 opened by dpinol

#42378: logging reopens file with same mode, possibly truncating
https://bugs.python.org/issue42378 opened by ecatmur2

#42380: Build windows binaries with MS VS2019 16.8+ / MSVC 19.28+
https://bugs.python.org/issue42380 opened by h-vetinari

#42382: No easy way to get the distribution which provided a importlib
https://bugs.python.org/issue42382 opened by s0undt3ch

#42383: Pdb does not correclty restart the target if it changes the cu
https://bugs.python.org/issue42383 opened by hexagonrecursion

#42384: Inconsistent sys.path between python and pdb
https://bugs.python.org/issue42384 opened by hexagonrecursion

#42385: Should enum.auto's behavior be adjusted for StrEnum to return
https://bugs.python.org/issue42385 opened by Antony.Lee

#42386: Update icons for macOS 11
https://bugs.python.org/issue42386 opened by 17jiangz1

#42387: Pdb should restore the execution environment before reexecutin
https://bugs.python.org/issue42387 opened by hexagonrecursion

#42388: subprocess.check_output(['echo', 'test'], text=True, input=Non
https://bugs.python.org/issue42388 opened by ThiefMaster

#42389: test_multiprocessing: @requires_hashdigest() prevents test dis
https://bugs.python.org/issue42389 opened by christian.heimes

#42390: Other Python implementations may not expose the module name in
https://bugs.python.org/issue42390 opened by wmeehan

#42391: Clarify documentation of TestCase.assertIs
https://bugs.python.org/issue42391 opened by cool-RR

#42392: remove the 'loop' parameter from __init__ in all classes in as
https://bugs.python.org/issue42392 opened by yselivanov

#42393: Raise overflow errors iso. deprecation warnings in socket.hton
https://bugs.python.org/issue42393 opened by erlendaasland

#42395: aclosing was not added to __all__ in contextlib
https://bugs.python.org/issue42395 opened by tomgrin10

#42401: Plislit does not handle date timezone correctly
https://bugs.python.org/issue42401 opened by jcbertin

#42402: Termios module documentation is extremely lacking
https://bugs.python.org/issue42402 opened by dan.merillat

#42404: clinic: add option to pass module object to converter function
https://bugs.python.org/issue42404 opened by christian.heimes

#42405: Add distutils mvsccompiler support for Windows ARM64 build
https://bugs.python.org/issue42405 opened by avladu

#42406: Importing multiprocessing breaks pickle.whichmodule
https://bugs.python.org/issue42406 opened by renatolfc

#42407: Grammatical typo in multiprocessing doc
https://bugs.python.org/issue42407 opened by arioa

#42408: passing memoryview slice to struct packing functions
https://bugs.python.org/issue42408 opened by danielhrisca

#42409: Interpreter exit blocks waiting for ThreadPoolExecutor.map
https://bugs.python.org/issue42409 opened by gsakkis

#42410: Raise a pickleError when convert _functools module to use PyTy
https://bugs.python.org/issue42410 opened by shihai1991

#42411: respect cgroups limits when trying to allocate memory
https://bugs.python.org/issue42411 opened by caarlos0

#42412: Fix bases issues in PyType_FromModuleAndSpec()
https://bugs.python.org/issue42412 opened by serhiy.storchaka

#42414: unable to document fields of dataclass
https://bugs.python.org/issue42414 opened by jmg

#42415: python3.lib in Python3.9.0 Windows distribution does not conta
https://bugs.python.org/issue42415 opened by David Hewitt

#42417: Empty body {} in POST requests leads to 405 Method not allowed
https://bugs.python.org/issue42417 opened by bhushan.shelke

#42418: PyType_GetModule() should warn/fail when type has Py_TPFLAGS_B
https://bugs.python.org/issue42418 opened by christian.heimes

#42419: Typo in "what's new in Python 3.9"
https://bugs.python.org/issue42419 opened by hiqua



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

#42419: Typo in "what's new in Python 3.9"
https://bugs.python.org/issue42419

#42418: PyType_GetModule() should warn/fail when type has Py_TPFLAGS_B
https://bugs.python.org/issue42418

#42412: Fix bases issues in PyType_FromModuleAndSpec()
https://bugs.python.org/issue42412

#42411: respect cgroups limits when trying to allocate memory
https://bugs.python.org/issue42411

#42409: Interpreter exit blocks waiting for ThreadPoolExecutor.map
https://bugs.python.org/issue42409

#42408: passing memoryview slice to struct packing functions
https://bugs.python.org/issue42408

#42407: Grammatical typo in multiprocessing doc
https://bugs.python.org/issue42407

#42406: Importing multiprocessing breaks pickle.whichmodule
https://bugs.python.org/issue42406

#42404: clinic: add option to pass module object to converter function
https://bugs.python.org/issue42404

#42401: Plislit does not handle date timezone correctly
https://bugs.python.org/issue42401

#42393: Raise overflow errors iso. deprecation warnings in socket.hton
https://bugs.python.org/issue42393

#42391: Clarify documentation of TestCase.assertIs
https://bugs.python.org/issue42391

#42389: test_multiprocessing: @requires_hashdigest() prevents test dis
https://bugs.python.org/issue42389

#42388: subprocess.check_output(['echo', 'test'], text=True, input=Non
https://bugs.python.org/issue42388

#42387: Pdb should restore the execution environment before reexecutin
https://bugs.python.org/issue42387



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

#42419: Typo in "what's new in Python 3.9"
https://bugs.python.org/issue42419

#42415: python3.lib in Python3.9.0 Windows distribution does not conta
https://bugs.python.org/issue42415

#42412: Fix bases issues in PyType_FromModuleAndSpec()
https://bugs.python.org/issue42412

#42410: Raise a pickleError when convert _functools module to use PyTy
https://bugs.python.org/issue42410

#42406: Importing multiprocessing breaks pickle.whichmodule
https://bugs.python.org/issue42406

#42405: Add distutils mvsccompiler support for Windows ARM64 build
https://bugs.python.org/issue42405

#42401: Plislit does not handle date timezone correctly
https://bugs.python.org/issue42401

#42395: aclosing was not added to __all__ in contextlib
https://bugs.python.org/issue42395

#42393: Raise overflow errors iso. deprecation warnings in socket.hton
https://bugs.python.org/issue42393

#42392: remove the 'loop' parameter from __init__ in all classes in as
https://bugs.python.org/issue42392

#42391: Clarify documentation of TestCase.assertIs
https://bugs.python.org/issue42391

#42390: Other Python implementations may not expose the module name in
https://bugs.python.org/issue42390

#42386: Update icons for macOS 11
https://bugs.python.org/issue42386

#42384: Inconsistent sys.path between python and pdb
https://bugs.python.org/issue42384

#42383: Pdb does not correclty restart the target if it changes the cu
https://bugs.python.org/issue42383



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

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 21 msgs

#42392: remove the 'loop' parameter from __init__ in all classes in as
https://bugs.python.org/issue42392 15 msgs

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

#42323: [AIX] test_math: test_nextafter(float('nan'), 1.0) does not re
https://bugs.python.org/issue42323 10 msgs

#40998: Compiler warnings in ubsan builds
https://bugs.python.org/issue40998 9 msgs

#42202: Optimize function annotation
https://bugs.python.org/issue42202 8 msgs

#42102: Make builtins.callable "generic"
https://bugs.python.org/issue42102 7 msgs

#42318: [tkinter] surrogate pairs in Tcl/Tk string when pasting an emo
https://bugs.python.org/issue42318 7 msgs

#25053: Possible race condition in Pool
https://bugs.python.org/issue25053 6 msgs

#39573: [C API] Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 6 msgs



Issues closed (93)
==================

#6237: Build errors when using LDFLAGS="-Wl,--no-undefined"
https://bugs.python.org/issue6237 closed by iritkatriel

#11604: Have type(n,b,d) check for type(b[i]) is module
https://bugs.python.org/issue11604 closed by serhiy.storchaka

#12726: explain that locale.getlocale() does not read system's locales
https://bugs.python.org/issue12726 closed by iritkatriel

#13561: os.listdir documentation should mention surrogateescape
https://bugs.python.org/issue13561 closed by vstinner

#13892: distutils handling of windows manifest isn't optimal
https://bugs.python.org/issue13892 closed by iritkatriel

#14531: Backtrace should not attempt to open <stdin> file
https://bugs.python.org/issue14531 closed by iritkatriel

#14643: Security page out of date
https://bugs.python.org/issue14643 closed by vstinner

#15263: Guard against invalid file handles in os functions
https://bugs.python.org/issue15263 closed by eryksun

#15479: Allow MAX_STRING_LENGTH limits to be changed at runtime
https://bugs.python.org/issue15479 closed by iritkatriel

#15653: PEP 3121, 384 refactoring applied to hashopenssl module
https://bugs.python.org/issue15653 closed by vstinner

#15665: PEP 3121, 384 refactoring applied to lsprof module
https://bugs.python.org/issue15665 closed by vstinner

#15668: PEP 3121, 384 Refactoring applied to random module
https://bugs.python.org/issue15668 closed by vstinner

#15670: PEP 3121, 384 Refactoring applied to ssl module
https://bugs.python.org/issue15670 closed by vstinner

#15671: PEP 3121, 384 Refactoring applied to struct module
https://bugs.python.org/issue15671 closed by vstinner

#15675: PEP 3121, 384 Refactoring applied to array module
https://bugs.python.org/issue15675 closed by vstinner

#15697: PEP 3121 refactoring applied to pwd module
https://bugs.python.org/issue15697 closed by vstinner

#15705: PEP 3121, 384 Refactoring applied to sha256 module
https://bugs.python.org/issue15705 closed by vstinner

#15707: PEP 3121, 384 Refactoring applied to signal module
https://bugs.python.org/issue15707 closed by vstinner

#15714: PEP 3121, 384 Refactoring applied to grp module
https://bugs.python.org/issue15714 closed by vstinner

#15734: PEP 3121, 384 Refactoring applied to spwd module
https://bugs.python.org/issue15734 closed by vstinner

#17183: Small enhancements to Lib/_markupbase.py
https://bugs.python.org/issue17183 closed by iritkatriel

#17808: No code example for Event object in threading module
https://bugs.python.org/issue17808 closed by iritkatriel

#17816: Weak*Dictionary KeyErrors during callbacks
https://bugs.python.org/issue17816 closed by iritkatriel

#17854: symmetric difference operation applicable to more than two set
https://bugs.python.org/issue17854 closed by iritkatriel

#18122: RuntimeError: not holding the import lock
https://bugs.python.org/issue18122 closed by iritkatriel

#18838: The order of interactive prompt and traceback on Windows
https://bugs.python.org/issue18838 closed by iritkatriel

#20582: socket.getnameinfo() does not document flags
https://bugs.python.org/issue20582 closed by iritkatriel

#24886: open fails randomly on AIX
https://bugs.python.org/issue24886 closed by methane

#26067: test_shutil fails when gid name is missing
https://bugs.python.org/issue26067 closed by iritkatriel

#27119: `compile` doesn't compile into an AST object as specified
https://bugs.python.org/issue27119 closed by BTaskaya

#33074: dbm corrupts index on macOS (_dbm module)
https://bugs.python.org/issue33074 closed by ronaldoussoren

#34364: problem with traceback for syntax error in f-string
https://bugs.python.org/issue34364 closed by iritkatriel

#35498: Parents objects in pathlib.Path don't support slices as __geti
https://bugs.python.org/issue35498 closed by p-ganssle

#35847: RISC-V needs CTYPES_PASS_BY_REF_HACK
https://bugs.python.org/issue35847 closed by iritkatriel

#36520: Email header folded incorrectly
https://bugs.python.org/issue36520 closed by iritkatriel

#37205: time.perf_counter() is not system-wide on Windows, in disagree
https://bugs.python.org/issue37205 closed by vstinner

#37733: Fail to build _curses module of Python 3.7.4 on AIX 7.1 using
https://bugs.python.org/issue37733 closed by christian.heimes

#37737: mmap module track anonymous page on macOS
https://bugs.python.org/issue37737 closed by ronaldoussoren

#38320: Clarify unittest expectedFailure behaviour in the documentatio
https://bugs.python.org/issue38320 closed by iritkatriel

#38495: print built-in function docs bug
https://bugs.python.org/issue38495 closed by mdk

#38506: Launcher for Windows (py.exe) may rank Python 3.xx (in the fut
https://bugs.python.org/issue38506 closed by steve.dower

#39411: pyclbr rewrite using AST
https://bugs.python.org/issue39411 closed by BTaskaya

#39463: ast.Constant, bytes, and ast.unparse
https://bugs.python.org/issue39463 closed by BTaskaya

#40656: Clean up detect_socket() in setup.py
https://bugs.python.org/issue40656 closed by ned.deily

#40754: Test installers before releasing (ModuleNotFoundErrors)
https://bugs.python.org/issue40754 closed by steve.dower

#40891: Use PEP 573 in functools
https://bugs.python.org/issue40891 closed by shihai1991

#41001: Provide wrapper for eventfd
https://bugs.python.org/issue41001 closed by christian.heimes

#41625: Add splice() to the os module
https://bugs.python.org/issue41625 closed by pablogsal

#41686: C++ Embedded 'time.sleep()' is not working on Windows host due
https://bugs.python.org/issue41686 closed by vstinner

#41713: _signal module leak: test_interpreters leaked [1424, 1422, 142
https://bugs.python.org/issue41713 closed by vstinner

#41741: test_peg_generator timed out (25 min) on x86 Gentoo Non-Debug
https://bugs.python.org/issue41741 closed by vstinner

#41861: Convert sqlite3 to heap types (PEP 384)
https://bugs.python.org/issue41861 closed by erlendaasland

#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085 closed by yselivanov

#42087: Remove pre-AIX 6.1 dead code paths
https://bugs.python.org/issue42087 closed by vstinner

#42153: doc: library imaplib a url not available
https://bugs.python.org/issue42153 closed by gvanrossum

#42173: Drop Solaris support
https://bugs.python.org/issue42173 closed by vstinner

#42231: test_zipimport failure
https://bugs.python.org/issue42231 closed by vstinner

#42264: Deprecate or remove sqlite3.OptimizedUnicode
https://bugs.python.org/issue42264 closed by serhiy.storchaka

#42287: Use Py_NewRef & Py_XNewRef where applicable
https://bugs.python.org/issue42287 closed by vstinner

#42290: Display of Unicode strings with bidi characters
https://bugs.python.org/issue42290 closed by terry.reedy

#42293: Installation of pyinstaller in Windows fails with utf8 error
https://bugs.python.org/issue42293 closed by terry.reedy

#42302: [Turtle] Add clockwise and anticlockwise method as alias to ri
https://bugs.python.org/issue42302 closed by zenr

#42317: Docs of `typing.get_args`: Mention that due to caching of typi
https://bugs.python.org/issue42317 closed by gvanrossum

#42330: Add browsh in the webbrowser module
https://bugs.python.org/issue42330 closed by terry.reedy

#42332: add __weakref__ to types.GenericAlias
https://bugs.python.org/issue42332 closed by gvanrossum

#42334: Subclassing int and complex with keyword arguments weird
https://bugs.python.org/issue42334 closed by terry.reedy

#42335: Python Crashes Exception code 0xc0000374 ntdll.dll
https://bugs.python.org/issue42335 closed by strantor

#42339: official embedded Python fails to import certain modules
https://bugs.python.org/issue42339 closed by steve.dower

#42344: SimpleNamespace: update documentation regarding comparison
https://bugs.python.org/issue42344 closed by eric.smith

#42345: Equality of typing.Literal depends on the order of arguments
https://bugs.python.org/issue42345 closed by gvanrossum

#42350: Calling os.fork() at Python exit logs: AttributeError: 'NoneTy
https://bugs.python.org/issue42350 closed by vstinner

#42351: Setup.py: UnicodeDecodeError in grep_headers_for
https://bugs.python.org/issue42351 closed by epaine

#42354: Tuple unpacking with * causes SyntaxError in with ... as ...
https://bugs.python.org/issue42354 closed by BTaskaya

#42359: tutorial: list is a class
https://bugs.python.org/issue42359 closed by rhettinger

#42364: Typo in french doc translation
https://bugs.python.org/issue42364 closed by xtreak

#42365: Python launcher: sort order in "Installed versions" off with 3
https://bugs.python.org/issue42365 closed by gvanrossum

#42366: Use MSVC2019 and /Ob3 option to compile Windows builds
https://bugs.python.org/issue42366 closed by malin

#42368: Make set ordered
https://bugs.python.org/issue42368 closed by rhettinger

#42372: A crash in do_richcompare
https://bugs.python.org/issue42372 closed by kuraga

#42374: Unparenthesized walrus is not allowed in genexps
https://bugs.python.org/issue42374 closed by lys.nikolaou

#42379: Optional List Args Persist Across Objects
https://bugs.python.org/issue42379 closed by eric.smith

#42381: Allow unparenthesized walrus in set comprehensions
https://bugs.python.org/issue42381 closed by lys.nikolaou

#42394: Exception handling on boolean comparisons
https://bugs.python.org/issue42394 closed by steven.daprano

#42396: Add a whatsnew entry about async contextlib.nullcontext
https://bugs.python.org/issue42396 closed by asvetlov

#42397: lstrip ????bug
https://bugs.python.org/issue42397 closed by christian.heimes

#42398: Race condition in "make regen-all" when running jobs in parall
https://bugs.python.org/issue42398 closed by vstinner

#42399: Error upon pip usage.
https://bugs.python.org/issue42399 closed by alki284

#42400: Ubuntu tests hangs on test_ttk_guionly and test_heading_callba
https://bugs.python.org/issue42400 closed by christian.heimes

#42403: Cleanup importlib code
https://bugs.python.org/issue42403 closed by vstinner

#42413: Replace custom exception socket.timeout with TimeoutError
https://bugs.python.org/issue42413 closed by christian.heimes

#42416: IDLE calltip.get_argspec: use inspect.getdoc, comment fob
https://bugs.python.org/issue42416 closed by terry.reedy

#1374063: Broader iterable support for xmlrpclib
https://bugs.python.org/issue1374063 closed by iritkatriel

#1465554: Cygwin installer should create a link to libpythonX.Y.dll.a
https://bugs.python.org/issue1465554 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-11-20 - 2020-11-27)
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 7579 (-14)
closed 46642 (+80)
total 54221 (+66)

Open issues with patches: 3054


Issues opened (37)
==================

#28468: Add platform.freedesktop_os_release()
https://bugs.python.org/issue28468 reopened by christian.heimes

#42392: remove the 'loop' parameter from __init__ in all classes in as
https://bugs.python.org/issue42392 reopened by yselivanov

#42413: Replace custom exceptions for timeouts with TimeoutError
https://bugs.python.org/issue42413 reopened by christian.heimes

#42422: Py_Decref on value crash the interpreter in Python/ceval.c:110
https://bugs.python.org/issue42422 opened by sbz

#42425: Possible leak in initialization of errmap for OSError
https://bugs.python.org/issue42425 opened by serhiy.storchaka

#42429: Behavior of general (%g, :g) formatting inconsistent for decim
https://bugs.python.org/issue42429 opened by Kwpolska

#42431: Fix outdated bytes comments
https://bugs.python.org/issue42431 opened by serhiy.storchaka

#42433: mailbox.mbox fails on non ASCII characters
https://bugs.python.org/issue42433 opened by flokli

#42434: Library json, file json/encoder.py: Function floatstr should b
https://bugs.python.org/issue42434 opened by salacdav

#42436: Google use wrong "hightlight" argument
https://bugs.python.org/issue42436 opened by amirouche

#42437: crypt produces wrong hashes for passwords containing dollar si
https://bugs.python.org/issue42437 opened by m.stoichkovaaa

#42442: Tarfile to stdout documentation example
https://bugs.python.org/issue42442 opened by ilaughlin

#42443: Provide Thread creation hook support
https://bugs.python.org/issue42443 opened by stanczyk

#42444: pathlib.PurePath properties annotated with .. data directive
https://bugs.python.org/issue42444 opened by p-ganssle

#42447: robotsparser deny all with some rules
https://bugs.python.org/issue42447 opened by contact

#42451: Indicate in the docs that PyTuple_GetItem does not support neg
https://bugs.python.org/issue42451 opened by Antony.Lee

#42452: FIX Optimize 'rgb_to_hls'
https://bugs.python.org/issue42452 opened by jjerphan

#42454: Move slice creation to the compiler for constants
https://bugs.python.org/issue42454 opened by BTaskaya

#42455: Add decorator_with_params function to functools module
https://bugs.python.org/issue42455 opened by uriyyo

#42457: ArgumentParser nested subparsers resolve paths in improper ord
https://bugs.python.org/issue42457 opened by carsonwilber

#42461: os.statvfs_result doesn't show f_fsid
https://bugs.python.org/issue42461 opened by Rethan

#42464: Pathlib resolve() resolves non-existent ".." components with s
https://bugs.python.org/issue42464 opened by john.engelke

#42465: Reference to subclass method resolve() in PurePath docs
https://bugs.python.org/issue42465 opened by john.engelke

#42466: asyncio loop.getaddrinfo raises RuntimeError
https://bugs.python.org/issue42466 opened by kappa

#42469: Space in re's {min,max} should raise an error, rather than fai
https://bugs.python.org/issue42469 opened by reuven

#42470: DeprecationWarning triggers for sequences which happen to be s
https://bugs.python.org/issue42470 opened by xmorel

#42471: Slowdown in socket tests noticed since Py3.8
https://bugs.python.org/issue42471 opened by X-Istence

#42474: improve test coverage for TracebackException's __eq__
https://bugs.python.org/issue42474 opened by iritkatriel

#42476: Allow cross compiling python for macos-arm64 from macos-x86_64
https://bugs.python.org/issue42476 opened by isuruf

#42477: ip_interface addition and subtraction changes netmask
https://bugs.python.org/issue42477 opened by wyko.ter.haar

#42478: ipaddress.IPv4network.interfaces()
https://bugs.python.org/issue42478 opened by wyko.ter.haar

#42480: Python Tkinter crashes on macOS 11.1 beta
https://bugs.python.org/issue42480 opened by kode54

#42481: Add to pathlib function to check permission similar to os.acce
https://bugs.python.org/issue42481 opened by copalco

#42482: TracebackException should not hold reference to the exception
https://bugs.python.org/issue42482 opened by iritkatriel

#42483: Way working directory is added to sys.path differs between usi
https://bugs.python.org/issue42483 opened by plammens

#42484: parse_message_id, get_msg_id, get_obs_local_part is poorly wri
https://bugs.python.org/issue42484 opened by dxn126

#42485: Full grammar specification should link to PEP 617
https://bugs.python.org/issue42485 opened by snoopjedi



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

#42485: Full grammar specification should link to PEP 617
https://bugs.python.org/issue42485

#42484: parse_message_id, get_msg_id, get_obs_local_part is poorly wri
https://bugs.python.org/issue42484

#42483: Way working directory is added to sys.path differs between usi
https://bugs.python.org/issue42483

#42477: ip_interface addition and subtraction changes netmask
https://bugs.python.org/issue42477

#42465: Reference to subclass method resolve() in PurePath docs
https://bugs.python.org/issue42465

#42464: Pathlib resolve() resolves non-existent ".." components with s
https://bugs.python.org/issue42464

#42457: ArgumentParser nested subparsers resolve paths in improper ord
https://bugs.python.org/issue42457

#42452: FIX Optimize 'rgb_to_hls'
https://bugs.python.org/issue42452

#42451: Indicate in the docs that PyTuple_GetItem does not support neg
https://bugs.python.org/issue42451

#42444: pathlib.PurePath properties annotated with .. data directive
https://bugs.python.org/issue42444

#42442: Tarfile to stdout documentation example
https://bugs.python.org/issue42442

#42434: Library json, file json/encoder.py: Function floatstr should b
https://bugs.python.org/issue42434

#42409: Interpreter exit blocks waiting for ThreadPoolExecutor.map
https://bugs.python.org/issue42409

#42408: passing memoryview slice to struct packing functions
https://bugs.python.org/issue42408

#42406: Importing multiprocessing breaks pickle.whichmodule
https://bugs.python.org/issue42406



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

#42485: Full grammar specification should link to PEP 617
https://bugs.python.org/issue42485

#42482: TracebackException should not hold reference to the exception
https://bugs.python.org/issue42482

#42476: Allow cross compiling python for macos-arm64 from macos-x86_64
https://bugs.python.org/issue42476

#42474: improve test coverage for TracebackException's __eq__
https://bugs.python.org/issue42474

#42461: os.statvfs_result doesn't show f_fsid
https://bugs.python.org/issue42461

#42455: Add decorator_with_params function to functools module
https://bugs.python.org/issue42455

#42454: Move slice creation to the compiler for constants
https://bugs.python.org/issue42454

#42451: Indicate in the docs that PyTuple_GetItem does not support neg
https://bugs.python.org/issue42451

#42443: Provide Thread creation hook support
https://bugs.python.org/issue42443

#42434: Library json, file json/encoder.py: Function floatstr should b
https://bugs.python.org/issue42434

#42431: Fix outdated bytes comments
https://bugs.python.org/issue42431

#42425: Possible leak in initialization of errmap for OSError
https://bugs.python.org/issue42425

#42422: Py_Decref on value crash the interpreter in Python/ceval.c:110
https://bugs.python.org/issue42422

#42415: python3.lib in Python3.9.0 Windows distribution does not conta
https://bugs.python.org/issue42415

#42413: Replace custom exceptions for timeouts with TimeoutError
https://bugs.python.org/issue42413



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

#28468: Add platform.freedesktop_os_release()
https://bugs.python.org/issue28468 41 msgs

#42413: Replace custom exceptions for timeouts with TimeoutError
https://bugs.python.org/issue42413 15 msgs

#41818: Lib/pty.py major revision
https://bugs.python.org/issue41818 10 msgs

#42454: Move slice creation to the compiler for constants
https://bugs.python.org/issue42454 10 msgs

#42392: remove the 'loop' parameter from __init__ in all classes in as
https://bugs.python.org/issue42392 9 msgs

#36906: Compile time textwrap.dedent() equivalent for str or bytes lit
https://bugs.python.org/issue36906 8 msgs

#42411: respect cgroups limits when trying to allocate memory
https://bugs.python.org/issue42411 8 msgs

#41100: Support macOS 11 and Apple Silicon Macs
https://bugs.python.org/issue41100 7 msgs

#42422: Py_Decref on value crash the interpreter in Python/ceval.c:110
https://bugs.python.org/issue42422 6 msgs

#42429: Behavior of general (%g, :g) formatting inconsistent for decim
https://bugs.python.org/issue42429 5 msgs



Issues closed (81)
==================

#4657: Doctest gets line numbers wrongs with <> in name
https://bugs.python.org/issue4657 closed by iritkatriel

#8733: list type and UserList do not call super in __init__ and there
https://bugs.python.org/issue8733 closed by rhettinger

#13907: test_pprint relies on set/dictionary repr() ordering
https://bugs.python.org/issue13907 closed by rhettinger

#15450: Allow dircmp.subdirs to behave well under subclassing
https://bugs.python.org/issue15450 closed by asvetlov

#16346: maximum recursion installing readline package
https://bugs.python.org/issue16346 closed by iritkatriel

#17695: _sysconfigdata broken with universal builds on OSX
https://bugs.python.org/issue17695 closed by ronaldoussoren

#18212: No way to check whether Future is finished?
https://bugs.python.org/issue18212 closed by iritkatriel

#21041: pathlib.PurePath.parents rejects negative indexes
https://bugs.python.org/issue21041 closed by p-ganssle

#21564: Declaration of EVP_MD_CTX causes crash when switching between
https://bugs.python.org/issue21564 closed by iritkatriel

#26878: Allow doctest to deep copy globals
https://bugs.python.org/issue26878 closed by iritkatriel

#27839: "Python [...] calls sys.displayhook() on unhandled exceptions"
https://bugs.python.org/issue27839 closed by iritkatriel

#28002: ast.unparse can't roundtrip some f-strings
https://bugs.python.org/issue28002 closed by BTaskaya

#28850: Regression in Python 3: Subclassing PrettyPrinter.format doesn
https://bugs.python.org/issue28850 closed by taleinat

#28913: "Fatal Python error: Cannot recover from stack overflow." from
https://bugs.python.org/issue28913 closed by iritkatriel

#29207: make install fails on ARM
https://bugs.python.org/issue29207 closed by iritkatriel

#29573: NamedTemporaryFile with delete=True should not fail if file al
https://bugs.python.org/issue29573 closed by iritkatriel

#31713: python3 python-config script generates invalid includes
https://bugs.python.org/issue31713 closed by iritkatriel

#32317: sys.exc_clear() clears exception in other stack frames
https://bugs.python.org/issue32317 closed by iritkatriel

#33167: RFC Documentation Updates to urllib.parse.rst
https://bugs.python.org/issue33167 closed by iritkatriel

#37317: asyncio gather doesn't handle custom exceptions that inherit f
https://bugs.python.org/issue37317 closed by iritkatriel

#37718: 2to3 exception handling
https://bugs.python.org/issue37718 closed by iritkatriel

#37865: tempfile.NamedTemporaryFile() raises exception on close() when
https://bugs.python.org/issue37865 closed by iritkatriel

#38443: unavailable --with-universal-archs= macOS confgure options fai
https://bugs.python.org/issue38443 closed by ned.deily

#38638: Backtrace of exit phase of context managers
https://bugs.python.org/issue38638 closed by iritkatriel

#40550: Popen.terminate fails with ProcessLookupError under certain co
https://bugs.python.org/issue40550 closed by gregory.p.smith

#40791: hmac.compare_digest could try harder to be constant-time.
https://bugs.python.org/issue40791 closed by benjamin.peterson

#40840: lzma.h file not found building on macOS
https://bugs.python.org/issue40840 closed by jaraco

#40857: tempfile.TemporaryDirectory() context manager can fail to prop
https://bugs.python.org/issue40857 closed by iritkatriel

#40934: Default RLock does not work well for Manager Condition
https://bugs.python.org/issue40934 closed by iritkatriel

#41015: warning: 'sqlite3_enable_shared_cache' is deprecated
https://bugs.python.org/issue41015 closed by ronaldoussoren

#41332: connect_accepted_socket() missing from AbstractEventLoop
https://bugs.python.org/issue41332 closed by asvetlov

#41442: test_posix.PosixTester.test_getgroups fail on operating system
https://bugs.python.org/issue41442 closed by pxinwr

#41562: StreamReaderProtocol inheritance
https://bugs.python.org/issue41562 closed by asvetlov

#41655: New Node may not be visited in lib2to3.refactor.RefactoringToo
https://bugs.python.org/issue41655 closed by gregory.p.smith

#41878: python3 fails to use custom mapping object as symbols in eval(
https://bugs.python.org/issue41878 closed by josh.r

#42120: Depreciated MACRO of copysign for MSVC
https://bugs.python.org/issue42120 closed by steve.dower

#42202: Optimize function annotation
https://bugs.python.org/issue42202 closed by methane

#42212: Check if generated files are up-to-date in Github Actions
https://bugs.python.org/issue42212 closed by vstinner

#42232: mmap module add Darwin specific madvise options
https://bugs.python.org/issue42232 closed by ronaldoussoren

#42299: Remove formatter module
https://bugs.python.org/issue42299 closed by corona10

#42336: Make PCbuild/build.bat build x64 by default
https://bugs.python.org/issue42336 closed by steve.dower

#42349: Compiler front-end produces a broken CFG
https://bugs.python.org/issue42349 closed by Mark.Shannon

#42360: In the namedtuple documentation, mention that typename should
https://bugs.python.org/issue42360 closed by rhettinger

#42391: Clarify documentation of TestCase.assertIs
https://bugs.python.org/issue42391 closed by terry.reedy

#42395: aclosing was not added to __all__ in contextlib
https://bugs.python.org/issue42395 closed by asvetlov

#42407: Grammatical typo in multiprocessing doc
https://bugs.python.org/issue42407 closed by terry.reedy

#42410: Raise a pickleError when convert _functools module to use PyTy
https://bugs.python.org/issue42410 closed by shihai1991

#42412: Fix bases issues in PyType_FromModuleAndSpec()
https://bugs.python.org/issue42412 closed by serhiy.storchaka

#42419: Typo in "what's new in Python 3.9"
https://bugs.python.org/issue42419 closed by iritkatriel

#42420: queue.Queue().join() add a timeout option
https://bugs.python.org/issue42420 closed by rhettinger

#42421: Native open failed to create a file on windows10 when colon ex
https://bugs.python.org/issue42421 closed by steven.daprano

#42423: Support passing single class to PyType_FromSpecWithBases and P
https://bugs.python.org/issue42423 closed by serhiy.storchaka

#42424: add constructor that support multiple context managers to cont
https://bugs.python.org/issue42424 closed by serhiy.storchaka

#42426: IDLE: Fix reporting RE error in searchengine
https://bugs.python.org/issue42426 closed by terry.reedy

#42427: Use the errno attribute of OSError instead of args[0]
https://bugs.python.org/issue42427 closed by serhiy.storchaka

#42428: Inconsistent squaring behavior
https://bugs.python.org/issue42428 closed by christian.heimes

#42430: Windows py launcher default for shebang line is surprising
https://bugs.python.org/issue42430 closed by gvanrossum

#42432: Http client, Bad Status Line triggered for no reason
https://bugs.python.org/issue42432 closed by sicarius

#42435: Speed up comparison of bytes and bytearray object with objects
https://bugs.python.org/issue42435 closed by serhiy.storchaka

#42438: Fatal Python error: init_fs_encoding: failed to get the Python
https://bugs.python.org/issue42438 closed by eryksun

#42439: Use of ternary operator instead of if and else in month calcul
https://bugs.python.org/issue42439 closed by serhiy.storchaka

#42440: MACBOOK Python launcher
https://bugs.python.org/issue42440 closed by ronaldoussoren

#42441: UnicodeEncodeError
https://bugs.python.org/issue42441 closed by eryksun

#42445: Assertion in run_coroutine_threadsafe
https://bugs.python.org/issue42445 closed by asvetlov

#42446: Assertion error os.path.exists(pyc_path) while building Python
https://bugs.python.org/issue42446 closed by thoradia

#42448: re.findall have different match result against re.search or re
https://bugs.python.org/issue42448 closed by HaujetZhao

#42449: Adding number to a declared 2 dimension list
https://bugs.python.org/issue42449 closed by eric.smith

#42450: Docstrings in itertools recipes should have triple-quotes
https://bugs.python.org/issue42450 closed by rhettinger

#42453: utf-8 codec error when pip uninstalling a package which has fi
https://bugs.python.org/issue42453 closed by vstinner

#42456: Logical Error
https://bugs.python.org/issue42456 closed by tim.peters

#42458: Pathlib resolve() on Mac prepends path
https://bugs.python.org/issue42458 closed by john.engelke

#42459: Wrong Output
https://bugs.python.org/issue42459 closed by steven.daprano

#42460: Wrong Output
https://bugs.python.org/issue42460 closed by steven.daprano

#42462: Unacceptable Output
https://bugs.python.org/issue42462 closed by eric.smith

#42463: test_pty.test_openpty() failed on x86 Gentoo Installed with X
https://bugs.python.org/issue42463 closed by vstinner

#42467: slice().indices() returns incorrect values
https://bugs.python.org/issue42467 closed by mark.dickinson

#42468: subprocess.CompletedProcess: Add boolean value
https://bugs.python.org/issue42468 closed by gregory.p.smith

#42472: security hole in eval()
https://bugs.python.org/issue42472 closed by vstinner

#42473: re.sub ignores flag re.M
https://bugs.python.org/issue42473 closed by mrabarnett

#42475: wrongly cache pattern by re.compile
https://bugs.python.org/issue42475 closed by mrabarnett

#42479: Canvas's create_image method not work in some situaction.
https://bugs.python.org/issue42479 closed by MangoIceCup
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/NBB27ZGND2L6HVX5MPJMWJRAP2MXARS5/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-11-27 - 2020-12-04)
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 7561 (-18)
closed 46745 (+103)
total 54306 (+85)

Open issues with patches: 3050


Issues opened (53)
==================

#41879: Outdated description of async iterables in documentation of as
https://bugs.python.org/issue41879 reopened by nickgaya

#42491: Tkinter wait_visibility hanging when used in thread
https://bugs.python.org/issue42491 opened by spcmicro

#42492: [unittest] Missing docs for context manager attributes
https://bugs.python.org/issue42492 opened by jayman

#42498: smtplib is glitchy after receive server code 500
https://bugs.python.org/issue42498 opened by izomiac

#42504: Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur
https://bugs.python.org/issue42504 opened by fxcoudert

#42507: test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10
https://bugs.python.org/issue42507 opened by ned.deily

#42508: macOS IDLE with Tk 8.6.10 in 3.9.1rc1 universal2 installer fai
https://bugs.python.org/issue42508 opened by ned.deily

#42512: typing: Confusing that BinaryIO and IO[bytes] cannot be used i
https://bugs.python.org/issue42512 opened by conchylicultor

#42513: Socket.recv hangs
https://bugs.python.org/issue42513 opened by Barney Stratford

#42514: Relocatable framework for macOS
https://bugs.python.org/issue42514 opened by gregneagle

#42516: Add function to get caller's name
https://bugs.python.org/issue42516 opened by steve.dower

#42517: Enum: do not convert private names into members
https://bugs.python.org/issue42517 opened by ethan.furman

#42519: [C API] Upgrade the C API in extension modules
https://bugs.python.org/issue42519 opened by vstinner

#42520: add_dll_directory only accepts absolute paths
https://bugs.python.org/issue42520 opened by Antony.Lee

#42524: pdb access to return value
https://bugs.python.org/issue42524 opened by Romuald

#42525: Optimize class/module level annotation
https://bugs.python.org/issue42525 opened by uriyyo

#42526: Exceptions in asyncio.Server callbacks are not retrievable
https://bugs.python.org/issue42526 opened by tmewett

#42527: UnicodeEncode error in BaseHttpRequestHandler class when send
https://bugs.python.org/issue42527 opened by wangyanfeng.p

#42528: Improve the docs of most Py*_Check{,Exact} API calls
https://bugs.python.org/issue42528 opened by antocuni

#42529: CPython DLL initialization routine failed from PYC cache file
https://bugs.python.org/issue42529 opened by Thrameos

#42531: importlib.resources.path() raises TypeError for packages witho
https://bugs.python.org/issue42531 opened by William.Schwartz

#42532: spec_arg's __bool__ is called while initializing NonCallableMo
https://bugs.python.org/issue42532 opened by idanweiss97

#42533: Document encodings.idna limitations
https://bugs.python.org/issue42533 opened by rixx

#42534: venv does not work correctly when imported from .zip
https://bugs.python.org/issue42534 opened by jussienko

#42535: unittest.patch confuses modules with base modules
https://bugs.python.org/issue42535 opened by twolodzko

#42536: Iterating on a zip keeps objects alive longer than expected (t
https://bugs.python.org/issue42536 opened by vstinner

#42538: AsyncIO strange behaviour
https://bugs.python.org/issue42538 opened by Alexander-Greckov

#42539: Missing parenthesis in `platform._sys_version_parser`
https://bugs.python.org/issue42539 opened by crazy95sun

#42540: Debug pymalloc crash when using os.fork() [regression]
https://bugs.python.org/issue42540 opened by CendioOssman

#42541: Tkinter colours wrong on MacOS universal2
https://bugs.python.org/issue42541 opened by epaine

#42542: weakref documentation does not fully describe proxies
https://bugs.python.org/issue42542 opened by rgov

#42543: case sensitivity in open() arguments
https://bugs.python.org/issue42543 opened by sean.grogan

#42544: In windows, asyncio.run_in_executor strips logger class inform
https://bugs.python.org/issue42544 opened by adsherman09

#42545: Check that all symbols in the limited ABI are exported
https://bugs.python.org/issue42545 opened by pablogsal

#42547: argparse: add_argument(... nargs='+', metavar=<tuple>) does no
https://bugs.python.org/issue42547 opened by m_khvoinitsky

#42548: debugger stops at breakpoint of `pass` that is not actually re
https://bugs.python.org/issue42548 opened by gatekeeper.mail

#42549: "quopri" line endings not standard conform
https://bugs.python.org/issue42549 opened by dmaurer

#42551: Generator `yield`s counted as primitive calls by cProfile
https://bugs.python.org/issue42551 opened by matthew.suozzo

#42552: Automatically set parent thread idents on thread start
https://bugs.python.org/issue42552 opened by gaborjbernat

#42554: distutils.util.get_platform() depends on minor version for mac
https://bugs.python.org/issue42554 opened by fxcoudert

#42556: unittest.mock.patch() cannot properly mock methods
https://bugs.python.org/issue42556 opened by CendioOssman

#42557: Make asyncio.__main__ reusable, also adding a preamble feature
https://bugs.python.org/issue42557 opened by lschoe

#42558: waitpid/waitid race caused by change to Popen.send_signal in P
https://bugs.python.org/issue42558 opened by oconnor663

#42559: random.getrandbits: Should it be explicit that it returns unsi
https://bugs.python.org/issue42559 opened by pfalcon

#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560 opened by mason2

#42561: better error reporting in ast
https://bugs.python.org/issue42561 opened by sam-s

#42563: max function reports type errors in incorrect order
https://bugs.python.org/issue42563 opened by nkobald

#42564: "from .__init__ import ..." syntax imports a duplicate module
https://bugs.python.org/issue42564 opened by indygreg

#42565: Traceback (most recent call last): File "<stdin>", line 1, i
https://bugs.python.org/issue42565 opened by sivakrishnaavvaru

#42566: Clearing stack frame of suspended coroutine causes coroutine t
https://bugs.python.org/issue42566 opened by zerotypic

#42567: Enum: manually call __init_subclass__ after members are added
https://bugs.python.org/issue42567 opened by ethan.furman

#42569: Callers of _Py_fopen/_Py_wfopen may be broken after addition o
https://bugs.python.org/issue42569 opened by izbyshev

#42570: Try and Except doesn't work properly
https://bugs.python.org/issue42570 opened by blue555



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

#42567: Enum: manually call __init_subclass__ after members are added
https://bugs.python.org/issue42567

#42566: Clearing stack frame of suspended coroutine causes coroutine t
https://bugs.python.org/issue42566

#42561: better error reporting in ast
https://bugs.python.org/issue42561

#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560

#42557: Make asyncio.__main__ reusable, also adding a preamble feature
https://bugs.python.org/issue42557

#42556: unittest.mock.patch() cannot properly mock methods
https://bugs.python.org/issue42556

#42552: Automatically set parent thread idents on thread start
https://bugs.python.org/issue42552

#42551: Generator `yield`s counted as primitive calls by cProfile
https://bugs.python.org/issue42551

#42549: "quopri" line endings not standard conform
https://bugs.python.org/issue42549

#42548: debugger stops at breakpoint of `pass` that is not actually re
https://bugs.python.org/issue42548

#42544: In windows, asyncio.run_in_executor strips logger class inform
https://bugs.python.org/issue42544

#42542: weakref documentation does not fully describe proxies
https://bugs.python.org/issue42542

#42540: Debug pymalloc crash when using os.fork() [regression]
https://bugs.python.org/issue42540

#42539: Missing parenthesis in `platform._sys_version_parser`
https://bugs.python.org/issue42539

#42535: unittest.patch confuses modules with base modules
https://bugs.python.org/issue42535



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

#42561: better error reporting in ast
https://bugs.python.org/issue42561

#42547: argparse: add_argument(... nargs='+', metavar=<tuple>) does no
https://bugs.python.org/issue42547

#42545: Check that all symbols in the limited ABI are exported
https://bugs.python.org/issue42545

#42536: Iterating on a zip keeps objects alive longer than expected (t
https://bugs.python.org/issue42536

#42532: spec_arg's __bool__ is called while initializing NonCallableMo
https://bugs.python.org/issue42532

#42531: importlib.resources.path() raises TypeError for packages witho
https://bugs.python.org/issue42531

#42528: Improve the docs of most Py*_Check{,Exact} API calls
https://bugs.python.org/issue42528

#42524: pdb access to return value
https://bugs.python.org/issue42524

#42519: [C API] Upgrade the C API in extension modules
https://bugs.python.org/issue42519

#42513: Socket.recv hangs
https://bugs.python.org/issue42513

#42508: macOS IDLE with Tk 8.6.10 in 3.9.1rc1 universal2 installer fai
https://bugs.python.org/issue42508

#42504: Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur
https://bugs.python.org/issue42504

#42482: TracebackException should not hold reference to the exception
https://bugs.python.org/issue42482

#42476: Allow cross compiling python for macos-arm64 from macos-x86_64
https://bugs.python.org/issue42476

#42470: DeprecationWarning triggers for sequences which happen to be s
https://bugs.python.org/issue42470



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

#42536: Iterating on a zip keeps objects alive longer than expected (t
https://bugs.python.org/issue42536 35 msgs

#42541: Tkinter colours wrong on MacOS universal2
https://bugs.python.org/issue42541 15 msgs

#42507: test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10
https://bugs.python.org/issue42507 10 msgs

#42504: Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur
https://bugs.python.org/issue42504 8 msgs

#42508: macOS IDLE with Tk 8.6.10 in 3.9.1rc1 universal2 installer fai
https://bugs.python.org/issue42508 8 msgs

#31904: Python should support VxWorks RTOS
https://bugs.python.org/issue31904 7 msgs

#32381: Python 3.6 cannot reopen .pyc file with non-ASCII path
https://bugs.python.org/issue32381 7 msgs

#42454: Move slice creation to the compiler for constants
https://bugs.python.org/issue42454 7 msgs

#39096: "Format Specification Mini-Language" doc mistake for Decimal
https://bugs.python.org/issue39096 6 msgs

#42455: Add decorator_factory function to functools module
https://bugs.python.org/issue42455 6 msgs



Issues closed (93)
==================

#5773: Crash on shutdown after os.fdopen(2) in debug builds
https://bugs.python.org/issue5773 closed by iritkatriel

#10486: http.server doesn't set all CGI environment variables
https://bugs.python.org/issue10486 closed by orsenthil

#10837: Issue catching KeyboardInterrupt while reading stdin
https://bugs.python.org/issue10837 closed by iritkatriel

#11107: Cache constant "slice" instances
https://bugs.python.org/issue11107 closed by terry.reedy

#13341: Incorrect documentation for "u" PyArg_Parse format unit
https://bugs.python.org/issue13341 closed by iritkatriel

#14556: telnetlib Telnet.expect fails with timeout=0
https://bugs.python.org/issue14556 closed by iritkatriel

#14869: imaplib erronously quotes atoms such as flags
https://bugs.python.org/issue14869 closed by iritkatriel

#15104: Unclear language in __main__ description
https://bugs.python.org/issue15104 closed by iritkatriel

#16027: pkgutil doesn't support frozen modules
https://bugs.python.org/issue16027 closed by iritkatriel

#17454: ld_so_aix not used when linking c++ (scipy)
https://bugs.python.org/issue17454 closed by iritkatriel

#18213: py-bt errors on backtrace with PyRun_SimpleString and friends
https://bugs.python.org/issue18213 closed by iritkatriel

#19478: Add ability to prefix posix semaphore names created by multipr
https://bugs.python.org/issue19478 closed by iritkatriel

#19570: distutils' Command.ensure_dirname fails on Unicode
https://bugs.python.org/issue19570 closed by iritkatriel

#21114: wsgiref.simple_server doesn't handle multi-line headers correc
https://bugs.python.org/issue21114 closed by iritkatriel

#21195: None float format: incomplete documentation
https://bugs.python.org/issue21195 closed by iritkatriel

#21664: multiprocessing leaks temporary directories pymp-xxx
https://bugs.python.org/issue21664 closed by iritkatriel

#22187: commands.mkarg() buggy in East Asian locales
https://bugs.python.org/issue22187 closed by iritkatriel

#22376: urllib2.urlopen().read().splitlines() opening a directory in a
https://bugs.python.org/issue22376 closed by iritkatriel

#22455: idna/punycode give wrong results on narrow builds
https://bugs.python.org/issue22455 closed by iritkatriel

#23805: _hashlib compile error?
https://bugs.python.org/issue23805 closed by iritkatriel

#24063: Support Mageia and Arch Linux in the platform module
https://bugs.python.org/issue24063 closed by iritkatriel

#24295: Backport of #17086 causes regression in setup.py
https://bugs.python.org/issue24295 closed by iritkatriel

#24429: msvcrt error when embedded
https://bugs.python.org/issue24429 closed by iritkatriel

#24506: make fails with gcc 4.9 due to fatal warning of unused variabl
https://bugs.python.org/issue24506 closed by iritkatriel

#24775: Python client failing to connect to server but completing as i
https://bugs.python.org/issue24775 closed by iritkatriel

#24923: Append system paths in setup.py instead of prepending
https://bugs.python.org/issue24923 closed by iritkatriel

#25635: urllib2 cannot fully read FTP file
https://bugs.python.org/issue25635 closed by iritkatriel

#25884: inspect.getmro() fails when base class lacks __bases__ attribu
https://bugs.python.org/issue25884 closed by iritkatriel

#26582: asyncio documentation links to wrong CancelledError
https://bugs.python.org/issue26582 closed by asvetlov

#27387: Thread hangs on str.encode() when locale is not set
https://bugs.python.org/issue27387 closed by iritkatriel

#28881: int no attribute 'lower' iterating email.Message
https://bugs.python.org/issue28881 closed by iritkatriel

#28931: urllib ignores FTP 226 response, breaking further FTP requests
https://bugs.python.org/issue28931 closed by iritkatriel

#31990: Pickling deadlocks in thread with python -m
https://bugs.python.org/issue31990 closed by iritkatriel

#33153: interpreter crash when multiplying large tuples
https://bugs.python.org/issue33153 closed by iritkatriel

#34079: Multiprocessing module fails to build on Solaris 11.3
https://bugs.python.org/issue34079 closed by iritkatriel

#34215: streams.py:IncompleteReadError message is unclear when expecte
https://bugs.python.org/issue34215 closed by asvetlov

#34216: python platform no child error
https://bugs.python.org/issue34216 closed by iritkatriel

#34570: Segmentation fault in _PyType_Lookup
https://bugs.python.org/issue34570 closed by iritkatriel

#35120: SSH tunnel support to ftp lib
https://bugs.python.org/issue35120 closed by iritkatriel

#35534: SIGSEGV in stackdepth_walk
https://bugs.python.org/issue35534 closed by iritkatriel

#35953: crosscompilation fails with clang on android
https://bugs.python.org/issue35953 closed by iritkatriel

#38200: Adding itertools.pairwise to the standard library?
https://bugs.python.org/issue38200 closed by rhettinger

#38261: Tkinter CheckButton default label white in macOS dark mode
https://bugs.python.org/issue38261 closed by ronaldoussoren

#38283: sys._getframe(1).f_lineno changed behavior in 3.8
https://bugs.python.org/issue38283 closed by iritkatriel

#38599: Deprecate creation of asyncio object when the loop is not runn
https://bugs.python.org/issue38599 closed by asvetlov

#40060: socket.TCP_NOTSENT_LOWAT is missing in official macOS builds
https://bugs.python.org/issue40060 closed by ronaldoussoren

#40800: asyncio.sleep(0) should "yield" back to the event loop, but it
https://bugs.python.org/issue40800 closed by asvetlov

#41241: Unnecessary Type casting in 'if condition'
https://bugs.python.org/issue41241 closed by asvetlov

#41896: Moving index with wordstart expression includes non-alphanumbe
https://bugs.python.org/issue41896 closed by 23412343214312

#42324: Doctest: directives
https://bugs.python.org/issue42324 closed by mdk

#42406: Importing multiprocessing breaks pickle.whichmodule
https://bugs.python.org/issue42406 closed by gregory.p.smith

#42431: Fix outdated bytes comments
https://bugs.python.org/issue42431 closed by serhiy.storchaka

#42437: crypt produces wrong hashes for passwords containing dollar si
https://bugs.python.org/issue42437 closed by eric.smith

#42451: Indicate in the docs that PyTuple_GetItem does not support neg
https://bugs.python.org/issue42451 closed by vstinner

#42452: Improve colorsys.rgb_to_hls code
https://bugs.python.org/issue42452 closed by terry.reedy

#42466: asyncio loop.getaddrinfo raises RuntimeError
https://bugs.python.org/issue42466 closed by asvetlov

#42471: Slowdown in socket tests noticed since Py3.8
https://bugs.python.org/issue42471 closed by ronaldoussoren

#42474: improve test coverage for TracebackException's __eq__
https://bugs.python.org/issue42474 closed by gvanrossum

#42480: Python Tkinter crashes on macOS 11.1 beta
https://bugs.python.org/issue42480 closed by ned.deily

#42485: Full grammar specification should link to PEP 617
https://bugs.python.org/issue42485 closed by pablogsal

#42486: Investigate docs.python.org egregious SEO performance on Googl
https://bugs.python.org/issue42486 closed by vstinner

#42487: collections.ChainMap.__iter__ calls __getitem__ on underlying
https://bugs.python.org/issue42487 closed by rhettinger

#42488: Mathematical error
https://bugs.python.org/issue42488 closed by steven.daprano

#42489: Wrong method signature in python Documentation
https://bugs.python.org/issue42489 closed by asvetlov

#42490: Business Logical Error
https://bugs.python.org/issue42490 closed by steven.daprano

#42493: pathlib.Path.__eq__ should test normalized path
https://bugs.python.org/issue42493 closed by ascola

#42494: struct.unpack_from return 2 values instead of one
https://bugs.python.org/issue42494 closed by steven.daprano

#42495: socket.gethostbyaddr raises error if invalid unicode in hosts
https://bugs.python.org/issue42495 closed by steve.dower

#42496: Don't change indentation of RST markup
https://bugs.python.org/issue42496 closed by rhettinger

#42497: New pathlib.Path attribute
https://bugs.python.org/issue42497 closed by eryksun

#42499: python not correctly processing double quotes in command line
https://bugs.python.org/issue42499 closed by eryksun

#42500: crash with unbounded recursion in except statement
https://bugs.python.org/issue42500 closed by Mark.Shannon

#42501: Improve error messages for argparse choices using enum
https://bugs.python.org/issue42501 closed by rhettinger

#42502: Conflict between get_traced_memory and setrlimit
https://bugs.python.org/issue42502 closed by Vipul-Cariappa

#42503: Cannot declare method or static function parameter or return t
https://bugs.python.org/issue42503 closed by serhiy.storchaka

#42505: MACOSX_DEPLOYMENT_TARGET should accept non-decimal (int) value
https://bugs.python.org/issue42505 closed by guillochon

#42506: Unexpected output when running test_format
https://bugs.python.org/issue42506 closed by corona10

#42509: Recursive calls crash interpreter when checking exceptions
https://bugs.python.org/issue42509 closed by Mark.Shannon

#42510: Tuple Slice Bug
https://bugs.python.org/issue42510 closed by serhiy.storchaka

#42511: string in string not working
https://bugs.python.org/issue42511 closed by vstinner

#42515: Devguide recommend against using PRs to update fork
https://bugs.python.org/issue42515 closed by Mariatta

#42518: Error Message
https://bugs.python.org/issue42518 closed by eric.smith

#42521: Debug (-d) mode not working in 3.9
https://bugs.python.org/issue42521 closed by pablogsal

#42522: [C API] Add _Py_Borrow() private function: call Py_XDECREF() a
https://bugs.python.org/issue42522 closed by vstinner

#42523: using windows doc incorrectly states version support
https://bugs.python.org/issue42523 closed by steve.dower

#42530: Pickle Serialization Mangles NllLossBackward Objects in Tensor
https://bugs.python.org/issue42530 closed by serhiy.storchaka

#42537: Implement built-in shorthand b() for breakpoint()
https://bugs.python.org/issue42537 closed by nalzok

#42546: copy - Allow dict.copy(deep=True) alongside copy.deepcopy() fo
https://bugs.python.org/issue42546 closed by iritkatriel

#42550: re?????
https://bugs.python.org/issue42550 closed by andy.ye.jx

#42553: test_asyncio: test_call_later() fails on Windows x64 GitHub Ac
https://bugs.python.org/issue42553 closed by vstinner

#42555: math function sqrt() not working in 3.9
https://bugs.python.org/issue42555 closed by christian.heimes

#42562: dis failed to parse function that has only annotations
https://bugs.python.org/issue42562 closed by Mark.Shannon

#42568: Python can't run .pyc files with non-ASCII path on Windows
https://bugs.python.org/issue42568 closed by eryksun
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-12-04 - 2020-12-11)
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 7567 ( +6)
closed 46791 (+46)
total 54358 (+52)

Open issues with patches: 3047


Issues opened (43)
==================

#39707: Abstract property setter/deleter implementation not enforced,
https://bugs.python.org/issue39707 reopened by josh.r

#39825: EXT_SUFFIX inconsistent between sysconfig and distutils.syscon
https://bugs.python.org/issue39825 reopened by vstinner

#42456: Logical Error
https://bugs.python.org/issue42456 reopened by Kshitish

#42571: [docs] add links to Glossary#parameter in libraries
https://bugs.python.org/issue42571 opened by fredg1

#42572: Better path handling with argparse
https://bugs.python.org/issue42572 opened by ascola

#42575: Suggest to add an LinkedList data structure to python
https://bugs.python.org/issue42575 opened by SamUnimelb

#42577: Unhelpful syntax error when expression spans multiple lines
https://bugs.python.org/issue42577 opened by lazka

#42578: Add tip when encountering UnicodeDecode/EncodeError in open()
https://bugs.python.org/issue42578 opened by wyz23x2

#42580: ctypes.util.find_library("libc") fails
https://bugs.python.org/issue42580 opened by doko

#42581: Docs site redirection doesn't work for 3.9
https://bugs.python.org/issue42581 opened by kaxing

#42584: Upgrade macOS and Windows installers to use SQLite 3.34.0
https://bugs.python.org/issue42584 opened by erlendaasland

#42585: Segmentation fault on Linux with multiprocess queue
https://bugs.python.org/issue42585 opened by julien.stegle

#42586: unittest.mock.Mock spec can't be array/ndarray in Python 3.9
https://bugs.python.org/issue42586 opened by valeriupredoi

#42587: memoryview rely on _Bool undefined behavior (test_buffer fails
https://bugs.python.org/issue42587 opened by vstinner

#42588: Improvements to graphlib.TopologicalSorter.static_order() docu
https://bugs.python.org/issue42588 opened by bluetech

#42589: doc: Wrong "from" keyword link in Exceptions doc
https://bugs.python.org/issue42589 opened by iritkatriel

#42590: Something like Rust's std::sync::Mutex – combining a mutex p
https://bugs.python.org/issue42590 opened by jstasiak

#42591: Method Py_FrozenMain missing in libpython3.9
https://bugs.python.org/issue42591 opened by chba

#42594: Provide a way to skip magic-number search in ZipFile(mode='a')
https://bugs.python.org/issue42594 opened by Bart Robinson

#42596: aarch64 Fedora Rawhide LTO + PGO 3.8 fails to build Python: /u
https://bugs.python.org/issue42596 opened by vstinner

#42597: Improve documentation of locals() w.r.t. "free variables" vs.
https://bugs.python.org/issue42597 opened by Dominik V.

#42598: Some configure checks rely on implicit function declaration
https://bugs.python.org/issue42598 opened by jmr

#42600: Cancelling tasks waiting for asyncio.Conditions crashes w/ Run
https://bugs.python.org/issue42600 opened by hynek

#42601: [doc] add more examples and additional explanation to re.sub
https://bugs.python.org/issue42601 opened by harvastum

#42602: seekable() returns True on pipe objects in Windows
https://bugs.python.org/issue42602 opened by nedsociety

#42603: Tkinter: pkg-config is not used to get location of tcl and tk
https://bugs.python.org/issue42603 opened by m000

#42604: EXT_SUFFIX too short on FreeBSD and AIX
https://bugs.python.org/issue42604 opened by mattip

#42605: dir_util.copy_tree crashes if folder it previously created is
https://bugs.python.org/issue42605 opened by vlasenkoalexey

#42606: Support POSIX atomicity guarantee of O_APPEND on Windows
https://bugs.python.org/issue42606 opened by izbyshev

#42608: Installation failed from source code on Debian ([307/416] test
https://bugs.python.org/issue42608 opened by alimp5

#42609: Eval with too high string multiplication crashes newer Python
https://bugs.python.org/issue42609 opened by Erik-Lamers1

#42610: Get the type from a variable
https://bugs.python.org/issue42610 opened by wlf100220

#42611: PEP 594
https://bugs.python.org/issue42611 opened by aeros

#42612: Software Designer
https://bugs.python.org/issue42612 opened by deepanshugarg09

#42613: freeze.py doesn't support sys.platlibdir different than lib no
https://bugs.python.org/issue42613 opened by vstinner

#42614: Pathlib does not support a Cyrillic character '?'
https://bugs.python.org/issue42614 opened by hidr0.frbg

#42615: Redundant jump instructions due to deleted unreachable bytecod
https://bugs.python.org/issue42615 opened by OmG

#42616: C Extensions on Darwin that link against libpython are likely
https://bugs.python.org/issue42616 opened by froody

#42617: Enhancement request for PyType_FromSpecWIthBases add option f
https://bugs.python.org/issue42617 opened by Thrameos

#42618: Enhancement request for importing stacktraces from foreign sou
https://bugs.python.org/issue42618 opened by Thrameos

#42619: python 3.9.1 failed to create .so files as universal2 (arm64,
https://bugs.python.org/issue42619 opened by xz_sophos

#42620: documentation on `getsockname()` wrong for AF_INET6
https://bugs.python.org/issue42620 opened by vanrein

#42622: Add support to add existing parser to ArgumentParser.subparser
https://bugs.python.org/issue42622 opened by borkivskyi



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

#42622: Add support to add existing parser to ArgumentParser.subparser
https://bugs.python.org/issue42622

#42618: Enhancement request for importing stacktraces from foreign sou
https://bugs.python.org/issue42618

#42617: Enhancement request for PyType_FromSpecWIthBases add option f
https://bugs.python.org/issue42617

#42615: Redundant jump instructions due to deleted unreachable bytecod
https://bugs.python.org/issue42615

#42613: freeze.py doesn't support sys.platlibdir different than lib no
https://bugs.python.org/issue42613

#42611: PEP 594
https://bugs.python.org/issue42611

#42610: Get the type from a variable
https://bugs.python.org/issue42610

#42608: Installation failed from source code on Debian ([307/416] test
https://bugs.python.org/issue42608

#42606: Support POSIX atomicity guarantee of O_APPEND on Windows
https://bugs.python.org/issue42606

#42605: dir_util.copy_tree crashes if folder it previously created is
https://bugs.python.org/issue42605

#42604: EXT_SUFFIX too short on FreeBSD and AIX
https://bugs.python.org/issue42604

#42601: [doc] add more examples and additional explanation to re.sub
https://bugs.python.org/issue42601

#42600: Cancelling tasks waiting for asyncio.Conditions crashes w/ Run
https://bugs.python.org/issue42600

#42598: Some configure checks rely on implicit function declaration
https://bugs.python.org/issue42598

#42597: Improve documentation of locals() w.r.t. "free variables" vs.
https://bugs.python.org/issue42597



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

#42620: documentation on `getsockname()` wrong for AF_INET6
https://bugs.python.org/issue42620

#42615: Redundant jump instructions due to deleted unreachable bytecod
https://bugs.python.org/issue42615

#42606: Support POSIX atomicity guarantee of O_APPEND on Windows
https://bugs.python.org/issue42606

#42604: EXT_SUFFIX too short on FreeBSD and AIX
https://bugs.python.org/issue42604

#42603: Tkinter: pkg-config is not used to get location of tcl and tk
https://bugs.python.org/issue42603

#42598: Some configure checks rely on implicit function declaration
https://bugs.python.org/issue42598

#42591: Method Py_FrozenMain missing in libpython3.9
https://bugs.python.org/issue42591

#42584: Upgrade macOS and Windows installers to use SQLite 3.34.0
https://bugs.python.org/issue42584

#42567: Enum: manually call __init_subclass__ after members are added
https://bugs.python.org/issue42567

#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560

#42559: random.getrandbits: Should it be explicit that it returns unsi
https://bugs.python.org/issue42559

#42547: argparse: add_argument(... nargs='+', metavar=<tuple>) does no
https://bugs.python.org/issue42547

#42545: Check that all symbols in the limited ABI are exported
https://bugs.python.org/issue42545

#42531: importlib.resources.path() raises TypeError for packages witho
https://bugs.python.org/issue42531

#42528: Improve the docs of most Py*_Check{,Exact} API calls
https://bugs.python.org/issue42528



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

#39825: EXT_SUFFIX inconsistent between sysconfig and distutils.syscon
https://bugs.python.org/issue39825 11 msgs

#42572: Better path handling with argparse
https://bugs.python.org/issue42572 11 msgs

#42586: unittest.mock.Mock spec can't be array/ndarray in Python 3.9
https://bugs.python.org/issue42586 10 msgs

#40600: Add option to disallow > 1 instance of an extension module
https://bugs.python.org/issue40600 8 msgs

#41559: Add support for PEP 612 to typing.py
https://bugs.python.org/issue41559 8 msgs

#42569: Callers of _Py_fopen/_Py_wfopen may be broken after addition o
https://bugs.python.org/issue42569 7 msgs

#42422: types.CodeType() has no bytecode verifier
https://bugs.python.org/issue42422 6 msgs

#42587: memoryview rely on _Bool undefined behavior (test_buffer fails
https://bugs.python.org/issue42587 6 msgs

#42591: Method Py_FrozenMain missing in libpython3.9
https://bugs.python.org/issue42591 6 msgs

#39573: [C API] Make PyObject an opaque structure in the limited C API
https://bugs.python.org/issue39573 5 msgs



Issues closed (46)
==================

#5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed
https://bugs.python.org/issue5054 closed by orsenthil

#17005: Add a topological sort algorithm
https://bugs.python.org/issue17005 closed by rhettinger

#17612: hooks/mail.py requires [smtp] host to be set, despite a commen
https://bugs.python.org/issue17612 closed by iritkatriel

#17735: inspect.findsource raises IndexError
https://bugs.python.org/issue17735 closed by taleinat

#20415: Could method "isinstance" take a list as parameter?
https://bugs.python.org/issue20415 closed by iritkatriel

#25191: test_getsetlocale_issue1813 failed on OpenBSD
https://bugs.python.org/issue25191 closed by terry.reedy

#26131: Raise ImportWarning when loader.load_module() is used
https://bugs.python.org/issue26131 closed by brett.cannon

#30459: PyList_SET_ITEM could be safer
https://bugs.python.org/issue30459 closed by vstinner

#31601: Availability of utimensat, futimens not checked correctly on m
https://bugs.python.org/issue31601 closed by jmr

#31636: test_locale failure on OpenBSD
https://bugs.python.org/issue31636 closed by terry.reedy

#32381: Python 3.6 cannot reopen .pyc file with non-ASCII path
https://bugs.python.org/issue32381 closed by vstinner

#34750: locals().update doesn't work in Enum body, even though direct
https://bugs.python.org/issue34750 closed by ethan.furman

#36541: Make lib2to3 grammar better match Python, support the := walru
https://bugs.python.org/issue36541 closed by BTaskaya

#37166: inspect.findsource doesn't handle shortened files gracefully
https://bugs.python.org/issue37166 closed by iritkatriel

#38660: Checking if two regexes are equal should test if they are func
https://bugs.python.org/issue38660 closed by serhiy.storchaka

#38843: Document argparse behaviour when custom namespace object alrea
https://bugs.python.org/issue38843 closed by rhettinger

#39625: Traceback needs more details
https://bugs.python.org/issue39625 closed by iritkatriel

#39791: New `files()` api from importlib_resources.
https://bugs.python.org/issue39791 closed by jaraco

#40652: Test test_locale failed when running cpython test on Windows 1
https://bugs.python.org/issue40652 closed by terry.reedy

#40747: sysconfig.get_config_var("py_version_nodot") should return 3_1
https://bugs.python.org/issue40747 closed by steve.dower

#41439: test_uuid.py and test_ssl.py failure on OSes without os.fork (
https://bugs.python.org/issue41439 closed by vstinner

#41443: some test cases in test_posix.py fail if some os attributes ar
https://bugs.python.org/issue41443 closed by vstinner

#41462: os.set_blocking() raises OSError on VxWorks RTOS
https://bugs.python.org/issue41462 closed by vstinner

#41889: enum: Mixin and int base class regression in 3.8.6
https://bugs.python.org/issue41889 closed by ethan.furman

#41907: Regression in IntFlag behaviour in f-string
https://bugs.python.org/issue41907 closed by ethan.furman

#42116: Inspect library ignore comments at the end of a function (insp
https://bugs.python.org/issue42116 closed by taleinat

#42373: PEP 626 does not specify behavior of tracing for keywords.
https://bugs.python.org/issue42373 closed by Mark.Shannon

#42385: adjust enum.auto's behavior for StrEnum to return the enum nam
https://bugs.python.org/issue42385 closed by ethan.furman

#42482: TracebackException should not hold reference to the exception
https://bugs.python.org/issue42482 closed by iritkatriel

#42532: spec_arg's __bool__ is called while initializing NonCallableMo
https://bugs.python.org/issue42532 closed by idanweiss97

#42536: Iterating on a zip keeps objects alive longer than expected (t
https://bugs.python.org/issue42536 closed by pablogsal

#42561: better error reporting in ast
https://bugs.python.org/issue42561 closed by BTaskaya

#42564: "from .__init__ import ..." syntax imports a duplicate module
https://bugs.python.org/issue42564 closed by brett.cannon

#42570: Try and Except doesn't work properly
https://bugs.python.org/issue42570 closed by steven.daprano

#42573: Installation of Python 3.9 failing with message "User cancelle
https://bugs.python.org/issue42573 closed by tosunilmathew

#42574: Travis can't build the 3.8 branch right now
https://bugs.python.org/issue42574 closed by pablogsal

#42576: Passing keyword arguments to types.GenericAlias causes a hard
https://bugs.python.org/issue42576 closed by kj

#42579: Solution from gh#python/cpython#13236 unnecessarily binds buil
https://bugs.python.org/issue42579 closed by pablogsal

#42582: Remove asyncio._all_tasks_compat()
https://bugs.python.org/issue42582 closed by serhiy.storchaka

#42583: JSON.dumps() creates invalid JSON with single quotes
https://bugs.python.org/issue42583 closed by serhiy.storchaka

#42592: TypedDict: total=False but still key required
https://bugs.python.org/issue42592 closed by brandtbucher

#42593: Consistency in unicode string multiplication with an integer
https://bugs.python.org/issue42593 closed by syl-nktaylor

#42595: 5 * str
https://bugs.python.org/issue42595 closed by rhettinger

#42599: Remove PyModule_GetWarningsModule() in pylifecycle.c
https://bugs.python.org/issue42599 closed by vstinner

#42607: raw strings SyntaxError
https://bugs.python.org/issue42607 closed by eric.smith

#42621: Python IDLE no longer opens after clicking on its icon
https://bugs.python.org/issue42621 closed by 8962avi
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-12-11 - 2020-12-18)
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 7554 (-13)
closed 46857 (+66)
total 54411 (+53)

Open issues with patches: 3040


Issues opened (40)
==================

#15651: PEP 3121, 384 refactoring applied to elementtree module
https://bugs.python.org/issue15651 reopened by vstinner

#26564: Malloc debug hooks: display memory block traceback on error
https://bugs.python.org/issue26564 reopened by iritkatriel

#36541: Make lib2to3 grammar better match Python, support the := walru
https://bugs.python.org/issue36541 reopened by gregory.p.smith

#42624: sqlite3 package document mistake
https://bugs.python.org/issue42624 opened by seeker-Liu

#42626: readline history, vi-editingmode and ANSI color codes bug
https://bugs.python.org/issue42626 opened by nijoakim

#42627: urllib.request.getproxies() misparses Windows registry proxy s
https://bugs.python.org/issue42627 opened by benrg

#42628: binascii doesn't work on some base64
https://bugs.python.org/issue42628 opened by kwatsen2

#42629: PyObject_Call not behaving as documented
https://bugs.python.org/issue42629 opened by maxbachmann

#42630: Variable.__init__ raises obscure AttributeError
https://bugs.python.org/issue42630 opened by shippo_

#42631: Multiprocessing module hangs on os.read() on Linux
https://bugs.python.org/issue42631 opened by to7m

#42633: Wave documentation doesn't mention signed/unsigned requirement
https://bugs.python.org/issue42633 opened by mattgwwalker

#42636: shielded task exception never retrieved when outer task cancel
https://bugs.python.org/issue42636 opened by natano

#42637: Python macos11.0 release note tkinter problems in news
https://bugs.python.org/issue42637 opened by epaine

#42641: Deprecate os.popen() function
https://bugs.python.org/issue42641 opened by vstinner

#42642: logging: add high priority log level for warnings being cleare
https://bugs.python.org/issue42642 opened by ncoghlan

#42643: http.server does not support HTTP range requests
https://bugs.python.org/issue42643 opened by Decorater

#42646: Add function that supports "applying" methods
https://bugs.python.org/issue42646 opened by wyz23x2

#42647: Unable to use concurrent.futures in atexit hook
https://bugs.python.org/issue42647 opened by jd

#42648: subprocess: add a helper/parameter to catch exec() OSError exc
https://bugs.python.org/issue42648 opened by vstinner

#42649: RecursionError when parsing unwieldy expression (regression fr
https://bugs.python.org/issue42649 opened by mjo

#42650: Can people use dest=argparse.SUPPRESS in custom Action classes
https://bugs.python.org/issue42650 opened by bmw

#42651: Recursive traceback crashes Python Interpreter
https://bugs.python.org/issue42651 opened by xxm

#42652: recursive in finally clause cause Python interpreter crash.
https://bugs.python.org/issue42652 opened by xxm

#42653: Expose ISO-TP Contants for Linux >= 5.10
https://bugs.python.org/issue42653 opened by rumpelsepp

#42654: Add folder for python customizations: __sitecustomize__
https://bugs.python.org/issue42654 opened by mariocj89

#42655: Fix subprocess extra_groups gid conversion
https://bugs.python.org/issue42655 opened by kulikjak

#42657: Python 3.9.1 building process could not use local standard lib
https://bugs.python.org/issue42657 opened by xz_sophos

#42658: os.path.normcase() is inconsistent with Windows file system
https://bugs.python.org/issue42658 opened by sogom

#42659: Objects of uname_result Class Cannot be Successfully Pickled
https://bugs.python.org/issue42659 opened by CrocoDuck

#42660: _zoneinfo.c incorrectly checks bounds of `day` variable in cal
https://bugs.python.org/issue42660 opened by p-ganssle

#42663: zoneinfo does not support full range of allowed transition hou
https://bugs.python.org/issue42663 opened by p-ganssle

#42666: getting a class source regresses in Python 3.9
https://bugs.python.org/issue42666 opened by t-vi

#42667: shelve module is not thread-safe during accessing different da
https://bugs.python.org/issue42667 opened by gardener.willy

#42669: "except" documentation still suggests nested tuples are allowe
https://bugs.python.org/issue42669 opened by cjwatson

#42670: Missing word in itertools.product
https://bugs.python.org/issue42670 opened by snoyes

#42671: Make the Python finalization more deterministic
https://bugs.python.org/issue42671 opened by vstinner

#42672: tkinter/__init__.py raises a NameError if NoDefaultRoot()
https://bugs.python.org/issue42672 opened by shippo_

#42673: Optimize round_size for rehashing
https://bugs.python.org/issue42673 opened by jneb

#42674: __init_subclass__ only called for first subclass when class ha
https://bugs.python.org/issue42674 opened by ccgahagan

#42675: Document changes made in bpo-42195
https://bugs.python.org/issue42675 opened by kj



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

#42674: __init_subclass__ only called for first subclass when class ha
https://bugs.python.org/issue42674

#42672: tkinter/__init__.py raises a NameError if NoDefaultRoot()
https://bugs.python.org/issue42672

#42669: "except" documentation still suggests nested tuples are allowe
https://bugs.python.org/issue42669

#42663: zoneinfo does not support full range of allowed transition hou
https://bugs.python.org/issue42663

#42658: os.path.normcase() is inconsistent with Windows file system
https://bugs.python.org/issue42658

#42657: Python 3.9.1 building process could not use local standard lib
https://bugs.python.org/issue42657

#42655: Fix subprocess extra_groups gid conversion
https://bugs.python.org/issue42655

#42653: Expose ISO-TP Contants for Linux >= 5.10
https://bugs.python.org/issue42653

#42650: Can people use dest=argparse.SUPPRESS in custom Action classes
https://bugs.python.org/issue42650

#42649: RecursionError when parsing unwieldy expression (regression fr
https://bugs.python.org/issue42649

#42647: Unable to use concurrent.futures in atexit hook
https://bugs.python.org/issue42647

#42642: logging: add high priority log level for warnings being cleare
https://bugs.python.org/issue42642

#42637: Python macos11.0 release note tkinter problems in news
https://bugs.python.org/issue42637

#42633: Wave documentation doesn't mention signed/unsigned requirement
https://bugs.python.org/issue42633

#42631: Multiprocessing module hangs on os.read() on Linux
https://bugs.python.org/issue42631



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

#42675: Document changes made in bpo-42195
https://bugs.python.org/issue42675

#42673: Optimize round_size for rehashing
https://bugs.python.org/issue42673

#42672: tkinter/__init__.py raises a NameError if NoDefaultRoot()
https://bugs.python.org/issue42672

#42671: Make the Python finalization more deterministic
https://bugs.python.org/issue42671

#42670: Missing word in itertools.product
https://bugs.python.org/issue42670

#42669: "except" documentation still suggests nested tuples are allowe
https://bugs.python.org/issue42669

#42663: zoneinfo does not support full range of allowed transition hou
https://bugs.python.org/issue42663

#42660: _zoneinfo.c incorrectly checks bounds of `day` variable in cal
https://bugs.python.org/issue42660

#42659: Objects of uname_result Class Cannot be Successfully Pickled
https://bugs.python.org/issue42659

#42655: Fix subprocess extra_groups gid conversion
https://bugs.python.org/issue42655

#42648: subprocess: add a helper/parameter to catch exec() OSError exc
https://bugs.python.org/issue42648

#42641: Deprecate os.popen() function
https://bugs.python.org/issue42641

#42636: shielded task exception never retrieved when outer task cancel
https://bugs.python.org/issue42636

#42630: Variable.__init__ raises obscure AttributeError
https://bugs.python.org/issue42630

#42620: documentation on `getsockname()` wrong for AF_INET6
https://bugs.python.org/issue42620



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

#42630: Variable.__init__ raises obscure AttributeError
https://bugs.python.org/issue42630 14 msgs

#42641: Deprecate os.popen() function
https://bugs.python.org/issue42641 12 msgs

#42246: Implement PEP 626 -- Precise line numbers for debugging
https://bugs.python.org/issue42246 10 msgs

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115 9 msgs

#42529: CPython DLL initialization routine failed from PYC cache file
https://bugs.python.org/issue42529 9 msgs

#42660: _zoneinfo.c incorrectly checks bounds of `day` variable in cal
https://bugs.python.org/issue42660 9 msgs

#42648: subprocess: add a helper/parameter to catch exec() OSError exc
https://bugs.python.org/issue42648 8 msgs

#42671: Make the Python finalization more deterministic
https://bugs.python.org/issue42671 7 msgs

#31904: Python should support VxWorks RTOS
https://bugs.python.org/issue31904 6 msgs

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 6 msgs



Issues closed (63)
==================

#14935: PEP 384 Refactoring applied to _csv module
https://bugs.python.org/issue14935 closed by petr.viktorin

#15650: PEP 3121, 384 refactoring applied to dbm module
https://bugs.python.org/issue15650 closed by vstinner

#15669: PEP 3121, 384 Refactoring applied to sre module
https://bugs.python.org/issue15669 closed by vstinner

#15674: PEP 3121, 384 Refactoring applied to _thread module
https://bugs.python.org/issue15674 closed by vstinner

#15712: PEP 3121, 384 Refactoring applied to unicodedata module
https://bugs.python.org/issue15712 closed by vstinner

#15725: PyType_FromSpecWithBases bugfix
https://bugs.python.org/issue15725 closed by vstinner

#15848: PEP 3121, 384 Refactoring applied to xxsubtype module
https://bugs.python.org/issue15848 closed by vstinner

#18710: Add PyState_GetModuleAttr
https://bugs.python.org/issue18710 closed by petr.viktorin

#24743: Make _PyTraceback_Add public
https://bugs.python.org/issue24743 closed by iritkatriel

#30858: Keyword can't be an expression?
https://bugs.python.org/issue30858 closed by pablogsal

#38137: hashopenssl fails to compile on MacOS
https://bugs.python.org/issue38137 closed by christian.heimes

#39096: "Format Specification Mini-Language" doc mistake for Decimal
https://bugs.python.org/issue39096 closed by mdk

#39717: Fix exception causes in tarfile module
https://bugs.python.org/issue39717 closed by ethan.furman

#40084: HTTPStatus has incomplete dir() listing
https://bugs.python.org/issue40084 closed by ethan.furman

#40364: asyncio: replace _compute_returncode() with os.waitstatus_to_e
https://bugs.python.org/issue40364 closed by vstinner

#40505: getpath.c doesn't know about lib64
https://bugs.python.org/issue40505 closed by vstinner

#40600: Add option to disallow > 1 instance of an extension module
https://bugs.python.org/issue40600 closed by petr.viktorin

#40686: Compiler warnings in _zoneinfo.c on Windows build in 64-bit
https://bugs.python.org/issue40686 closed by vstinner

#40949: test_socket altered the execution environment: threading_clean
https://bugs.python.org/issue40949 closed by vstinner

#41473: test_gdb fails on AMD64 Fedora Rawhide 3.x [gdb 9.2 bug]
https://bugs.python.org/issue41473 closed by vstinner

#41478: Empty representation of AssertionError
https://bugs.python.org/issue41478 closed by iritkatriel

#41804: test_epoll fails test_control_and_wait() randomly on aarch64 R
https://bugs.python.org/issue41804 closed by vstinner

#41877: Check against misspellings of assert etc. in mock
https://bugs.python.org/issue41877 closed by vabr2

#41891: asyncio.wait_for does not wait for task/future to be completed
https://bugs.python.org/issue41891 closed by yselivanov

#42059: TypedDict(...) as function does not respect "total" when setti
https://bugs.python.org/issue42059 closed by brandtbucher

#42090: zipfile.Path.joinpath API inconsistent with pathlib.Path.joinp
https://bugs.python.org/issue42090 closed by jaraco

#42111: Make the xxlimited module an example of best extension module
https://bugs.python.org/issue42111 closed by petr.viktorin

#42142: test_ttk timeout: FAIL tkinter ttk LabeledScale test_resize, a
https://bugs.python.org/issue42142 closed by serhiy.storchaka

#42195: Inconsistent __args__ between typing.Callable and collections.
https://bugs.python.org/issue42195 closed by gvanrossum

#42306: wrong exception handling in case asyncio.shiled usage
https://bugs.python.org/issue42306 closed by asvetlov

#42328: ttk style.map function incorrectly handles the default state f
https://bugs.python.org/issue42328 closed by serhiy.storchaka

#42375: subprocess DragonFlyBSD build update
https://bugs.python.org/issue42375 closed by vstinner

#42415: python3.lib in Python3.9.0 Windows distribution does not conta
https://bugs.python.org/issue42415 closed by vstinner

#42517: Enum: do not convert private names into members
https://bugs.python.org/issue42517 closed by ethan.furman

#42519: [C API] Upgrade the C API in extension modules
https://bugs.python.org/issue42519 closed by vstinner

#42567: Enum: manually call __init_subclass__ after members are added
https://bugs.python.org/issue42567 closed by ethan.furman

#42575: Suggest to add an LinkedList data structure to python
https://bugs.python.org/issue42575 closed by rhettinger

#42577: Unhelpful syntax error when expression spans multiple lines
https://bugs.python.org/issue42577 closed by gvanrossum

#42591: Method Py_FrozenMain missing in libpython3.9
https://bugs.python.org/issue42591 closed by vstinner

#42598: Some configure checks rely on implicit function declaration
https://bugs.python.org/issue42598 closed by ned.deily

#42600: Cancelling tasks waiting for asyncio.Conditions crashes w/ Run
https://bugs.python.org/issue42600 closed by yselivanov

#42608: Installation failed from source code on Debian ([307/416] test
https://bugs.python.org/issue42608 closed by alimp5

#42612: Software Designer
https://bugs.python.org/issue42612 closed by josh.r

#42613: freeze.py doesn't support sys.platlibdir different than lib no
https://bugs.python.org/issue42613 closed by vstinner

#42614: Pathlib does not support a Cyrillic character '?'
https://bugs.python.org/issue42614 closed by ronaldoussoren

#42615: Redundant jump instructions due to deleted unreachable bytecod
https://bugs.python.org/issue42615 closed by OmG

#42623: IDLE: Syntax Error showing pointer in wrong location
https://bugs.python.org/issue42623 closed by terry.reedy

#42625: Segmentation fault of PyState_AddModule()
https://bugs.python.org/issue42625 closed by shihai1991

#42632: Reassgining ZeroDivisionError will lead to bug in Except claus
https://bugs.python.org/issue42632 closed by eric.smith

#42634: Incorrect line number in bytecode for try-except-finally
https://bugs.python.org/issue42634 closed by Mark.Shannon

#42635: Incorrect line number in bytecode for nested loops
https://bugs.python.org/issue42635 closed by Mark.Shannon

#42638: IDLE: Context lines not working correctly
https://bugs.python.org/issue42638 closed by terry.reedy

#42639: Make atexit state per interpreter
https://bugs.python.org/issue42639 closed by vstinner

#42640: tkinter throws exception when key is pressed
https://bugs.python.org/issue42640 closed by ned.deily

#42644: logging.disable('WARN') breaks AsyncIO
https://bugs.python.org/issue42644 closed by asvetlov

#42645: break/continue or return in finally block occurs twice in trac
https://bugs.python.org/issue42645 closed by Mark.Shannon

#42656: prime numbers loop issue
https://bugs.python.org/issue42656 closed by steven.daprano

#42661: Hashlib Bug
https://bugs.python.org/issue42661 closed by zach.ware

#42662: Propose: Data model explict about __annotations__ key ordering
https://bugs.python.org/issue42662 closed by pbryan

#42664: strptime(%c) fails to parse the output of strftime(%c)
https://bugs.python.org/issue42664 closed by eric.smith

#42665: Should PyLong_AsLongAndOverflow raise exception on overflow?
https://bugs.python.org/issue42665 closed by mark.dickinson

#42668: re.escape does not correctly escape newlines
https://bugs.python.org/issue42668 closed by serhiy.storchaka

#1571878: Improvements to socket module exceptions
https://bugs.python.org/issue1571878 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-12-18 - 2020-12-25)
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 7554 ( +0)
closed 46925 (+68)
total 54479 (+68)

Open issues with patches: 3033


Issues opened (49)
==================

#42634: Incorrect line number in bytecode for try-except-finally
https://bugs.python.org/issue42634 reopened by nedbat

#42676: zoneinfo uses locale depending functions for parsing
https://bugs.python.org/issue42676 opened by serhiy.storchaka

#42677: Support comments in argparse fromfile_prefix_chars files
https://bugs.python.org/issue42677 opened by nabelekt

#42678: [Enum] _sunder_ methods only looked up in the last Enum class
https://bugs.python.org/issue42678 opened by ethan.furman

#42679: Minor improvement in datetime.timestamp() docs
https://bugs.python.org/issue42679 opened by olvinroght

#42680: unicode identifiers not accessible or assignable through globa
https://bugs.python.org/issue42680 opened by outofculture

#42681: mistake in curses documentation
https://bugs.python.org/issue42681 opened by arbor

#42682: awaiting a wrapped asyncio.Task multiple times gives long, rep
https://bugs.python.org/issue42682 opened by lilydjwg

#42683: asyncio should handle keyboard interrupt while the event loop
https://bugs.python.org/issue42683 opened by paul.moore

#42684: Improvements to documentation for PyUnicode_FS{Converter,Decod
https://bugs.python.org/issue42684 opened by Antony.Lee

#42686: include built-in Math functions in SQLite to 3.35.0 of march 2
https://bugs.python.org/issue42686 opened by Big Stone

#42687: tokenize module does not recognize Barry as FLUFL
https://bugs.python.org/issue42687 opened by esoma

#42688: ctypes memory error on Apple Silicon with external libffi
https://bugs.python.org/issue42688 opened by erykoff

#42690: Aiohttp fails when using intel ax200 wireless card
https://bugs.python.org/issue42690 opened by JasperTecHK

#42692: Build fails on macOS when compiler doesn't define __has_builti
https://bugs.python.org/issue42692 opened by jmr

#42693: "if 0:" lines are traced; they didn't use to be
https://bugs.python.org/issue42693 opened by nedbat

#42694: Failed test_new_curses_panel in test_curses
https://bugs.python.org/issue42694 opened by serhiy.storchaka

#42696: Duplicated unused bytecodes at end of function
https://bugs.python.org/issue42696 opened by nedbat

#42698: Deadlock in pysqlite_connection_dealloc()
https://bugs.python.org/issue42698 opened by hydroflask

#42700: xml.parsers.expat.errors description of codes/messages is flip
https://bugs.python.org/issue42700 opened by goodmami

#42705: Intercepting thread lock objects not working under context man
https://bugs.python.org/issue42705 opened by mhmdkanj

#42707: Python uses ANSI CP for stdio on Windows console instead of us
https://bugs.python.org/issue42707 opened by u36959

#42710: Viewing pydoc API documentation
https://bugs.python.org/issue42710 opened by Faris Chugthai

#42712: Segmentation fault in running ast.literal_eval() with large ex
https://bugs.python.org/issue42712 opened by xxm

#42713: Segmentation fault in running eval() with large expression siz
https://bugs.python.org/issue42713 opened by xxm

#42714: Segmentation fault in running compile() with large expression
https://bugs.python.org/issue42714 opened by xxm

#42715: Segmentation fault in running exec() with large expression siz
https://bugs.python.org/issue42715 opened by xxm

#42716: Segmentation fault in running ast.parse() with large expressio
https://bugs.python.org/issue42716 opened by xxm

#42717: The python interpreter crashed with "_enter_buffered_busy"
https://bugs.python.org/issue42717 opened by xxm

#42719: Eliminate NOPs in the assembler, by emitting zero-width entrie
https://bugs.python.org/issue42719 opened by Mark.Shannon

#42721: Using of simple dialogs without default root window
https://bugs.python.org/issue42721 opened by serhiy.storchaka

#42722: Add --debug command line option to unittest to enable post-mor
https://bugs.python.org/issue42722 opened by Dominik V.

#42724: Change library name when building.
https://bugs.python.org/issue42724 opened by corentin.bolou27

#42725: PEP 563: Should the behavior change for yield/yield from's
https://bugs.python.org/issue42725 opened by BTaskaya

#42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds
https://bugs.python.org/issue42727 opened by ethan.furman

#42728: Typo in documentation: importlib.metadata
https://bugs.python.org/issue42728 opened by sighingnow

#42730: TypeError/hang inside of Time.Sleep() when _thread.interrupt_m
https://bugs.python.org/issue42730 opened by AR-Kareem

#42731: Enhancement request for proxying PyString
https://bugs.python.org/issue42731 opened by Thrameos

#42733: [issue] io's r+ mode truncate(0)
https://bugs.python.org/issue42733 opened by ke265379ke

#42734: Outdated CodeType call in "bogus_code_obj.py"
https://bugs.python.org/issue42734 opened by xxm

#42735: "trace_at_recursion_limit.py" should be removed from "Python/L
https://bugs.python.org/issue42735 opened by xxm

#42736: Add support for making Linux prctl(...) calls to subprocess
https://bugs.python.org/issue42736 opened by gregory.p.smith

#42737: PEP 563: drop annotations for complex assign targets
https://bugs.python.org/issue42737 opened by BTaskaya

#42738: subprocess: don't close all file descriptors by default (close
https://bugs.python.org/issue42738 opened by vstinner

#42739: Crash when try to disassemble bogus code object
https://bugs.python.org/issue42739 opened by serhiy.storchaka

#42740: typing.py get_args and get_origin should support PEP 604 and 6
https://bugs.python.org/issue42740 opened by kj

#42741: Sync 3.9's whatsnew document in 3.10 with 3.9 branch
https://bugs.python.org/issue42741 opened by kj

#42742: Add abc.Mapping to dataclass
https://bugs.python.org/issue42742 opened by abrosimov.a.a

#42743: pdb vanishing breakpoints
https://bugs.python.org/issue42743 opened by ds2606



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

#42743: pdb vanishing breakpoints
https://bugs.python.org/issue42743

#42741: Sync 3.9's whatsnew document in 3.10 with 3.9 branch
https://bugs.python.org/issue42741

#42740: typing.py get_args and get_origin should support PEP 604 and 6
https://bugs.python.org/issue42740

#42739: Crash when try to disassemble bogus code object
https://bugs.python.org/issue42739

#42738: subprocess: don't close all file descriptors by default (close
https://bugs.python.org/issue42738

#42737: PEP 563: drop annotations for complex assign targets
https://bugs.python.org/issue42737

#42736: Add support for making Linux prctl(...) calls to subprocess
https://bugs.python.org/issue42736

#42735: "trace_at_recursion_limit.py" should be removed from "Python/L
https://bugs.python.org/issue42735

#42728: Typo in documentation: importlib.metadata
https://bugs.python.org/issue42728

#42722: Add --debug command line option to unittest to enable post-mor
https://bugs.python.org/issue42722

#42719: Eliminate NOPs in the assembler, by emitting zero-width entrie
https://bugs.python.org/issue42719

#42713: Segmentation fault in running eval() with large expression siz
https://bugs.python.org/issue42713

#42710: Viewing pydoc API documentation
https://bugs.python.org/issue42710

#42700: xml.parsers.expat.errors description of codes/messages is flip
https://bugs.python.org/issue42700

#42694: Failed test_new_curses_panel in test_curses
https://bugs.python.org/issue42694



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

#42741: Sync 3.9's whatsnew document in 3.10 with 3.9 branch
https://bugs.python.org/issue42741

#42740: typing.py get_args and get_origin should support PEP 604 and 6
https://bugs.python.org/issue42740

#42734: Outdated CodeType call in "bogus_code_obj.py"
https://bugs.python.org/issue42734

#42728: Typo in documentation: importlib.metadata
https://bugs.python.org/issue42728

#42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds
https://bugs.python.org/issue42727

#42722: Add --debug command line option to unittest to enable post-mor
https://bugs.python.org/issue42722

#42721: Using of simple dialogs without default root window
https://bugs.python.org/issue42721

#42700: xml.parsers.expat.errors description of codes/messages is flip
https://bugs.python.org/issue42700

#42692: Build fails on macOS when compiler doesn't define __has_builti
https://bugs.python.org/issue42692

#42688: ctypes memory error on Apple Silicon with external libffi
https://bugs.python.org/issue42688

#42687: tokenize module does not recognize Barry as FLUFL
https://bugs.python.org/issue42687

#42681: mistake in curses documentation
https://bugs.python.org/issue42681

#42673: Optimize round_size for rehashing
https://bugs.python.org/issue42673

#42671: Make the Python finalization more deterministic
https://bugs.python.org/issue42671

#42663: zoneinfo does not support full range of allowed transition hou
https://bugs.python.org/issue42663



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

#42693: "if 0:" lines are traced; they didn't use to be
https://bugs.python.org/issue42693 23 msgs

#38435: Start the deprecation cycle for subprocess preexec_fn
https://bugs.python.org/issue38435 9 msgs

#42725: PEP 563: Should the behavior change for yield/yield from's
https://bugs.python.org/issue42725 8 msgs

#42677: Support comments in argparse fromfile_prefix_chars files
https://bugs.python.org/issue42677 6 msgs

#42686: include built-in Math functions in SQLite to 3.35.0 of march 2
https://bugs.python.org/issue42686 6 msgs

#42707: Python uses ANSI CP for stdio on Windows console instead of us
https://bugs.python.org/issue42707 6 msgs

#42696: Duplicated unused bytecodes at end of function
https://bugs.python.org/issue42696 5 msgs

#42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds
https://bugs.python.org/issue42727 5 msgs

#42734: Outdated CodeType call in "bogus_code_obj.py"
https://bugs.python.org/issue42734 5 msgs

#42042: sphinx3 renders diffrently docs.python.org for 3.10
https://bugs.python.org/issue42042 4 msgs



Issues closed (61)
==================

#9694: argparse required arguments displayed under "optional argument
https://bugs.python.org/issue9694 closed by rhettinger

#12800: 'tarfile.StreamError: seeking backwards is not allowed' when e
https://bugs.python.org/issue12800 closed by mdk

#17140: Document multiprocessing.pool.ThreadPool
https://bugs.python.org/issue17140 closed by ned.deily

#18131: Tkinter Variables require a proper master
https://bugs.python.org/issue18131 closed by serhiy.storchaka

#19733: Setting image parameter of a button crashes with Cocoa Tk
https://bugs.python.org/issue19733 closed by serhiy.storchaka

#23522: Misleading note in Statistics module documentation
https://bugs.python.org/issue23522 closed by steven.daprano

#24792: zipimporter masks import errors
https://bugs.python.org/issue24792 closed by iritkatriel

#25246: Alternative algorithm for deque_remove()
https://bugs.python.org/issue25246 closed by rhettinger

#29030: argparse: choices override default metavar
https://bugs.python.org/issue29030 closed by rhettinger

#31483: ButtonPress event not firing until button release Python 3.6.1
https://bugs.python.org/issue31483 closed by serhiy.storchaka

#32112: Should uuid.UUID() accept another UUID() instance?
https://bugs.python.org/issue32112 closed by iritkatriel

#35790: Correct the description of sys.exc_info() and add a code examp
https://bugs.python.org/issue35790 closed by mdk

#36675: Doctest directives and comments missing from code samples
https://bugs.python.org/issue36675 closed by mdk

#36968: Top level transient modal windows stopping deiconify on window
https://bugs.python.org/issue36968 closed by serhiy.storchaka

#37232: Parallel compilation fails because of low ulimit.
https://bugs.python.org/issue37232 closed by kulikjak

#37717: argparse subcommand docs has non-existent parameter "action"
https://bugs.python.org/issue37717 closed by paul.j3

#37779: configparser: add documentation about several read() behaviour
https://bugs.python.org/issue37779 closed by sblondon

#38308: Add optional weighting to statistics.harmonic_mean()
https://bugs.python.org/issue38308 closed by rhettinger

#38381: Possible wordcode optimization for STORE/LOAD pairs
https://bugs.python.org/issue38381 closed by rhettinger

#40219: ttk LabeledScale: label covered by hidden element
https://bugs.python.org/issue40219 closed by serhiy.storchaka

#40284: Add mapping methods to types.SimpleNamespace
https://bugs.python.org/issue40284 closed by rhettinger

#40866: Use PyModule_AddType() in posix module initialisation
https://bugs.python.org/issue40866 closed by erlendaasland

#41724: SQLite returns "str" instead of "datetime.datetime" with aggre
https://bugs.python.org/issue41724 closed by eric.smith

#41960: Add globalns and localns to the inspect.signature and inspect.
https://bugs.python.org/issue41960 closed by BTaskaya

#42008: Internal Random class calling seed() with incorrect argument
https://bugs.python.org/issue42008 closed by rhettinger

#42277: Solaris & PEP 3149: start using ABI version tagged .so files
https://bugs.python.org/issue42277 closed by kulikjak

#42470: DeprecationWarning triggers for sequences which happen to be s
https://bugs.python.org/issue42470 closed by rhettinger

#42525: Optimize class/module level annotation
https://bugs.python.org/issue42525 closed by serhiy.storchaka

#42529: CPython DLL initialization routine failed from PYC cache file
https://bugs.python.org/issue42529 closed by Thrameos

#42559: random.getrandbits: Should it be explicit that it returns unsi
https://bugs.python.org/issue42559 closed by rhettinger

#42572: Better path handling with argparse
https://bugs.python.org/issue42572 closed by rhettinger

#42604: EXT_SUFFIX too short on FreeBSD and AIX
https://bugs.python.org/issue42604 closed by pablogsal

#42630: Variable.__init__ raises obscure AttributeError
https://bugs.python.org/issue42630 closed by serhiy.storchaka

#42650: Can people use dest=argparse.SUPPRESS in custom Action classes
https://bugs.python.org/issue42650 closed by bmw

#42651: Recursive traceback crashes Python Interpreter
https://bugs.python.org/issue42651 closed by ronaldoussoren

#42652: recursive in finally clause cause Python interpreter crash.
https://bugs.python.org/issue42652 closed by ronaldoussoren

#42669: "except" documentation still suggests nested tuples are allowe
https://bugs.python.org/issue42669 closed by eric.smith

#42670: Missing word in itertools.product
https://bugs.python.org/issue42670 closed by rhettinger

#42672: tkinter/__init__.py raises a NameError if NoDefaultRoot()
https://bugs.python.org/issue42672 closed by serhiy.storchaka

#42674: __init_subclass__ only called for first subclass when class ha
https://bugs.python.org/issue42674 closed by ethan.furman

#42675: Document changes made in bpo-42195
https://bugs.python.org/issue42675 closed by kj

#42685: Improve placing of simple query windows.
https://bugs.python.org/issue42685 closed by serhiy.storchaka

#42689: Installation
https://bugs.python.org/issue42689 closed by josh.r

#42691: macOS 11.1 + Homebrew 2.6.2 + Python 3.9.1 = "IDLE" crash
https://bugs.python.org/issue42691 closed by ned.deily

#42695: tkinter keysym_num value is incorrect
https://bugs.python.org/issue42695 closed by serhiy.storchaka

#42697: 3.8.7rc1 regression: 'free(): invalid pointer' after running b
https://bugs.python.org/issue42697 closed by pablogsal

#42699: Use `.join(k for k in g)` instead of `.join([k for k in g])`
https://bugs.python.org/issue42699 closed by rhettinger

#42701: Discrepency between configure.ac and configure
https://bugs.python.org/issue42701 closed by ned.deily

#42702: Inconsistent state after autoreconf
https://bugs.python.org/issue42702 closed by agbaroni

#42703: Asyncio Event Documentation Links Incorrect
https://bugs.python.org/issue42703 closed by asvetlov

#42704: [macOS] [python3.7] : platform.machine() returns x86_64 on ARM
https://bugs.python.org/issue42704 closed by ned.deily

#42706: random.uniform 2x slower than inline implementation
https://bugs.python.org/issue42706 closed by rhettinger

#42708: AttributeError when running multiprocessing on MacOS 11 with A
https://bugs.python.org/issue42708 closed by reeyarn

#42709: I
https://bugs.python.org/issue42709 closed by rhettinger

#42711: lru_cache and NotImplemented
https://bugs.python.org/issue42711 closed by rhettinger

#42718: Allow zero-width entries in code.co_lines()
https://bugs.python.org/issue42718 closed by Mark.Shannon

#42720: << operator has a bug
https://bugs.python.org/issue42720 closed by eric.smith

#42723: Unclear why dict unpacking cannot be used in dict comprehensio
https://bugs.python.org/issue42723 closed by steven.daprano

#42726: gdb/libpython.py InstanceProxy does not work with py3
https://bugs.python.org/issue42726 closed by miss-islington

#42729: tokenize, ast: No direct way to parse tokens into AST, a gap i
https://bugs.python.org/issue42729 closed by serhiy.storchaka

#42732: Buildbot s390x Fedora LTO + PGO 3.x fails intermittently
https://bugs.python.org/issue42732 closed by kj
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/5JP7GT73BSNK4R7FX6WXLT5KAXFKLPAH/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2020-12-25 - 2021-01-01)
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 7556 ( +2)
closed 46984 (+59)
total 54540 (+61)

Open issues with patches: 3033


Issues opened (44)
==================

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

#40631: PEG Parser: Cannot used starred expression in parenthesised ex
https://bugs.python.org/issue40631 reopened by pablogsal

#41224: Document is_annotate() in symtable and update doc strings
https://bugs.python.org/issue41224 reopened by serhiy.storchaka

#42744: pkg_resources seems to treat python 3.10 as python 3.1
https://bugs.python.org/issue42744 opened by RhinosF1

#42746: python3.7.3 - ssl.SSLContext() - "Killed"
https://bugs.python.org/issue42746 opened by hgmmym

#42747: Remove Py_TPFLAGS_HAVE_VERSION_TAG flag?
https://bugs.python.org/issue42747 opened by vstinner

#42752: multiprocessing Queue leaks a file descriptor associated with
https://bugs.python.org/issue42752 opened by crazycasta

#42756: smtplib.LMTP.connect() raises TypeError if `timeout` is not sp
https://bugs.python.org/issue42756 opened by wuestengecko

#42757: Class has two prototypes
https://bugs.python.org/issue42757 opened by SinTh0r4s

#42759: Take into acount a Tcl interpreter when compare variables and
https://bugs.python.org/issue42759 opened by serhiy.storchaka

#42760: inspect.iscoroutine returns False for asynchronous generator m
https://bugs.python.org/issue42760 opened by plammens

#42762: infinite loop resulted by "yield"
https://bugs.python.org/issue42762 opened by xxm

#42763: Exposing a race in the "_warnings" resulting Python parser cra
https://bugs.python.org/issue42763 opened by xxm

#42765: Introduce new data model method __iter_items__
https://bugs.python.org/issue42765 opened by conqp

#42766: urllib.request.HTTPPasswordMgr uses commonprefix instead of co
https://bugs.python.org/issue42766 opened by nagdon

#42767: Review usage of atomic variables in signamodule.c
https://bugs.python.org/issue42767 opened by vstinner

#42769: concurrent.futures.ProcessPoolExecutor is unable to forward ex
https://bugs.python.org/issue42769 opened by damien.levac

#42771: Implement interactive hotkey, Ctrl+L to clear the console in W
https://bugs.python.org/issue42771 opened by mixmastamyk

#42772: randrange() mishandles step when stop is None
https://bugs.python.org/issue42772 opened by rhettinger

#42773: build.yml workflow not testing on pushes
https://bugs.python.org/issue42773 opened by ammar2

#42775: __init_subclass__ should be called in __init__
https://bugs.python.org/issue42775 opened by ethan.furman

#42776: The string find method shows the problem
https://bugs.python.org/issue42776 opened by andyye

#42777: WindowsPath does not implement is_mount but ntpath implements
https://bugs.python.org/issue42777 opened by db

#42778: Add follow_symlinks=True parameter to both os.path.samefile()
https://bugs.python.org/issue42778 opened by Tom Hale

#42780: os.set_inheritable() fails for O_PATH file descriptors on Linu
https://bugs.python.org/issue42780 opened by cptpcrd

#42782: shutil.move creates a new directory even on failure
https://bugs.python.org/issue42782 opened by winsonluk

#42783: asyncio.sleep(0) idiom is not documented
https://bugs.python.org/issue42783 opened by simonw

#42784: issues with object.h includes
https://bugs.python.org/issue42784 opened by bigbossbro08

#42785: Support operator module callables in inspect.signature
https://bugs.python.org/issue42785 opened by plammens

#42787: email.utils.getaddresses improper parsing of unicode realnames
https://bugs.python.org/issue42787 opened by konstantin2

#42789: Do not skip test_curses on non-tty
https://bugs.python.org/issue42789 opened by serhiy.storchaka

#42790: test.regrtest outputs to stdout instead of stderr
https://bugs.python.org/issue42790 opened by serhiy.storchaka

#42791: There is no way to json encode object to str.
https://bugs.python.org/issue42791 opened by kaltovichartyom

#42794: test_nntplib fails on CI
https://bugs.python.org/issue42794 opened by serhiy.storchaka

#42795: Asyncio loop.create_server doesn't bind to any interface if ho
https://bugs.python.org/issue42795 opened by plammens

#42796: tempfile doesn't seem to play nicely with os.chdir on Windows
https://bugs.python.org/issue42796 opened by Gabriele Tornetta

#42797: Allow doctest to select tests via -m/--match option
https://bugs.python.org/issue42797 opened by costas-basdekis

#42798: pip search fails
https://bugs.python.org/issue42798 opened by Paul Watson

#42799: Please document fnmatch LRU cache size (256) and suggest alter
https://bugs.python.org/issue42799 opened by joshtriplett

#42800: Traceback objects allow accessing frame objects without trigge
https://bugs.python.org/issue42800 opened by ammar2

#42801: Exception catching function crashes on recursive list
https://bugs.python.org/issue42801 opened by steven.daprano

#42802: distutils: Remove bdist_wininst command
https://bugs.python.org/issue42802 opened by vstinner

#42803: Traced line number is wrong for "if not __debug__"
https://bugs.python.org/issue42803 opened by nedbat

#42804: Unable to compile the cpython code x86 windows
https://bugs.python.org/issue42804 opened by pbharat



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

#42804: Unable to compile the cpython code x86 windows
https://bugs.python.org/issue42804

#42803: Traced line number is wrong for "if not __debug__"
https://bugs.python.org/issue42803

#42800: Traceback objects allow accessing frame objects without trigge
https://bugs.python.org/issue42800

#42798: pip search fails
https://bugs.python.org/issue42798

#42795: Asyncio loop.create_server doesn't bind to any interface if ho
https://bugs.python.org/issue42795

#42791: There is no way to json encode object to str.
https://bugs.python.org/issue42791

#42790: test.regrtest outputs to stdout instead of stderr
https://bugs.python.org/issue42790

#42789: Do not skip test_curses on non-tty
https://bugs.python.org/issue42789

#42784: issues with object.h includes
https://bugs.python.org/issue42784

#42783: asyncio.sleep(0) idiom is not documented
https://bugs.python.org/issue42783

#42777: WindowsPath does not implement is_mount but ntpath implements
https://bugs.python.org/issue42777

#42769: concurrent.futures.ProcessPoolExecutor is unable to forward ex
https://bugs.python.org/issue42769

#42766: urllib.request.HTTPPasswordMgr uses commonprefix instead of co
https://bugs.python.org/issue42766

#42760: inspect.iscoroutine returns False for asynchronous generator m
https://bugs.python.org/issue42760

#42757: Class has two prototypes
https://bugs.python.org/issue42757



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

#42802: distutils: Remove bdist_wininst command
https://bugs.python.org/issue42802

#42797: Allow doctest to select tests via -m/--match option
https://bugs.python.org/issue42797

#42794: test_nntplib fails on CI
https://bugs.python.org/issue42794

#42789: Do not skip test_curses on non-tty
https://bugs.python.org/issue42789

#42783: asyncio.sleep(0) idiom is not documented
https://bugs.python.org/issue42783

#42782: shutil.move creates a new directory even on failure
https://bugs.python.org/issue42782

#42780: os.set_inheritable() fails for O_PATH file descriptors on Linu
https://bugs.python.org/issue42780

#42778: Add follow_symlinks=True parameter to both os.path.samefile()
https://bugs.python.org/issue42778

#42775: __init_subclass__ should be called in __init__
https://bugs.python.org/issue42775

#42773: build.yml workflow not testing on pushes
https://bugs.python.org/issue42773

#42772: randrange() mishandles step when stop is None
https://bugs.python.org/issue42772

#42759: Take into acount a Tcl interpreter when compare variables and
https://bugs.python.org/issue42759

#42756: smtplib.LMTP.connect() raises TypeError if `timeout` is not sp
https://bugs.python.org/issue42756

#42752: multiprocessing Queue leaks a file descriptor associated with
https://bugs.python.org/issue42752

#42737: PEP 563: drop annotations for complex assign targets
https://bugs.python.org/issue42737



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

#42794: test_nntplib fails on CI
https://bugs.python.org/issue42794 17 msgs

#42742: Add abc.Mapping to dataclass
https://bugs.python.org/issue42742 9 msgs

#40631: PEG Parser: Cannot used starred expression in parenthesised ex
https://bugs.python.org/issue40631 8 msgs

#42737: PEP 563: drop annotations for complex assign targets
https://bugs.python.org/issue42737 8 msgs

#42747: Remove Py_TPFLAGS_HAVE_VERSION_TAG flag?
https://bugs.python.org/issue42747 8 msgs

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 8 msgs

#29708: support reproducible Python builds
https://bugs.python.org/issue29708 7 msgs

#40522: [subinterpreters] Get the current Python interpreter state fro
https://bugs.python.org/issue40522 7 msgs

#42762: infinite loop resulted by "yield"
https://bugs.python.org/issue42762 7 msgs

#42772: randrange() mishandles step when stop is None
https://bugs.python.org/issue42772 6 msgs



Issues closed (57)
==================

#8481: doc: ctypes no need to explicitly allocate writable memory wit
https://bugs.python.org/issue8481 closed by orsenthil

#15303: Minor revision to the <BaseWidget._setup> method in Tkinter
https://bugs.python.org/issue15303 closed by serhiy.storchaka

#23328: urllib.request fails for proxy credentials that contain a '/'
https://bugs.python.org/issue23328 closed by orsenthil

#27640: Add --disable-test-modules configure option to not build nor i
https://bugs.python.org/issue27640 closed by vstinner

#27794: setattr a read-only property; the AttributeError should show t
https://bugs.python.org/issue27794 closed by rhettinger

#30963: xxlimited.c XxoObject_Check should be XxoObject_CheckExact
https://bugs.python.org/issue30963 closed by petr.viktorin

#32825: warn user of creation of multiple Tk instances
https://bugs.python.org/issue32825 closed by serhiy.storchaka

#34752: warnings.warn fails silently with unicode input
https://bugs.python.org/issue34752 closed by corona10

#37193: Memory leak while running TCP/UDPServer with socketserver.Thre
https://bugs.python.org/issue37193 closed by pablogsal

#39171: Missing default root in tkinter simpledialog.py
https://bugs.python.org/issue39171 closed by serhiy.storchaka

#39177: In tkinter, simple dialogs, askstrings, etc. with flexible coo
https://bugs.python.org/issue39177 closed by serhiy.storchaka

#39465: [subinterpreters] Design a subinterpreter friendly alternative
https://bugs.python.org/issue39465 closed by vstinner

#40288: [subinterpreters] atexit module should not be loaded more than
https://bugs.python.org/issue40288 closed by vstinner

#40494: collections.abc.Callable and type variables
https://bugs.python.org/issue40494 closed by gvanrossum

#41450: OSError is not documented in ssl library, but still can be thr
https://bugs.python.org/issue41450 closed by orsenthil

#41781: Typos in typing.py
https://bugs.python.org/issue41781 closed by shihai1991

#41884: tempfile.py TemporaryDirectory/mkdtemp defaults to mode 0o700,
https://bugs.python.org/issue41884 closed by ray-sit

#42042: sphinx3 renders diffrently docs.python.org for 3.10
https://bugs.python.org/issue42042 closed by corona10

#42222: Modernize integer test/conversion in randrange()
https://bugs.python.org/issue42222 closed by rhettinger

#42243: Don't access the module dictionary directly
https://bugs.python.org/issue42243 closed by erlendaasland

#42318: [tkinter] surrogate pairs in Tcl/Tk string when pasting an emo
https://bugs.python.org/issue42318 closed by serhiy.storchaka

#42393: Raise overflow errors iso. deprecation warnings in socket.hton
https://bugs.python.org/issue42393 closed by serhiy.storchaka

#42655: Fix subprocess extra_groups gid conversion
https://bugs.python.org/issue42655 closed by serhiy.storchaka

#42687: tokenize module does not recognize Barry as FLUFL
https://bugs.python.org/issue42687 closed by esoma

#42694: Failed test_new_curses_panel in test_curses
https://bugs.python.org/issue42694 closed by vstinner

#42700: xml.parsers.expat.errors description of codes/messages is flip
https://bugs.python.org/issue42700 closed by serhiy.storchaka

#42713: Segmentation fault in running eval() with large expression siz
https://bugs.python.org/issue42713 closed by terry.reedy

#42714: Segmentation fault in running compile() with large expression
https://bugs.python.org/issue42714 closed by terry.reedy

#42715: Segmentation fault in running exec() with large expression siz
https://bugs.python.org/issue42715 closed by terry.reedy

#42716: Segmentation fault in running ast.parse() with large expressio
https://bugs.python.org/issue42716 closed by terry.reedy

#42721: Using of simple dialogs without default root window
https://bugs.python.org/issue42721 closed by serhiy.storchaka

#42724: Change library name when building.
https://bugs.python.org/issue42724 closed by eric.smith

#42728: Typo in documentation: importlib.metadata
https://bugs.python.org/issue42728 closed by barry

#42733: io's r+ mode truncate(0)
https://bugs.python.org/issue42733 closed by terry.reedy

#42734: Outdated CodeType call in "bogus_code_obj.py"
https://bugs.python.org/issue42734 closed by serhiy.storchaka

#42740: typing.py get_args and get_origin should support PEP 604 and 6
https://bugs.python.org/issue42740 closed by gvanrossum

#42741: Sync 3.9's whatsnew document in 3.10 with 3.9 branch
https://bugs.python.org/issue42741 closed by pablogsal

#42745: [subinterpreters] Make the type attribute lookup cache per-int
https://bugs.python.org/issue42745 closed by vstinner

#42748: test_asdl_parser: load_module() method is deprecated
https://bugs.python.org/issue42748 closed by corona10

#42749: test_tcl failed on 32-bit POWER6 AIX 3.9: big int issue with 9
https://bugs.python.org/issue42749 closed by vstinner

#42750: tkinter.Variable equality inconsistency
https://bugs.python.org/issue42750 closed by serhiy.storchaka

#42751: Imaplib
https://bugs.python.org/issue42751 closed by steven.daprano

#42753: "./configure" linux chrome beta
https://bugs.python.org/issue42753 closed by eric.smith

#42754: Unpacking of literals inside other literals should be optimise
https://bugs.python.org/issue42754 closed by pablogsal

#42755: sqlite3.Connection.backup default value is diffrent between im
https://bugs.python.org/issue42755 closed by pablogsal

#42758: pathlib.Path to support the "in" operator (x in y)
https://bugs.python.org/issue42758 closed by eric.smith

#42761: Why does python's Popen fail to pass environment variables on
https://bugs.python.org/issue42761 closed by benjamin.peterson

#42764: HTMLParser close() issue
https://bugs.python.org/issue42764 closed by aeh

#42768: super().__new__() of list expands arguments
https://bugs.python.org/issue42768 closed by serhiy.storchaka

#42770: Typo in email.headerregistry docs
https://bugs.python.org/issue42770 closed by zach.ware

#42774: 'ipaddress' module, bad result for 'is_private' on "192.0.0.0"
https://bugs.python.org/issue42774 closed by trevormarvin

#42779: pow() of huge input does not complete
https://bugs.python.org/issue42779 closed by serhiy.storchaka

#42781: functools.cached_property docs should explain that it is non-o
https://bugs.python.org/issue42781 closed by rhettinger

#42786: Different repr for collections.abc.Callable and typing.Callabl
https://bugs.python.org/issue42786 closed by Prometheus3375

#42788: Issue with Python’s Floor Division
https://bugs.python.org/issue42788 closed by rhettinger

#42792: [MacOS] Can't open file in a separate (threading.Thread) threa
https://bugs.python.org/issue42792 closed by mark.dickinson

#42793: Bug of round function
https://bugs.python.org/issue42793 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-01-01 - 2021-01-08)
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 7549 ( -7)
closed 47055 (+71)
total 54604 (+64)

Open issues with patches: 3026


Issues opened (39)
==================

#42807: smtplib send_message should gives more clear exception if the
https://bugs.python.org/issue42807 opened by oon

#42808: Add PyType_Type.tp_vectorcall for type(obj) performance
https://bugs.python.org/issue42808 opened by Dennis Sweeney

#42809: Improve pickle tests for recursive data
https://bugs.python.org/issue42809 opened by serhiy.storchaka

#42812: @overload-ing method of parent class without actual implementa
https://bugs.python.org/issue42812 opened by chaim422

#42813: Extra spaces cause unexpected EOF error in "compile" function
https://bugs.python.org/issue42813 opened by xxm

#42815: new thread doesn't copy context of the parent thread
https://bugs.python.org/issue42815 opened by uriyyo

#42819: readline 8.1 bracketed paste
https://bugs.python.org/issue42819 opened by dtrodrigues

#42820: Sphinx conf.py needs_version entry is outdated
https://bugs.python.org/issue42820 opened by timhoffm

#42823: Incorrect frame.f_lineno when frame.f_trace is set
https://bugs.python.org/issue42823 opened by Mark.Shannon

#42825: Build libraries with "/OPT:REF" linker optimization on Windows
https://bugs.python.org/issue42825 opened by Austin-Lamb

#42827: pegen parser: Multiline eval with assignment to function call:
https://bugs.python.org/issue42827 opened by mdk

#42830: tempfile mkstemp() leaks file descriptors if os.close() is not
https://bugs.python.org/issue42830 opened by mieczyslaw.torchala

#42831: IDLE fix colours for MacOS dark mode
https://bugs.python.org/issue42831 opened by epaine

#42832: classmethod change in 3.9 needs better documentation
https://bugs.python.org/issue42832 opened by iritkatriel

#42833: Lib/urllib/request.py: digest algorithm should be case insensi
https://bugs.python.org/issue42833 opened by Pierre.Tardy

#42834: [subinterpreters] Convert "global" static variable caches in _
https://bugs.python.org/issue42834 opened by kj

#42836: docs: struct: clarify struct caching behaviour
https://bugs.python.org/issue42836 opened by uniq10

#42837: Symbol table incorrectly identifies code as a generator, when
https://bugs.python.org/issue42837 opened by Mark.Shannon

#42838: Wait for cleanup coroutines before event loop is closed.
https://bugs.python.org/issue42838 opened by xloem

#42839: SourceFileLoader does not (fully) accept path-like objects
https://bugs.python.org/issue42839 opened by favonia

#42840: `type` takes **kwargs for __init_subclass__
https://bugs.python.org/issue42840 opened by esoma

#42843: What min_sphinx for Python 3.10
https://bugs.python.org/issue42843 opened by mdk

#42844: Turtle Module -- "onclick" arguments enchancement
https://bugs.python.org/issue42844 opened by sc1341

#42848: asyncio produces an unexpected traceback with recursive __geta
https://bugs.python.org/issue42848 opened by asleep-cult

#42849: pool worker can't be terminated
https://bugs.python.org/issue42849 opened by huangzhesi

#42850: Process hangs when calling urllib.request in a multiprocessing
https://bugs.python.org/issue42850 opened by fakufaku

#42851: Subclassing Enum with ipaddress.IPv4Network/IPv6Network raises
https://bugs.python.org/issue42851 opened by felixxm

#42853: `OverflowError: signed integer is greater than maximum` in ssl
https://bugs.python.org/issue42853 opened by amacd31

#42854: OpenSSL 1.1.1: use SSL_write_ex() and SSL_read_ex()
https://bugs.python.org/issue42854 opened by christian.heimes

#42855: pathlib.exists on Windows raises an exception on URL like/bad
https://bugs.python.org/issue42855 opened by gaborjbernat

#42856: ensurepip: add configure --with-wheel-pkg-dir=PATH to get whee
https://bugs.python.org/issue42856 opened by vstinner

#42859: smtplib: recipe for certifying message delivery
https://bugs.python.org/issue42859 opened by dgoldenberg123

#42861: ipaddress - add ability to get next closet subnet of any prefi
https://bugs.python.org/issue42861 opened by fasial.mahmood94

#42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
https://bugs.python.org/issue42862 opened by erlendaasland

#42863: Python venv inconsistent folder structure on windows
https://bugs.python.org/issue42863 opened by jmoguill2

#42864: Improve error messages regarding unclosed parentheses
https://bugs.python.org/issue42864 opened by pablogsal

#42865: sysconfig appends CFLAGS to LD
https://bugs.python.org/issue42865 opened by Greentwip

#42867: Entry Widget not editable on Windows 10, but is on Linux Ubunt
https://bugs.python.org/issue42867 opened by jmccabe

#42868: SpooledTemporaryFile.__iter__ is not transparent to rollover
https://bugs.python.org/issue42868 opened by jinoh.kang.kr



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

#42868: SpooledTemporaryFile.__iter__ is not transparent to rollover
https://bugs.python.org/issue42868

#42864: Improve error messages regarding unclosed parentheses
https://bugs.python.org/issue42864

#42849: pool worker can't be terminated
https://bugs.python.org/issue42849

#42844: Turtle Module -- "onclick" arguments enchancement
https://bugs.python.org/issue42844

#42838: Wait for cleanup coroutines before event loop is closed.
https://bugs.python.org/issue42838

#42836: docs: struct: clarify struct caching behaviour
https://bugs.python.org/issue42836

#42834: [subinterpreters] Convert "global" static variable caches in _
https://bugs.python.org/issue42834

#42833: Lib/urllib/request.py: digest algorithm should be case insensi
https://bugs.python.org/issue42833

#42832: classmethod change in 3.9 needs better documentation
https://bugs.python.org/issue42832

#42830: tempfile mkstemp() leaks file descriptors if os.close() is not
https://bugs.python.org/issue42830

#42825: Build libraries with "/OPT:REF" linker optimization on Windows
https://bugs.python.org/issue42825

#42820: Sphinx conf.py needs_version entry is outdated
https://bugs.python.org/issue42820

#42815: new thread doesn't copy context of the parent thread
https://bugs.python.org/issue42815

#42813: Extra spaces cause unexpected EOF error in "compile" function
https://bugs.python.org/issue42813

#42808: Add PyType_Type.tp_vectorcall for type(obj) performance
https://bugs.python.org/issue42808



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

#42865: sysconfig appends CFLAGS to LD
https://bugs.python.org/issue42865

#42864: Improve error messages regarding unclosed parentheses
https://bugs.python.org/issue42864

#42856: ensurepip: add configure --with-wheel-pkg-dir=PATH to get whee
https://bugs.python.org/issue42856

#42851: Subclassing Enum with ipaddress.IPv4Network/IPv6Network raises
https://bugs.python.org/issue42851

#42848: asyncio produces an unexpected traceback with recursive __geta
https://bugs.python.org/issue42848

#42844: Turtle Module -- "onclick" arguments enchancement
https://bugs.python.org/issue42844

#42843: What min_sphinx for Python 3.10
https://bugs.python.org/issue42843

#42837: Symbol table incorrectly identifies code as a generator, when
https://bugs.python.org/issue42837

#42836: docs: struct: clarify struct caching behaviour
https://bugs.python.org/issue42836

#42834: [subinterpreters] Convert "global" static variable caches in _
https://bugs.python.org/issue42834

#42827: pegen parser: Multiline eval with assignment to function call:
https://bugs.python.org/issue42827

#42825: Build libraries with "/OPT:REF" linker optimization on Windows
https://bugs.python.org/issue42825

#42823: Incorrect frame.f_lineno when frame.f_trace is set
https://bugs.python.org/issue42823

#42819: readline 8.1 bracketed paste
https://bugs.python.org/issue42819

#42815: new thread doesn't copy context of the parent thread
https://bugs.python.org/issue42815



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

#41798: [C API] Revisit usage of the PyCapsule C API with multi-phase
https://bugs.python.org/issue41798 11 msgs

#42812: @overload-ing method of parent class without actual implementa
https://bugs.python.org/issue42812 10 msgs

#39457: Add an autocommit property to sqlite3.Connection with a PEP 24
https://bugs.python.org/issue39457 9 msgs

#42848: asyncio produces an unexpected traceback with recursive __geta
https://bugs.python.org/issue42848 9 msgs

#42867: Entry Widget not editable on Windows 10, but is on Linux Ubunt
https://bugs.python.org/issue42867 9 msgs

#42804: Unable to compile the cpython code x86 windows
https://bugs.python.org/issue42804 8 msgs

#42855: pathlib.exists on Windows raises an exception on URL like/bad
https://bugs.python.org/issue42855 8 msgs

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115 7 msgs

#42725: PEP 563: Should the behavior change for yield/yield from's
https://bugs.python.org/issue42725 7 msgs

#42837: Symbol table incorrectly identifies code as a generator, when
https://bugs.python.org/issue42837 7 msgs



Issues closed (68)
==================

#4643: cgitb.html fails if getattr call raises exception
https://bugs.python.org/issue4643 closed by iritkatriel

#7946: Convoy effect with I/O bound threads and New GIL
https://bugs.python.org/issue7946 closed by dabeaz

#14014: codecs.StreamWriter.reset contract not fulfilled
https://bugs.python.org/issue14014 closed by berker.peksag

#14655: traceback module docs should show how to print/fomat an except
https://bugs.python.org/issue14655 closed by iritkatriel

#15106: Potential Bug in errors.c
https://bugs.python.org/issue15106 closed by pablogsal

#16132: ctypes incorrectly encodes .format attribute of memory views
https://bugs.python.org/issue16132 closed by dabeaz

#16894: Function attribute access doesn't invoke methods in dict subcl
https://bugs.python.org/issue16894 closed by dabeaz

#24464: "sqlite3_enable_shared_cache" deprecation warning when compili
https://bugs.python.org/issue24464 closed by berker.peksag

#24844: Python 3.5rc1 compilation error with Apple clang 4.2 included
https://bugs.python.org/issue24844 closed by dabeaz

#26407: csv.writer.writerows masks exceptions from __iter__
https://bugs.python.org/issue26407 closed by serhiy.storchaka

#27436: Strange code in selectors.KqueueSelector
https://bugs.python.org/issue27436 closed by dabeaz

#31951: import curses is broken on windows
https://bugs.python.org/issue31951 closed by serhiy.storchaka

#32631: IDLE: revise zzdummy.py
https://bugs.python.org/issue32631 closed by terry.reedy

#32810: Expose ags_gen and agt_gen in asynchronous generators
https://bugs.python.org/issue32810 closed by dabeaz

#38413: Remove or change "Multithreading" section
https://bugs.python.org/issue38413 closed by Vladimir Ryabtsev

#39068: Base 85 encoding initialization race condition
https://bugs.python.org/issue39068 closed by serhiy.storchaka

#39508: no module curses error although i downloaded the module - wind
https://bugs.python.org/issue39508 closed by serhiy.storchaka

#40810: sqlite3 test CheckTraceCallbackContent fails for sqlite v3.7.3
https://bugs.python.org/issue40810 closed by berker.peksag

#40822: Drop support for SQLite pre 3.7.15
https://bugs.python.org/issue40822 closed by erlendaasland

#40823: Don't use obsolete unittest.makeSuite() in sqlite3 tests
https://bugs.python.org/issue40823 closed by berker.peksag

#40959: Remove unused and unneeded function declaration from sqlite3 h
https://bugs.python.org/issue40959 closed by berker.peksag

#41463: Avoid duplicating jump information from opcode.py in compile.c
https://bugs.python.org/issue41463 closed by iritkatriel

#41837: Upgrade installers to OpenSSL 1.1.1i
https://bugs.python.org/issue41837 closed by steve.dower

#42164: Python fails to compile in the Fedora Stable LTO buildbots
https://bugs.python.org/issue42164 closed by vstinner

#42179: Clarify chaining exceptions in tutorial/errors.rst
https://bugs.python.org/issue42179 closed by Vladimir Ryabtsev

#42257: platform.libc_ver() doesn't consider in case of executable is
https://bugs.python.org/issue42257 closed by lemburg

#42425: Possible leak in initialization of errmap for OSError
https://bugs.python.org/issue42425 closed by serhiy.storchaka

#42455: Add decorator_factory function to functools module
https://bugs.python.org/issue42455 closed by ncoghlan

#42508: macOS IDLE with Tk 8.6.10 in 3.9.1rc1 universal2 installer fai
https://bugs.python.org/issue42508 closed by terry.reedy

#42513: Socket.recv hangs
https://bugs.python.org/issue42513 closed by Barney Stratford

#42541: Tkinter colours wrong on MacOS universal2
https://bugs.python.org/issue42541 closed by epaine

#42584: Upgrade macOS and Windows installers to use SQLite 3.34.0
https://bugs.python.org/issue42584 closed by erlendaasland

#42587: memoryview rely on _Bool undefined behavior (test_buffer fails
https://bugs.python.org/issue42587 closed by vstinner

#42637: Python macos11.0 release note tkinter problems in news
https://bugs.python.org/issue42637 closed by epaine

#42681: Incorrect range checks/documentation in curses
https://bugs.python.org/issue42681 closed by serhiy.storchaka

#42692: Build fails on macOS when compiler doesn't define __has_builti
https://bugs.python.org/issue42692 closed by ned.deily

#42756: smtplib.LMTP.connect() raises TypeError if `timeout` is not sp
https://bugs.python.org/issue42756 closed by corona10

#42759: Take into acount a Tcl interpreter when compare variables and
https://bugs.python.org/issue42759 closed by serhiy.storchaka

#42772: randrange() mishandles step when stop is None
https://bugs.python.org/issue42772 closed by rhettinger

#42789: Do not skip test_curses on non-tty
https://bugs.python.org/issue42789 closed by serhiy.storchaka

#42794: test_nntplib fails on CI
https://bugs.python.org/issue42794 closed by vstinner

#42798: pip search fails
https://bugs.python.org/issue42798 closed by benjamin.peterson

#42803: Traced line number is wrong for "if not __debug__"
https://bugs.python.org/issue42803 closed by Mark.Shannon

#42805: broken pygame integration into wxpython
https://bugs.python.org/issue42805 closed by serhiy.storchaka

#42806: Incorrect offsets in new parser for f-string substitutions
https://bugs.python.org/issue42806 closed by pablogsal

#42810: Nested if/else gets phantom else trace (3.10)
https://bugs.python.org/issue42810 closed by Mark.Shannon

#42811: Update docs for importlib.util.resolve_name() to use __spec__.
https://bugs.python.org/issue42811 closed by brett.cannon

#42814: Undefined behavior in Objects/genericaliasobject.c
https://bugs.python.org/issue42814 closed by vstinner

#42816: Add str.split_iter function
https://bugs.python.org/issue42816 closed by serhiy.storchaka

#42817: timedelta zeropadding hh
https://bugs.python.org/issue42817 closed by krasmussen

#42818: AttributeError: 'zipimporter' object has no attribute 'find_sp
https://bugs.python.org/issue42818 closed by mowgli

#42821: HTMLParser: subsequent duplicate attributes should be ignored
https://bugs.python.org/issue42821 closed by ezio.melotti

#42822: Missing backslashes in documentation for 3.8 and 3.9
https://bugs.python.org/issue42822 closed by mdk

#42824: get_type_hints throws for local class reference
https://bugs.python.org/issue42824 closed by gvanrossum

#42826: typing.Iterable does not need __getitem__() method
https://bugs.python.org/issue42826 closed by josh.r

#42828: Python readline module
https://bugs.python.org/issue42828 closed by gvanrossum

#42829: get_type_hints throws for nested class with __future__ annotat
https://bugs.python.org/issue42829 closed by gvanrossum

#42835: Can't Built libxml2 When Using Python 3.9.x
https://bugs.python.org/issue42835 closed by gvanrossum

#42841: Add bitwise or operator to collections.abc Mapping and Mutable
https://bugs.python.org/issue42841 closed by gvanrossum

#42842: module 'logging' has not attribute 'handlers'
https://bugs.python.org/issue42842 closed by vinay.sajip

#42845: Third Party Module Installation using pip fails in Python 3.10
https://bugs.python.org/issue42845 closed by gvanrossum

#42846: Using _multibytecodec module on Windows, test_threading/embed
https://bugs.python.org/issue42846 closed by vstinner

#42847: Normalise file encodings in Lib/sqlite3/test/
https://bugs.python.org/issue42847 closed by erlendaasland

#42852: pprint fails in transformming non-breaking space
https://bugs.python.org/issue42852 closed by serhiy.storchaka

#42857: Fails to construct paths lead to "python is likely shutting do
https://bugs.python.org/issue42857 closed by gvanrossum

#42858: Incorrect return value for os.system() in recognizing import e
https://bugs.python.org/issue42858 closed by gvanrossum

#42860: Incompatible types in Python grammar
https://bugs.python.org/issue42860 closed by lys.nikolaou

#42866: test test_multibytecodec: Test_IncrementalEncoder.test_subinte
https://bugs.python.org/issue42866 closed by vstinner
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/WGJRRGB4R57LDHUYXRXNRYMJF3RRZMBW/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-01-08 - 2021-01-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 7546 ( -3)
closed 47126 (+71)
total 54672 (+68)

Open issues with patches: 3027


Issues opened (41)
==================

#41837: Upgrade installers to OpenSSL 1.1.1i
https://bugs.python.org/issue41837 reopened by christian.heimes

#42869: pydoc does not append .html to documentation
https://bugs.python.org/issue42869 opened by mdk

#42871: Regex compilation crashed if I change order of alternatives un
https://bugs.python.org/issue42871 opened by Renji

#42872: Inconsistent exceptions thrown by pathlib.Path.mkdir on differ
https://bugs.python.org/issue42872 opened by Hong Xu

#42874: running configure on Solaris 10 gives grep "illegal option" er
https://bugs.python.org/issue42874 opened by martin.wheatley.home

#42875: argparse incorrectly shows help string on a new line in case o
https://bugs.python.org/issue42875 opened by DiPaolo

#42878: urllib.request.HTTPPasswordMgr.is_suburi does not care about o
https://bugs.python.org/issue42878 opened by Fongeme

#42880: ctypes: variadic function call still doesn't work on Apple Sil
https://bugs.python.org/issue42880 opened by lazymio

#42881: Should typing.get_type_hints change None annotations?
https://bugs.python.org/issue42881 opened by larry

#42884: array.index() missing start and end
https://bugs.python.org/issue42884 opened by daniel.nicorici

#42885: Regex performance problem with ^ aka AT_BEGINNING
https://bugs.python.org/issue42885 opened by 2d4d

#42887: Multiple assignments of attribute "__sizeof__" will cause a se
https://bugs.python.org/issue42887 opened by xxm

#42888: Not installed “libgcc_s.so.1” causes parser crash.
https://bugs.python.org/issue42888 opened by xxm

#42889: Incorrect behavior of Python parser after ast node of test pro
https://bugs.python.org/issue42889 opened by xxm

#42892: AttributeError in email.message.get_body()
https://bugs.python.org/issue42892 opened by xavier2

#42893: Strange XPath search behavior of xml.etree.ElementTree.Element
https://bugs.python.org/issue42893 opened by robpats

#42894: Debugging native Python modules on Windows with Visual Studio
https://bugs.python.org/issue42894 opened by jmoguill2

#42896: Solaris 11.4 crle output not handled correctly
https://bugs.python.org/issue42896 opened by dmurphy18

#42897: Expose a way to determine if a process has been closed or not
https://bugs.python.org/issue42897 opened by petervansickel

#42899: Is it legal to eliminate tests of a value, when that test has
https://bugs.python.org/issue42899 opened by stestagg

#42901: [Enum] move member creation to __set_name__ in order to suppor
https://bugs.python.org/issue42901 opened by ethan.furman

#42902: a python embedded program may load "C:\Lib\os.py" on windows
https://bugs.python.org/issue42902 opened by houjingyi233

#42904: get_type_hints does not provide localns for classes
https://bugs.python.org/issue42904 opened by pbryan

#42909: Email header with ;;;; stuffing takes very long to parse
https://bugs.python.org/issue42909 opened by eriker

#42911: Addition chains for pow saves 5-20% time for pow(int,int)
https://bugs.python.org/issue42911 opened by jneb

#42913: asyncio.ProactorEventLoop mishandles signal wakeup file descri
https://bugs.python.org/issue42913 opened by hidmic

#42914: pprint numbers with underscore
https://bugs.python.org/issue42914 opened by fov

#42915: enum.Flag ~ bitwise negation is very slow and can't be defined
https://bugs.python.org/issue42915 opened by aspin2

#42916: Support for DICOM image file format in imghdr module
https://bugs.python.org/issue42916 opened by claw

#42917: Block stack size for frame objects should be dynamically sizab
https://bugs.python.org/issue42917 opened by tomkpz

#42918: Nested multi-line expression will lead to "compile()" fails
https://bugs.python.org/issue42918 opened by xxm

#42919: Blank in multiline “if expressions” will lead to EOF error
https://bugs.python.org/issue42919 opened by xxm

#42921: Inferred Optional type of wrapper function arguments
https://bugs.python.org/issue42921 opened by joperez

#42923: Py_FatalError(): dump the list of extension modules
https://bugs.python.org/issue42923 opened by vstinner

#42924: bytearray_repeat copies from ob_bytes instead of ob_start
https://bugs.python.org/issue42924 opened by tholl

#42925: Error trace of else inside class
https://bugs.python.org/issue42925 opened by ChenXuan

#42926: Split compiler into code-gen, optimizer and assembler.
https://bugs.python.org/issue42926 opened by Mark.Shannon

#42927: Inline cache for slots
https://bugs.python.org/issue42927 opened by gvanrossum

#42929: On Windows, shutil.move doesn't raise FileExistsError if dst e
https://bugs.python.org/issue42929 opened by fireattack

#42931: Include randbytes in random.__all__
https://bugs.python.org/issue42931 opened by sbalian

#42935: Pickle can't import builtins at exit
https://bugs.python.org/issue42935 opened by Wicken



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

#42935: Pickle can't import builtins at exit
https://bugs.python.org/issue42935

#42931: Include randbytes in random.__all__
https://bugs.python.org/issue42931

#42921: Inferred Optional type of wrapper function arguments
https://bugs.python.org/issue42921

#42919: Blank in multiline “if expressions” will lead to EOF error
https://bugs.python.org/issue42919

#42916: Support for DICOM image file format in imghdr module
https://bugs.python.org/issue42916

#42897: Expose a way to determine if a process has been closed or not
https://bugs.python.org/issue42897

#42875: argparse incorrectly shows help string on a new line in case o
https://bugs.python.org/issue42875

#42868: SpooledTemporaryFile.__iter__ is not transparent to rollover
https://bugs.python.org/issue42868

#42864: Improve error messages regarding unclosed parentheses
https://bugs.python.org/issue42864

#42844: Turtle Module -- "onclick" arguments enchancement
https://bugs.python.org/issue42844

#42838: Wait for cleanup coroutines before event loop is closed.
https://bugs.python.org/issue42838

#42836: docs: struct: clarify struct caching behaviour
https://bugs.python.org/issue42836

#42834: [subinterpreters] Convert "global" static variable caches in _
https://bugs.python.org/issue42834

#42833: Lib/urllib/request.py: digest algorithm should be case insensi
https://bugs.python.org/issue42833

#42832: classmethod change in 3.9 needs better documentation
https://bugs.python.org/issue42832



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

#42931: Include randbytes in random.__all__
https://bugs.python.org/issue42931

#42927: Inline cache for slots
https://bugs.python.org/issue42927

#42925: Error trace of else inside class
https://bugs.python.org/issue42925

#42924: bytearray_repeat copies from ob_bytes instead of ob_start
https://bugs.python.org/issue42924

#42923: Py_FatalError(): dump the list of extension modules
https://bugs.python.org/issue42923

#42917: Block stack size for frame objects should be dynamically sizab
https://bugs.python.org/issue42917

#42911: Addition chains for pow saves 5-20% time for pow(int,int)
https://bugs.python.org/issue42911

#42904: get_type_hints does not provide localns for classes
https://bugs.python.org/issue42904

#42901: [Enum] move member creation to __set_name__ in order to suppor
https://bugs.python.org/issue42901

#42896: Solaris 11.4 crle output not handled correctly
https://bugs.python.org/issue42896

#42892: AttributeError in email.message.get_body()
https://bugs.python.org/issue42892

#42875: argparse incorrectly shows help string on a new line in case o
https://bugs.python.org/issue42875

#42874: running configure on Solaris 10 gives grep "illegal option" er
https://bugs.python.org/issue42874

#42869: pydoc does not append .html to documentation
https://bugs.python.org/issue42869

#42865: sysconfig appends CFLAGS to LD
https://bugs.python.org/issue42865



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

#42899: Is it legal to eliminate tests of a value, when that test has
https://bugs.python.org/issue42899 24 msgs

#42880: ctypes: variadic function call still doesn't work on Apple Sil
https://bugs.python.org/issue42880 12 msgs

#42927: Inline cache for slots
https://bugs.python.org/issue42927 11 msgs

#42800: Traceback objects allow accessing frame objects without trigge
https://bugs.python.org/issue42800 9 msgs

#42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
https://bugs.python.org/issue42862 9 msgs

#33809: Expose `capture_locals` parameter in `traceback` convenience f
https://bugs.python.org/issue33809 8 msgs

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956 6 msgs

#42888: Not installed “libgcc_s.so.1” causes parser crash.
https://bugs.python.org/issue42888 6 msgs

#42902: a python embedded program may load "C:\Lib\os.py" on windows
https://bugs.python.org/issue42902 6 msgs

#42843: What min_sphinx for Python 3.10
https://bugs.python.org/issue42843 5 msgs



Issues closed (67)
==================

#4480: bdist_msi and bdist_wininst are missing an uninstaller icon
https://bugs.python.org/issue4480 closed by vstinner

#4636: bdist_wininst installer with install script raises exception
https://bugs.python.org/issue4636 closed by vstinner

#4878: post installer script's message is not shown to user with bdis
https://bugs.python.org/issue4878 closed by vstinner

#7833: bdist_wininst installers fail to load extensions built with Is
https://bugs.python.org/issue7833 closed by vstinner

#8171: bdist_wininst builds wrongly for --plat-name=win-amd64
https://bugs.python.org/issue8171 closed by vstinner

#9456: Apparent memory leak in PC/bdist_wininst/install.c
https://bugs.python.org/issue9456 closed by vstinner

#10945: bdist_wininst depends on MBCS codec, unavailable on non-Window
https://bugs.python.org/issue10945 closed by vstinner

#11598: missing afxres.h error when building bdist_wininst in Visual S
https://bugs.python.org/issue11598 closed by vstinner

#12200: bdist_wininst install_script not run on uninstall
https://bugs.python.org/issue12200 closed by vstinner

#13038: bdist_wininst installers should warn if target dir is read-onl
https://bugs.python.org/issue13038 closed by vstinner

#13123: bdist_wininst uninstaller does not remove pycache directories
https://bugs.python.org/issue13123 closed by vstinner

#13276: bdist_wininst-created installer does not run the postinstallat
https://bugs.python.org/issue13276 closed by vstinner

#14877: No option to run bdist_wininst against newer msvc versions on
https://bugs.python.org/issue14877 closed by vstinner

#15321: bdist_wininst installers may terminate with "close failed in f
https://bugs.python.org/issue15321 closed by vstinner

#16081: Fix compile warnings in thread_pthread.h
https://bugs.python.org/issue16081 closed by iritkatriel

#16615: gcc 4.7 unused-but-set warnings
https://bugs.python.org/issue16615 closed by iritkatriel

#17419: bdist_wininst installer should allow install in user directory
https://bugs.python.org/issue17419 closed by vstinner

#21865: Improve invalid category exception for warnings.filterwarnings
https://bugs.python.org/issue21865 closed by iritkatriel

#25077: Compiler warnings: initialization from incompatible pointer ty
https://bugs.python.org/issue25077 closed by iritkatriel

#26554: PC\bdist_wininst\install.c: Missing call to fclose()
https://bugs.python.org/issue26554 closed by vstinner

#33065: IDLE debugger: failure stepping through module loading
https://bugs.python.org/issue33065 closed by terry.reedy

#33066: raise an exception from multiple positions break the traceback
https://bugs.python.org/issue33066 closed by iritkatriel

#34705: Python 3.8 changes how returns through finally clauses are tra
https://bugs.python.org/issue34705 closed by Mark.Shannon

#39273: ncurses does not include BUTTON5_* constants
https://bugs.python.org/issue39273 closed by serhiy.storchaka

#39690: Compiler warnings in unicodeobject.c
https://bugs.python.org/issue39690 closed by iritkatriel

#40052: Incorrect pointer alignment in _PyVectorcall_Function() of cpy
https://bugs.python.org/issue40052 closed by petr.viktorin

#41433: Logging libraries BufferingHandler flushed twice at shutdown
https://bugs.python.org/issue41433 closed by iritkatriel

#41771: bdist_wininst doesn't execute postinstall script
https://bugs.python.org/issue41771 closed by vstinner

#41994: Refcount issues in import
https://bugs.python.org/issue41994 closed by serhiy.storchaka

#42693: "if 0:" lines are traced; they didn't use to be
https://bugs.python.org/issue42693 closed by Mark.Shannon

#42775: __init_subclass__ should be called in __init__
https://bugs.python.org/issue42775 closed by ethan.furman

#42802: distutils: Remove bdist_wininst command
https://bugs.python.org/issue42802 closed by vstinner

#42827: pegen parser: Multiline eval with assignment to function call:
https://bugs.python.org/issue42827 closed by lys.nikolaou

#42848: asyncio produces an unexpected traceback with recursive __geta
https://bugs.python.org/issue42848 closed by gvanrossum

#42850: Process hangs when calling urllib.request in a multiprocessing
https://bugs.python.org/issue42850 closed by gvanrossum

#42851: Subclassing Enum with ipaddress.IPv4Network/IPv6Network raises
https://bugs.python.org/issue42851 closed by ethan.furman

#42867: Entry Widget not editable on Windows 10, but is on Linux Ubunt
https://bugs.python.org/issue42867 closed by terry.reedy

#42870: Document changed argparse output wrt optional arguments in Wha
https://bugs.python.org/issue42870 closed by gvanrossum

#42873: Exponential time and space requirements for compilation of nes
https://bugs.python.org/issue42873 closed by mark.dickinson

#42876: '''"""''' != '""""'
https://bugs.python.org/issue42876 closed by eryksun

#42877: TracebackException saves more data than it needs for format
https://bugs.python.org/issue42877 closed by gvanrossum

#42879: SystemError from class 'int'
https://bugs.python.org/issue42879 closed by mark.dickinson

#42882: Restarting the interpreter causes UB on 3.10.0a4
https://bugs.python.org/issue42882 closed by vstinner

#42883: __init__ function may incur an incorrect behavior if passing
https://bugs.python.org/issue42883 closed by serhiy.storchaka

#42886: math.log and math.log10 domain error on very large Fractions
https://bugs.python.org/issue42886 closed by gvanrossum

#42890: bug float to int
https://bugs.python.org/issue42890 closed by christian.heimes

#42891: segfault with gunicorn and a library made with cython bindings
https://bugs.python.org/issue42891 closed by vstinner

#42895: Return multi-line list concatenation without parentheses retur
https://bugs.python.org/issue42895 closed by gvanrossum

#42898: pickle.loads() crashes interpreter on invalid input
https://bugs.python.org/issue42898 closed by christian.heimes

#42900: Ternary operator precedence relative to bitwise or
https://bugs.python.org/issue42900 closed by gvanrossum

#42903: optimize lru_cache for functions with no arguments
https://bugs.python.org/issue42903 closed by rhettinger

#42905: Issue while installing numba inside fastparquet
https://bugs.python.org/issue42905 closed by serhiy.storchaka

#42906: python3 -m doctest test.py tests the stdlib "time" module inst
https://bugs.python.org/issue42906 closed by gvanrossum

#42907: Division betwen float and 100 not giving corect result
https://bugs.python.org/issue42907 closed by christian.heimes

#42908: Incorrect line numbers at end of try-except and with statement
https://bugs.python.org/issue42908 closed by Mark.Shannon

#42910: Wrong code appears in the type alias introduction
https://bugs.python.org/issue42910 closed by Smile-zjk

#42912: enum.Flag ~ bitwise negation is very slow
https://bugs.python.org/issue42912 closed by aspin2

#42920: How to add end_lineno in pyclbr?
https://bugs.python.org/issue42920 closed by gvanrossum

#42922: Enlace a descripción de función 'dir' faltante
https://bugs.python.org/issue42922 closed by Mariatta

#42928: adafruit_ads1x15.ads1115 not comaptible with globals()[pkg_tru
https://bugs.python.org/issue42928 closed by gvanrossum

#42930: xml.parsers.expat results differ buffer_text and / or buffer_s
https://bugs.python.org/issue42930 closed by mfxuus

#42932: How to handle import tripartite pacakge issue in unittest scr
https://bugs.python.org/issue42932 closed by gvanrossum

#42933: OUTPUT WRONG
https://bugs.python.org/issue42933 closed by christian.heimes

#42934: use TracebackException's new compact param in unittest.TestRes
https://bugs.python.org/issue42934 closed by gvanrossum

#42936: Decimal module performs wrong floor division with negative num
https://bugs.python.org/issue42936 closed by mark.dickinson

#1109963: bdist_wininst ignores build_lib from build command
https://bugs.python.org/issue1109963 closed by vstinner

#809846: bdist_wininst doesn't clean up read-only files in build dir
https://bugs.python.org/issue809846 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-01-15 - 2021-01-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 7578 (+32)
closed 47161 (+35)
total 54739 (+67)

Open issues with patches: 3037


Issues opened (52)
==================

#42604: EXT_SUFFIX too short on FreeBSD and AIX
https://bugs.python.org/issue42604 reopened by vstinner

#42937: 192.0.0.8 (IPv4 dummy address) considered globally reachable
https://bugs.python.org/issue42937 opened by cdirkx

#42939: Linux's chattr i.e. ioctl(FS_IOC_SETFLAGS) is not supported in
https://bugs.python.org/issue42939 opened by socketpair

#42940: Incorrect behavior of inspect.signature(f).bind
https://bugs.python.org/issue42940 opened by slavkostrov

#42941: Infinite loop in asyncio sslproto
https://bugs.python.org/issue42941 opened by linxy95

#42943: singledispatchmethod should expose registry of all known overl
https://bugs.python.org/issue42943 opened by Ilya.Kulakov

#42946: email: ValueError in get_section when parsing header with non-
https://bugs.python.org/issue42946 opened by The Compiler

#42947: email: Handling when both extended/ascii parameter (filename*/
https://bugs.python.org/issue42947 opened by The Compiler

#42948: bytearray.copy is undocumented
https://bugs.python.org/issue42948 opened by wim.glenn

#42949: pdb & multiprocessing.Pool: AttributeError: module '__main__'
https://bugs.python.org/issue42949 opened by macfreek

#42950: Incorrect exception behavior in handling recursive call.
https://bugs.python.org/issue42950 opened by xxm

#42952: Incorrect handling of EC_KEY_new_by_curve_name() in the _ssl m
https://bugs.python.org/issue42952 opened by ZackerySpytz

#42955: Add sys.module_names: list of stdlib module names (Python and
https://bugs.python.org/issue42955 opened by vstinner

#42956: Easy conversion between range and slice
https://bugs.python.org/issue42956 opened by nemeskeyd

#42957: os.readlink produces wrong result on windows
https://bugs.python.org/issue42957 opened by simon mackenzie

#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958 opened by AlexVndnblcke

#42960: resources module, FreeBSD update adding RLIMIT_KQUEUES constan
https://bugs.python.org/issue42960 opened by devnexen

#42961: Use-after-free (of a heap type) during finalization
https://bugs.python.org/issue42961 opened by bstaletic

#42962: Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
https://bugs.python.org/issue42962 opened by William.Schwartz

#42963: [multiprocessing] Calling pool.terminate() from an error_callb
https://bugs.python.org/issue42963 opened by sjelin

#42964: Draft PEP blob etc
https://bugs.python.org/issue42964 opened by larry

#42966: argparse: customizable help formatter
https://bugs.python.org/issue42966 opened by monkeyman79

#42967: [security] urllib.parse.parse_qsl(): Web cache poisoning - `;
https://bugs.python.org/issue42967 opened by AdamGold

#42968: multiprocessing handle leak on Windows when child process is k
https://bugs.python.org/issue42968 opened by dgrunwald

#42969: pthread_exit & PyThread_exit_thread from PyEval_RestoreThread
https://bugs.python.org/issue42969 opened by gregory.p.smith

#42970: File path with blank causes open error in 3.8, not in 3.7
https://bugs.python.org/issue42970 opened by dday52

#42971: Some errnos for BSD/OSX are missing from errno module
https://bugs.python.org/issue42971 opened by ngie

#42972: [C API] Heap types (PyType_FromSpec) must fully implement the
https://bugs.python.org/issue42972 opened by vstinner

#42973: argparse: mixing optional and positional arguments... not agai
https://bugs.python.org/issue42973 opened by monkeyman79

#42974: tokenize reports incorrect end col offset and line string when
https://bugs.python.org/issue42974 opened by romanows

#42976: __text_signature__ parser silently drops arguments with certai
https://bugs.python.org/issue42976 opened by Antony.Lee

#42977: Tkinter Optionmenu Too Narrow on Mac
https://bugs.python.org/issue42977 opened by zjdavid

#42979: _zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_
https://bugs.python.org/issue42979 opened by vstinner

#42980: argparse: GNU-style help formatter
https://bugs.python.org/issue42980 opened by will

#42981: Error messages raised by _hashlib_scrypt_impl() are slightly m
https://bugs.python.org/issue42981 opened by illia-v

#42982: Update suggested number of iterations for pbkdf2_hmac()
https://bugs.python.org/issue42982 opened by illia-v

#42985: AMD64 Arch Linux Asan 3.x fails: command timed out: 1200 secon
https://bugs.python.org/issue42985 opened by vstinner

#42986: pegen parser: Crash on SyntaxError with f-string on Windows
https://bugs.python.org/issue42986 opened by neonene

#42988: Information disclosure via pydoc -p: /getfile?key=path allows
https://bugs.python.org/issue42988 opened by hroncok

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990 opened by Mark.Shannon

#42991: support for splitting multichannel audio fragments in audioop
https://bugs.python.org/issue42991 opened by Th4R4

#42992: Tkinter bbox coordinates incorrectly drawn
https://bugs.python.org/issue42992 opened by rhoffmann

#42993: doc xml.etree.ElementTree.ElementTree.write does not mention a
https://bugs.python.org/issue42993 opened by buhtz

#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994 opened by nbeals

#42995: Add PurePath.with_suffix_appended()
https://bugs.python.org/issue42995 opened by bgerrity

#42997: Improve error message for missing : before suites
https://bugs.python.org/issue42997 opened by pablogsal

#42998: pathlib.Path: add `username` argument to `home()`
https://bugs.python.org/issue42998 opened by barneygale

#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999 opened by barneygale

#43000: All SSL requests fail with WRONG_VERSION_NUMBER when a packet
https://bugs.python.org/issue43000 opened by darrenrs

#43001: python3.9.1 test_embed test_tabnanny failed
https://bugs.python.org/issue43001 opened by asholomitskiy84

#43002: Exception chaining accepts exception classes
https://bugs.python.org/issue43002 opened by cool-RR

#43003: Parts of the API will be removed in Python 4.0 ?
https://bugs.python.org/issue43003 opened by MichaelClerx



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

#43003: Parts of the API will be removed in Python 4.0 ?
https://bugs.python.org/issue43003

#43002: Exception chaining accepts exception classes
https://bugs.python.org/issue43002

#43001: python3.9.1 test_embed test_tabnanny failed
https://bugs.python.org/issue43001

#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999

#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994

#42993: doc xml.etree.ElementTree.ElementTree.write does not mention a
https://bugs.python.org/issue42993

#42991: support for splitting multichannel audio fragments in audioop
https://bugs.python.org/issue42991

#42981: Error messages raised by _hashlib_scrypt_impl() are slightly m
https://bugs.python.org/issue42981

#42979: _zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_
https://bugs.python.org/issue42979

#42976: __text_signature__ parser silently drops arguments with certai
https://bugs.python.org/issue42976

#42966: argparse: customizable help formatter
https://bugs.python.org/issue42966

#42963: [multiprocessing] Calling pool.terminate() from an error_callb
https://bugs.python.org/issue42963

#42960: resources module, FreeBSD update adding RLIMIT_KQUEUES constan
https://bugs.python.org/issue42960

#42949: pdb & multiprocessing.Pool: AttributeError: module '__main__'
https://bugs.python.org/issue42949

#42947: email: Handling when both extended/ascii parameter (filename*/
https://bugs.python.org/issue42947



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

#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999

#42997: Improve error message for missing : before suites
https://bugs.python.org/issue42997

#42995: Add PurePath.with_suffix_appended()
https://bugs.python.org/issue42995

#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994

#42991: support for splitting multichannel audio fragments in audioop
https://bugs.python.org/issue42991

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990

#42988: Information disclosure via pydoc -p: /getfile?key=path allows
https://bugs.python.org/issue42988

#42986: pegen parser: Crash on SyntaxError with f-string on Windows
https://bugs.python.org/issue42986

#42982: Update suggested number of iterations for pbkdf2_hmac()
https://bugs.python.org/issue42982

#42981: Error messages raised by _hashlib_scrypt_impl() are slightly m
https://bugs.python.org/issue42981

#42980: argparse: GNU-style help formatter
https://bugs.python.org/issue42980

#42974: tokenize reports incorrect end col offset and line string when
https://bugs.python.org/issue42974

#42973: argparse: mixing optional and positional arguments... not agai
https://bugs.python.org/issue42973

#42967: [security] urllib.parse.parse_qsl(): Web cache poisoning - `;
https://bugs.python.org/issue42967

#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958



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

#42955: Add sys.module_names: list of stdlib module names (Python and
https://bugs.python.org/issue42955 24 msgs

#42988: Information disclosure via pydoc -p: /getfile?key=path allows
https://bugs.python.org/issue42988 13 msgs

#42967: [security] urllib.parse.parse_qsl(): Web cache poisoning - `;
https://bugs.python.org/issue42967 10 msgs

#42887: 100000 assignments of .__sizeof__ cause a segfault on del
https://bugs.python.org/issue42887 7 msgs

#42962: Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
https://bugs.python.org/issue42962 7 msgs

#42985: AMD64 Arch Linux Asan 3.x fails: command timed out: 1200 secon
https://bugs.python.org/issue42985 7 msgs

#41701: Buildbot web page: connection lost after 1 minute, then displa
https://bugs.python.org/issue41701 6 msgs

#42606: Support POSIX atomicity guarantee of O_APPEND on Windows
https://bugs.python.org/issue42606 6 msgs

#42800: Traceback objects allow accessing frame objects without trigge
https://bugs.python.org/issue42800 6 msgs

#33289: tkinter askcolor returning floats for r, g, b values instead o
https://bugs.python.org/issue33289 5 msgs



Issues closed (35)
==================

#36769: doc Document that fnmatch.filter supports any kind of iterable
https://bugs.python.org/issue36769 closed by iritkatriel

#40176: unterminated string literal tokenization error messages could
https://bugs.python.org/issue40176 closed by BTaskaya

#40304: Classes created using type() don't need to explicitly inherit
https://bugs.python.org/issue40304 closed by terry.reedy

#41036: Visit the type of instance of heap types if tp_traverse is not
https://bugs.python.org/issue41036 closed by vstinner

#41545: gc API requiring matching number of gc.disable - gc.enable cal
https://bugs.python.org/issue41545 closed by Yonatan Goldschmidt

#41995: five possible Null Pointer Dereference bugs.
https://bugs.python.org/issue41995 closed by vstinner

#42005: profile/cProfile CLI should catch BrokenPipeError
https://bugs.python.org/issue42005 closed by vstinner

#42048: Document Argument Clinic's defining_class converter
https://bugs.python.org/issue42048 closed by erlendaasland

#42163: _replace() no longer works on platform.uname_result objects
https://bugs.python.org/issue42163 closed by jaraco

#42189: copy.deepcopy() no longer works on platform.uname_result objec
https://bugs.python.org/issue42189 closed by jaraco

#42447: robotsparser deny all with some rules
https://bugs.python.org/issue42447 closed by terry.reedy

#42531: importlib.resources.path() raises TypeError for packages witho
https://bugs.python.org/issue42531 closed by jaraco

#42659: Objects of uname_result Class Cannot be Successfully Pickled
https://bugs.python.org/issue42659 closed by jaraco

#42780: os.set_inheritable() fails for O_PATH file descriptors on Linu
https://bugs.python.org/issue42780 closed by vstinner

#42856: ensurepip: add configure --with-wheel-pkg-dir=PATH to get whee
https://bugs.python.org/issue42856 closed by vstinner

#42864: Improve error messages regarding unclosed parentheses
https://bugs.python.org/issue42864 closed by pablogsal

#42923: Py_FatalError(): dump the list of extension modules
https://bugs.python.org/issue42923 closed by vstinner

#42925: Error trace of else inside class
https://bugs.python.org/issue42925 closed by Mark.Shannon

#42931: Include randbytes in random.__all__
https://bugs.python.org/issue42931 closed by rhettinger

#42938: [security] ctypes double representation BoF
https://bugs.python.org/issue42938 closed by benjamin.peterson

#42942: Feature request: Add decdigest() to hashlib
https://bugs.python.org/issue42942 closed by 2d4d

#42944: random.Random.sample bug when counts is not None
https://bugs.python.org/issue42944 closed by rhettinger

#42945: weakref.finalize documentation contradicts itself RE: finalize
https://bugs.python.org/issue42945 closed by ryan.a.heisler

#42951: Random and infinite loop in dealing with recursion error for "
https://bugs.python.org/issue42951 closed by Mark.Shannon

#42953: After the subclass of enum.Enum is imported in some diffenent
https://bugs.python.org/issue42953 closed by ethan.furman

#42954: new "if-as" syntax
https://bugs.python.org/issue42954 closed by steven.daprano

#42959: AttributeError: module 'signal' has no attribute 'SIGHUP'
https://bugs.python.org/issue42959 closed by gvanrossum

#42965: Optional callable raises TypeError
https://bugs.python.org/issue42965 closed by Ofekmeister

#42975: urllib.parse.parse_qsl(): add an option to not consider semico
https://bugs.python.org/issue42975 closed by vstinner

#42978: Improve error message when "self" is missing from the method d
https://bugs.python.org/issue42978 closed by pablogsal

#42983: sys.argv incorrectly parses command lines with args in environ
https://bugs.python.org/issue42983 closed by gvanrossum

#42984: Python 3.7 and qt Libraries
https://bugs.python.org/issue42984 closed by gvanrossum

#42987: HTTP header injection in urllib on windows
https://bugs.python.org/issue42987 closed by vstinner

#42989: Bug
https://bugs.python.org/issue42989 closed by zach.ware

#42996: hashlib documentation references an obsolete RFC 2898
https://bugs.python.org/issue42996 closed by illia-v
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/L4CKLX4MKOYRG7BCF2ZZTO6BOVCZLOM4/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-01-22 - 2021-01-29)
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 7588 (+10)
closed 47211 (+50)
total 54799 (+60)

Open issues with patches: 3032


Issues opened (40)
==================

#33387: Simplify bytecodes for try-finally, try-except and with blocks
https://bugs.python.org/issue33387 reopened by iritkatriel

#36675: Doctest directives and comments missing from code samples
https://bugs.python.org/issue36675 reopened by mdk

#43006: Changed behaviour of inspect.signature() in Python 3.10
https://bugs.python.org/issue43006 opened by Zac Hatfield-Dodds

#43007: set_wakeup_fd() only works in main thread
https://bugs.python.org/issue43007 opened by MeneMeneTekel

#43009: Port curses capi pointer array to a struct
https://bugs.python.org/issue43009 opened by shihai1991

#43010: @functools.wraps and abc.abstractmethod interoperability
https://bugs.python.org/issue43010 opened by erezinman

#43012: Remove pathlib accessors
https://bugs.python.org/issue43012 opened by barneygale

#43013: IDLE: update code, mostly by cleanups of 2.x or 2to3 artifact
https://bugs.python.org/issue43013 opened by terry.reedy

#43015: Add str.replaceall?
https://bugs.python.org/issue43015 opened by Nathaniel Manista

#43016: Improve tests for curses
https://bugs.python.org/issue43016 opened by serhiy.storchaka

#43017: Improve error message in the parser when using un-parenthesise
https://bugs.python.org/issue43017 opened by pablogsal

#43019: wait_for(to_thread)) does not work as expected. Extra document
https://bugs.python.org/issue43019 opened by synchronizing

#43022: Unable to dynamically load functions from python3.dll
https://bugs.python.org/issue43022 opened by paul.moore

#43024: improve signature (in help, etc) for functions taking sentinel
https://bugs.python.org/issue43024 opened by iritkatriel

#43026: Missing words renders meaning unclear in fcntl.html
https://bugs.python.org/issue43026 opened by EzraBC

#43027: Calling _PyBytes_Resize() on 1-byte bytes may raise error
https://bugs.python.org/issue43027 opened by malin

#43029: unittest: Add assertUniqeIn
https://bugs.python.org/issue43029 opened by rousseldenis

#43030: signed/unsigned mismatch in Py_UNICODE_ISSPACE macro
https://bugs.python.org/issue43030 opened by doko

#43034: Python tutorial misleads users about floor division behavior
https://bugs.python.org/issue43034 opened by jessevsilverman

#43035: FileNotFoundError in distutils\file_util.py copy_tree
https://bugs.python.org/issue43035 opened by knzivid

#43036: TOS-behaviour documentation is inconsistent
https://bugs.python.org/issue43036 opened by xmorel

#43039: tempfile.TemporaryDirectory() name string is incorrect
https://bugs.python.org/issue43039 opened by eosborne

#43041: copying WeakValueDictionary is not iteration safe
https://bugs.python.org/issue43041 opened by djromberg

#43042: tutorial ambiguous about creation of local symbol table for re
https://bugs.python.org/issue43042 opened by jessevsilverman

#43043: Python tutorial could make rules for default argument definiti
https://bugs.python.org/issue43043 opened by jessevsilverman

#43045: Instructions for installing pip on Ubuntu/WSL2 is incomplete
https://bugs.python.org/issue43045 opened by lennart.borgman

#43046: argparse: capturing actions
https://bugs.python.org/issue43046 opened by monkeyman79

#43047: logging.config formatters documentation is out of sync with co
https://bugs.python.org/issue43047 opened by iwienand

#43048: Printing RecursionError results in RecursionError
https://bugs.python.org/issue43048 opened by vlad2

#43049: Use io.IncrementalNewlineDecoder for doctest newline conversio
https://bugs.python.org/issue43049 opened by pdonis

#43050: threading timer memory leak
https://bugs.python.org/issue43050 opened by fengjiang

#43052: _dyld_shared_cache_contains_path needs SYSTEM_VERSION_COMPAT=0
https://bugs.python.org/issue43052 opened by isuruf

#43053: Speed up math.isqrt, again
https://bugs.python.org/issue43053 opened by juraj.sukop

#43054: What does the existence of a struct in a header file imply abo
https://bugs.python.org/issue43054 opened by Mark.Shannon

#43056: Use of dicts in sections 4.2 and 4.7 of Python tutorial a bit
https://bugs.python.org/issue43056 opened by jessevsilverman

#43058: setting a logging Handler name
https://bugs.python.org/issue43058 opened by bcohen

#43059: sqlite3: Externally developed?
https://bugs.python.org/issue43059 opened by user1347091

#43060: Convert _decimal C API from pointer array to struct
https://bugs.python.org/issue43060 opened by erlendaasland

#43062: Non-integer values in collections.Counter
https://bugs.python.org/issue43062 opened by HuangFuSL

#43063: zipfile.Path / importlib.resources raises KeyError if a file w
https://bugs.python.org/issue43063 opened by The Compiler



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

#43062: Non-integer values in collections.Counter
https://bugs.python.org/issue43062

#43060: Convert _decimal C API from pointer array to struct
https://bugs.python.org/issue43060

#43058: setting a logging Handler name
https://bugs.python.org/issue43058

#43056: Use of dicts in sections 4.2 and 4.7 of Python tutorial a bit
https://bugs.python.org/issue43056

#43052: _dyld_shared_cache_contains_path needs SYSTEM_VERSION_COMPAT=0
https://bugs.python.org/issue43052

#43049: Use io.IncrementalNewlineDecoder for doctest newline conversio
https://bugs.python.org/issue43049

#43047: logging.config formatters documentation is out of sync with co
https://bugs.python.org/issue43047

#43045: Instructions for installing pip on Ubuntu/WSL2 is incomplete
https://bugs.python.org/issue43045

#43043: Python tutorial could make rules for default argument definiti
https://bugs.python.org/issue43043

#43042: tutorial ambiguous about creation of local symbol table for re
https://bugs.python.org/issue43042

#43036: TOS-behaviour documentation is inconsistent
https://bugs.python.org/issue43036

#43027: Calling _PyBytes_Resize() on 1-byte bytes may raise error
https://bugs.python.org/issue43027

#43026: Missing words renders meaning unclear in fcntl.html
https://bugs.python.org/issue43026

#43019: wait_for(to_thread)) does not work as expected. Extra document
https://bugs.python.org/issue43019

#43016: Improve tests for curses
https://bugs.python.org/issue43016



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

#43059: sqlite3: Externally developed?
https://bugs.python.org/issue43059

#43049: Use io.IncrementalNewlineDecoder for doctest newline conversio
https://bugs.python.org/issue43049

#43047: logging.config formatters documentation is out of sync with co
https://bugs.python.org/issue43047

#43046: argparse: capturing actions
https://bugs.python.org/issue43046

#43030: signed/unsigned mismatch in Py_UNICODE_ISSPACE macro
https://bugs.python.org/issue43030

#43029: unittest: Add assertUniqeIn
https://bugs.python.org/issue43029

#43024: improve signature (in help, etc) for functions taking sentinel
https://bugs.python.org/issue43024

#43017: Improve error message in the parser when using un-parenthesise
https://bugs.python.org/issue43017

#43016: Improve tests for curses
https://bugs.python.org/issue43016

#43013: IDLE: update code, mostly by cleanups of 2.x or 2to3 artifact
https://bugs.python.org/issue43013

#43009: Port curses capi pointer array to a struct
https://bugs.python.org/issue43009

#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999

#42997: Improve error message for missing : before suites
https://bugs.python.org/issue42997

#42995: Add PurePath.with_suffix_appended()
https://bugs.python.org/issue42995

#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994



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

#42973: argparse: mixing optional and positional arguments... not agai
https://bugs.python.org/issue42973 17 msgs

#3353: make built-in tokenizer available via Python C API
https://bugs.python.org/issue3353 15 msgs

#43013: IDLE: update code, mostly by cleanups of 2.x or 2to3 artifact
https://bugs.python.org/issue43013 13 msgs

#43022: Unable to dynamically load functions from python3.dll
https://bugs.python.org/issue43022 12 msgs

#42967: [security] urllib.parse.parse_qsl(): Web cache poisoning - `;
https://bugs.python.org/issue42967 11 msgs

#43046: argparse: capturing actions
https://bugs.python.org/issue43046 7 msgs

#43053: Speed up math.isqrt, again
https://bugs.python.org/issue43053 7 msgs

#43006: Changed behaviour of inspect.signature() in Python 3.10
https://bugs.python.org/issue43006 6 msgs

#43059: sqlite3: Externally developed?
https://bugs.python.org/issue43059 6 msgs

#38307: Add .end_lineno attribute to pyclbr _Objects
https://bugs.python.org/issue38307 5 msgs



Issues closed (49)
==================

#2636: Adding a new regex module (compatible with re)
https://bugs.python.org/issue2636 closed by vstinner

#23544: IDLE hangs when selecting Stack View with debug active
https://bugs.python.org/issue23544 closed by terry.reedy

#27772: Refer to actual format string when creating “zero padding”
https://bugs.python.org/issue27772 closed by serhiy.storchaka

#29076: Mac installer shell updater script silently fails if default s
https://bugs.python.org/issue29076 closed by ned.deily

#33289: tkinter askcolor returning floats for r, g, b values instead o
https://bugs.python.org/issue33289 closed by serhiy.storchaka

#36086: Split IDLE into separate feature in Windows installer
https://bugs.python.org/issue36086 closed by rhettinger

#36379: nb_inplace_pow is always called with an invalid argument
https://bugs.python.org/issue36379 closed by gregory.p.smith

#38250: enum.Flag should be more set-like
https://bugs.python.org/issue38250 closed by ethan.furman

#40745: Typo in library/typing
https://bugs.python.org/issue40745 closed by iritkatriel

#41459: pickle.load raises SystemError on malformed input
https://bugs.python.org/issue41459 closed by eric.smith

#41798: [C API] Revisit usage of the PyCapsule C API with multi-phase
https://bugs.python.org/issue41798 closed by shihai1991

#42300: Typo in translation to portuguese
https://bugs.python.org/issue42300 closed by iritkatriel

#42383: Pdb does not correclty restart the target if it changes the cu
https://bugs.python.org/issue42383 closed by gvanrossum

#42384: Inconsistent sys.path between python and pdb
https://bugs.python.org/issue42384 closed by gvanrossum

#42843: What min_sphinx for Python 3.10
https://bugs.python.org/issue42843 closed by mdk

#42869: pydoc does not append .html to documentation
https://bugs.python.org/issue42869 closed by mdk

#42901: [Enum] move member creation to __set_name__ in order to suppor
https://bugs.python.org/issue42901 closed by ethan.furman

#42915: enum.Flag ~ bitwise negation is very slow and can't be defined
https://bugs.python.org/issue42915 closed by ethan.furman

#42948: bytearray.copy is undocumented
https://bugs.python.org/issue42948 closed by wim.glenn

#42955: Add sys.stdlib_module_names: list of stdlib module names (Pyth
https://bugs.python.org/issue42955 closed by vstinner

#42957: os.readlink produces wrong result on windows
https://bugs.python.org/issue42957 closed by steve.dower

#42977: Tkinter Optionmenu Too Narrow on Mac
https://bugs.python.org/issue42977 closed by serhiy.storchaka

#42979: _zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_
https://bugs.python.org/issue42979 closed by vstinner

#42985: AMD64 Arch Linux Asan 3.x fails: command timed out: 1200 secon
https://bugs.python.org/issue42985 closed by vstinner

#42992: Tkinter bbox coordinates incorrectly drawn
https://bugs.python.org/issue42992 closed by terry.reedy

#43002: Exception chaining accepts exception classes
https://bugs.python.org/issue43002 closed by steven.daprano

#43003: Parts of the API will be removed in Python 4.0 ?
https://bugs.python.org/issue43003 closed by terry.reedy

#43004: No type variables left in collections.abc.Callable
https://bugs.python.org/issue43004 closed by tyler.yep

#43005: Package Relative Imports - double dot doc example not working
https://bugs.python.org/issue43005 closed by gvanrossum

#43008: IDLE ignores sys.excepthook in normal, subprocess mode
https://bugs.python.org/issue43008 closed by terry.reedy

#43011: DeprecationWarnings in test_ctypes
https://bugs.python.org/issue43011 closed by benjamin.peterson

#43014: tokenize spends a lot of time in `re.compile(...)`
https://bugs.python.org/issue43014 closed by BTaskaya

#43018: unwanted label showing up in ttk.LabeledScale
https://bugs.python.org/issue43018 closed by serhiy.storchaka

#43020: str.lower method with "?" character
https://bugs.python.org/issue43020 closed by steven.daprano

#43021: Unpacking tuple argument in combination with inline if stateme
https://bugs.python.org/issue43021 closed by steven.daprano

#43023: Remove a redundant check in _PyBytes_Resize()
https://bugs.python.org/issue43023 closed by malin

#43025: Use normal 'i' character to denote imaginary part of complex n
https://bugs.python.org/issue43025 closed by eric.smith

#43028: seeking past the end of a file unexpected behavior
https://bugs.python.org/issue43028 closed by cotton.seed

#43031: aarch64 RHEL7 LTO + PGO 3.7: "make" hangs when running test_as
https://bugs.python.org/issue43031 closed by vstinner

#43032: Size of pie chart in matplotlib (frame affects it)
https://bugs.python.org/issue43032 closed by mark.dickinson

#43033: Incorrect handling of PyObject_SetAttrString() in the _zoneinf
https://bugs.python.org/issue43033 closed by serhiy.storchaka

#43037: Importlib reload by module name (String)
https://bugs.python.org/issue43037 closed by brett.cannon

#43038: ensurepip: tries to use setup.py/setup.cfg
https://bugs.python.org/issue43038 closed by ned.deily

#43040: random.py randrange() is very slow if the range is a power of
https://bugs.python.org/issue43040 closed by rhettinger

#43044: Python 2.7 documentation links to 404 pages when the library w
https://bugs.python.org/issue43044 closed by vstinner

#43051: Pip Permissions Error overwriting pip directory
https://bugs.python.org/issue43051 closed by steve.dower

#43055: Inconsistent behaviour when using walrus operator with 'and'/'
https://bugs.python.org/issue43055 closed by eric.smith

#43057: Timezone 'Etc/GMT-5' functions as Timezone 'Etc/GMT+5'
https://bugs.python.org/issue43057 closed by mark.dickinson

#43061: subprocess: feature request: Get only the stdout of the last s
https://bugs.python.org/issue43061 closed by r.david.murray
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-01-29 - 2021-02-05)
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 7379 (-209)
closed 47495 (+284)
total 54874 (+75)

Open issues with patches: 2926


Issues opened (55)
==================

#16202: sys.path[0] security issues
https://bugs.python.org/issue16202 reopened by christian.heimes

#24275: lookdict_* give up too soon
https://bugs.python.org/issue24275 reopened by Jim.Jewett

#42278: Remove usage of tempfile.mktemp in stdlib
https://bugs.python.org/issue42278 reopened by epaine

#42616: C Extensions on Darwin that link against libpython are likely
https://bugs.python.org/issue42616 reopened by froody

#43048: Printing RecursionError results in RecursionError
https://bugs.python.org/issue43048 reopened by iritkatriel

#43064: Cannot clear signal handler set with loop.add_signal_handler i
https://bugs.python.org/issue43064 opened by selimb

#43065: 'concurrent.futures' stucks in 3.9.1
https://bugs.python.org/issue43065 opened by doublex

#43066: Zipfile with leading slashes
https://bugs.python.org/issue43066 opened by garrison.taylor

#43067: inspect.signature(bytes.hex) raises ValueError "builtin has in
https://bugs.python.org/issue43067 opened by boris

#43068: test_subprocess: test_specific_shell() fails on AMD64 FreeBSD
https://bugs.python.org/issue43068 opened by vstinner

#43069: Python fails to read a script whose path is `/dev/fd/X`
https://bugs.python.org/issue43069 opened by ciprian.craciun

#43071: IDLE: Windows 7 - Trackpad two-finger vertical scrolling is no
https://bugs.python.org/issue43071 opened by Kritzy

#43072: Memory Leak when using Thread
https://bugs.python.org/issue43072 opened by goyalakshat14

#43073: Adding a ctypes.Union to a ctypes.BigEndianStructure results i
https://bugs.python.org/issue43073 opened by MrSurly

#43075: ReDoS in request
https://bugs.python.org/issue43075 opened by yetingli

#43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0
https://bugs.python.org/issue43077 opened by paul.moore

#43079: wrong IP address range given for ipv4_mapped
https://bugs.python.org/issue43079 opened by alwhaley

#43080: pprint for dataclass instances
https://bugs.python.org/issue43080 opened by LewisGaul

#43081: Recursive call crash module multiprocessing
https://bugs.python.org/issue43081 opened by xxm

#43084: curses.window.enclose() should return bool
https://bugs.python.org/issue43084 opened by serhiy.storchaka

#43085: Loosening | and |= operator type checking restriction
https://bugs.python.org/issue43085 opened by Siy_V

#43086: Excess data in not handled properly in binascii.a2b_base64()
https://bugs.python.org/issue43086 opened by idan22moral

#43087: ctypes documentation error
https://bugs.python.org/issue43087 opened by metolone

#43092: Python installation fails to install pip3 if pip, setuptools i
https://bugs.python.org/issue43092 opened by quotemstr

#43093: Make modules picklable
https://bugs.python.org/issue43093 opened by Arusekk

#43094: sqlite3.create_function takes parameter named narg, not num_pa
https://bugs.python.org/issue43094 opened by nchammas

#43095: Windows does not raise IsADirectoryError
https://bugs.python.org/issue43095 opened by Jairo Llopis

#43096: Adding `read_into` method to `asyncio.StreamReader`
https://bugs.python.org/issue43096 opened by jakirkham

#43098: tarfile list() method does not show file type
https://bugs.python.org/issue43098 opened by val.shkolnikov

#43101: Add deprecation of float limits for resource to documentation
https://bugs.python.org/issue43101 opened by nafur

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103 opened by vstinner

#43105: Can't import extension modules resolved via relative paths in
https://bugs.python.org/issue43105 opened by smunday

#43109: When using Apple Clang, --with-lto builds should not check for
https://bugs.python.org/issue43109 opened by acmorrow

#43111: webbrowser.py triggers unwanted XQuartz startup
https://bugs.python.org/issue43111 opened by hans-meine

#43112: SOABI on Linux does not distinguish between GNU libc and musl
https://bugs.python.org/issue43112 opened by ncopa

#43115: locale.getlocale fails if locale is set
https://bugs.python.org/issue43115 opened by AndersMunch

#43118: inspect.signature() raises RuntimeError on failed to resolve t
https://bugs.python.org/issue43118 opened by tkomiya

#43119: asyncio.Queue.put never yields if the queue is unbounded
https://bugs.python.org/issue43119 opened by spenczar

#43120: Some OSX syslog facilities are missing from syslog module
https://bugs.python.org/issue43120 opened by ronaldoussoren

#43122: Python Launcher doesn't open a terminal window
https://bugs.python.org/issue43122 opened by kjw

#43123: email MIME splitting
https://bugs.python.org/issue43123 opened by martin.ortner

#43124: [security] smtplib multiple CRLF injection
https://bugs.python.org/issue43124 opened by martin.ortner

#43125: Trying To Concatenate Bytes and String in SMTPLIB
https://bugs.python.org/issue43125 opened by boom0192

#43126: IOBase.readlines(0) behaviour is inconsistent with documentati
https://bugs.python.org/issue43126 opened by althonos2

#43127: Unable to install Python 3.9.1 - Windows 10
https://bugs.python.org/issue43127 opened by adrian.e.d.lloyd

#43128: make test fails Lib/test/test_httpservers.py on 3.9.1
https://bugs.python.org/issue43128 opened by ostermana

#43129: Number of object on stack required by opcode
https://bugs.python.org/issue43129 opened by mdartiailh

#43131: MMAP duplicate reads and writes on ARM64 platform
https://bugs.python.org/issue43131 opened by psswirhun

#43132: Incorrect handling of PyObject_RichCompareBool() in the _zonei
https://bugs.python.org/issue43132 opened by ZackerySpytz

#43133: Accept file mode "rw" to open-or-create a file and seek to the
https://bugs.python.org/issue43133 opened by ncoghlan

#43134: (list have item) instate (item in list)
https://bugs.python.org/issue43134 opened by mablue

#43135: Can't input Japanese on idle (MacOS).
https://bugs.python.org/issue43135 opened by Marusoftware

#43136: multiprocessing.Queue.get(block=False) can raise queue.Empty o
https://bugs.python.org/issue43136 opened by sbraz

#43137: webbrowser to support "gio open <URL>"
https://bugs.python.org/issue43137 opened by doko

#43138: [doc] Inconsistent / confusing documentation regarding importi
https://bugs.python.org/issue43138 opened by Dirk Herrmann



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

#43138: [doc] Inconsistent / confusing documentation regarding importi
https://bugs.python.org/issue43138

#43137: webbrowser to support "gio open <URL>"
https://bugs.python.org/issue43137

#43128: make test fails Lib/test/test_httpservers.py on 3.9.1
https://bugs.python.org/issue43128

#43127: Unable to install Python 3.9.1 - Windows 10
https://bugs.python.org/issue43127

#43126: IOBase.readlines(0) behaviour is inconsistent with documentati
https://bugs.python.org/issue43126

#43125: Trying To Concatenate Bytes and String in SMTPLIB
https://bugs.python.org/issue43125

#43124: [security] smtplib multiple CRLF injection
https://bugs.python.org/issue43124

#43123: email MIME splitting
https://bugs.python.org/issue43123

#43120: Some OSX syslog facilities are missing from syslog module
https://bugs.python.org/issue43120

#43115: locale.getlocale fails if locale is set
https://bugs.python.org/issue43115

#43111: webbrowser.py triggers unwanted XQuartz startup
https://bugs.python.org/issue43111

#43109: When using Apple Clang, --with-lto builds should not check for
https://bugs.python.org/issue43109

#43105: Can't import extension modules resolved via relative paths in
https://bugs.python.org/issue43105

#43101: Add deprecation of float limits for resource to documentation
https://bugs.python.org/issue43101

#43098: tarfile list() method does not show file type
https://bugs.python.org/issue43098



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

#43132: Incorrect handling of PyObject_RichCompareBool() in the _zonei
https://bugs.python.org/issue43132

#43120: Some OSX syslog facilities are missing from syslog module
https://bugs.python.org/issue43120

#43119: asyncio.Queue.put never yields if the queue is unbounded
https://bugs.python.org/issue43119

#43118: inspect.signature() raises RuntimeError on failed to resolve t
https://bugs.python.org/issue43118

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103

#43087: ctypes documentation error
https://bugs.python.org/issue43087

#43086: Excess data in not handled properly in binascii.a2b_base64()
https://bugs.python.org/issue43086

#43085: Loosening | and |= operator type checking restriction
https://bugs.python.org/issue43085

#43084: curses.window.enclose() should return bool
https://bugs.python.org/issue43084

#43080: pprint for dataclass instances
https://bugs.python.org/issue43080

#43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0
https://bugs.python.org/issue43077

#43075: ReDoS in request
https://bugs.python.org/issue43075

#43049: Use io.IncrementalNewlineDecoder for doctest newline conversio
https://bugs.python.org/issue43049

#43047: logging.config formatters documentation is out of sync with co
https://bugs.python.org/issue43047

#43046: argparse: capturing actions
https://bugs.python.org/issue43046



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

#43048: Printing RecursionError results in RecursionError
https://bugs.python.org/issue43048 8 msgs

#43080: pprint for dataclass instances
https://bugs.python.org/issue43080 8 msgs

#42899: Is it legal to eliminate tests of a value, when that test has
https://bugs.python.org/issue42899 7 msgs

#39951: Ignore specific errors when closing ssl connections
https://bugs.python.org/issue39951 6 msgs

#43085: Loosening | and |= operator type checking restriction
https://bugs.python.org/issue43085 6 msgs

#43112: SOABI on Linux does not distinguish between GNU libc and musl
https://bugs.python.org/issue43112 6 msgs

#24275: lookdict_* give up too soon
https://bugs.python.org/issue24275 5 msgs

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103 4 msgs

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115 3 msgs

#42825: Build libraries with "/OPT:REF" linker optimization on Windows
https://bugs.python.org/issue42825 3 msgs



Issues closed (262)
===================

#1887: Document that distutils doesn't support out-of-source builds
https://bugs.python.org/issue1887 closed by steve.dower

#2200: find_executable fails to find .bat files on win32
https://bugs.python.org/issue2200 closed by steve.dower

#2437: Distutils runtime_library_dirs broken on Windows
https://bugs.python.org/issue2437 closed by steve.dower

#2445: Use The CygwinCCompiler Under Cygwin
https://bugs.python.org/issue2445 closed by steve.dower

#2624: swig support in distutils should use the build and temp dirs
https://bugs.python.org/issue2624 closed by steve.dower

#2943: Distutils should generate a better error message when the SDK
https://bugs.python.org/issue2943 closed by steve.dower

#4010: configure options don't trickle down to distutils
https://bugs.python.org/issue4010 closed by steve.dower

#4032: distutils doesn't search ".dll.a" as library on cygwin
https://bugs.python.org/issue4032 closed by steve.dower

#4508: distutils compiler not handling spaces in path to output/src f
https://bugs.python.org/issue4508 closed by steve.dower

#5243: Missing dependency in distutils build
https://bugs.python.org/issue5243 closed by steve.dower

#5300: distutils should preserve +x bit on data files
https://bugs.python.org/issue5300 closed by steve.dower

#5936: Add MSI suport for uninstalling individual versions
https://bugs.python.org/issue5936 closed by steve.dower

#6040: bdist_msi does not deal with pre-release version
https://bugs.python.org/issue6040 closed by steve.dower

#6087: distutils.sysconfig.get_python_lib gives surprising result whe
https://bugs.python.org/issue6087 closed by steve.dower

#6114: distutils build_ext path comparison only based on strings
https://bugs.python.org/issue6114 closed by steve.dower

#6145: distutils.extension.read_setup_file misinterprets -C switch
https://bugs.python.org/issue6145 closed by steve.dower

#6792: Distutils-based installer does not detect 64bit versions of Py
https://bugs.python.org/issue6792 closed by steve.dower

#6863: Wrong linker command if CXX set to "ccache g++"
https://bugs.python.org/issue6863 closed by steve.dower

#7182: For non-debug builds, the cygwinccompiler.py should define NDE
https://bugs.python.org/issue7182 closed by steve.dower

#7202: "python setup.py cmd --verbose" does not set verbosity
https://bugs.python.org/issue7202 closed by steve.dower

#7219: Unhelpful error message when a distutils package install fails
https://bugs.python.org/issue7219 closed by steve.dower

#7412: distutils install race condition
https://bugs.python.org/issue7412 closed by steve.dower

#7546: msvc9compiler.py: add .asm extension
https://bugs.python.org/issue7546 closed by steve.dower

#7562: Custom order for the subcommands of build
https://bugs.python.org/issue7562 closed by steve.dower

#7677: upload: improve display for error messages from gpg
https://bugs.python.org/issue7677 closed by steve.dower

#8027: distutils fail to determine c++ linker with unixcompiler if us
https://bugs.python.org/issue8027 closed by steve.dower

#8170: Wrong Paths for distutils build --plat-name=win-amd64
https://bugs.python.org/issue8170 closed by steve.dower

#8384: Better error message for executables not found
https://bugs.python.org/issue8384 closed by steve.dower

#8501: setup.py install --dry-run option doesn't work
https://bugs.python.org/issue8501 closed by steve.dower

#8763: py3K bdist_msi wrongly installs itself in ALL python versions
https://bugs.python.org/issue8763 closed by steve.dower

#8908: friendly errors for UAC misbehavior in windows installers
https://bugs.python.org/issue8908 closed by steve.dower

#8954: wininst regression: errors when building on linux
https://bugs.python.org/issue8954 closed by steve.dower

#8987: Distutils doesn't quote Windows command lines properly
https://bugs.python.org/issue8987 closed by steve.dower

#9023: distutils relative path errors
https://bugs.python.org/issue9023 closed by steve.dower

#9322: Don’t fail silently if ext_modules use absolute paths
https://bugs.python.org/issue9322 closed by steve.dower

#9912: Fail when vsvarsall.bat produces stderr
https://bugs.python.org/issue9912 closed by steve.dower

#9995: "setup.py register sdist upload" requires pass to be saved
https://bugs.python.org/issue9995 closed by steve.dower

#10374: distutils[2] should recreate scripts in the build tree
https://bugs.python.org/issue10374 closed by steve.dower

#10932: distutils.core.setup - data_files misbehaviour ?
https://bugs.python.org/issue10932 closed by steve.dower

#11376: Solaris/GCC/shared lib problem
https://bugs.python.org/issue11376 closed by steve.dower

#11472: upload command fails to read auth information from .pypirc
https://bugs.python.org/issue11472 closed by steve.dower

#11600: PY_CFLAGS and PY_CPPFLAGS inconsistent
https://bugs.python.org/issue11600 closed by steve.dower

#11601: UnixCCompiler always uses compiler_so, not compiler
https://bugs.python.org/issue11601 closed by steve.dower

#11723: Add support for mingw64 compiler
https://bugs.python.org/issue11723 closed by steve.dower

#11928: fail on filename with space at the end
https://bugs.python.org/issue11928 closed by steve.dower

#12259: Document which compilers can be created on which platform
https://bugs.python.org/issue12259 closed by steve.dower

#12585: distutils dereferences symlinks for zip but not for bztar/gzta
https://bugs.python.org/issue12585 closed by steve.dower

#12669: test_curses skipped on buildbots
https://bugs.python.org/issue12669 closed by serhiy.storchaka

#13055: Distutils tries to handle null versions but fails
https://bugs.python.org/issue13055 closed by steve.dower

#13317: building with 2to3 generates wrong import paths because build_
https://bugs.python.org/issue13317 closed by steve.dower

#13420: newer() function in dep_util.py discard changes in the same se
https://bugs.python.org/issue13420 closed by steve.dower

#13486: msvc9compiler.py doesn't properly generate manifest files.
https://bugs.python.org/issue13486 closed by steve.dower

#13943: distutils’ build_py fails when package string is unicode
https://bugs.python.org/issue13943 closed by steve.dower

#13962: multiple lib and include directories on Linux
https://bugs.python.org/issue13962 closed by steve.dower

#14030: Be more careful about selecting the compiler in distutils
https://bugs.python.org/issue14030 closed by steve.dower

#14106: Distutils manifest: recursive-(include|exclude) matches suffix
https://bugs.python.org/issue14106 closed by steve.dower

#14529: distutils's build_msi command ignores the data_files argument
https://bugs.python.org/issue14529 closed by steve.dower

#14530: distutils's build_wininst command fails to correctly interpret
https://bugs.python.org/issue14530 closed by steve.dower

#14894: distutils.LooseVersion fails to compare number and a word
https://bugs.python.org/issue14894 closed by steve.dower

#15018: Incomplete Python LDFLAGS and CPPFLAGS used for extension modu
https://bugs.python.org/issue15018 closed by steve.dower

#15182: find_library_file() should try to link
https://bugs.python.org/issue15182 closed by steve.dower

#15205: distutils dereferences symlinks on Mac OS X but not on Linux
https://bugs.python.org/issue15205 closed by steve.dower

#15266: Perform the same checks as PyPI for Description field
https://bugs.python.org/issue15266 closed by steve.dower

#15797: bdist_msi does not pass -install/remove flags to install_scrip
https://bugs.python.org/issue15797 closed by steve.dower

#16108: Include maintainer information in register/upload
https://bugs.python.org/issue16108 closed by steve.dower

#16466: register command forgets password if no config file is created
https://bugs.python.org/issue16466 closed by steve.dower

#16472: Distutils+mingw links agains msvcr90, while python27.dll is li
https://bugs.python.org/issue16472 closed by steve.dower

#16879: distutils.command.config uses fragile constant temporary file
https://bugs.python.org/issue16879 closed by steve.dower

#16926: setup.py register does not always respect --repository
https://bugs.python.org/issue16926 closed by steve.dower

#17144: Distutils: "sdist register upload" ignores -r argument
https://bugs.python.org/issue17144 closed by steve.dower

#17274: distutils silently omits relative symlinks
https://bugs.python.org/issue17274 closed by steve.dower

#18454: distutils crashes when uploading to PyPI having only the usern
https://bugs.python.org/issue18454 closed by steve.dower

#18639: mingw: avoid circular dependency from time module during nativ
https://bugs.python.org/issue18639 closed by steve.dower

#18640: mingw: generalization of posix build in distutils/sysconfig.py
https://bugs.python.org/issue18640 closed by steve.dower

#18654: modernize mingw&cygwin compiler classes
https://bugs.python.org/issue18654 closed by steve.dower

#18970: run_setup() behavior differs from cli invocation of setup.py
https://bugs.python.org/issue18970 closed by steve.dower

#18987: distutils.utils.get_platform() for 32-bit Python on a 64-bit m
https://bugs.python.org/issue18987 closed by steve.dower

#19549: PKG-INFO is created with CRLF on Windows
https://bugs.python.org/issue19549 closed by steve.dower

#20106: warn_dir is always true for install_data, even if an install_d
https://bugs.python.org/issue20106 closed by steve.dower

#20212: distutils: fix build_ext check to find whether we're building
https://bugs.python.org/issue20212 closed by steve.dower

#20337: bdist_rpm should support %config(noreplace)
https://bugs.python.org/issue20337 closed by steve.dower

#20397: distutils --record option does not validate existence of byte-
https://bugs.python.org/issue20397 closed by steve.dower

#20464: Update distutils sample config file in Doc/install/index.rst
https://bugs.python.org/issue20464 closed by steve.dower

#20705: distutils.extension.Extension with empty 'sources' list
https://bugs.python.org/issue20705 closed by steve.dower

#20788: distutils.msvccompiler - flags are hidden inside initialize()
https://bugs.python.org/issue20788 closed by steve.dower

#20819: reinitialize_command doesn't clear install_lib on install and
https://bugs.python.org/issue20819 closed by steve.dower

#21409: setup.py check - should fail and retrun a non 0 exit code
https://bugs.python.org/issue21409 closed by steve.dower

#21410: setup.py check --restructuredtext -- appears to pass if docut
https://bugs.python.org/issue21410 closed by steve.dower

#21453: Support of RPM subpackages in distutils
https://bugs.python.org/issue21453 closed by steve.dower

#21710: --install-base option ignored?
https://bugs.python.org/issue21710 closed by steve.dower

#21749: pkgutil ImpLoader does not support frozen modules
https://bugs.python.org/issue21749 closed by steve.dower

#21821: The function cygwinccompiler.is_cygwingcc leads to FileNotFoun
https://bugs.python.org/issue21821 closed by steve.dower

#22269: Resolve distutils option conflicts with priorities
https://bugs.python.org/issue22269 closed by steve.dower

#22309: distutils/spawn.py handle fork() not implemented.
https://bugs.python.org/issue22309 closed by steve.dower

#22888: ensurepip and distutils' build_scripts fails on Windows when p
https://bugs.python.org/issue22888 closed by steve.dower

#22990: bdist installation dialog
https://bugs.python.org/issue22990 closed by steve.dower

#23023: ./Modules/ld_so_aix not found on AIX during test_distutils
https://bugs.python.org/issue23023 closed by steve.dower

#23102: distutils: isinstance checks fail with setuptools-monkeypatche
https://bugs.python.org/issue23102 closed by steve.dower

#24239: Allow to configure which gpg to use in distutils upload
https://bugs.python.org/issue24239 closed by steve.dower

#24591: offer option to suppress "clean --all" output relating to none
https://bugs.python.org/issue24591 closed by steve.dower

#24673: distutils/_msvccompiler does not remove /DLL during link(CComp
https://bugs.python.org/issue24673 closed by steve.dower

#24691: out of memory in distutils.upload with large files
https://bugs.python.org/issue24691 closed by steve.dower

#24908: sysconfig.py and distutils.sysconfig.py disagree on directory
https://bugs.python.org/issue24908 closed by steve.dower

#24935: LDSHARED is not set according when CC is set.
https://bugs.python.org/issue24935 closed by steve.dower

#25100: Test_distutils fails instead of skipping if no VS2015
https://bugs.python.org/issue25100 closed by steve.dower

#25187: bdist_rpm fails due to wrong hardcoded assumption about RPM fi
https://bugs.python.org/issue25187 closed by steve.dower

#25229: distutils doesn't add "-Wl," prefix to "-R" on Linux if the C
https://bugs.python.org/issue25229 closed by steve.dower

#25385: Spurious warning when compiling extension module
https://bugs.python.org/issue25385 closed by steve.dower

#25392: setup.py --quiet doesn't silence "no previously-included direc
https://bugs.python.org/issue25392 closed by steve.dower

#25544: cleanup temporary files in distutils.has_function
https://bugs.python.org/issue25544 closed by steve.dower

#25627: distutils : file "bdist_rpm.py" does not quote filenames when
https://bugs.python.org/issue25627 closed by steve.dower

#26425: 'TypeError: object of type 'NoneType' has no len()' in 'splitd
https://bugs.python.org/issue26425 closed by steve.dower

#26786: bdist_msi duplicates directories with names in ALL CAPS to a b
https://bugs.python.org/issue26786 closed by steve.dower

#26790: bdist_msi package duplicates everything to a bogus location wh
https://bugs.python.org/issue26790 closed by steve.dower

#26872: Default ConfigParser in python is not able to load values habi
https://bugs.python.org/issue26872 closed by steve.dower

#26876: Extend MSVCCompiler class to respect environment variables
https://bugs.python.org/issue26876 closed by steve.dower

#27004: Handle script shbang options
https://bugs.python.org/issue27004 closed by steve.dower

#27123: Allow `install_headers` command to follow specific directory s
https://bugs.python.org/issue27123 closed by steve.dower

#27226: distutils: unable to compile both .opt-1.pyc and .opt2.pyc sim
https://bugs.python.org/issue27226 closed by steve.dower

#27317: Handling data_files: too much is removed in uninstall
https://bugs.python.org/issue27317 closed by steve.dower

#27790: test_distutils spews linker messages on Windows
https://bugs.python.org/issue27790 closed by steve.dower

#27919: Deprecate and remove extra_path distribution kwarg
https://bugs.python.org/issue27919 closed by steve.dower

#28209: Exe or MSI unable to find Py3.5
https://bugs.python.org/issue28209 closed by steve.dower

#28981: distutils/check.py overzealous catch block hides errors
https://bugs.python.org/issue28981 closed by steve.dower

#29225: distutils.command.install_lib.get_outputs() wrong with extensi
https://bugs.python.org/issue29225 closed by steve.dower

#29313: msi by bdist_msi will fail execute install-scripts if space in
https://bugs.python.org/issue29313 closed by steve.dower

#29320: bdist_msi install_script fail to execute if alt python locatio
https://bugs.python.org/issue29320 closed by steve.dower

#29408: Add timestamp-based dependency system to build_clib
https://bugs.python.org/issue29408 closed by steve.dower

#29895: Distutils blows up with an incorrect pypirc, should be caught
https://bugs.python.org/issue29895 closed by steve.dower

#30613: Distutils register command creates non-standard multipart data
https://bugs.python.org/issue30613 closed by steve.dower

#30925: RPM build lacks ability to include other files similar to doc_
https://bugs.python.org/issue30925 closed by steve.dower

#31332: Building modules by Clang with Microsoft CodeGen
https://bugs.python.org/issue31332 closed by steve.dower

#31551: test_distutils fails if current directory contains spaces
https://bugs.python.org/issue31551 closed by steve.dower

#32054: Creating RPM on Python 2 works, but Python 3 fails because of
https://bugs.python.org/issue32054 closed by steve.dower

#32223: distutils doesn't correctly read UTF-8 content from config fil
https://bugs.python.org/issue32223 closed by steve.dower

#32597: Bad detection of clang
https://bugs.python.org/issue32597 closed by steve.dower

#32716: setup.py register --repository is broken
https://bugs.python.org/issue32716 closed by steve.dower

#32773: distutils should NOT preserve timestamps
https://bugs.python.org/issue32773 closed by steve.dower

#32957: distutils.command.install checks truthiness of .ext_modules in
https://bugs.python.org/issue32957 closed by steve.dower

#33168: distutils build/build_ext and --debug
https://bugs.python.org/issue33168 closed by steve.dower

#33457: python-config ldflags, PEP 513 and explicit linking to libpyth
https://bugs.python.org/issue33457 closed by steve.dower

#33466: Distutils does not support the compilation of Objective-C++ (?
https://bugs.python.org/issue33466 closed by steve.dower

#33637: pip cannot build extensions for debug Python
https://bugs.python.org/issue33637 closed by steve.dower

#33875: Allow dynamic password evaluation in pypirc configuration file
https://bugs.python.org/issue33875 closed by steve.dower

#33969: "copytree" refuses to copy to a mount point
https://bugs.python.org/issue33969 closed by steve.dower

#33980: distutils upload: SSL Error when uploading package to your own
https://bugs.python.org/issue33980 closed by steve.dower

#33990: CPPFLAGS during ./configure are not passed-through in sysconfi
https://bugs.python.org/issue33990 closed by steve.dower

#34012: No option to include system headers in distutils.core.Extensio
https://bugs.python.org/issue34012 closed by steve.dower

#34322: modification to Lib/distutils/ccompiler.py to simplify handlin
https://bugs.python.org/issue34322 closed by steve.dower

#35172: Add support for other MSVC compiler versions to distutils. dis
https://bugs.python.org/issue35172 closed by steve.dower

#35244: Allow to setup Clang as default compiler for modules build
https://bugs.python.org/issue35244 closed by steve.dower

#35295: Please clarify whether PyUnicode_AsUTF8AndSize() or PyUnicode_
https://bugs.python.org/issue35295 closed by methane

#35718: Cannot initialize the distutils "force" command-option
https://bugs.python.org/issue35718 closed by steve.dower

#35882: distutils fails with UnicodeEncodeError with strange filename
https://bugs.python.org/issue35882 closed by steve.dower

#35893: distutils fails to build extension on windows when it is a pac
https://bugs.python.org/issue35893 closed by steve.dower

#36238: distutils complains "package init file 'xxx/__init__.py' not f
https://bugs.python.org/issue36238 closed by steve.dower

#36353: rpath incorrectly handled on OSX by build_ext
https://bugs.python.org/issue36353 closed by steve.dower

#36383: Virtual environment sysconfig.get_path() and distutils.sysconf
https://bugs.python.org/issue36383 closed by steve.dower

#36640: distutils.sysconfig.get_python_lib behaves incorrectly when pi
https://bugs.python.org/issue36640 closed by steve.dower

#36768: distutils.util.convert_path mangles windows paths with forward
https://bugs.python.org/issue36768 closed by steve.dower

#36998: distutils sdist command fails to create MANIFEST if any filena
https://bugs.python.org/issue36998 closed by steve.dower

#37247: swap distutils build_ext and build_py commands to allow proper
https://bugs.python.org/issue37247 closed by steve.dower

#37541: get_python_lib() returns incorrect path for site-packages
https://bugs.python.org/issue37541 closed by steve.dower

#37570: [Windows] distutils.util.byte_compile() fails indirect byte co
https://bugs.python.org/issue37570 closed by steve.dower

#37680: distutils appends LDFLAGS environment variable before object f
https://bugs.python.org/issue37680 closed by steve.dower

#37794: Replace /Ox with /O2
https://bugs.python.org/issue37794 closed by steve.dower

#37916: distutils: allow overriding of the RANLIB command on macOS (da
https://bugs.python.org/issue37916 closed by steve.dower

#38078: IDLE: Don't run internal code in user namespace.
https://bugs.python.org/issue38078 closed by terry.reedy

#38569: Unknown distribution option: 'license_files'
https://bugs.python.org/issue38569 closed by steve.dower

#38597: C Extension import limit
https://bugs.python.org/issue38597 closed by steve.dower

#38632: setup.py sdist should honor SOURCE_DATE_EPOCH
https://bugs.python.org/issue38632 closed by steve.dower

#38709: distutils - setuptools - alias command removes comments from s
https://bugs.python.org/issue38709 closed by steve.dower

#38711: setup parameter 'distclass' ignored for configuration files
https://bugs.python.org/issue38711 closed by steve.dower

#38714: setup command alias erroneous for names with hyphens
https://bugs.python.org/issue38714 closed by steve.dower

#38718: query of global metadata options delivers error messages even
https://bugs.python.org/issue38718 closed by steve.dower

#38727: setup.py sdist --format=gztar should use (equivalent of) `gzip
https://bugs.python.org/issue38727 closed by steve.dower

#39260: distutils.spawn: find_executable() Fails To Find Many Executab
https://bugs.python.org/issue39260 closed by steve.dower

#39286: Configure includes LIBS but does not pass it to distutils
https://bugs.python.org/issue39286 closed by steve.dower

#39917: new_compiler() called 2nd time causes error
https://bugs.python.org/issue39917 closed by steve.dower

#40042: Enum Flag: psuedo-members have None for name attribute
https://bugs.python.org/issue40042 closed by ethan.furman

#40070: GCC crashed on AMD64 RHEL7 LTO + PGO 3.7 (compiler bug)
https://bugs.python.org/issue40070 closed by vstinner

#40455: GCC 10 compiler warnings
https://bugs.python.org/issue40455 closed by corona10

#40478: allow finding nmake.exe executable in MSVCCompiler
https://bugs.python.org/issue40478 closed by steve.dower

#40530: distutils/cygwinccompiler.py doesn't support recent msvc versi
https://bugs.python.org/issue40530 closed by steve.dower

#40963: distutils make_zipfile uses random order
https://bugs.python.org/issue40963 closed by steve.dower

#41013: test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue41013 closed by vstinner

#41027: get_version() fails to return gcc version for gcc-7
https://bugs.python.org/issue41027 closed by steve.dower

#41134: distutils.dir_util.copy_tree FileExistsError when updating sym
https://bugs.python.org/issue41134 closed by steve.dower

#41143: distutils uses the locale encoding for the .pypirc file
https://bugs.python.org/issue41143 closed by steve.dower

#41149: Threads can fail to start
https://bugs.python.org/issue41149 closed by pablogsal

#41154: test_pkgutil:test_name_resolution fails on macOS HFS+ file sys
https://bugs.python.org/issue41154 closed by steve.dower

#41490: Update bundled pip to 20.2.1 and setuptools to 49.2.1
https://bugs.python.org/issue41490 closed by steve.dower

#41601: Performance issue using isspace() in extension module on Windo
https://bugs.python.org/issue41601 closed by steve.dower

#41604: [curses.panel] Failed panel.set_userptr will decrement refcou
https://bugs.python.org/issue41604 closed by serhiy.storchaka

#41748: HTMLParser: comma in attribute values with/without space
https://bugs.python.org/issue41748 closed by ezio.melotti

#41880: Get Python include directories from sysconfigdata
https://bugs.python.org/issue41880 closed by steve.dower

#41882: CCompiler.has_function does not delete temporary files
https://bugs.python.org/issue41882 closed by steve.dower

#42009: Unable to compile with message compiler due to source order
https://bugs.python.org/issue42009 closed by steve.dower

#42204: "import setuptools" Results in "ModuleNotFoundError: No module
https://bugs.python.org/issue42204 closed by steve.dower

#42323: [AIX] test_math: test_nextafter(float('nan'), 1.0) does not re
https://bugs.python.org/issue42323 closed by vstinner

#42554: distutils.util.get_platform() depends on minor version for mac
https://bugs.python.org/issue42554 closed by steve.dower

#42596: aarch64 Fedora Rawhide LTO + PGO 3.8 fails to build Python: /u
https://bugs.python.org/issue42596 closed by vstinner

#42605: dir_util.copy_tree crashes if folder it previously created is
https://bugs.python.org/issue42605 closed by steve.dower

#42628: binascii doesn't work on some base64
https://bugs.python.org/issue42628 closed by serhiy.storchaka

#42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds
https://bugs.python.org/issue42727 closed by ethan.furman

#42773: build.yml workflow not testing on pushes
https://bugs.python.org/issue42773 closed by ammar2

#42834: [subinterpreters] Convert "global" static variable caches in _
https://bugs.python.org/issue42834 closed by vstinner

#42865: sysconfig appends CFLAGS to LD
https://bugs.python.org/issue42865 closed by steve.dower

#42911: Addition chains for pow saves 5-20% time for pow(int,int)
https://bugs.python.org/issue42911 closed by mark.dickinson

#42927: Inline cache for slots
https://bugs.python.org/issue42927 closed by gvanrossum

#42986: pegen parser: Crash on SyntaxError with f-string on Windows
https://bugs.python.org/issue42986 closed by pablogsal

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990 closed by Mark.Shannon

#42997: Improve error message for missing : before suites
https://bugs.python.org/issue42997 closed by pablogsal

#43016: Improve tests for curses
https://bugs.python.org/issue43016 closed by serhiy.storchaka

#43017: Improve error message in the parser when using un-parenthesise
https://bugs.python.org/issue43017 closed by pablogsal

#43029: unittest: Add assertUniqeIn
https://bugs.python.org/issue43029 closed by terry.reedy

#43030: signed/unsigned mismatch in Py_UNICODE_ISSPACE macro
https://bugs.python.org/issue43030 closed by serhiy.storchaka

#43035: FileNotFoundError in distutils\file_util.py copy_tree
https://bugs.python.org/issue43035 closed by steve.dower

#43039: tempfile.TemporaryDirectory() name string is incorrect
https://bugs.python.org/issue43039 closed by eric.smith

#43053: Speed up math.isqrt, again
https://bugs.python.org/issue43053 closed by mark.dickinson

#43056: Use of dicts in 4.2 and 4.7 of Python tutorial a bit confusing
https://bugs.python.org/issue43056 closed by rhettinger

#43059: sqlite3: Externally developed?
https://bugs.python.org/issue43059 closed by berker.peksag

#43062: Non-integer values in collections.Counter
https://bugs.python.org/issue43062 closed by rhettinger

#43070: Control keys stop working after pressing Ctrl-C Escape Enter
https://bugs.python.org/issue43070 closed by trey

#43074: Unable to use system proxy with HTTPS connection on Windows
https://bugs.python.org/issue43074 closed by admin3

#43076: str.split() indexing issue
https://bugs.python.org/issue43076 closed by steven.daprano

#43078: Equality Errors when Unpickling and Pickling a Dictionary with
https://bugs.python.org/issue43078 closed by rp4fx12

#43082: descriptor howto: typo in "Definition and introduction"
https://bugs.python.org/issue43082 closed by rhettinger

#43083: Minor errors related to error handling in _sqlite3 module
https://bugs.python.org/issue43083 closed by serhiy.storchaka

#43088: Regression in math.hypot
https://bugs.python.org/issue43088 closed by rhettinger

#43089: The optional argument to random.Random() is called "x" not "se
https://bugs.python.org/issue43089 closed by rhettinger

#43090: parseaddr (from email.utils) returns invalid input string inst
https://bugs.python.org/issue43090 closed by r.david.murray

#43091: console encode is not utf-8!!
https://bugs.python.org/issue43091 closed by christian.heimes

#43097: IndexError msg of random.choice() not helpful
https://bugs.python.org/issue43097 closed by rhettinger

#43099: Deleted positions lists
https://bugs.python.org/issue43099 closed by eric.smith

#43100: Python fails to execute shiv pyz files greater than 2 GB
https://bugs.python.org/issue43100 closed by mark.dickinson

#43102: namedtuple's __new__.__globals__['__builtins__'] is None
https://bugs.python.org/issue43102 closed by rhettinger

#43104: csv package in class
https://bugs.python.org/issue43104 closed by eric.smith

#43106: Some macOS open flags are missing from posixmodule.c
https://bugs.python.org/issue43106 closed by corona10

#43107: RotatingFileHandler with multi processes creates too small bac
https://bugs.python.org/issue43107 closed by vinay.sajip

#43108: test_curses is leaking references
https://bugs.python.org/issue43108 closed by pablogsal

#43110: import aiohttp crash closes Python from Windows Installer
https://bugs.python.org/issue43110 closed by giovanniwijaya

#43113: os.posix_spawn errors with wrong information when shebang poin
https://bugs.python.org/issue43113 closed by gregory.p.smith

#43114: Python 3.6 MSI Installer for Windows
https://bugs.python.org/issue43114 closed by steve.dower

#43116: Integer division numerical error
https://bugs.python.org/issue43116 closed by mark.dickinson

#43117: Translation Mistakes
https://bugs.python.org/issue43117 closed by Mariatta

#43121: Incorrect SyntaxError message for missing comma (3.10.a5)
https://bugs.python.org/issue43121 closed by pablogsal

#43130: Should this construct throw an exception?
https://bugs.python.org/issue43130 closed by eric.smith

#809163: Can't add files with spaces under bdist_rpm
https://bugs.python.org/issue809163 closed by steve.dower

#1109658: distutils dry-run breaks when attempting to bytecompile
https://bugs.python.org/issue1109658 closed by steve.dower

#1371826: distutils is silent about multiple -I/-L/-R
https://bugs.python.org/issue1371826 closed by steve.dower

#1112955: move_file()'s return value when dry_run=1 unclear
https://bugs.python.org/issue1112955 closed by steve.dower

#1016626: distutils support for swig is under par
https://bugs.python.org/issue1016626 closed by steve.dower

#1382562: --install-base not honored on win32
https://bugs.python.org/issue1382562 closed by steve.dower

#1254718: GCC detection for runtime_library_dirs when ccache is used
https://bugs.python.org/issue1254718 closed by steve.dower

#993766: bdist_dumb and --relative on Windows fails
https://bugs.python.org/issue993766 closed by steve.dower

#919238: Recursive variable definition causes sysconfig infinite loop
https://bugs.python.org/issue919238 closed by steve.dower

#1052827: filelist.findall should not fail on dangling symlinks
https://bugs.python.org/issue1052827 closed by steve.dower

#832159: Bad value for Mingw32Compiler.compiler_cxx
https://bugs.python.org/issue832159 closed by steve.dower

#763043: unable to specify another compiler
https://bugs.python.org/issue763043 closed by steve.dower

#644744: bdist_rpm fails when installing man pages
https://bugs.python.org/issue644744 closed by steve.dower

#1479255: Fix building with SWIG's -c++ option set in setup.py
https://bugs.python.org/issue1479255 closed by steve.dower
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-02-05 - 2021-02-12)
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 7415 (+36)
closed 47529 (+34)
total 54944 (+70)

Open issues with patches: 2944


Issues opened (51)
==================

#41754: Webbrowser Module Cannot Find xdg-settings on OSX
https://bugs.python.org/issue41754 reopened by serhiy.storchaka

#43139: test_ttk test_compound and test_tk test_type fails with Tk 8.6
https://bugs.python.org/issue43139 opened by felixonmars

#43140: built-in open() doesn't use locale.getpreferredencoding() as t
https://bugs.python.org/issue43140 opened by smallbigcake

#43141: `asdict` fails with frozen dataclass keys; tries to use raw di
https://bugs.python.org/issue43141 opened by enaumov

#43142: Do not add duplicate FDs to list in duplicate_for_child()
https://bugs.python.org/issue43142 opened by sanchit

#43143: Allow multiple assignment (i.e. tuple on LHS) in walrus operat
https://bugs.python.org/issue43143 opened by pfalcon

#43144: test_unicodedata: test_normalization uses network but doesn't
https://bugs.python.org/issue43144 opened by arekm

#43145: Leak of locks from multiprocessing.Process
https://bugs.python.org/issue43145 opened by bstaletic

#43146: 3.10a5 regression: AttributeError: 'NoneType' object has no at
https://bugs.python.org/issue43146 opened by The Compiler

#43148: Call sys.unraisablehook in the REPL when sys.excepthook is bro
https://bugs.python.org/issue43148 opened by Julian

#43152: warning: unused variable 'code'
https://bugs.python.org/issue43152 opened by corona10

#43153: tempfile seems to treat a file as a directory when processing
https://bugs.python.org/issue43153 opened by mehwhatever0

#43154: code.InteractiveConsole can crash if sys.excepthook is broken
https://bugs.python.org/issue43154 opened by Carl.Friedrich.Bolz

#43155: PyCMethod_New not defined in python3.lib
https://bugs.python.org/issue43155 opened by barry-scott

#43156: Python windows installer has a confusing name - add setup to i
https://bugs.python.org/issue43156 opened by barry-scott

#43158: uuid won't build when libuuid is installed in a non-standard p
https://bugs.python.org/issue43158 opened by larry

#43159: pathlib with_suffix() should accept suffix not start with dot
https://bugs.python.org/issue43159 opened by elbarkwon

#43160: argparse: add extend_const action
https://bugs.python.org/issue43160 opened by roganartu

#43162: Enum regression: AttributeError when accessing class variables
https://bugs.python.org/issue43162 opened by hroncok

#43164: test_nntplib.NetworkedNNTP_SSLTests fails on "AMD64 RHEL8 FIPS
https://bugs.python.org/issue43164 opened by cstratak

#43165: Support the same files with new param in shutil.copyfile
https://bugs.python.org/issue43165 opened by milanbalazs

#43167: Add a note to the macOS installer welcome window about customi
https://bugs.python.org/issue43167 opened by barry-scott

#43168: macOS python install shares /usr/local with homebrew and can c
https://bugs.python.org/issue43168 opened by barry-scott

#43169: argparse: support options similar to find's -exec
https://bugs.python.org/issue43169 opened by pkkm

#43172: Fix test_readline when compiled using --with-readline=edit
https://bugs.python.org/issue43172 opened by gregory.p.smith

#43175: filecmp is not working for UTF-8 BOM file.
https://bugs.python.org/issue43175 opened by suresh

#43176: Dataclasses derived from empty frozen bases skip immutability
https://bugs.python.org/issue43176 opened by hbq1

#43177: How to use `long double` as a PyObject?
https://bugs.python.org/issue43177 opened by ganesh3597

#43179: Remove s390 support
https://bugs.python.org/issue43179 opened by christian.heimes

#43181: Python macros don’t shield arguments
https://bugs.python.org/issue43181 opened by numberZero

#43182: TURTLE: Default values for basic Turtle commands
https://bugs.python.org/issue43182 opened by Bruce1979

#43184: Missing docs for LoggerAdapter manager and name property
https://bugs.python.org/issue43184 opened by yoavp10

#43185: <unittest> AssertRaises() causes core dump in handling recursi
https://bugs.python.org/issue43185 opened by CharlesFengY

#43186: Recursive call causes core dump in assertRaises
https://bugs.python.org/issue43186 opened by CharlesFengY

#43187: Dict creation in recursive function cause interpreter crashes.
https://bugs.python.org/issue43187 opened by CharlesFengY

#43188: <dict> multiple operations of dict causes core dump of Python
https://bugs.python.org/issue43188 opened by CharlesFengY

#43189: <test.support> decorator function run_with_locale() crashes Py
https://bugs.python.org/issue43189 opened by CharlesFengY

#43190: < test.support > check_free_after_iterating( ) causes core dum
https://bugs.python.org/issue43190 opened by CharlesFengY

#43191: Shared Memory for array of object
https://bugs.python.org/issue43191 opened by hannahbusshoff

#43192: Argparse complains argument required when default is provided
https://bugs.python.org/issue43192 opened by Clint Olsen

#43193: Installer for All users
https://bugs.python.org/issue43193 opened by xmha97

#43194: Add JFXX as jpeg marker in imghdr module
https://bugs.python.org/issue43194 opened by elbarkwon

#43196: logging.config.dictConfig shuts down socket for existing SysLo
https://bugs.python.org/issue43196 opened by flyte

#43199: FAQ about goto lacks answer
https://bugs.python.org/issue43199 opened by mlovqvist

#43200: link to copy module in shutil document, not to shutil.copy
https://bugs.python.org/issue43200 opened by nikkie

#43202: Cleanup codeop._maybe_compile
https://bugs.python.org/issue43202 opened by terry.reedy

#43203: Default value incorrectly read with unittests on Windows & mac
https://bugs.python.org/issue43203 opened by samuelmarks

#43204: Fix LibTom URL's in hashlib comments
https://bugs.python.org/issue43204 opened by erlendaasland

#43205: Python Turtle Colour
https://bugs.python.org/issue43205 opened by Johnson.S

#43207: InspectLoader.is_package is not an abstract method
https://bugs.python.org/issue43207 opened by Jun

#43208: Ctypes._FuncPtr.restype doesn't handle NoneType correctly
https://bugs.python.org/issue43208 opened by thijsmiedema94



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

#43208: Ctypes._FuncPtr.restype doesn't handle NoneType correctly
https://bugs.python.org/issue43208

#43207: InspectLoader.is_package is not an abstract method
https://bugs.python.org/issue43207

#43205: Python Turtle Colour
https://bugs.python.org/issue43205

#43203: Default value incorrectly read with unittests on Windows & mac
https://bugs.python.org/issue43203

#43200: link to copy module in shutil document, not to shutil.copy
https://bugs.python.org/issue43200

#43199: FAQ about goto lacks answer
https://bugs.python.org/issue43199

#43196: logging.config.dictConfig shuts down socket for existing SysLo
https://bugs.python.org/issue43196

#43194: Add JFXX as jpeg marker in imghdr module
https://bugs.python.org/issue43194

#43189: <test.support> decorator function run_with_locale() crashes Py
https://bugs.python.org/issue43189

#43187: Dict creation in recursive function cause interpreter crashes.
https://bugs.python.org/issue43187

#43186: Recursive call causes core dump in assertRaises
https://bugs.python.org/issue43186

#43184: Missing docs for LoggerAdapter manager and name property
https://bugs.python.org/issue43184

#43182: TURTLE: Default values for basic Turtle commands
https://bugs.python.org/issue43182

#43179: Remove s390 support
https://bugs.python.org/issue43179

#43176: Dataclasses derived from empty frozen bases skip immutability
https://bugs.python.org/issue43176



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

#43207: InspectLoader.is_package is not an abstract method
https://bugs.python.org/issue43207

#43204: Fix LibTom URL's in hashlib comments
https://bugs.python.org/issue43204

#43202: Cleanup codeop._maybe_compile
https://bugs.python.org/issue43202

#43200: link to copy module in shutil document, not to shutil.copy
https://bugs.python.org/issue43200

#43172: Fix test_readline when compiled using --with-readline=edit
https://bugs.python.org/issue43172

#43165: Support the same files with new param in shutil.copyfile
https://bugs.python.org/issue43165

#43162: Enum regression: AttributeError when accessing class variables
https://bugs.python.org/issue43162

#43160: argparse: add extend_const action
https://bugs.python.org/issue43160

#43155: PyCMethod_New not defined in python3.lib
https://bugs.python.org/issue43155

#43152: warning: unused variable 'code'
https://bugs.python.org/issue43152

#43146: 3.10a5 regression: AttributeError: 'NoneType' object has no at
https://bugs.python.org/issue43146

#43144: test_unicodedata: test_normalization uses network but doesn't
https://bugs.python.org/issue43144

#43142: Do not add duplicate FDs to list in duplicate_for_child()
https://bugs.python.org/issue43142

#43132: Incorrect handling of PyObject_RichCompareBool() in the _zonei
https://bugs.python.org/issue43132

#43125: Trying To Concatenate Bytes and String in SMTPLIB
https://bugs.python.org/issue43125



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

#43162: Enum regression: AttributeError when accessing class variables
https://bugs.python.org/issue43162 8 msgs

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128 7 msgs

#43177: How to use `long double` as a PyObject?
https://bugs.python.org/issue43177 6 msgs

#43094: sqlite3 signature discrepancies between documentation and impl
https://bugs.python.org/issue43094 5 msgs

#43111: webbrowser.py triggers unwanted XQuartz startup
https://bugs.python.org/issue43111 5 msgs

#43156: Python windows installer has a confusing name - add setup to i
https://bugs.python.org/issue43156 5 msgs

#43168: macOS python install shares /usr/local with homebrew and can c
https://bugs.python.org/issue43168 5 msgs

#43185: <unittest> AssertRaises() causes core dump in handling recursi
https://bugs.python.org/issue43185 5 msgs

#43192: Argparse complains argument required when default is provided
https://bugs.python.org/issue43192 5 msgs

#16781: execfile/exec execution in other than global scope uses locals
https://bugs.python.org/issue16781 4 msgs



Issues closed (35)
==================

#13501: Make libedit support more generic; port readline / libedit to
https://bugs.python.org/issue13501 closed by gregory.p.smith

#30915: distutils sometimes assumes wrong C compiler
https://bugs.python.org/issue30915 closed by steve.dower

#31751: Support for C++ 11 and/or C++ 14 in macOS python.org installer
https://bugs.python.org/issue31751 closed by gregory.p.smith

#40168: import pandas error[python 3.8.]
https://bugs.python.org/issue40168 closed by ronaldoussoren

#40361: Darwin systems using win settings for webbrowser.py
https://bugs.python.org/issue40361 closed by serhiy.storchaka

#40692: Adjust test_concurrent_futures to run more of its tests if mul
https://bugs.python.org/issue40692 closed by pablogsal

#41824: Docs for typing.ForwardRef don't state that it was added in 3.
https://bugs.python.org/issue41824 closed by gvanrossum

#42217: compiler: merge co_code and co_lnotab
https://bugs.python.org/issue42217 closed by methane

#42377: allow typing.cast with TYPE_CHECKING
https://bugs.python.org/issue42377 closed by gvanrossum

#42804: Unable to compile the cpython code x86 windows
https://bugs.python.org/issue42804 closed by sunny

#42919: Blank in multiline “if expressions” will lead to EOF error
https://bugs.python.org/issue42919 closed by pablogsal

#43001: python3.9.1 test_embed test_tabnanny failed
https://bugs.python.org/issue43001 closed by vstinner

#43071: IDLE: Windows 7 - Trackpad two-finger vertical scrolling is no
https://bugs.python.org/issue43071 closed by terry.reedy

#43134: (list have item) instate (item in list)
https://bugs.python.org/issue43134 closed by iritkatriel

#43135: Can't input Japanese on idle (MacOS).
https://bugs.python.org/issue43135 closed by terry.reedy

#43147: Remove mention of "subcontrary mean" from the docs
https://bugs.python.org/issue43147 closed by rhettinger

#43149: Misleading error message for except with missing parens (3.10.
https://bugs.python.org/issue43149 closed by pablogsal

#43150: Last empty string not removed in a list
https://bugs.python.org/issue43150 closed by steven.daprano

#43151: SyntaxWarning for 'is <literal>'
https://bugs.python.org/issue43151 closed by rhettinger

#43157: Bug in methods of creating the 2d list
https://bugs.python.org/issue43157 closed by steven.daprano

#43161: Taking sum of massive list comprehension results in total syst
https://bugs.python.org/issue43161 closed by mark.dickinson

#43163: codeop prematurely raises on 2nd line when closer is needed
https://bugs.python.org/issue43163 closed by pablogsal

#43166: Unused letters in Windows-specific pragma optimize
https://bugs.python.org/issue43166 closed by steve.dower

#43170: wintypes.SIZE is 8bytes on 32 bit machines
https://bugs.python.org/issue43170 closed by eryksun

#43171: Counter not supported add in Python 3.x
https://bugs.python.org/issue43171 closed by iritkatriel

#43173: Python Windows DLL search paths
https://bugs.python.org/issue43173 closed by steve.dower

#43174: Windows: Use /utf-8 compiler flag
https://bugs.python.org/issue43174 closed by methane

#43178: Redundant method overrides in queue
https://bugs.python.org/issue43178 closed by rhettinger

#43180: Lists without commas?
https://bugs.python.org/issue43180 closed by mark.dickinson

#43183: Asyncio can't close sockets properly on Linux cause CLOSE_WAIT
https://bugs.python.org/issue43183 closed by Bob_2021

#43195: Same userbase for 32bit and 64bit install on Windows causing c
https://bugs.python.org/issue43195 closed by eryksun

#43197: random.shuffle() returning None
https://bugs.python.org/issue43197 closed by pablonana

#43198: Operations on sets more than hundred times less efficient with
https://bugs.python.org/issue43198 closed by rhettinger

#43201: sqlite3 import * ImportError: DLL load failed while importing
https://bugs.python.org/issue43201 closed by ZenSkunkworx

#43206: Optional parameter got passed even when not in the call
https://bugs.python.org/issue43206 closed by ajindal
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-02-12 - 2021-02-19)
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 7428 (+13)
closed 47578 (+49)
total 55006 (+62)

Open issues with patches: 2943


Issues opened (43)
==================

#37146: opcode cache for LOAD_GLOBAL emits false alarm in memory leak
https://bugs.python.org/issue37146 reopened by vstinner

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990 reopened by vstinner

#43209: system cannot find the file specified in subprocess.py
https://bugs.python.org/issue43209 opened by robertjrichardson

#43211: Python is not responding after running program
https://bugs.python.org/issue43211 opened by diasybarrett

#43212: Link to class and function source code on GitHub
https://bugs.python.org/issue43212 opened by boris

#43214: site: Potential UnicodeDecodeError when handling pth file
https://bugs.python.org/issue43214 opened by methane

#43215: Document Happy Eyeballs arguments of asyncio.open_connection
https://bugs.python.org/issue43215 opened by illia-v

#43216: Removal of @asyncio.coroutine in Python 3.10
https://bugs.python.org/issue43216 opened by illia-v

#43219: shutil.copy raises IsADirectoryError when the directory does n
https://bugs.python.org/issue43219 opened by jerpint

#43220: Argparse: Explicit default required arguments with add_mutuall
https://bugs.python.org/issue43220 opened by keith

#43223: [security] http.server: Open Redirection if the URL path start
https://bugs.python.org/issue43223 opened by hamzaavvan

#43224: Add support for PEP 646 (Variadic Generics) to typing.py
https://bugs.python.org/issue43224 opened by mrahtz

#43225: Add missing value returned by methods on cookiejar
https://bugs.python.org/issue43225 opened by eamanu

#43226: build from 3.9.1 tarball on WSL failed
https://bugs.python.org/issue43226 opened by DoctorDan

#43228: Regression in function builtins
https://bugs.python.org/issue43228 opened by vstinner

#43229: freeze searches libpython3.9.so in /usr/lib instead /usr/lib/x
https://bugs.python.org/issue43229 opened by chba

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232 opened by illia-v

#43233: test_os: test_copy_file_range_offset fails on FreeBSD CURRENT
https://bugs.python.org/issue43233 opened by pablogsal

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234 opened by illia-v

#43235: Tools/scripts/stable_abi.py should also check PC/python3dll.c
https://bugs.python.org/issue43235 opened by vstinner

#43236: Windows IDLE taskbar icon jump list fails to open recent files
https://bugs.python.org/issue43236 opened by veganaiZe

#43239: PyCFunction_New is not exported with PyAPI_FUNC
https://bugs.python.org/issue43239 opened by petr.viktorin

#43242: Add Void type to typing library
https://bugs.python.org/issue43242 opened by ocket8888

#43244: Move PyArena C API to the internal C API
https://bugs.python.org/issue43244 opened by vstinner

#43245: Add keyword argument support to ChainMap.new_child()
https://bugs.python.org/issue43245 opened by rhettinger

#43246: Dict copy optimization violates subclass invariant
https://bugs.python.org/issue43246 opened by jab

#43247: How to search for a __main__ module using pyclbr in Python3?
https://bugs.python.org/issue43247 opened by kebab-mai-haddi

#43248: platform.libc_ver() returns no information on Alpine Linux
https://bugs.python.org/issue43248 opened by Omer.Katz

#43250: [C API] Depreate or remove PyFPE_START_PROTECT() and PyFPE_END
https://bugs.python.org/issue43250 opened by vstinner

#43251: sqlite3_column_name() failures should raise MemoryError
https://bugs.python.org/issue43251 opened by erlendaasland

#43252: deepcopy of weakref proxies
https://bugs.python.org/issue43252 opened by konrad.schwarz

#43253: asyncio open_connection fails when a socket is explicitly clos
https://bugs.python.org/issue43253 opened by danielen1337

#43256: Document that PyErr_SetInterrupt is async-signal-safe
https://bugs.python.org/issue43256 opened by pitrou

#43257: get_type_hints evaluates class variables before type hints
https://bugs.python.org/issue43257 opened by xirdneh

#43259: argparse: allow add_mutually_exclusive_group on add_argument_g
https://bugs.python.org/issue43259 opened by calestyo

#43260: Never release buffer when MemoryError in print()
https://bugs.python.org/issue43260 opened by Ramin Farajpour Cami

#43261: Python 3.9 repair on Windows do not recover pip module
https://bugs.python.org/issue43261 opened by Prometheus3375

#43262: "_weakrefset.py", line 56: IndexError: pop from empty list
https://bugs.python.org/issue43262 opened by jhshi89

#43263: threading module unable to run
https://bugs.python.org/issue43263 opened by twoone3

#43264: ListProxy with EventProxy in caused FileNotFoundError: [Errno
https://bugs.python.org/issue43264 opened by show-me-code

#43265: Improve sqlite3 backup error handling
https://bugs.python.org/issue43265 opened by erlendaasland

#43267: [sqlite3] Redundant type checks in pysqlite_statement_bind_par
https://bugs.python.org/issue43267 opened by erlendaasland

#43269: [sqlite3] Clean up function scoping
https://bugs.python.org/issue43269 opened by erlendaasland



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

#43264: ListProxy with EventProxy in caused FileNotFoundError: [Errno
https://bugs.python.org/issue43264

#43262: "_weakrefset.py", line 56: IndexError: pop from empty list
https://bugs.python.org/issue43262

#43261: Python 3.9 repair on Windows do not recover pip module
https://bugs.python.org/issue43261

#43256: Document that PyErr_SetInterrupt is async-signal-safe
https://bugs.python.org/issue43256

#43252: deepcopy of weakref proxies
https://bugs.python.org/issue43252

#43248: platform.libc_ver() returns no information on Alpine Linux
https://bugs.python.org/issue43248

#43247: How to search for a __main__ module using pyclbr in Python3?
https://bugs.python.org/issue43247

#43245: Add keyword argument support to ChainMap.new_child()
https://bugs.python.org/issue43245

#43244: Move PyArena C API to the internal C API
https://bugs.python.org/issue43244

#43242: Add Void type to typing library
https://bugs.python.org/issue43242

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232

#43226: build from 3.9.1 tarball on WSL failed
https://bugs.python.org/issue43226

#43224: Add support for PEP 646 (Variadic Generics) to typing.py
https://bugs.python.org/issue43224

#43216: Removal of @asyncio.coroutine in Python 3.10
https://bugs.python.org/issue43216



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

#43269: [sqlite3] Clean up function scoping
https://bugs.python.org/issue43269

#43242: Add Void type to typing library
https://bugs.python.org/issue43242

#43239: PyCFunction_New is not exported with PyAPI_FUNC
https://bugs.python.org/issue43239

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232

#43225: Add missing value returned by methods on cookiejar
https://bugs.python.org/issue43225

#43224: Add support for PEP 646 (Variadic Generics) to typing.py
https://bugs.python.org/issue43224

#43220: Argparse: Explicit default required arguments with add_mutuall
https://bugs.python.org/issue43220

#43215: Document Happy Eyeballs arguments of asyncio.open_connection
https://bugs.python.org/issue43215

#43207: InspectLoader.is_package is not an abstract method
https://bugs.python.org/issue43207

#43202: Cleanup codeop._maybe_compile
https://bugs.python.org/issue43202

#43179: Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet)
https://bugs.python.org/issue43179

#43165: Support the same files with new param in shutil.copyfile
https://bugs.python.org/issue43165

#43162: Enum regression: AttributeError when accessing class variables
https://bugs.python.org/issue43162

#43160: argparse: add extend_const action
https://bugs.python.org/issue43160



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

#43179: Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet)
https://bugs.python.org/issue43179 45 msgs

#43228: Regression in function builtins
https://bugs.python.org/issue43228 16 msgs

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990 14 msgs

#40170: [C API] Make PyTypeObject structure an opaque structure in the
https://bugs.python.org/issue40170 12 msgs

#43115: locale.getlocale fails if locale is set
https://bugs.python.org/issue43115 12 msgs

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013 10 msgs

#15108: Incomplete tuple created by PyTuple_New() and accessed via the
https://bugs.python.org/issue15108 9 msgs

#43146: 3.10a5 regression: AttributeError: 'NoneType' object has no at
https://bugs.python.org/issue43146 5 msgs

#43233: test_os: test_copy_file_range_offset fails on FreeBSD CURRENT
https://bugs.python.org/issue43233 5 msgs

#43236: Windows IDLE taskbar icon jump list fails to open recent files
https://bugs.python.org/issue43236 5 msgs



Issues closed (45)
==================

#13433: [doc] Improve string format documentation regarding %g
https://bugs.python.org/issue13433 closed by mark.dickinson

#20087: Mismatch between glibc and X11 locale.alias
https://bugs.python.org/issue20087 closed by lemburg

#26600: MagickMock __str__ sometimes returns MagickMock instead of str
https://bugs.python.org/issue26600 closed by iritkatriel

#28179: Segfault in test_recursionlimit_fatalerror
https://bugs.python.org/issue28179 closed by iritkatriel

#28429: ctypes fails to import with grsecurity's TPE
https://bugs.python.org/issue28429 closed by petr.viktorin

#32019: Interactive shell doesn't work with readline bracketed paste
https://bugs.python.org/issue32019 closed by vstinner

#39448: Add regen-frozen makefile target
https://bugs.python.org/issue39448 closed by nascheme

#42307: make install must not copy python.o into $prefix/lib/python3.1
https://bugs.python.org/issue42307 closed by vstinner

#42429: Behavior of general (%g, :g) formatting inconsistent for decim
https://bugs.python.org/issue42429 closed by mark.dickinson

#42580: ctypes.util.find_library("libc") fails
https://bugs.python.org/issue42580 closed by vstinner

#42819: readline 8.1 enables the bracketed paste mode by default
https://bugs.python.org/issue42819 closed by vstinner

#42960: resources module, FreeBSD update adding RLIMIT_KQUEUES constan
https://bugs.python.org/issue42960 closed by vstinner

#42967: [CVE-2021-23336] urllib.parse.parse_qsl(): Web cache poisoning
https://bugs.python.org/issue42967 closed by orsenthil

#43103: Add configure --without-static-libpython to not build libpytho
https://bugs.python.org/issue43103 closed by vstinner

#43140: built-in open() doesn't use locale.getpreferredencoding() as t
https://bugs.python.org/issue43140 closed by eryksun

#43152: warning: unused variable 'code'
https://bugs.python.org/issue43152 closed by corona10

#43155: PyCMethod_New not defined in python3.lib
https://bugs.python.org/issue43155 closed by vstinner

#43172: Fix test_readline when compiled using --with-readline=edit
https://bugs.python.org/issue43172 closed by gregory.p.smith

#43177: How to use `long double` as a PyObject?
https://bugs.python.org/issue43177 closed by terry.reedy

#43181: Python macros don’t shield arguments
https://bugs.python.org/issue43181 closed by vstinner

#43186: Recursive call causes core dump in assertRaises
https://bugs.python.org/issue43186 closed by terry.reedy

#43200: link to copy module in shutil document, not to shutil.copy
https://bugs.python.org/issue43200 closed by terry.reedy

#43204: Fix LibTom URL's in hashlib comments
https://bugs.python.org/issue43204 closed by erlendaasland

#43205: Python Turtle Colour
https://bugs.python.org/issue43205 closed by serhiy.storchaka

#43210: Fix inaccurate byteswap comment in sha512module.c
https://bugs.python.org/issue43210 closed by corona10

#43213: Shortcut for checking if PurePath object contains str
https://bugs.python.org/issue43213 closed by serhiy.storchaka

#43217: tkinter style map return value in alt theme
https://bugs.python.org/issue43217 closed by serhiy.storchaka

#43218: after venv activation "which python3" and sys.path both give b
https://bugs.python.org/issue43218 closed by ned.deily

#43221: German Text Conversion Using Upper() and Lower()
https://bugs.python.org/issue43221 closed by eryksun

#43222: Regular expression split fails on 3.6 and not 2.7 or 3.7+
https://bugs.python.org/issue43222 closed by probinso

#43227: Backslashes in function arguments in f-string expressions
https://bugs.python.org/issue43227 closed by eric.smith

#43230: typo in Simplified/Traditional Chinese documentation for libra
https://bugs.python.org/issue43230 closed by xtreak

#43231: test.test_curses.TestCurses.test_init_pair fails in s390x Fedo
https://bugs.python.org/issue43231 closed by pablogsal

#43237: datetime.__eq__ returns true when timezones don't match
https://bugs.python.org/issue43237 closed by mark.dickinson

#43238: python picking garbage values randomly incase running palindro
https://bugs.python.org/issue43238 closed by mark.dickinson

#43240: IDLE Classic Unix keyboard shortcuts broken
https://bugs.python.org/issue43240 closed by terry.reedy

#43241: curses.h: present but cannot be compiled while building with c
https://bugs.python.org/issue43241 closed by XuehaiPan

#43243: Strict ABC classes
https://bugs.python.org/issue43243 closed by gvanrossum

#43249: sqlite3_column_bytes() should be called after sqlite3_column_b
https://bugs.python.org/issue43249 closed by berker.peksag

#43254: Fix *snprintf() man page links
https://bugs.python.org/issue43254 closed by benjamin.peterson

#43255: Ceil division with /// operator
https://bugs.python.org/issue43255 closed by vstinner

#43258: Prevent needless allocation of sqlite3 aggregate function cont
https://bugs.python.org/issue43258 closed by berker.peksag

#43266: "String conversion and formatting" formatting messes up array
https://bugs.python.org/issue43266 closed by benjamin.peterson

#43268: [internals] Pass the current interpreter (interp) rather than
https://bugs.python.org/issue43268 closed by vstinner

#43270: [C API] Remove _PyErr_OCCURRED() macro
https://bugs.python.org/issue43270 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-02-19 - 2021-02-26)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
open 7430 ( +2)
closed 47636 (+58)
total 55066 (+60)

Open issues with patches: 2946


Issues opened (40)
==================

#23882: unittest discovery doesn't detect namespace packages when give
https://bugs.python.org/issue23882 reopened by terry.reedy

#26600: Thread safety issue with MagickMock __str__: sometimes returns
https://bugs.python.org/issue26600 reopened by iritkatriel

#43271: AMD64 Windows10 3.x crash with Windows fatal exception: stack
https://bugs.python.org/issue43271 opened by vstinner

#43273: Mock `_mock_wraps` is undocumented and inconsistently named
https://bugs.python.org/issue43273 opened by Woodz

#43279: Update code taken from Keccak Code Package
https://bugs.python.org/issue43279 opened by illia-v

#43281: Walrus comprehension rebind checking behavior
https://bugs.python.org/issue43281 opened by gousaiyang

#43282: Add split install targets to install tests separately from lib
https://bugs.python.org/issue43282 opened by eschwartz

#43284: Wrong windows build in 20H2
https://bugs.python.org/issue43284 opened by bugale bugale

#43285: ftplib use host from PASV response
https://bugs.python.org/issue43285 opened by ricexdream

#43286: Clarify that Popen.returncode does not get auto-set when the p
https://bugs.python.org/issue43286 opened by Antony.Lee

#43287: Use PEP 590 vectorcall to speed up calls to filter()
https://bugs.python.org/issue43287 opened by corona10

#43288: test_importlib failure due to missing skip() method
https://bugs.python.org/issue43288 opened by nascheme

#43289: step bug in turtle's for loop
https://bugs.python.org/issue43289 opened by Yehuda

#43292: xml.ElementTree iterparse filehandle left open
https://bugs.python.org/issue43292 opened by vkisforever

#43295: datetime.strptime emits IndexError on parsing 'z' as %z
https://bugs.python.org/issue43295 opened by itchyny

#43296: [sqlite3] Fix sqlite3_value_blob() usage
https://bugs.python.org/issue43296 opened by erlendaasland

#43298: Windows build cannot detect missing Windows SDK
https://bugs.python.org/issue43298 opened by mytechnotalent

#43299: pyclbr.readmodule_ex traversing "import __main__": dies with V
https://bugs.python.org/issue43299 opened by kxrob

#43300: "bisect" module should support reverse-sorted sequences
https://bugs.python.org/issue43300 opened by mCoding

#43305: A typo in /Modules/_io/bufferedio.c
https://bugs.python.org/issue43305 opened by malin

#43306: Error in multiprocessing.Pool's initializer doesn't stop execu
https://bugs.python.org/issue43306 opened by nemeskeyd

#43307: Sync site.py and sysconfig.py with PyPy
https://bugs.python.org/issue43307 opened by mattip

#43308: subprocess.Popen leaks file descriptors opened for DEVNULL or
https://bugs.python.org/issue43308 opened by cptpcrd

#43311: bpo-43311: PyInterpreterState_New use thread-specific data tst
https://bugs.python.org/issue43311 opened by JunyiXie

#43312: Interface to select preferred "user" or "home" sysconfig schem
https://bugs.python.org/issue43312 opened by uranusjr

#43313: feature: support pymalloc for subinterpreters. each subinterpr
https://bugs.python.org/issue43313 opened by JunyiXie

#43315: Decimal.__str__ has no way to force exact decimal representati
https://bugs.python.org/issue43315 opened by sim1234

#43318: pdb can't output the prompt message when successfully clear br
https://bugs.python.org/issue43318 opened by hjzin

#43319: A possible misleading expression in the Virtual Environment Tu
https://bugs.python.org/issue43319 opened by cmhzc

#43320: test test_webbrowser "can't locate runnable browser" with enab
https://bugs.python.org/issue43320 opened by swamper123

#43321: PyArg_ParseTuple() false-returns SUCCESS though SystemError an
https://bugs.python.org/issue43321 opened by kxrob

#43322: Inconsistent '#include' notation in extensions tutorial doc
https://bugs.python.org/issue43322 opened by mhughes

#43323: UnicodeEncodeError: surrogates not allowed when parsing invali
https://bugs.python.org/issue43323 opened by andersk

#43324: asyncio
https://bugs.python.org/issue43324 opened by AliyevH

#43325: Documentation should warn that 'is' is not a safe comparison o
https://bugs.python.org/issue43325 opened by anthony-flury

#43326: About Zipfile
https://bugs.python.org/issue43326 opened by Fcscanf

#43327: The docs falsely state that PyImport_ImportFrozenModuleObject(
https://bugs.python.org/issue43327 opened by ZackerySpytz

#43328: make test errors
https://bugs.python.org/issue43328 opened by asholomitskiy84

#43329: Multiprocessing Manager Client Not Reconnecting
https://bugs.python.org/issue43329 opened by boom0192

#43330: xmlrpc.Server URI query and fragment are discarded from HTTP q
https://bugs.python.org/issue43330 opened by Julien Castiaux



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

#43330: xmlrpc.Server URI query and fragment are discarded from HTTP q
https://bugs.python.org/issue43330

#43329: Multiprocessing Manager Client Not Reconnecting
https://bugs.python.org/issue43329

#43328: make test errors
https://bugs.python.org/issue43328

#43327: The docs falsely state that PyImport_ImportFrozenModuleObject(
https://bugs.python.org/issue43327

#43325: Documentation should warn that 'is' is not a safe comparison o
https://bugs.python.org/issue43325

#43324: asyncio
https://bugs.python.org/issue43324

#43323: UnicodeEncodeError: surrogates not allowed when parsing invali
https://bugs.python.org/issue43323

#43322: Inconsistent '#include' notation in extensions tutorial doc
https://bugs.python.org/issue43322

#43320: test test_webbrowser "can't locate runnable browser" with enab
https://bugs.python.org/issue43320

#43319: A possible misleading expression in the Virtual Environment Tu
https://bugs.python.org/issue43319

#43313: feature: support pymalloc for subinterpreters. each subinterpr
https://bugs.python.org/issue43313

#43308: subprocess.Popen leaks file descriptors opened for DEVNULL or
https://bugs.python.org/issue43308

#43307: Sync site.py and sysconfig.py with PyPy
https://bugs.python.org/issue43307

#43306: Error in multiprocessing.Pool's initializer doesn't stop execu
https://bugs.python.org/issue43306

#43305: A typo in /Modules/_io/bufferedio.c
https://bugs.python.org/issue43305



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

#43327: The docs falsely state that PyImport_ImportFrozenModuleObject(
https://bugs.python.org/issue43327

#43324: asyncio
https://bugs.python.org/issue43324

#43321: PyArg_ParseTuple() false-returns SUCCESS though SystemError an
https://bugs.python.org/issue43321

#43318: pdb can't output the prompt message when successfully clear br
https://bugs.python.org/issue43318

#43312: Interface to select preferred "user" or "home" sysconfig schem
https://bugs.python.org/issue43312

#43311: bpo-43311: PyInterpreterState_New use thread-specific data tst
https://bugs.python.org/issue43311

#43308: subprocess.Popen leaks file descriptors opened for DEVNULL or
https://bugs.python.org/issue43308

#43307: Sync site.py and sysconfig.py with PyPy
https://bugs.python.org/issue43307

#43299: pyclbr.readmodule_ex traversing "import __main__": dies with V
https://bugs.python.org/issue43299

#43295: datetime.strptime emits IndexError on parsing 'z' as %z
https://bugs.python.org/issue43295

#43288: test_importlib failure due to missing skip() method
https://bugs.python.org/issue43288

#43287: Use PEP 590 vectorcall to speed up calls to filter()
https://bugs.python.org/issue43287

#43279: Update code taken from Keccak Code Package
https://bugs.python.org/issue43279

#43265: [sqlite3] Improve backup error handling
https://bugs.python.org/issue43265

#43251: [sqlite3] sqlite3_column_name() failures should raise MemoryEr
https://bugs.python.org/issue43251



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

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128 14 msgs

#43251: [sqlite3] sqlite3_column_name() failures should raise MemoryEr
https://bugs.python.org/issue43251 12 msgs

#43263: threading module unable to run
https://bugs.python.org/issue43263 9 msgs

#23882: unittest discovery doesn't detect namespace packages when give
https://bugs.python.org/issue23882 6 msgs

#43179: Remove 31/32-bit s390 Linux support (s390-linux-gnu triplet)
https://bugs.python.org/issue43179 6 msgs

#43265: [sqlite3] Improve backup error handling
https://bugs.python.org/issue43265 6 msgs

#29399: python3.dll export forwarders not resolved in all situations d
https://bugs.python.org/issue29399 5 msgs

#42990: Improve the C code for calling Python code: _PyEval_EvalCode()
https://bugs.python.org/issue42990 5 msgs

#43292: xml.ElementTree iterparse filehandle left open
https://bugs.python.org/issue43292 5 msgs

#43312: Interface to select preferred "user" or "home" sysconfig schem
https://bugs.python.org/issue43312 5 msgs



Issues closed (56)
==================

#16954: Add docstrings for ElementTree module
https://bugs.python.org/issue16954 closed by nascheme

#17213: ctypes loads wrong version of C runtime, leading to error mess
https://bugs.python.org/issue17213 closed by eryksun

#20010: time.strftime('%z') didn't make +HHMM return in windows xp
https://bugs.python.org/issue20010 closed by eryksun

#20140: UnicodeDecodeError in ntpath.py when home dir contains non-asc
https://bugs.python.org/issue20140 closed by eryksun

#22961: ctypes.WinError & OSError
https://bugs.python.org/issue22961 closed by eryksun

#22976: multiprocessing Queue empty() is broken on Windows
https://bugs.python.org/issue22976 closed by eryksun

#23634: os.fdopen reopening a read-only fd on windows
https://bugs.python.org/issue23634 closed by eryksun

#24493: subprocess with env=os.environ doesn't preserve environment va
https://bugs.python.org/issue24493 closed by eryksun

#24977: shutil copy to non-existant directory
https://bugs.python.org/issue24977 closed by eryksun

#26111: On Windows, os.scandir will keep a handle on the directory unt
https://bugs.python.org/issue26111 closed by eryksun

#26658: test_os fails when run on Windows ramdisk
https://bugs.python.org/issue26658 closed by eryksun

#26866: Inconsistent environment in Windows using "Open With"
https://bugs.python.org/issue26866 closed by eryksun

#26968: glob.glob incorrect results under windows when pathname exists
https://bugs.python.org/issue26968 closed by eryksun

#27646: doc: yield from expression can be any iterable
https://bugs.python.org/issue27646 closed by terry.reedy

#27889: ctypes interfers with signal handling
https://bugs.python.org/issue27889 closed by eryksun

#28364: Windows - Popen (subprocess.py) does not call _handle.Close()
https://bugs.python.org/issue28364 closed by eryksun

#30460: file opened for updating cannot write after read
https://bugs.python.org/issue30460 closed by eryksun

#30480: samefile and sameopenfile fail for WebDAV mapped drives
https://bugs.python.org/issue30480 closed by steve.dower

#30979: the winapi fails to run shortcuts (because considers a shortcu
https://bugs.python.org/issue30979 closed by eryksun

#36636: Inner exception is not being raised using asyncio.gather
https://bugs.python.org/issue36636 closed by iritkatriel

#41859: IDLE: ValueError; Completions not working right on macOS
https://bugs.python.org/issue41859 closed by terry.reedy

#42151: Pure Python xml.etree.ElementTree is missing default attribute
https://bugs.python.org/issue42151 closed by corona10

#42338: Enable Debug Build For Python Native Modules in Windows, with
https://bugs.python.org/issue42338 closed by steve.dower

#42405: Add distutils mvsccompiler support for Windows ARM64 build
https://bugs.python.org/issue42405 closed by steve.dower

#42808: Add PyType_Type.tp_vectorcall for type(obj) performance
https://bugs.python.org/issue42808 closed by corona10

#42825: Build libraries with "/OPT:REF" linker optimization on Windows
https://bugs.python.org/issue42825 closed by steve.dower

#42981: Error messages raised by _hashlib_scrypt_impl() are slightly m
https://bugs.python.org/issue42981 closed by illia-v

#43042: Augment tutorial sentence.
https://bugs.python.org/issue43042 closed by terry.reedy

#43144: test_unicodedata: test_normalization uses network but doesn't
https://bugs.python.org/issue43144 closed by corona10

#43146: 3.10a5 regression: AttributeError: 'NoneType' object has no at
https://bugs.python.org/issue43146 closed by iritkatriel

#43202: Cleanup codeop._maybe_compile
https://bugs.python.org/issue43202 closed by terry.reedy

#43209: system cannot find the file specified in subprocess.py
https://bugs.python.org/issue43209 closed by josh.r

#43260: Never release buffer when MemoryError in print()
https://bugs.python.org/issue43260 closed by methane

#43269: [sqlite3] Clean up function scoping
https://bugs.python.org/issue43269 closed by berker.peksag

#43272: AMD64 Arch Linux VintageParser 3.9: test_fstring test_named_ex
https://bugs.python.org/issue43272 closed by pablogsal

#43274: Backlinks Strong decouverte SSL
https://bugs.python.org/issue43274 closed by ned.deily

#43275: [venv] Add a `.gitignore` file with content `*` in the root fo
https://bugs.python.org/issue43275 closed by star2000

#43276: add `false` and `true` keywords (aliases) for True and False
https://bugs.python.org/issue43276 closed by serhiy.storchaka

#43277: Add PySet_CheckExact
https://bugs.python.org/issue43277 closed by pablogsal

#43278: unnecessary leading '\n' from Py_GetCompiler() when build wit
https://bugs.python.org/issue43278 closed by miss-islington

#43280: additional argument for str.join()
https://bugs.python.org/issue43280 closed by steven.daprano

#43283: IDLE: Explain print slowness and speedup method
https://bugs.python.org/issue43283 closed by terry.reedy

#43290: [sqlite3] remove legacy code from pysqlite_step
https://bugs.python.org/issue43290 closed by berker.peksag

#43291: elementary multiplication by 0.01 error
https://bugs.python.org/issue43291 closed by rhettinger

#43293: Move note about GIL to top of threading module
https://bugs.python.org/issue43293 closed by pablogsal

#43294: [sqlite3] unused variables in Connection begin, commit, and ro
https://bugs.python.org/issue43294 closed by berker.peksag

#43297: bz2.open modes behaving differently than standard open() modes
https://bugs.python.org/issue43297 closed by rhettinger

#43301: Update form create for android
https://bugs.python.org/issue43301 closed by eric.araujo

#43302: spam
https://bugs.python.org/issue43302 closed by eryksun

#43303: ASAN : Memory leak in compilation
https://bugs.python.org/issue43303 closed by Ramin Farajpour Cami

#43304: THONNY 3.3.0 failing to install package MULTIPROCESSING
https://bugs.python.org/issue43304 closed by mark.dickinson

#43309: str.replace() TypeError exception message backward
https://bugs.python.org/issue43309 closed by bland328

#43310: Method __del__ with callable
https://bugs.python.org/issue43310 closed by mark.dickinson

#43314: [sqlite3] remove pre SQLite 3.7.7 support code
https://bugs.python.org/issue43314 closed by berker.peksag

#43316: python -m gzip handles error incorrectly
https://bugs.python.org/issue43316 closed by methane

#43317: python -m gzip could use a larger buffer
https://bugs.python.org/issue43317 closed by methane
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/Z6CAQR3UMS6GIBOHBOGAKUVRUBUK53J2/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-02-26 - 2021-03-05)
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 7444 (+14)
closed 47702 (+66)
total 55146 (+80)

Open issues with patches: 2959


Issues opened (53)
==================

#43331: [Doc][urllib.request] Explicit the fact that header keys are s
https://bugs.python.org/issue43331 opened by axel3rd

#43332: http/client.py: - uses multiple network writes, possibly causi
https://bugs.python.org/issue43332 opened by zveinn

#43333: utf8 in BytesGenerator
https://bugs.python.org/issue43333 opened by darcy.beurle

#43334: venv does not install libpython
https://bugs.python.org/issue43334 opened by anuppari

#43336: document whether io.TextIOBase.readline(size>0) will always re
https://bugs.python.org/issue43336 opened by calestyo

#43337: export the set newline value on TextIOBase/TextIOWrapper
https://bugs.python.org/issue43337 opened by calestyo

#43338: [feature request] Please provide offical installers for securi
https://bugs.python.org/issue43338 opened by zby1234

#43340: json.load() can raise UnicodeDecodeError, but this is not docu
https://bugs.python.org/issue43340 opened by mattheww

#43341: functools.partial missing __weakref__ descriptor?
https://bugs.python.org/issue43341 opened by bup

#43346: subprocess.run() sometimes ignores timeout in Windows
https://bugs.python.org/issue43346 opened by eryksun

#43347: IDLE crashes in macOS Apple chip, maybe completions
https://bugs.python.org/issue43347 opened by rhettinger

#43348: XMLRPC behaves strangely under pythonw, not under python
https://bugs.python.org/issue43348 opened by tim_magee

#43350: [sqlite3] Active statements are reset twice in _pysqlite_query
https://bugs.python.org/issue43350 opened by erlendaasland

#43351: `RecursionError` during deallocation
https://bugs.python.org/issue43351 opened by andrewvaughanj

#43352: Add a Barrier object in asyncio lib
https://bugs.python.org/issue43352 opened by yduprat

#43353: Document that logging.getLevelName() can return a numeric valu
https://bugs.python.org/issue43353 opened by felixxm

#43354: xmlrpc.client: Fault.faultCode erroneously documented to be a
https://bugs.python.org/issue43354 opened by jugmac00

#43355: __future__.annotations breaks inspect.signature()
https://bugs.python.org/issue43355 opened by 1ace

#43356: PyErr_SetInterrupt should have an equivalent that takes a sign
https://bugs.python.org/issue43356 opened by pitrou

#43357: Python memory cleaning
https://bugs.python.org/issue43357 opened by absvsb

#43358: Bad free in assemble function
https://bugs.python.org/issue43358 opened by alex.henrie

#43359: Dead assignment in Py_UniversalNewlineFgets
https://bugs.python.org/issue43359 opened by alex.henrie

#43360: Dead initialization in parse_abbr function
https://bugs.python.org/issue43360 opened by alex.henrie

#43361: Dead assignment in idna_converter function
https://bugs.python.org/issue43361 opened by alex.henrie

#43362: Bad free in py_sha3_new_impl function
https://bugs.python.org/issue43362 opened by alex.henrie

#43364: Windows: Make UTF-8 mode more accessible
https://bugs.python.org/issue43364 opened by methane

#43365: Operation conflict between time package and file in python 3.8
https://bugs.python.org/issue43365 opened by minaki_2525

#43366: Unclosed bracket bug in code.interact prevents identifying syn
https://bugs.python.org/issue43366 opened by aroberge

#43367: submodule of c-extension module is quirky
https://bugs.python.org/issue43367 opened by mattip

#43371: Mock.assert_has_calls works strange
https://bugs.python.org/issue43371 opened by dmitriy.mironiyk

#43372: ctypes: test_frozentable fails when make regen-frozen
https://bugs.python.org/issue43372 opened by hroncok

#43374: Apple refuses apps written in Python
https://bugs.python.org/issue43374 opened by adigeo

#43377: _PyErr_Display should be available in the CPython-specific API
https://bugs.python.org/issue43377 opened by Maxime Belanger

#43378: Pattern Matching section in tutorial refers to | as or
https://bugs.python.org/issue43378 opened by ramalho

#43379: Pasting multiple lines in the REPL is broken since 3.9
https://bugs.python.org/issue43379 opened by romainfv

#43380: Assigning function parameter to class attribute by the same na
https://bugs.python.org/issue43380 opened by jennydaman

#43381: add small test for frozen module line number table
https://bugs.python.org/issue43381 opened by nascheme

#43382: github CI blocked by the Ubuntu CI with an SSL error
https://bugs.python.org/issue43382 opened by gregory.p.smith

#43384: Include regen-stdlib-module-names in regen-all
https://bugs.python.org/issue43384 opened by nascheme

#43387: Enable pydoc to run as background job
https://bugs.python.org/issue43387 opened by digitaldragon

#43388: shutil._fastcopy_sendfile() makes wrong (?) assumption about s
https://bugs.python.org/issue43388 opened by lhuedepohl

#43389: Cancellation ignored by asyncio.wait_for can hang application
https://bugs.python.org/issue43389 opened by nmatravolgyi

#43391: The comments have invalid license information (broken Python 2
https://bugs.python.org/issue43391 opened by poikilos

#43392: Optimize repeated calls to `__import__()`
https://bugs.python.org/issue43392 opened by Kronuz

#43395: os.path states that bytes can't represent all MBCS paths under
https://bugs.python.org/issue43395 opened by ericzolf

#43397: Incorrect conversion path case with german character
https://bugs.python.org/issue43397 opened by voramva

#43398: [sqlite3] sqlite3.connect() segfaults if given a faulty Connec
https://bugs.python.org/issue43398 opened by erlendaasland

#43399: xml.etree.ElementTree.extend does not work with iterators when
https://bugs.python.org/issue43399 opened by alexprengere

#43400: Improve recipes and howtos for the unittest.mock
https://bugs.python.org/issue43400 opened by eppeters

#43405: DeprecationWarnings in test_unicode
https://bugs.python.org/issue43405 opened by ZackerySpytz

#43406: Possible race condition between signal catching and signal.sig
https://bugs.python.org/issue43406 opened by pitrou

#43407: time.monotonic(): Docs imply comparing call N and call N+M is
https://bugs.python.org/issue43407 opened by Alex.Willmer

#43410: Parser does not handle correctly some errors when parsin from
https://bugs.python.org/issue43410 opened by pablogsal



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

#43398: [sqlite3] sqlite3.connect() segfaults if given a faulty Connec
https://bugs.python.org/issue43398

#43397: Incorrect conversion path case with german character
https://bugs.python.org/issue43397

#43392: Optimize repeated calls to `__import__()`
https://bugs.python.org/issue43392

#43388: shutil._fastcopy_sendfile() makes wrong (?) assumption about s
https://bugs.python.org/issue43388

#43387: Enable pydoc to run as background job
https://bugs.python.org/issue43387

#43384: Include regen-stdlib-module-names in regen-all
https://bugs.python.org/issue43384

#43381: add small test for frozen module line number table
https://bugs.python.org/issue43381

#43377: _PyErr_Display should be available in the CPython-specific API
https://bugs.python.org/issue43377

#43371: Mock.assert_has_calls works strange
https://bugs.python.org/issue43371

#43362: Bad free in py_sha3_new_impl function
https://bugs.python.org/issue43362

#43361: Dead assignment in idna_converter function
https://bugs.python.org/issue43361

#43360: Dead initialization in parse_abbr function
https://bugs.python.org/issue43360

#43359: Dead assignment in Py_UniversalNewlineFgets
https://bugs.python.org/issue43359

#43357: Python memory cleaning
https://bugs.python.org/issue43357

#43356: PyErr_SetInterrupt should have an equivalent that takes a sign
https://bugs.python.org/issue43356



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

#43410: Parser does not handle correctly some errors when parsin from
https://bugs.python.org/issue43410

#43407: time.monotonic(): Docs imply comparing call N and call N+M is
https://bugs.python.org/issue43407

#43406: Possible race condition between signal catching and signal.sig
https://bugs.python.org/issue43406

#43405: DeprecationWarnings in test_unicode
https://bugs.python.org/issue43405

#43400: Improve recipes and howtos for the unittest.mock
https://bugs.python.org/issue43400

#43399: xml.etree.ElementTree.extend does not work with iterators when
https://bugs.python.org/issue43399

#43398: [sqlite3] sqlite3.connect() segfaults if given a faulty Connec
https://bugs.python.org/issue43398

#43392: Optimize repeated calls to `__import__()`
https://bugs.python.org/issue43392

#43391: The comments have invalid license information (broken Python 2
https://bugs.python.org/issue43391

#43384: Include regen-stdlib-module-names in regen-all
https://bugs.python.org/issue43384

#43382: github CI blocked by the Ubuntu CI with an SSL error
https://bugs.python.org/issue43382

#43381: add small test for frozen module line number table
https://bugs.python.org/issue43381

#43377: _PyErr_Display should be available in the CPython-specific API
https://bugs.python.org/issue43377

#43372: ctypes: test_frozentable fails when make regen-frozen
https://bugs.python.org/issue43372

#43364: Windows: Make UTF-8 mode more accessible
https://bugs.python.org/issue43364



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

#43382: github CI blocked by the Ubuntu CI with an SSL error
https://bugs.python.org/issue43382 19 msgs

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128 15 msgs

#43374: Apple refuses apps written in Python
https://bugs.python.org/issue43374 8 msgs

#43400: Improve recipes and howtos for the unittest.mock
https://bugs.python.org/issue43400 7 msgs

#43355: __future__.annotations breaks inspect.signature()
https://bugs.python.org/issue43355 6 msgs

#43364: Windows: Make UTF-8 mode more accessible
https://bugs.python.org/issue43364 6 msgs

#43060: Convert _decimal C API from pointer array to struct
https://bugs.python.org/issue43060 5 msgs

#43284: Wrong windows build post version 2004
https://bugs.python.org/issue43284 5 msgs

#43380: Assigning function parameter to class attribute by the same na
https://bugs.python.org/issue43380 5 msgs

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972 4 msgs



Issues closed (65)
==================

#11717: conflicting definition of ssize_t in pyconfig.h
https://bugs.python.org/issue11717 closed by pablogsal

#14597: Cannot unload dll in ctypes until script exits
https://bugs.python.org/issue14597 closed by eryksun

#18597: On Windows sys.stdin.readline() doesn't handle Ctrl-C properly
https://bugs.python.org/issue18597 closed by eryksun

#19050: [Windows] fflush called on pointer to potentially closed file
https://bugs.python.org/issue19050 closed by eryksun

#19809: Doc: subprocess should warn uses on race conditions when multi
https://bugs.python.org/issue19809 closed by eryksun

#28462: subprocess pipe can't see EOF from a child in case of a few ch
https://bugs.python.org/issue28462 closed by eryksun

#29561: Interactive mode gives sys.ps2 not sys.ps1 after comment-only
https://bugs.python.org/issue29561 closed by eryksun

#29829: Documentation lacks clear warning of subprocess issue with pyt
https://bugs.python.org/issue29829 closed by eryksun

#32477: Move jumps optimization from the peepholer to the compiler
https://bugs.python.org/issue32477 closed by Mark.Shannon

#32795: subprocess.check_output() with timeout does not exit if child
https://bugs.python.org/issue32795 closed by eryksun

#33105: os.path.isfile returns false on Windows when file path is long
https://bugs.python.org/issue33105 closed by eryksun

#33245: Unable to send CTRL_BREAK_EVENT
https://bugs.python.org/issue33245 closed by eryksun

#34064: subprocess functions with shell=1 pass wrong command to win32
https://bugs.python.org/issue34064 closed by eryksun

#38302: [3.10] __pow__ and __rpow__ are not reached when __ipow__ retu
https://bugs.python.org/issue38302 closed by brett.cannon

#39169: TypeError: 'int' object is not callable if the signal handler
https://bugs.python.org/issue39169 closed by pitrou

#39523: Unnecessary variable assignment and initial loop check in pysq
https://bugs.python.org/issue39523 closed by berker.peksag

#41180: marshal load bypass code.__new__ audit event
https://bugs.python.org/issue41180 closed by tkmk

#42129: Support resources in namespace packages
https://bugs.python.org/issue42129 closed by jaraco

#42246: Implement PEP 626 -- Precise line numbers for debugging
https://bugs.python.org/issue42246 closed by Mark.Shannon

#42603: Tkinter: pkg-config is not used to get location of tcl and tk
https://bugs.python.org/issue42603 closed by ned.deily

#42782: shutil.move creates a new directory even on failure
https://bugs.python.org/issue42782 closed by orsenthil

#42994: Missing MIME types for opus, AAC, 3gpp and 3gpp2
https://bugs.python.org/issue42994 closed by orsenthil

#43049: Use io.IncrementalNewlineDecoder for doctest newline conversio
https://bugs.python.org/issue43049 closed by zach.ware

#43162: Enum regression: AttributeError when accessing class variables
https://bugs.python.org/issue43162 closed by ethan.furman

#43189: <test.support> decorator function run_with_locale() crashes Py
https://bugs.python.org/issue43189 closed by Mark.Shannon

#43190: < test.support > check_free_after_iterating( ) causes core dum
https://bugs.python.org/issue43190 closed by Mark.Shannon

#43211: Python is not responding after running program
https://bugs.python.org/issue43211 closed by zach.ware

#43233: test_os: test_copy_file_range_offset fails on FreeBSD CURRENT
https://bugs.python.org/issue43233 closed by pablogsal

#43251: [sqlite3] sqlite3_column_name() failures should raise MemoryEr
https://bugs.python.org/issue43251 closed by berker.peksag

#43271: AMD64 Windows10 3.x crash with Windows fatal exception: stack
https://bugs.python.org/issue43271 closed by gvanrossum

#43288: test_importlib failure due to missing skip() method
https://bugs.python.org/issue43288 closed by orsenthil

#43289: step bug in turtle's for loop
https://bugs.python.org/issue43289 closed by terry.reedy

#43300: "bisect" module should support reverse-sorted sequences
https://bugs.python.org/issue43300 closed by rhettinger

#43305: A typo in /Modules/_io/bufferedio.c
https://bugs.python.org/issue43305 closed by malin

#43315: Decimal.__str__ has no way to force exact decimal representati
https://bugs.python.org/issue43315 closed by mark.dickinson

#43321: PyArg_ParseTuple() false-returns SUCCESS though SystemError an
https://bugs.python.org/issue43321 closed by methane

#43326: About Zipfile
https://bugs.python.org/issue43326 closed by Fcscanf

#43328: make test errors
https://bugs.python.org/issue43328 closed by asholomitskiy84

#43335: _ctypes/callbacks.c cannot be compiled by gcc 4.4.7 (RHEL6)
https://bugs.python.org/issue43335 closed by corona10

#43339: Could not build the ssl module! | macOS with `CPPFLAGS` and `L
https://bugs.python.org/issue43339 closed by samuelmarks

#43342: Error while using Python C API
https://bugs.python.org/issue43342 closed by eric.smith

#43343: argparse.REMAINDER missing in online documentation for 3.9.x
https://bugs.python.org/issue43343 closed by rhettinger

#43344: RotatingFileHandler breaks file type associations
https://bugs.python.org/issue43344 closed by vinay.sajip

#43345: Add __required_keys__ and __optional_keys__ to TypedDict docum
https://bugs.python.org/issue43345 closed by pbryan

#43349: [doc] incorrect tuning(7) manpage link
https://bugs.python.org/issue43349 closed by benjamin.peterson

#43363: memcpy writes to wrong destination
https://bugs.python.org/issue43363 closed by josh.r

#43368: Empty bytestrings are not longer returned on SQLite.
https://bugs.python.org/issue43368 closed by berker.peksag

#43369: [sqlite3] Handle out-of-memory errors in sqlite3_column_*()
https://bugs.python.org/issue43369 closed by berker.peksag

#43370: thread_time not available on python.org OS X builds
https://bugs.python.org/issue43370 closed by ned.deily

#43373: Tensorflow
https://bugs.python.org/issue43373 closed by mark.dickinson

#43375: memory leak in threading ?
https://bugs.python.org/issue43375 closed by igorvm

#43376: Add PyComplex_FromString
https://bugs.python.org/issue43376 closed by brandtbucher

#43383: imprecise handling of weakref callbacks
https://bugs.python.org/issue43383 closed by konrad.schwarz

#43385: heapq fails to sort tuples by datetime correctly
https://bugs.python.org/issue43385 closed by steven.daprano

#43386: test_ctypes hangs inside Portage build env since 'subprocess:
https://bugs.python.org/issue43386 closed by mgorny

#43390: Set the SA_ONSTACK in PyOS_setsig to play well with other VMs
https://bugs.python.org/issue43390 closed by gregory.p.smith

#43393: Older Python builds are missing a required file on Big Sur
https://bugs.python.org/issue43393 closed by ned.deily

#43394: Compiler warnings on master (-Wstrict-prototypes)
https://bugs.python.org/issue43394 closed by brandtbucher

#43396: Use more descriptive variable names in sqlite3 docs
https://bugs.python.org/issue43396 closed by toreanderson

#43401: dbm module doc page redirects to itself
https://bugs.python.org/issue43401 closed by Numerlor

#43402: IDLE shell adds newline after print even when `end=''` is spec
https://bugs.python.org/issue43402 closed by terry.reedy

#43403: Misleading statement about bytes not being able to represent w
https://bugs.python.org/issue43403 closed by eryksun

#43404: No SSL certificates when using the Mac installer
https://bugs.python.org/issue43404 closed by ned.deily

#43408: about the method: title()
https://bugs.python.org/issue43408 closed by christian.heimes

#43409: [Win] Call subprocess.Popen() twice makes Thread.join() interr
https://bugs.python.org/issue43409 closed by eryksun
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/MJE4YVT2CCXFNK4DNRADNX2C53DLUMBW/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-03-05 - 2021-03-12)
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 7478 (+34)
closed 47738 (+36)
total 55216 (+70)

Open issues with patches: 2968


Issues opened (56)
==================

#43198: Operations on sets more than hundred times less efficient with
https://bugs.python.org/issue43198 reopened by rhettinger

#43411: wm_manage fails with ttk.Frame
https://bugs.python.org/issue43411 opened by mfncooper

#43412: object.h -Wcast-qual warning
https://bugs.python.org/issue43412 opened by petere

#43413: tuple subclasses allow kwargs
https://bugs.python.org/issue43413 opened by jaraco

#43414: os.get_terminal_size() should use file descriptors in Windows
https://bugs.python.org/issue43414 opened by eryksun

#43416: Add README files in Include/cpython and Include/internal
https://bugs.python.org/issue43416 opened by serhiy.storchaka

#43417: ast.unparse: Simplify buffering logic
https://bugs.python.org/issue43417 opened by BTaskaya

#43418: FTPLib module crashes when server returns byte message instead
https://bugs.python.org/issue43418 opened by hugochiaxyz8

#43419: contextvars does not work properly in asyncio REPL.
https://bugs.python.org/issue43419 opened by lanfon72

#43420: Optimize rational arithmetics
https://bugs.python.org/issue43420 opened by Sergey.Kirpichev

#43421: os.device_encoding(fd) should support any console fd in Window
https://bugs.python.org/issue43421 opened by eryksun

#43422: Revert _decimal C API changes
https://bugs.python.org/issue43422 opened by pitrou

#43424: Document the `controller.name` field in `webbrowser` module
https://bugs.python.org/issue43424 opened by ilyagr

#43425: test_peg_generator.test_c_parser emits DeprecationWarning due
https://bugs.python.org/issue43425 opened by xtreak

#43426: test_importlib.test_windows emits deprecation warning over usa
https://bugs.python.org/issue43426 opened by xtreak

#43427: Possible error on the descriptor howto guide
https://bugs.python.org/issue43427 opened by marcosmodenesi

#43428: Sync importlib_metadata enhancements through 3.7.
https://bugs.python.org/issue43428 opened by jaraco

#43429: mmap.size() raises OSError on Unix for anonymous memory
https://bugs.python.org/issue43429 opened by ZackerySpytz

#43430: Exception raised when attempting to create Enum via functional
https://bugs.python.org/issue43430 opened by suhailsingh247

#43431: Subprocess timeout causes output to be returned as bytes in te
https://bugs.python.org/issue43431 opened by macdjord

#43432: Add function `clear` to the `os` module
https://bugs.python.org/issue43432 opened by parsampsh

#43433: xmlrpc.client ignores query in URI ("?action=xmlrpc2") since p
https://bugs.python.org/issue43433 opened by OndrejPtak

#43434: sqlite3.Connection(...) bypasses 'sqlite3.connect' audit hooks
https://bugs.python.org/issue43434 opened by erlendaasland

#43437: venv activate bash script has wrong line endings on windows
https://bugs.python.org/issue43437 opened by jmoguill2

#43438: [doc] sys.addaudithook() documentation should be more explicit
https://bugs.python.org/issue43438 opened by vstinner

#43441: [Subinterpreters]: global variable next_version_tag cause meth
https://bugs.python.org/issue43441 opened by JunyiXie

#43442: multicorevm: guarantee type multi sub interpreters safe
https://bugs.python.org/issue43442 opened by JunyiXie

#43443: Should shelve support dict union?
https://bugs.python.org/issue43443 opened by Dominik V.

#43444: [sqlite3] Move MODULE_NAME def from setup.py to module.h
https://bugs.python.org/issue43444 opened by erlendaasland

#43447: Generate vectorcall code to parse arguments using Argument Cli
https://bugs.python.org/issue43447 opened by vstinner

#43451: pydoc terminal suboptimal rendering of complex annotations
https://bugs.python.org/issue43451 opened by dw

#43452: Microoptimize PyType_Lookup for cache hits
https://bugs.python.org/issue43452 opened by dino.viehland

#43453: docs: runtime_checkable example refers to changed behavior in
https://bugs.python.org/issue43453 opened by Henry Schreiner

#43454: [sqlite3] Add support for R*Tree callbacks
https://bugs.python.org/issue43454 opened by erlendaasland

#43455: pathlib mistakenly assumes os.getcwd() is a resolved path in W
https://bugs.python.org/issue43455 opened by eryksun

#43457: Include simple file loading and saving functions in JSON stand
https://bugs.python.org/issue43457 opened by nervecenter

#43458: Tutorial should mention about variable scope in try/except/fin
https://bugs.python.org/issue43458 opened by deekox

#43459: Race conditions when the same source file used to build mutlip
https://bugs.python.org/issue43459 opened by mgorny

#43460: Exception copy error
https://bugs.python.org/issue43460 opened by douglas-raillard-arm

#43461: Tottime column for cprofile output does not add up
https://bugs.python.org/issue43461 opened by jonathanfrawley

#43462: canvas.bbox returns None on 'hidden' items while coords doesn'
https://bugs.python.org/issue43462 opened by Vincent

#43463: typing.get_type_hints with TYPE_CHECKING imports / getting hin
https://bugs.python.org/issue43463 opened by The Compiler

#43464: set intersections should short-circuit
https://bugs.python.org/issue43464 opened by josh.r

#43465: ./configure --help describes what --with-ensurepip does poorly
https://bugs.python.org/issue43465 opened by ngie

#43466: ssl/hashlib: Add configure option to set or auto-detect rpath
https://bugs.python.org/issue43466 opened by christian.heimes

#43468: functools.cached_property locking is plain wrong.
https://bugs.python.org/issue43468 opened by ztane

#43471: Fails to import bz2 on Ubuntu
https://bugs.python.org/issue43471 opened by xxm

#43472: [security][subinterpreters] Add auditing hooks to subinterpret
https://bugs.python.org/issue43472 opened by christian.heimes

#43473: Junks in difflib
https://bugs.python.org/issue43473 opened by hubertbdlb

#43474: http.server.BaseHTTPRequestHandler end_header() fails
https://bugs.python.org/issue43474 opened by grumblor

#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 opened by congma

#43476: Enabling access to showsyntaxerror for IDLE's shell
https://bugs.python.org/issue43476 opened by aroberge

#43477: from x import * behavior inconsistent between module types.
https://bugs.python.org/issue43477 opened by kaorihinata

#43478: Disallow Mock spec arguments from being Mocks
https://bugs.python.org/issue43478 opened by msuozzo

#43479: Remove a duplicate comment and assignment in http.client
https://bugs.python.org/issue43479 opened by maggyero

#43480: Add .path method/property to tempfile.* for a pathlib.Path
https://bugs.python.org/issue43480 opened by pxeger



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

#43480: Add .path method/property to tempfile.* for a pathlib.Path
https://bugs.python.org/issue43480

#43479: Remove a duplicate comment and assignment in http.client
https://bugs.python.org/issue43479

#43478: Disallow Mock spec arguments from being Mocks
https://bugs.python.org/issue43478

#43477: from x import * behavior inconsistent between module types.
https://bugs.python.org/issue43477

#43476: Enabling access to showsyntaxerror for IDLE's shell
https://bugs.python.org/issue43476

#43473: Junks in difflib
https://bugs.python.org/issue43473

#43472: [security][subinterpreters] Add auditing hooks to subinterpret
https://bugs.python.org/issue43472

#43465: ./configure --help describes what --with-ensurepip does poorly
https://bugs.python.org/issue43465

#43464: set intersections should short-circuit
https://bugs.python.org/issue43464

#43461: Tottime column for cprofile output does not add up
https://bugs.python.org/issue43461

#43459: Race conditions when the same source file used to build mutlip
https://bugs.python.org/issue43459

#43458: Tutorial should mention about variable scope in try/except/fin
https://bugs.python.org/issue43458

#43455: pathlib mistakenly assumes os.getcwd() is a resolved path in W
https://bugs.python.org/issue43455

#43453: docs: runtime_checkable example refers to changed behavior in
https://bugs.python.org/issue43453

#43451: pydoc terminal suboptimal rendering of complex annotations
https://bugs.python.org/issue43451



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

#43466: ssl/hashlib: Add configure option to set or auto-detect rpath
https://bugs.python.org/issue43466

#43459: Race conditions when the same source file used to build mutlip
https://bugs.python.org/issue43459

#43455: pathlib mistakenly assumes os.getcwd() is a resolved path in W
https://bugs.python.org/issue43455

#43454: [sqlite3] Add support for R*Tree callbacks
https://bugs.python.org/issue43454

#43452: Microoptimize PyType_Lookup for cache hits
https://bugs.python.org/issue43452

#43451: pydoc terminal suboptimal rendering of complex annotations
https://bugs.python.org/issue43451

#43444: [sqlite3] Move MODULE_NAME def from setup.py to module.h
https://bugs.python.org/issue43444

#43441: [Subinterpreters]: global variable next_version_tag cause meth
https://bugs.python.org/issue43441

#43434: sqlite3.Connection(...) bypasses 'sqlite3.connect' audit hooks
https://bugs.python.org/issue43434

#43432: Add function `clear` to the `os` module
https://bugs.python.org/issue43432

#43429: mmap.size() raises OSError on Unix for anonymous memory
https://bugs.python.org/issue43429

#43428: Sync importlib_metadata enhancements through 3.7.
https://bugs.python.org/issue43428

#43427: Possible error on the descriptor howto guide
https://bugs.python.org/issue43427

#43422: Revert _decimal C API changes
https://bugs.python.org/issue43422

#43420: Optimize rational arithmetics
https://bugs.python.org/issue43420



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

#43420: Optimize rational arithmetics
https://bugs.python.org/issue43420 15 msgs

#43466: ssl/hashlib: Add configure option to set or auto-detect rpath
https://bugs.python.org/issue43466 9 msgs

#43438: [doc] sys.addaudithook() documentation should be more explicit
https://bugs.python.org/issue43438 8 msgs

#43353: Document that logging.getLevelName() can return a numeric valu
https://bugs.python.org/issue43353 7 msgs

#43366: Unclosed bracket bug in code.interact prevents identifying syn
https://bugs.python.org/issue43366 7 msgs

#43443: Should shelve support dict union?
https://bugs.python.org/issue43443 6 msgs

#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 6 msgs

#43413: tuple subclasses allow kwargs
https://bugs.python.org/issue43413 5 msgs

#43462: canvas.bbox returns None on 'hidden' items while coords doesn'
https://bugs.python.org/issue43462 5 msgs

#28356: [easy doc] Document os.rename() behavior on Windows when src a
https://bugs.python.org/issue28356 4 msgs



Issues closed (35)
==================

#14678: Update zipimport to support importlib.invalidate_caches()
https://bugs.python.org/issue14678 closed by brett.cannon

#16322: time.tzname on Python 3.3.0 for Windows is decoded by wrong en
https://bugs.python.org/issue16322 closed by eryksun

#25741: Usual Installation Directory
https://bugs.python.org/issue25741 closed by eryksun

#28259: Ctypes bug windows
https://bugs.python.org/issue28259 closed by eryksun

#31466: No easy way to change float formatting when subclassing encode
https://bugs.python.org/issue31466 closed by methane

#38033: Use After Free: PyObject_Free (valgrind)
https://bugs.python.org/issue38033 closed by vstinner

#42382: No easy way to get the distribution which provided a importlib
https://bugs.python.org/issue42382 closed by jaraco

#43287: Use PEP 590 vectorcall to speed up calls to filter()
https://bugs.python.org/issue43287 closed by corona10

#43332: Make http.client._tunnel send one byte string over the network
https://bugs.python.org/issue43332 closed by gregory.p.smith

#43338: Provide offical installers for security releases
https://bugs.python.org/issue43338 closed by terry.reedy

#43356: PyErr_SetInterrupt should have an equivalent that takes a sign
https://bugs.python.org/issue43356 closed by pitrou

#43365: Operation conflict between time package and file
https://bugs.python.org/issue43365 closed by terry.reedy

#43372: ctypes: test_frozentable fails when make regen-frozen
https://bugs.python.org/issue43372 closed by nascheme

#43374: Apple refuses apps written in Python
https://bugs.python.org/issue43374 closed by ned.deily

#43379: Pasting multiple lines in the REPL is broken since 3.9
https://bugs.python.org/issue43379 closed by terry.reedy

#43391: The comments have invalid license information (broken Python 2
https://bugs.python.org/issue43391 closed by lemburg

#43397: Incorrect conversion path case with german character
https://bugs.python.org/issue43397 closed by eryksun

#43405: DeprecationWarnings in test_unicode
https://bugs.python.org/issue43405 closed by methane

#43406: Possible race condition between signal catching and signal.sig
https://bugs.python.org/issue43406 closed by pitrou

#43407: time.monotonic(): Docs imply comparing call N and call N+M is
https://bugs.python.org/issue43407 closed by terry.reedy

#43415: Typo in dataclasses documentation
https://bugs.python.org/issue43415 closed by eric.smith

#43423: Subprocess IndexError possible in _communicate
https://bugs.python.org/issue43423 closed by gregory.p.smith

#43435: Py_BuildValue("y#".... returns incomplete result
https://bugs.python.org/issue43435 closed by dwoodjunkmail

#43436: bounded _lru_cache_wrapprer behaves as if typed=True when it w
https://bugs.python.org/issue43436 closed by rhettinger

#43439: [security] Add audit events on GC functions giving access to a
https://bugs.python.org/issue43439 closed by christian.heimes

#43440: Enable rtree support in SQLite
https://bugs.python.org/issue43440 closed by steve.dower

#43445: Add frozen modules to sys.stdlib_module_names
https://bugs.python.org/issue43445 closed by vstinner

#43446: Wrong character in footnote
https://bugs.python.org/issue43446 closed by berker.peksag

#43448: exec() ignores scope.
https://bugs.python.org/issue43448 closed by mark.dickinson

#43449: multiprocessing.Pool - crash in subprocess causes deadlock in
https://bugs.python.org/issue43449 closed by jkp

#43450: List amnesia
https://bugs.python.org/issue43450 closed by christian.heimes

#43456: Remove _xxsubinterpreters from sys.stdlib_module_names
https://bugs.python.org/issue43456 closed by vstinner

#43467: IDLE: horizontal scrollbar
https://bugs.python.org/issue43467 closed by terry.reedy

#43469: Python 3.6 fails to run on MacOS (Big Sur 11.2.3)
https://bugs.python.org/issue43469 closed by ned.deily

#43470: Installation of Python 3.6.13 fails on MacOS Big Sur 11.2.3
https://bugs.python.org/issue43470 closed by ned.deily
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/4YU7YPTTIQNDNPLLQG2OQWXSOKLO3UFY/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-03-12 - 2021-03-19)
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 7481 ( +3)
closed 47813 (+75)
total 55294 (+78)

Open issues with patches: 2980


Issues opened (66)
==================

#35943: PyImport_GetModule() can return partially-initialized module
https://bugs.python.org/issue35943 reopened by pitrou

#37788: fix for bpo-36402 (threading._shutdown() race condition) cause
https://bugs.python.org/issue37788 reopened by mark.dickinson

#42161: Remove private _PyLong_Zero and _PyLong_One variables
https://bugs.python.org/issue42161 reopened by rhettinger

#43334: venv does not install libpython
https://bugs.python.org/issue43334 reopened by anuppari

#43439: [security] Add audit events on GC functions giving access to a
https://bugs.python.org/issue43439 reopened by steve.dower

#43481: PyEval_EvalCode() namespace issue not observed in Python 2.7.
https://bugs.python.org/issue43481 opened by chrisgmorton

#43482: Py_AddPendingCall Inserted Function Never Called in 3.8, works
https://bugs.python.org/issue43482 opened by chrisgmorton

#43484: we can create valid datetime objects that become invalid if th
https://bugs.python.org/issue43484 opened by zzzeek

#43486: Python 3.9 installer not updating ARP table
https://bugs.python.org/issue43486 opened by codaamok

#43487: Rename __unicode__ methods to __str__ in 2to3 conversion
https://bugs.python.org/issue43487 opened by bartbroere

#43490: IDLE freezes at random
https://bugs.python.org/issue43490 opened by aledeaux

#43492: Upgrade to SQLite 3.35.2 in macOS and Windows
https://bugs.python.org/issue43492 opened by erlendaasland

#43493: EmailMessage mis-folding headers of a certain length
https://bugs.python.org/issue43493 opened by mglover

#43494: Minor changes to Objects/lnotab_notes.txt
https://bugs.python.org/issue43494 opened by skip.montanaro

#43495: Missing frame block push in compiler_async_comprehension_gener
https://bugs.python.org/issue43495 opened by tomkpz

#43497: SyntaxWarning for "assertion is always true, perhaps remove pa
https://bugs.python.org/issue43497 opened by darke

#43498: "dictionary changed size during iteration" error in _ExecutorM
https://bugs.python.org/issue43498 opened by kulikjak

#43500: Add filtercase() into fnmatch
https://bugs.python.org/issue43500 opened by wyz23x2

#43501: email._header_value_parse throws AttributeError on display nam
https://bugs.python.org/issue43501 opened by elenril

#43502: [C-API] Convert obvious unsafe macros to static inline functio
https://bugs.python.org/issue43502 opened by erlendaasland

#43503: [subinterpreters] PyObject statics exposed in the limited API
https://bugs.python.org/issue43503 opened by eric.snow

#43504: effbot.org down
https://bugs.python.org/issue43504 opened by mdk

#43505: [sqlite3] Explicitly initialise and shut down sqlite3
https://bugs.python.org/issue43505 opened by erlendaasland

#43508: Miscompilation information for tarfile.open() when given too m
https://bugs.python.org/issue43508 opened by xxm

#43509: CFunctionType object should be hashable in Python
https://bugs.python.org/issue43509 opened by xxm

#43510: PEP 597: Implemente encoding="locale" option and EncodingWarni
https://bugs.python.org/issue43510 opened by methane

#43511: tkinter with Tk 8.6.11 is slow on macOS
https://bugs.python.org/issue43511 opened by thomaswamm

#43513: venv: recreate symlinks on --upgrade
https://bugs.python.org/issue43513 opened by ThiefMaster

#43514: Disallow fork in a subinterpreter affects multiprocessing plug
https://bugs.python.org/issue43514 opened by franku

#43517: Fix false positives in circular import detection with from-imp
https://bugs.python.org/issue43517 opened by pitrou

#43518: textwrap.shorten does not always respect word boundaries
https://bugs.python.org/issue43518 opened by annesylvie

#43520: Fraction only handles regular slashes ("/") and fails with oth
https://bugs.python.org/issue43520 opened by weightwatchers-carlanderson

#43522: SSLContext.hostname_checks_common_name appears to have no effe
https://bugs.python.org/issue43522 opened by Quentin.Pradet

#43523: Handling Ctrl+C while waiting on I/O in Windows
https://bugs.python.org/issue43523 opened by sovetov

#43524: Addition of peek and peekexactly methods to asyncio.StreamRead
https://bugs.python.org/issue43524 opened by awalgarg

#43525: pathlib: Highlight pathlib operator behavior with anchored pat
https://bugs.python.org/issue43525 opened by diegoe

#43526: Programmatic management of BytesWarning doesn't work for nativ
https://bugs.python.org/issue43526 opened by xmorel

#43527: Support full stack trace extraction in warnings.
https://bugs.python.org/issue43527 opened by xmorel

#43528: "connect_read_pipe" raises errors on Windows for STDIN
https://bugs.python.org/issue43528 opened by ivankravets

#43529: pathlib.Path.glob causes OSError encountering symlinks to long
https://bugs.python.org/issue43529 opened by eric.frederich

#43530: email.parser.BytesParser failed to parse mail when it is with
https://bugs.python.org/issue43530 opened by tzing

#43532: Add keyword-only fields to dataclasses
https://bugs.python.org/issue43532 opened by eric.smith

#43533: Exception and contextmanager in __getattr__ causes reference c
https://bugs.python.org/issue43533 opened by crccw

#43534: turtle.textinput window is not transient
https://bugs.python.org/issue43534 opened by quid256

#43535: Make str.join auto-convert inputs to strings.
https://bugs.python.org/issue43535 opened by rhettinger

#43536: 3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test
https://bugs.python.org/issue43536 opened by Thermi

#43537: interpreter crashes when handling long text in input()
https://bugs.python.org/issue43537 opened by xxm

#43538: [Windows] support args and cwd in os.startfile()
https://bugs.python.org/issue43538 opened by eryksun

#43539: test_asyncio: test_sendfile_close_peer_in_the_middle_of_receiv
https://bugs.python.org/issue43539 opened by vstinner

#43540: importlib: Document how to replace load_module() in What's New
https://bugs.python.org/issue43540 opened by vstinner

#43542: Add image/heif(heic) to list of media types in mimetypes.py
https://bugs.python.org/issue43542 opened by martbln

#43544: mimetype default list make a wrong guess for illustrator file
https://bugs.python.org/issue43544 opened by Inkhey

#43545: Use LOAD_GLOBAL to set __module__ in class def
https://bugs.python.org/issue43545 opened by bup

#43546: "Impossible" KeyError from importlib._bootstrap acquire line 1
https://bugs.python.org/issue43546 opened by anentropic

#43547: support ZIP files with zeroed out fields (e.g. for reproducibl
https://bugs.python.org/issue43547 opened by eighthave

#43548: RecursionError depth exceptions break pdb's interactive tracin
https://bugs.python.org/issue43548 opened by behindthebrain

#43549: Outdated descriptions for configuring valgrind.
https://bugs.python.org/issue43549 opened by xxm

#43550: pip.exe is missing from the NuGet package
https://bugs.python.org/issue43550 opened by gipetrou

#43551: [Subinterpreters]: PyImport_Import use static silly_list under
https://bugs.python.org/issue43551 opened by JunyiXie

#43552: Add locale.get_locale_encoding() and locale.get_current_locale
https://bugs.python.org/issue43552 opened by vstinner

#43553: [sqlite3] Improve test coverage
https://bugs.python.org/issue43553 opened by erlendaasland

#43554: email: encoded headers lose their quoting when refolded
https://bugs.python.org/issue43554 opened by Emil.Styrke

#43555: Location of SyntaxError with new parser missing (after continu
https://bugs.python.org/issue43555 opened by aroberge

#43556: fix attr names for ast.expr and ast.stmt
https://bugs.python.org/issue43556 opened by samwyse

#43557: Deprecate getdefaultlocale(), getlocale() and normalize() func
https://bugs.python.org/issue43557 opened by vstinner

#43558: The dataclasses documentation should mention how to call super
https://bugs.python.org/issue43558 opened by eric.smith



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

#43558: The dataclasses documentation should mention how to call super
https://bugs.python.org/issue43558

#43556: fix attr names for ast.expr and ast.stmt
https://bugs.python.org/issue43556

#43555: Location of SyntaxError with new parser missing (after continu
https://bugs.python.org/issue43555

#43554: email: encoded headers lose their quoting when refolded
https://bugs.python.org/issue43554

#43553: [sqlite3] Improve test coverage
https://bugs.python.org/issue43553

#43551: [Subinterpreters]: PyImport_Import use static silly_list under
https://bugs.python.org/issue43551

#43550: pip.exe is missing from the NuGet package
https://bugs.python.org/issue43550

#43549: Outdated descriptions for configuring valgrind.
https://bugs.python.org/issue43549

#43548: RecursionError depth exceptions break pdb's interactive tracin
https://bugs.python.org/issue43548

#43545: Use LOAD_GLOBAL to set __module__ in class def
https://bugs.python.org/issue43545

#43544: mimetype default list make a wrong guess for illustrator file
https://bugs.python.org/issue43544

#43542: Add image/heif(heic) to list of media types in mimetypes.py
https://bugs.python.org/issue43542

#43538: [Windows] support args and cwd in os.startfile()
https://bugs.python.org/issue43538

#43533: Exception and contextmanager in __getattr__ causes reference c
https://bugs.python.org/issue43533

#43530: email.parser.BytesParser failed to parse mail when it is with
https://bugs.python.org/issue43530



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

#43553: [sqlite3] Improve test coverage
https://bugs.python.org/issue43553

#43552: Add locale.get_locale_encoding() and locale.get_current_locale
https://bugs.python.org/issue43552

#43551: [Subinterpreters]: PyImport_Import use static silly_list under
https://bugs.python.org/issue43551

#43542: Add image/heif(heic) to list of media types in mimetypes.py
https://bugs.python.org/issue43542

#43534: turtle.textinput window is not transient
https://bugs.python.org/issue43534

#43532: Add keyword-only fields to dataclasses
https://bugs.python.org/issue43532

#43525: pathlib: Highlight pathlib operator behavior with anchored pat
https://bugs.python.org/issue43525

#43522: SSLContext.hostname_checks_common_name appears to have no effe
https://bugs.python.org/issue43522

#43517: Fix false positives in circular import detection with from-imp
https://bugs.python.org/issue43517

#43510: PEP 597: Implemente encoding="locale" option and EncodingWarni
https://bugs.python.org/issue43510

#43503: [subinterpreters] PyObject statics exposed in the limited API
https://bugs.python.org/issue43503

#43502: [C-API] Convert obvious unsafe macros to static inline functio
https://bugs.python.org/issue43502

#43501: email._header_value_parse throws AttributeError on display nam
https://bugs.python.org/issue43501

#43498: "dictionary changed size during iteration" error in _ExecutorM
https://bugs.python.org/issue43498

#43497: SyntaxWarning for "assertion is always true, perhaps remove pa
https://bugs.python.org/issue43497



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

#43552: Add locale.get_locale_encoding() and locale.get_current_locale
https://bugs.python.org/issue43552 25 msgs

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128 13 msgs

#43503: [subinterpreters] PyObject statics exposed in the limited API
https://bugs.python.org/issue43503 13 msgs

#43313: feature: support pymalloc for subinterpreters. each subinterpr
https://bugs.python.org/issue43313 9 msgs

#43502: [C-API] Convert obvious unsafe macros to static inline functio
https://bugs.python.org/issue43502 9 msgs

#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 8 msgs

#43244: Move PyArena C API to the internal C API
https://bugs.python.org/issue43244 7 msgs

#43466: ssl/hashlib: Add configure option to set or auto-detect rpath
https://bugs.python.org/issue43466 7 msgs

#43478: Disallow Mock spec arguments from being Mocks
https://bugs.python.org/issue43478 7 msgs

#35883: Python startup fails with a fatal error if a command line argu
https://bugs.python.org/issue35883 6 msgs



Issues closed (74)
==================

#12777: Inconsistent use of VOLUME_NAME_* with GetFinalPathNameByHandl
https://bugs.python.org/issue12777 closed by eryksun

#15453: ctype with packed bitfields does not match native compiler
https://bugs.python.org/issue15453 closed by eryksun

#15698: PEP 3121, 384 Refactoring applied to pyexpat module
https://bugs.python.org/issue15698 closed by vstinner

#18017: ctypes.PyDLL documentation
https://bugs.python.org/issue18017 closed by eryksun

#22781: ctypes: Differing results between Python and C.
https://bugs.python.org/issue22781 closed by eryksun

#25012: pathlib should allow converting to absolute paths without reso
https://bugs.python.org/issue25012 closed by eryksun

#25117: Windows installer: precompiling stdlib fails with missing DLL
https://bugs.python.org/issue25117 closed by steve.dower

#26882: The Python process stops responding immediately after starting
https://bugs.python.org/issue26882 closed by eryksun

#27820: Possible bug in smtplib when initial_response_ok=False
https://bugs.python.org/issue27820 closed by orsenthil

#28344: Python 3.5.2 installer hangs when run in session 0
https://bugs.python.org/issue28344 closed by eryksun

#29586: Cannot run pip in fresh install of py 3.5.3
https://bugs.python.org/issue29586 closed by steve.dower

#29687: smtplib does not support proxy
https://bugs.python.org/issue29687 closed by christian.heimes

#29982: tempfile.TemporaryDirectory fails to delete itself
https://bugs.python.org/issue29982 closed by gvanrossum

#31103: Windows Installer Product does not include micro version in di
https://bugs.python.org/issue31103 closed by steve.dower

#32434: pathlib.WindowsPath.reslove(strict=False) returns absoulte pat
https://bugs.python.org/issue32434 closed by eryksun

#33129: Add kwarg-only option to dataclass
https://bugs.python.org/issue33129 closed by eric.smith

#33136: Harden ssl module against CVE-2018-8970
https://bugs.python.org/issue33136 closed by gregory.p.smith

#33159: Implement PEP 473
https://bugs.python.org/issue33159 closed by skreft

#33603: Subprocess Thread handles grow with each call and aren't relea
https://bugs.python.org/issue33603 closed by eryksun

#33780: [subprocess] Better Unicode support for shell=True on Windows
https://bugs.python.org/issue33780 closed by eryksun

#34187: Issues with lazy fd support in _WindowsConsoleIO fileno() and
https://bugs.python.org/issue34187 closed by eryksun

#34840: dlopen() error with no error message from dlerror()
https://bugs.python.org/issue34840 closed by eryksun

#35216: misleading error message from shutil.copy()
https://bugs.python.org/issue35216 closed by eryksun

#36646: os.listdir() got permission error in Python3.6 but it's fine i
https://bugs.python.org/issue36646 closed by eryksun

#37820: Unnecessary URL scheme exists to allow 'URL: reading file in u
https://bugs.python.org/issue37820 closed by christian.heimes

#39340: shutil.rmtree and write protected files
https://bugs.python.org/issue39340 closed by eryksun

#39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
https://bugs.python.org/issue39342 closed by christian.heimes

#40540: inconstent stdin buffering/seeking behaviour
https://bugs.python.org/issue40540 closed by eryksun

#40763: zipfile.extractall is safe by now
https://bugs.python.org/issue40763 closed by gregory.p.smith

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

#41200: Add pickle.loads fuzz test
https://bugs.python.org/issue41200 closed by gregory.p.smith

#41567: multiprocessing.Pool from concurrent threads failure on 3.9.0r
https://bugs.python.org/issue41567 closed by pitrou

#41883: ctypes pointee goes out of scope, then pointer in struct dangl
https://bugs.python.org/issue41883 closed by eryksun

#41933: Wording of s * n in Common Sequence Operations is not optimal
https://bugs.python.org/issue41933 closed by mdk

#42322: Spectre mitigations in CPython interpreter
https://bugs.python.org/issue42322 closed by gregory.p.smith

#42370: test_ttk_guionly: test_to() fails on the GitHub Ubuntu job
https://bugs.python.org/issue42370 closed by vstinner

#42730: TypeError/hang inside of Time.Sleep() when _thread.interrupt_m
https://bugs.python.org/issue42730 closed by eryksun

#43065: Delegating to thread and process deadlocks
https://bugs.python.org/issue43065 closed by doublex

#43068: test_subprocess: test_specific_shell() fails on AMD64 FreeBSD
https://bugs.python.org/issue43068 closed by vstinner

#43175: filecmp is not working for UTF-8 BOM file.
https://bugs.python.org/issue43175 closed by eryksun

#43199: FAQ about goto lacks answer
https://bugs.python.org/issue43199 closed by terry.reedy

#43214: site: Potential UnicodeDecodeError when handling pth file
https://bugs.python.org/issue43214 closed by methane

#43228: Regression in function builtins
https://bugs.python.org/issue43228 closed by vstinner

#43245: Add keyword argument support to ChainMap.new_child()
https://bugs.python.org/issue43245 closed by rhettinger

#43285: ftplib should not use the host from the PASV response
https://bugs.python.org/issue43285 closed by gregory.p.smith

#43353: Document that logging.getLevelName() can return a numeric valu
https://bugs.python.org/issue43353 closed by felixxm

#43357: Python memory cleaning
https://bugs.python.org/issue43357 closed by gregory.p.smith

#43382: github CI blocked by the Ubuntu CI with an SSL error
https://bugs.python.org/issue43382 closed by christian.heimes

#43410: Parser does not handle correctly some errors when parsin from
https://bugs.python.org/issue43410 closed by pablogsal

#43427: Possible error on the descriptor howto guide
https://bugs.python.org/issue43427 closed by rhettinger

#43428: Sync importlib_metadata enhancements through 3.7.
https://bugs.python.org/issue43428 closed by jaraco

#43437: venv activate bash script has wrong line endings on windows
https://bugs.python.org/issue43437 closed by eryksun

#43441: [Subinterpreters]: global variable next_version_tag cause meth
https://bugs.python.org/issue43441 closed by vstinner

#43444: [sqlite3] Move MODULE_NAME def from setup.py to module.h
https://bugs.python.org/issue43444 closed by berker.peksag

#43462: canvas.bbox returns None on 'hidden' items while coords doesn'
https://bugs.python.org/issue43462 closed by Vincent

#43477: from x import * behavior inconsistent between module types.
https://bugs.python.org/issue43477 closed by brett.cannon

#43479: Remove a duplicate comment and assignment in http.client
https://bugs.python.org/issue43479 closed by orsenthil

#43483: Loss of content in simple (but oversize) SAX parsing
https://bugs.python.org/issue43483 closed by ridgerat1611

#43485: Spam
https://bugs.python.org/issue43485 closed by zach.ware

#43488: Added new methods to vector.py
https://bugs.python.org/issue43488 closed by rhettinger

#43489: Can't install, nothing to install
https://bugs.python.org/issue43489 closed by ned.deily

#43491: Windows filepath bug
https://bugs.python.org/issue43491 closed by eryksun

#43496: macOS tkinter Save As doesn't accept keyboard shortcuts
https://bugs.python.org/issue43496 closed by terry.reedy

#43499: Compiler warnings in building Python 3.9 on Windows
https://bugs.python.org/issue43499 closed by serhiy.storchaka

#43506: PEP 624: Update document for removal schedule
https://bugs.python.org/issue43506 closed by methane

#43507: Variables in locals scope fails to be printed.
https://bugs.python.org/issue43507 closed by mark.dickinson

#43512: Bug in isinstance(instance, cls) with cls being a protocol? (P
https://bugs.python.org/issue43512 closed by gvanrossum

#43515: Lazy import in concurrent.futures produces partial import erro
https://bugs.python.org/issue43515 closed by pitrou

#43516: python on raspberry pi
https://bugs.python.org/issue43516 closed by eric.smith

#43519: access python private variable
https://bugs.python.org/issue43519 closed by steven.daprano

#43521: Allow `ast.unparse` to handle NaNs and empty sets
https://bugs.python.org/issue43521 closed by pablogsal

#43531: Turtle module does not work
https://bugs.python.org/issue43531 closed by mark.dickinson

#43541: PyEval_EvalCodeEx() can no longer be called with code which ha
https://bugs.python.org/issue43541 closed by vstinner

#43543: Spam
https://bugs.python.org/issue43543 closed by petr.viktorin
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/5H3JH3KFIHAO3DDSXHL7DAFVTIYQ5NG3/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-03-19 - 2021-03-26)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
open 7498 (+17)
closed 47871 (+58)
total 55369 (+75)

Open issues with patches: 2984


Issues opened (54)
==================

#33164: Blake 2 module update
https://bugs.python.org/issue33164 reopened by christian.heimes

#42129: Support resources in namespace packages
https://bugs.python.org/issue42129 reopened by vstinner

#43560: Modify SAX/expat parsing to avoid fragmentation of already-tin
https://bugs.python.org/issue43560 opened by ridgerat1611

#43561: Modify XML parsing library descriptions to forewarn of content
https://bugs.python.org/issue43561 opened by ridgerat1611

#43562: test_ssl.NetworkedTests.test_timeout_connect_ex fails if netwo
https://bugs.python.org/issue43562 opened by carljm

#43563: Use dedicated opcodes to speed up calls/attribute lookups with
https://bugs.python.org/issue43563 opened by v2m

#43564: ftp tests in test_urllib2net fail instead of skipping on unrea
https://bugs.python.org/issue43564 opened by carljm

#43565: PyUnicode_KIND macro does not has specified return type
https://bugs.python.org/issue43565 opened by maxbachmann

#43567: regen.vcxproj cannot regenerate some necessary files
https://bugs.python.org/issue43567 opened by pjx206

#43568: Drop support for Mac OS X < 10.3 module linking
https://bugs.python.org/issue43568 opened by jmr

#43570: pyspecific.py > AuditEvent mess with translations
https://bugs.python.org/issue43570 opened by mdk

#43574: Regression in overallocation for literal list initialization i
https://bugs.python.org/issue43574 opened by Chad.Netzer

#43576: python3.6.4 os.environ error when write chinese to file
https://bugs.python.org/issue43576 opened by rushant

#43578: With asyncio subprocess, send_signal() and the child process w
https://bugs.python.org/issue43578 opened by lincheney

#43579: Leak in asyncio.selector_events._SelectorSocketTransport
https://bugs.python.org/issue43579 opened by begnac

#43582: SSLContext.sni_callback docs inaccurately describe available h
https://bugs.python.org/issue43582 opened by theandrew168

#43583: make test failures, 2 tests failed: test_embed test_tabnan
https://bugs.python.org/issue43583 opened by Pattesvador

#43584: Doc description of str.title() upper case vs. title case.
https://bugs.python.org/issue43584 opened by grant.b.edwards

#43585: perf_counter() returns computers uptime
https://bugs.python.org/issue43585 opened by txhx38

#43588: [Subinterpreters]: use static variable under building Python w
https://bugs.python.org/issue43588 opened by JunyiXie

#43590: Collapse sidebar issue on https://docs.python.org/3/
https://bugs.python.org/issue43590 opened by lucijan345

#43592: test_importlib: test_multiprocessing_pool_circular_import() fa
https://bugs.python.org/issue43592 opened by vstinner

#43593: pymalloc is not aware of Memory Tagging Extension (MTE) and cr
https://bugs.python.org/issue43593 opened by ggardet

#43594: A metaclass that inherits both `ABC` and `ABCMeta` breaks on
https://bugs.python.org/issue43594 opened by erezinman

#43595: Can not add a metclass that inherits both ABCMeta & ABC to a U
https://bugs.python.org/issue43595 opened by erezinman

#43596: change assertRaises message when wrong exception is raised
https://bugs.python.org/issue43596 opened by rsk2

#43597: robotparser should support specifying SSL context
https://bugs.python.org/issue43597 opened by Tchinmai7

#43598: test_subprocess logs multiple ResourceWarning warnings
https://bugs.python.org/issue43598 opened by vstinner

#43599: Setting long domain of locale.dgettext() crashes Python interp
https://bugs.python.org/issue43599 opened by xxm

#43600: IDLE: fix highlight locationfor f-string field errors
https://bugs.python.org/issue43600 opened by terry.reedy

#43602: Include Decimal's in numbers.Real
https://bugs.python.org/issue43602 opened by Sergey.Kirpichev

#43604: Fix tempfile.mktemp()
https://bugs.python.org/issue43604 opened by David Luke??

#43605: Issue of scopes unclear in documentation, or wrongly implement
https://bugs.python.org/issue43605 opened by bruno.loff

#43606: PySimpleGUI: initial huge window & no widgets visible
https://bugs.python.org/issue43606 opened by bennett78

#43607: urllib's request.pathname2url not compatible with extended-len
https://bugs.python.org/issue43607 opened by levineds

#43608: `bytes_concat` and Buffer cleanup
https://bugs.python.org/issue43608 opened by seberg

#43609: ast.unparse-ing a FunctionType gives ambiguous result
https://bugs.python.org/issue43609 opened by cleoold

#43610: Ctrl C makes interpreter exit
https://bugs.python.org/issue43610 opened by xxm

#43611: Function tcflow() in module termios can not be interupted when
https://bugs.python.org/issue43611 opened by xxm

#43612: zlib.compress should have a wbits argument
https://bugs.python.org/issue43612 opened by rhpvorderman

#43613: gzip.compress and gzip.decompress are sub-optimally implemente
https://bugs.python.org/issue43613 opened by rhpvorderman

#43614: Search is not beginner friendly
https://bugs.python.org/issue43614 opened by anthony-flury

#43617: Missing definition in configure.ac causing autoreconf to creat
https://bugs.python.org/issue43617 opened by congma

#43619: convenience of using create_datagram_endpoint (and friends)
https://bugs.python.org/issue43619 opened by Roman.Valov

#43620: os.path.join does not use os.sep as documentation claims
https://bugs.python.org/issue43620 opened by jpsutton

#43621: gzip._GzipReader should only throw BadGzipFile errors
https://bugs.python.org/issue43621 opened by rhpvorderman

#43622: TLS 1.3, client polling returns event without data
https://bugs.python.org/issue43622 opened by gchauvel

#43624: Add underscore as a decimal separator for string formatting
https://bugs.python.org/issue43624 opened by Terry Davis

#43625: CSV has_headers heuristic could be improved
https://bugs.python.org/issue43625 opened by ejacq

#43627: What are the requirements for a test_sundry-testable script in
https://bugs.python.org/issue43627 opened by skip.montanaro

#43629: fix _PyRun_SimpleFileObject create __main__ module and cache.
https://bugs.python.org/issue43629 opened by JunyiXie

#43630: unittest use dir(module) to load test cases. Run unittest file
https://bugs.python.org/issue43630 opened by JunyiXie

#43631: Update to OpenSSL 1.1.1k
https://bugs.python.org/issue43631 opened by christian.heimes

#43633: Improve the textual representation of IPv4-mapped IPv6 address
https://bugs.python.org/issue43633 opened by maxmouchet



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

#43633: Improve the textual representation of IPv4-mapped IPv6 address
https://bugs.python.org/issue43633

#43631: Update to OpenSSL 1.1.1k
https://bugs.python.org/issue43631

#43630: unittest use dir(module) to load test cases. Run unittest file
https://bugs.python.org/issue43630

#43629: fix _PyRun_SimpleFileObject create __main__ module and cache.
https://bugs.python.org/issue43629

#43627: What are the requirements for a test_sundry-testable script in
https://bugs.python.org/issue43627

#43621: gzip._GzipReader should only throw BadGzipFile errors
https://bugs.python.org/issue43621

#43619: convenience of using create_datagram_endpoint (and friends)
https://bugs.python.org/issue43619

#43612: zlib.compress should have a wbits argument
https://bugs.python.org/issue43612

#43611: Function tcflow() in module termios can not be interupted when
https://bugs.python.org/issue43611

#43608: `bytes_concat` and Buffer cleanup
https://bugs.python.org/issue43608

#43600: IDLE: fix highlight locationfor f-string field errors
https://bugs.python.org/issue43600

#43599: Setting long domain of locale.dgettext() crashes Python interp
https://bugs.python.org/issue43599

#43598: test_subprocess logs multiple ResourceWarning warnings
https://bugs.python.org/issue43598

#43597: robotparser should support specifying SSL context
https://bugs.python.org/issue43597

#43596: change assertRaises message when wrong exception is raised
https://bugs.python.org/issue43596



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

#43631: Update to OpenSSL 1.1.1k
https://bugs.python.org/issue43631

#43629: fix _PyRun_SimpleFileObject create __main__ module and cache.
https://bugs.python.org/issue43629

#43625: CSV has_headers heuristic could be improved
https://bugs.python.org/issue43625

#43620: os.path.join does not use os.sep as documentation claims
https://bugs.python.org/issue43620

#43617: Missing definition in configure.ac causing autoreconf to creat
https://bugs.python.org/issue43617

#43612: zlib.compress should have a wbits argument
https://bugs.python.org/issue43612

#43597: robotparser should support specifying SSL context
https://bugs.python.org/issue43597

#43588: [Subinterpreters]: use static variable under building Python w
https://bugs.python.org/issue43588

#43574: Regression in overallocation for literal list initialization i
https://bugs.python.org/issue43574

#43570: pyspecific.py > AuditEvent mess with translations
https://bugs.python.org/issue43570

#43568: Drop support for Mac OS X < 10.3 module linking
https://bugs.python.org/issue43568

#43564: ftp tests in test_urllib2net fail instead of skipping on unrea
https://bugs.python.org/issue43564

#43563: Use dedicated opcodes to speed up calls/attribute lookups with
https://bugs.python.org/issue43563

#43562: test_ssl.NetworkedTests.test_timeout_connect_ex fails if netwo
https://bugs.python.org/issue43562

#43556: fix attr names for ast.expr and ast.stmt
https://bugs.python.org/issue43556



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

#32592: Drop support of Windows Vista and Windows 7
https://bugs.python.org/issue32592 10 msgs

#43511: tkinter with Tk 8.6.11 is slow on macOS
https://bugs.python.org/issue43511 10 msgs

#43620: os.path.join does not use os.sep as documentation claims
https://bugs.python.org/issue43620 10 msgs

#43588: [Subinterpreters]: use static variable under building Python w
https://bugs.python.org/issue43588 9 msgs

#43547: support ZIP files with zeroed out fields (e.g. for reproducibl
https://bugs.python.org/issue43547 8 msgs

#43582: SSLContext.sni_callback docs inaccurately describe available h
https://bugs.python.org/issue43582 7 msgs

#43606: PySimpleGUI: initial huge window & no widgets visible
https://bugs.python.org/issue43606 7 msgs

#43602: Include Decimal's in numbers.Real
https://bugs.python.org/issue43602 6 msgs

#43624: Add underscore as a decimal separator for string formatting
https://bugs.python.org/issue43624 6 msgs

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



Issues closed (59)
==================

#4198: os.path.normcase gets fooled on windows with mapped linux netw
https://bugs.python.org/issue4198 closed by eryksun

#12762: OSError msg should display symbolic error codes
https://bugs.python.org/issue12762 closed by ZackerySpytz

#14189: C API documentation must document if returned object is a borr
https://bugs.python.org/issue14189 closed by iritkatriel

#20608: 'SyntaxError: invalid token' is unfriendly
https://bugs.python.org/issue20608 closed by terry.reedy

#24605: segmentation fault at asciilib_split_char.lto_priv
https://bugs.python.org/issue24605 closed by iritkatriel

#28168: Use _winapi.WaitForMultipleObjects in Popen.wait()
https://bugs.python.org/issue28168 closed by eryksun

#28188: os.putenv should support bytes arguments on Windows
https://bugs.python.org/issue28188 closed by eryksun

#29996: Use terminal width by default in pprint
https://bugs.python.org/issue29996 closed by serhiy.storchaka

#31861: add aiter() and anext() functions
https://bugs.python.org/issue31861 closed by gvanrossum

#36860: Inconsistent/Undocumented behavior with pathlib resolve and ab
https://bugs.python.org/issue36860 closed by eryksun

#37894: [win] shutil.which can not find the path if 'cmd' include dire
https://bugs.python.org/issue37894 closed by eryksun

#39418: str.strip() should have a means of adding to the default behav
https://bugs.python.org/issue39418 closed by rhettinger

#39920: os.stat() and os.lstat() fail with Windows device paths
https://bugs.python.org/issue39920 closed by eryksun

#40813: Line number of SyntaxError
https://bugs.python.org/issue40813 closed by terry.reedy

#41064: Specialise syntax error of **dict in f-string field
https://bugs.python.org/issue41064 closed by pablogsal

#41551: test.support has way too many imports in libregrtest
https://bugs.python.org/issue41551 closed by shihai1991

#41718: test.regrtest has way too many imports
https://bugs.python.org/issue41718 closed by vstinner

#42137: Prefer using __spec__ over module_repr() for ModuleType.__repr
https://bugs.python.org/issue42137 closed by brett.cannon

#42914: pprint numbers with underscore
https://bugs.python.org/issue42914 closed by gregory.p.smith

#42964: Draft PEP blob etc
https://bugs.python.org/issue42964 closed by iritkatriel

#43060: Convert _decimal C API from pointer array to struct
https://bugs.python.org/issue43060 closed by erlendaasland

#43244: Move PyArena C API to the internal C API
https://bugs.python.org/issue43244 closed by vstinner

#43416: Add README files in Include/cpython and Include/internal
https://bugs.python.org/issue43416 closed by vstinner

#43420: Optimize rational arithmetics
https://bugs.python.org/issue43420 closed by tim.peters

#43422: Revert _decimal C API changes
https://bugs.python.org/issue43422 closed by pitrou

#43452: Microoptimize PyType_Lookup for cache hits
https://bugs.python.org/issue43452 closed by pablogsal

#43481: PyEval_EvalCode() namespace issue not observed in Python 2.7.
https://bugs.python.org/issue43481 closed by terry.reedy

#43487: Rename __unicode__ methods to __str__ in 2to3 conversion
https://bugs.python.org/issue43487 closed by gregory.p.smith

#43494: Minor changes to Objects/lnotab_notes.txt
https://bugs.python.org/issue43494 closed by skip.montanaro

#43502: [C-API] Convert obvious unsafe macros to static inline functio
https://bugs.python.org/issue43502 closed by erlendaasland

#43517: Fix false positives in circular import detection with from-imp
https://bugs.python.org/issue43517 closed by pitrou

#43520: Make Fraction(string) handle non-ascii slashes
https://bugs.python.org/issue43520 closed by gregory.p.smith

#43535: Make str.join auto-convert inputs to strings.
https://bugs.python.org/issue43535 closed by rhettinger

#43542: Add image/heif(heic) to list of media types in mimetypes.py
https://bugs.python.org/issue43542 closed by gregory.p.smith

#43551: [subinterpreters] Fix PyImport_Import() for subinterpreters
https://bugs.python.org/issue43551 closed by vstinner

#43555: Location of SyntaxError with new parser missing (after continu
https://bugs.python.org/issue43555 closed by pablogsal

#43559: ctypes: Heap Pointer is damaged between C and Python
https://bugs.python.org/issue43559 closed by canberk.sonmez.409

#43566: Docs say int('010', 0) is not legal, but it is
https://bugs.python.org/issue43566 closed by rhettinger

#43569: test_importlib failed on installed Python
https://bugs.python.org/issue43569 closed by pitrou

#43571: Add option to create MPTCP sockets
https://bugs.python.org/issue43571 closed by gregory.p.smith

#43572: "Too many open files" on macOS buildbot
https://bugs.python.org/issue43572 closed by pitrou

#43573: [types] Document __spec__ for types.ModuleType
https://bugs.python.org/issue43573 closed by brett.cannon

#43575: map() instantiation time reducing by using PEP 590 vectorcall
https://bugs.python.org/issue43575 closed by corona10

#43577: Deadlock when using SSLContext._msg_callback and SSLContext.sn
https://bugs.python.org/issue43577 closed by christian.heimes

#43580: A Question about List Slice
https://bugs.python.org/issue43580 closed by mark.dickinson

#43581: array assignment error
https://bugs.python.org/issue43581 closed by rhettinger

#43586: sys.path is weird in Windows 10.
https://bugs.python.org/issue43586 closed by RyuSh1n

#43587: Long string arguments cause nis.map() segfault
https://bugs.python.org/issue43587 closed by vstinner

#43589: Using defaultdict as kwarg to function reuses same dictionary
https://bugs.python.org/issue43589 closed by steven.daprano

#43591: Parser aborts on incomplete/incorrect unicode literals in inte
https://bugs.python.org/issue43591 closed by pablogsal

#43601: Tools/c-analyzer/check-c-globals.py run throw exception err
https://bugs.python.org/issue43601 closed by JunyiXie

#43603: spam
https://bugs.python.org/issue43603 closed by mark.dickinson

#43615: [PATCH] Properly implement Py_UNREACHABLE macro using autoconf
https://bugs.python.org/issue43615 closed by congma

#43616: random.shuffle() crashes with Unhandled exception
https://bugs.python.org/issue43616 closed by scoder

#43618: random.shuffle loses most of the elements
https://bugs.python.org/issue43618 closed by scoder

#43623: nouveaut?? 2021
https://bugs.python.org/issue43623 closed by vstinner

#43626: SIGSEV in PyErr_SetObject
https://bugs.python.org/issue43626 closed by amacias

#43628: Incorrect argument errors for random.getstate()
https://bugs.python.org/issue43628 closed by rhettinger

#43632: an error in the documentation of descriptor
https://bugs.python.org/issue43632 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-03-26 - 2021-04-02)
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 7505 ( +7)
closed 47938 (+67)
total 55443 (+74)

Open issues with patches: 2984


Issues opened (53)
==================

#37368: test_asyncio: test_create_server_ssl_match_failed() failed on
https://bugs.python.org/issue37368 reopened by nascheme

#43510: PEP 597: Implemente encoding="locale" option and EncodingWarni
https://bugs.python.org/issue43510 reopened by methane

#43634: Extensions build does not respect --jobs setting
https://bugs.python.org/issue43634 opened by JustAnotherArchivist

#43635: Documentation needs to declare CalledProcessError as potential
https://bugs.python.org/issue43635 opened by jennievh

#43636: test_descr fails randomly when executed with -R :
https://bugs.python.org/issue43636 opened by pablogsal

#43638: MacOS os.statvfs() has rollover for >4TB disks at each 4TB (32
https://bugs.python.org/issue43638 opened by sanderjo

#43639: Do not raise AttributeError on instance attribute update/delet
https://bugs.python.org/issue43639 opened by maggyero

#43640: Add warnings to ssl.PROTOCOL_TLSv1 and ssl.PROTOCOL_TLSv1_1 do
https://bugs.python.org/issue43640 opened by illia-v

#43641: Update `ssl.PROTOCOL_TLSv1_2` docs since it is not the newest
https://bugs.python.org/issue43641 opened by illia-v

#43642: ctypes.util.find_library can't find the lib on Alpine
https://bugs.python.org/issue43642 opened by An1c0de

#43643: importlib.readers.MultiplexedPath.name is not a property
https://bugs.python.org/issue43643 opened by ap--

#43646: ForwardRef name conflict during evaluation
https://bugs.python.org/issue43646 opened by tefra

#43649: time.strftime('%z') doesn't return UTC offset in the form ??HH
https://bugs.python.org/issue43649 opened by ede123

#43650: MemoryError on zip.read in shutil._unpack_zipfile
https://bugs.python.org/issue43650 opened by igorvoltaic

#43651: PEP 597: Fix EncodingWarning warnings in the Python stdlib
https://bugs.python.org/issue43651 opened by methane

#43652: Upgrade Windows tcl/tk to 8.6.11
https://bugs.python.org/issue43652 opened by terry.reedy

#43654: IDLE: Applying settings disables tab completion
https://bugs.python.org/issue43654 opened by terry.reedy

#43655: Tkinter: Not setting _NET_WM_WINDOW_TYPE on FileDialog
https://bugs.python.org/issue43655 opened by patrickmelix

#43656: StackSummary.format fails if str(value) fails
https://bugs.python.org/issue43656 opened by moi90

#43658: implementations of the deprecated load_module import loader AP
https://bugs.python.org/issue43658 opened by kale-smoothie

#43659: AIX: test_curses crashes buildbot
https://bugs.python.org/issue43659 opened by Michael.Felt

#43661: api-ms-win-core-path-l1-1.0.dll, redux of 40740 (which has sin
https://bugs.python.org/issue43661 opened by tkacvinsky

#43663: Python interpreter works abnormally after interrupting logging
https://bugs.python.org/issue43663 opened by xxm

#43664: Long computations in pdb.run() lead to segfault
https://bugs.python.org/issue43664 opened by xxm

#43666: AIX: Lib/_aix_support.py may break in a WPAR environment
https://bugs.python.org/issue43666 opened by Michael.Felt

#43667: Solaris: Fix broken Unicode encoding in non-UTF locales
https://bugs.python.org/issue43667 opened by kulikjak

#43668: Segfault with for fresh ubuntu 20.04 install
https://bugs.python.org/issue43668 opened by axel_1234

#43669: PEP 644: Require OpenSSL 1.1.1 or newer
https://bugs.python.org/issue43669 opened by christian.heimes

#43671: segfault when using tkinter + pygame for ~5 minutes
https://bugs.python.org/issue43671 opened by Pycryptor10

#43672: Raise ImportWarning when calling find_loader()
https://bugs.python.org/issue43672 opened by brett.cannon

#43676: Doctest ELLIPSIS explanation hard to follow when they're missi
https://bugs.python.org/issue43676 opened by Tim.Hatch

#43678: TypeError: get() got an unexpected keyword argument 'vars'
https://bugs.python.org/issue43678 opened by cis-muzahid

#43679: ttk.Sizegrip disappears under Windows 10 UI Scaling, with dpiA
https://bugs.python.org/issue43679 opened by msmith

#43680: Remove undocumented io.OpenWrapper and _pyio.OpenWrapper
https://bugs.python.org/issue43680 opened by vstinner

#43681: doctest forgets previous imports
https://bugs.python.org/issue43681 opened by ethan.furman

#43682: Make static methods created by @staticmethod callable
https://bugs.python.org/issue43682 opened by vstinner

#43683: Handle generator (and coroutine) state in the bytecode.
https://bugs.python.org/issue43683 opened by Mark.Shannon

#43684: Add combined opcodes
https://bugs.python.org/issue43684 opened by gvanrossum

#43686: re.match appears to hang with certain combinations of pattern
https://bugs.python.org/issue43686 opened by alegrigoriev

#43688: [C API] Support the limited C API in debug mode (Py_INCREF and
https://bugs.python.org/issue43688 opened by vstinner

#43689: difflib: mention other "problematic" characters in documentati
https://bugs.python.org/issue43689 opened by jugmac00

#43693: Logically merge cell and locals array. They are already contig
https://bugs.python.org/issue43693 opened by Mark.Shannon

#43696: High cpu usage using asyncio streams
https://bugs.python.org/issue43696 opened by romikforest

#43697: Importlib documentation does not cover how meta path finders s
https://bugs.python.org/issue43697 opened by paul.moore

#43698: Use syntactically correct examples on abc package page
https://bugs.python.org/issue43698 opened by Vladimir Ryabtsev

#43699: ERROR: Could not find a version that satisfies the requirement
https://bugs.python.org/issue43699 opened by andre_luis

#43701: Add this optionality
https://bugs.python.org/issue43701 opened by mablue

#43702: [Windows] correctly sort and remove duplicates in _winapi gete
https://bugs.python.org/issue43702 opened by eryksun

#43703: xml.etree parser does not accept valid control characters
https://bugs.python.org/issue43703 opened by Romuald

#43704: ShareableList() raises TypeError when passing "name" keyword
https://bugs.python.org/issue43704 opened by steve.newcomb

#43705: [docs] Document that SyntaxError's offsets are 1-indexed
https://bugs.python.org/issue43705 opened by ammar2

#43706: enumerate() instantiation time reducing by using PEP 590 vecto
https://bugs.python.org/issue43706 opened by corona10

#43707: onerror in tempfile has an invalid raise expression
https://bugs.python.org/issue43707 opened by max-sixty



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

#43707: onerror in tempfile has an invalid raise expression
https://bugs.python.org/issue43707

#43706: enumerate() instantiation time reducing by using PEP 590 vecto
https://bugs.python.org/issue43706

#43705: [docs] Document that SyntaxError's offsets are 1-indexed
https://bugs.python.org/issue43705

#43704: ShareableList() raises TypeError when passing "name" keyword
https://bugs.python.org/issue43704

#43702: [Windows] correctly sort and remove duplicates in _winapi gete
https://bugs.python.org/issue43702

#43701: Add this optionality
https://bugs.python.org/issue43701

#43698: Use syntactically correct examples on abc package page
https://bugs.python.org/issue43698

#43696: High cpu usage using asyncio streams
https://bugs.python.org/issue43696

#43689: difflib: mention other "problematic" characters in documentati
https://bugs.python.org/issue43689

#43683: Handle generator (and coroutine) state in the bytecode.
https://bugs.python.org/issue43683

#43679: ttk.Sizegrip disappears under Windows 10 UI Scaling, with dpiA
https://bugs.python.org/issue43679

#43678: TypeError: get() got an unexpected keyword argument 'vars'
https://bugs.python.org/issue43678

#43676: Doctest ELLIPSIS explanation hard to follow when they're missi
https://bugs.python.org/issue43676

#43672: Raise ImportWarning when calling find_loader()
https://bugs.python.org/issue43672

#43669: PEP 644: Require OpenSSL 1.1.1 or newer
https://bugs.python.org/issue43669



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

#43706: enumerate() instantiation time reducing by using PEP 590 vecto
https://bugs.python.org/issue43706

#43705: [docs] Document that SyntaxError's offsets are 1-indexed
https://bugs.python.org/issue43705

#43693: Logically merge cell and locals array. They are already contig
https://bugs.python.org/issue43693

#43688: [C API] Support the limited C API in debug mode (Py_INCREF and
https://bugs.python.org/issue43688

#43684: Add combined opcodes
https://bugs.python.org/issue43684

#43683: Handle generator (and coroutine) state in the bytecode.
https://bugs.python.org/issue43683

#43682: Make static methods created by @staticmethod callable
https://bugs.python.org/issue43682

#43680: Remove undocumented io.OpenWrapper and _pyio.OpenWrapper
https://bugs.python.org/issue43680

#43672: Raise ImportWarning when calling find_loader()
https://bugs.python.org/issue43672

#43669: PEP 644: Require OpenSSL 1.1.1 or newer
https://bugs.python.org/issue43669

#43667: Solaris: Fix broken Unicode encoding in non-UTF locales
https://bugs.python.org/issue43667

#43666: AIX: Lib/_aix_support.py may break in a WPAR environment
https://bugs.python.org/issue43666

#43659: AIX: test_curses crashes buildbot
https://bugs.python.org/issue43659

#43656: StackSummary.format fails if str(value) fails
https://bugs.python.org/issue43656

#43655: Tkinter: Not setting _NET_WM_WINDOW_TYPE on FileDialog
https://bugs.python.org/issue43655



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

#43567: regen.vcxproj cannot regenerate some necessary files
https://bugs.python.org/issue43567 19 msgs

#43636: test_descr fails randomly when executed with -R :
https://bugs.python.org/issue43636 12 msgs

#43510: PEP 597: Implemente encoding="locale" option and EncodingWarni
https://bugs.python.org/issue43510 10 msgs

#43659: AIX: test_curses crashes buildbot
https://bugs.python.org/issue43659 10 msgs

#43688: [C API] Support the limited C API in debug mode (Py_INCREF and
https://bugs.python.org/issue43688 10 msgs

#43624: Add underscore as a decimal separator for string formatting
https://bugs.python.org/issue43624 9 msgs

#43682: Make static methods created by @staticmethod callable
https://bugs.python.org/issue43682 8 msgs

#43605: Eval/exec and comprehension scopes unclear in documentation
https://bugs.python.org/issue43605 7 msgs

#27129: Wordcode, part 2
https://bugs.python.org/issue27129 6 msgs

#37773: ValueError: I/O operation on closed file. in ZipFile destructo
https://bugs.python.org/issue37773 6 msgs



Issues closed (63)
==================

#24160: Pdb sometimes raises exception when trying to remove a breakpo
https://bugs.python.org/issue24160 closed by iritkatriel

#25643: Python tokenizer rewriting
https://bugs.python.org/issue25643 closed by pablogsal

#26053: regression in pdb output between 2.7 and 3.5
https://bugs.python.org/issue26053 closed by iritkatriel

#26300: "unpacked" bytecode
https://bugs.python.org/issue26300 closed by Mark.Shannon

#29505: Submit the re, json, csv, & struct modules to oss-fuzz testing
https://bugs.python.org/issue29505 closed by ammar2

#32408: Performance regression in urllib.proxy_bypass_environment
https://bugs.python.org/issue32408 closed by xiang.zhang

#32671: redesign Windows os.getlogin, and add os.getuser
https://bugs.python.org/issue32671 closed by eryksun

#33757: Failed separate test_pdb_next_command_in_generator_for_loop in
https://bugs.python.org/issue33757 closed by iritkatriel

#35440: Setup failed 0x80072f7d - Unspecified error
https://bugs.python.org/issue35440 closed by eryksun

#35930: Raising an exception raised in a "future" instance will create
https://bugs.python.org/issue35930 closed by jcea

#36319: Erro 0xC0000374 on windows 10
https://bugs.python.org/issue36319 closed by eryksun

#36792: [Windows] time: crash on formatting time with de_DE locale
https://bugs.python.org/issue36792 closed by eryksun

#37448: obmalloc: radix tree for tracking arena address ranges
https://bugs.python.org/issue37448 closed by nascheme

#37945: [Windows] test_locale.TestMiscellaneous.test_getsetlocale_issu
https://bugs.python.org/issue37945 closed by vstinner

#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794 closed by christian.heimes

#39231: Mistaken notion in tutorial
https://bugs.python.org/issue39231 closed by terry.reedy

#39369: Doc: Update mmap readline method documentation
https://bugs.python.org/issue39369 closed by iritkatriel

#40012: Avoid Python 2 documentation to appear in Web search results
https://bugs.python.org/issue40012 closed by ammar2

#40705: use-after-free in _zoneinfo.c's module_free function
https://bugs.python.org/issue40705 closed by ammar2

#40932: subprocess docs should warn of shlex use on Windows
https://bugs.python.org/issue40932 closed by ammar2

#41283: The parameter name for imghdr.what in the documentation is wro
https://bugs.python.org/issue41283 closed by ammar2

#41369: Update to libmpdec-2.5.1
https://bugs.python.org/issue41369 closed by pitrou

#41638: Error message: sqlite3.ProgrammingError: You did not supply a
https://bugs.python.org/issue41638 closed by serhiy.storchaka

#41670: ceval traces code differently with USE_COMPUTED_GOTOS
https://bugs.python.org/issue41670 closed by ammar2

#42041: venv subprocess call to python resolves to wrong interpreter
https://bugs.python.org/issue42041 closed by eryksun

#42134: Raise ImportWarning when falling back to find_module()
https://bugs.python.org/issue42134 closed by brett.cannon

#42136: [importlib] deprecate module_repr() methods
https://bugs.python.org/issue42136 closed by brett.cannon

#42225: Tkinter hangs or crashes when displaying astral chars
https://bugs.python.org/issue42225 closed by terry.reedy

#42855: pathlib.exists on Windows raises an exception on URL like/bad
https://bugs.python.org/issue42855 closed by eryksun

#42988: [security] CVE-2021-3426: Information disclosure via pydoc -p:
https://bugs.python.org/issue42988 closed by vstinner

#43125: Trying To Concatenate Bytes and String in SMTPLIB
https://bugs.python.org/issue43125 closed by corona10

#43330: xmlrpc.Server URI query and fragment are discarded from HTTP q
https://bugs.python.org/issue43330 closed by Julien Castiaux

#43433: xmlrpc.client ignores query in URI ("?action=xmlrpc2") since p
https://bugs.python.org/issue43433 closed by vstinner

#43466: ssl/hashlib: Add configure option to set or auto-detect rpath
https://bugs.python.org/issue43466 closed by christian.heimes

#43562: test_ssl.NetworkedTests.test_timeout_connect_ex fails if netwo
https://bugs.python.org/issue43562 closed by vstinner

#43576: python3.6.4 os.environ error when write chinese to file
https://bugs.python.org/issue43576 closed by vstinner

#43609: ast.unparse-ing a FunctionType gives ambiguous result
https://bugs.python.org/issue43609 closed by BTaskaya

#43617: Missing definition in configure.ac causing autoreconf to creat
https://bugs.python.org/issue43617 closed by christian.heimes

#43631: Update to OpenSSL 1.1.1k
https://bugs.python.org/issue43631 closed by christian.heimes

#43637: winreg: SetValueEx leaks memory if PySys_Audit fails
https://bugs.python.org/issue43637 closed by corona10

#43644: importlib.resources.as_file undocumented
https://bugs.python.org/issue43644 closed by jaraco

#43645: xmlrpc.client.ServerProxy silently drops query string from URI
https://bugs.python.org/issue43645 closed by serhiy.storchaka

#43647: Sudden crash displaying certain characters in tk widget
https://bugs.python.org/issue43647 closed by terry.reedy

#43648: Remove redundant datefmt option in logging file config
https://bugs.python.org/issue43648 closed by vinay.sajip

#43653: Typo in the random.shuffle docs
https://bugs.python.org/issue43653 closed by Akarys

#43657: shutil.rmtree fails on readonly files in Windows, onerror not
https://bugs.python.org/issue43657 closed by homerun4711

#43660: Segmentation fault when overriding sys.stderr
https://bugs.python.org/issue43660 closed by pablogsal

#43662: test_tools: test_reindent_file_with_bad_encoding() fails RHEL7
https://bugs.python.org/issue43662 closed by vstinner

#43665: AIX: test_importlib regression (ENV change)
https://bugs.python.org/issue43665 closed by vstinner

#43670: Typo in 3.10 changelog
https://bugs.python.org/issue43670 closed by methane

#43673: Missing stub for logging attribute manager
https://bugs.python.org/issue43673 closed by wdwilcox

#43674: strange effect at recursion limit
https://bugs.python.org/issue43674 closed by eryksun

#43675: test
https://bugs.python.org/issue43675 closed by eric.smith

#43677: Descriptor.rst - Reference to Py_MethodType is not up to date
https://bugs.python.org/issue43677 closed by rhettinger

#43685: __call__ not being called on metaclass
https://bugs.python.org/issue43685 closed by joel.larose

#43687: use unicode_state empty string before unicode_init. without de
https://bugs.python.org/issue43687 closed by vstinner

#43690: [C API] stable_abi.py script must not include PyType_HasFeatur
https://bugs.python.org/issue43690 closed by vstinner

#43691: Comparison of OrderedDict() and dict()
https://bugs.python.org/issue43691 closed by rhettinger

#43692: Raise SyntaxError on implicit string concatentation in list
https://bugs.python.org/issue43692 closed by carsten.docktor

#43694: Tkinter scaling does not work on some linux systems
https://bugs.python.org/issue43694 closed by serhiy.storchaka

#43695: Improve `=` in f-strings
https://bugs.python.org/issue43695 closed by eric.smith

#43700: Replace Zulip badge with Discourse badge in README
https://bugs.python.org/issue43700 closed by zach.ware

#1634034: Show "expected" token on syntax error
https://bugs.python.org/issue1634034 closed by pablogsal
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-04-02 - 2021-04-09)
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 7524 (+19)
closed 48008 (+70)
total 55532 (+89)

Open issues with patches: 2999


Issues opened (60)
==================

#24160: Pdb sometimes raises exception when trying to remove a breakpo
https://bugs.python.org/issue24160 reopened by pablogsal

#39899: `pathlib.Path.expanduser()` does not call `os.path.expanduser(
https://bugs.python.org/issue39899 reopened by steve.dower

#43708: Tkinter theme settings object schema is missing
https://bugs.python.org/issue43708 opened by WHK102

#43712: PEP 597: fileinput uses locale encoding
https://bugs.python.org/issue43712 opened by methane

#43714: re.split(), re.sub(): '\Z' must consume end of string if it ma
https://bugs.python.org/issue43714 opened by alegrigoriev

#43715: curses inch() and scrbkgd() documentation ommissions
https://bugs.python.org/issue43715 opened by pjfarleyiii

#43717: Confusing OSError on HTTP CONNECT failure
https://bugs.python.org/issue43717 opened by michael-o

#43718: HTTP CONNECT response not subject to debug level
https://bugs.python.org/issue43718 opened by michael-o

#43721: Documentation of property.{getter,setter,deleter} fails to men
https://bugs.python.org/issue43721 opened by Antony.Lee

#43722: PEP 597: FileCookieJar uses locale encoding
https://bugs.python.org/issue43722 opened by methane

#43723: Deprecate camelCase aliases from threading.py
https://bugs.python.org/issue43723 opened by Jelle Zijlstra

#43725: Create a release branch ABI stability regression test
https://bugs.python.org/issue43725 opened by gregory.p.smith

#43727: futures cancelled by ThreadPoolExecutor.shutdown() not yielded
https://bugs.python.org/issue43727 opened by bigbenhur

#43731: PEP 597: logging.fileConfig() uses locale encoding.
https://bugs.python.org/issue43731 opened by methane

#43732: PEP 597: mailcap uses locale encoding
https://bugs.python.org/issue43732 opened by methane

#43733: PEP 597: netrc uses locale encoding.
https://bugs.python.org/issue43733 opened by methane

#43735: PEP 597: os.popen() and pipes uses locale encoding
https://bugs.python.org/issue43735 opened by methane

#43737: Documentation of modulo operator should document behaviour cle
https://bugs.python.org/issue43737 opened by anthony-flury

#43738: Clarify public name of curses.window
https://bugs.python.org/issue43738 opened by rmccampbell7

#43739: Fixing the example code in Doc/extending/extending.rst to decl
https://bugs.python.org/issue43739 opened by shreyanavigyan

#43740: Long paths in imp.load_dynamic() lead to segfault
https://bugs.python.org/issue43740 opened by xxm

#43741: http.client leaks from self.fp.read()
https://bugs.python.org/issue43741 opened by HynekPetrak

#43742: tcp_echo_client in asyncio streams example does not work. Hang
https://bugs.python.org/issue43742 opened by jcolo

#43743: BlockingIOError: [Errno 11] Resource temporarily unavailable:
https://bugs.python.org/issue43743 opened by p.conesa.mingo

#43744: enum: Adding a member named _classname__ raises IndexError
https://bugs.python.org/issue43744 opened by smurfix

#43749: venv module does not copy the correct python exe
https://bugs.python.org/issue43749 opened by Ian Norton

#43750: Undefined constant PACKET_MULTIHOST referred to in package soc
https://bugs.python.org/issue43750 opened by Tom Cook

#43751: await anext() returns None when default is given
https://bugs.python.org/issue43751 opened by pewscorner

#43752: [sqlite3] Fetching an empty value from date column raises Valu
https://bugs.python.org/issue43752 opened by felixxm

#43753: [C API] Add Py_Is(x, y) and Py_IsNone(x) functions
https://bugs.python.org/issue43753 opened by vstinner

#43754: Eliminate bindings for partial pattern matches
https://bugs.python.org/issue43754 opened by brandtbucher

#43756: About updating audit events when function gains new arguments
https://bugs.python.org/issue43756 opened by gousaiyang

#43757: pathlib: move 'resolve()' logic out of path flavour
https://bugs.python.org/issue43757 opened by barneygale

#43758: dict.config TimedRotatingFileHandler filename .suffix does not
https://bugs.python.org/issue43758 opened by tea940314

#43760: The DISPATCH() macro is not as efficient as it could be.
https://bugs.python.org/issue43760 opened by Mark.Shannon

#43761: Documenting dataclass and namedtuple changes for structural pa
https://bugs.python.org/issue43761 opened by freundTech

#43762: Add audit events for loading of sqlite3 extensions
https://bugs.python.org/issue43762 opened by erlendaasland

#43763: [sqlite3] Use SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION iso. sqlit
https://bugs.python.org/issue43763 opened by erlendaasland

#43766: Implement PEP 647 (User-Defined Type Guards) in typing.py
https://bugs.python.org/issue43766 opened by kj

#43768: Possible race condition on multiprocessing.Manager().dict() on
https://bugs.python.org/issue43768 opened by jerryc05

#43770: Rework C types initialization
https://bugs.python.org/issue43770 opened by vstinner

#43772: Minor repr error in typing.TypeVar.__ror__()
https://bugs.python.org/issue43772 opened by larry

#43774: [Doc] Document configure options in the Python documentation
https://bugs.python.org/issue43774 opened by vstinner

#43776: Popen with shell=True yield mangled repr output
https://bugs.python.org/issue43776 opened by mkocher

#43777: Remove description of "pip search" command from tutorial
https://bugs.python.org/issue43777 opened by bkline

#43780: Sync importlib_metadata enhancements through 3.10.
https://bugs.python.org/issue43780 opened by jaraco

#43781: SIGSEGV when replacing _multiprocessing.SemLock at runtime
https://bugs.python.org/issue43781 opened by sternj

#43782: Failure to build from source on ppc64le on ubuntu xenial
https://bugs.python.org/issue43782 opened by Anthony Sottile

#43783: Make ParamSpec.args/kwargs more useful objects
https://bugs.python.org/issue43783 opened by Jelle Zijlstra

#43784: starting a thread in __del__ hangs at interpreter shutdown
https://bugs.python.org/issue43784 opened by sylikc

#43785: Remove RLock from BZ2File
https://bugs.python.org/issue43785 opened by methane

#43787: Optimize BZ2File, GzipFile, and LZMAFile __iter__ method.
https://bugs.python.org/issue43787 opened by methane

#43789: OpenSSL 3.0.0: password callback called multiple times
https://bugs.python.org/issue43789 opened by christian.heimes

#43790: CLA check fails with a 500 error
https://bugs.python.org/issue43790 opened by bkline

#43791: OpenSSL 3.0.0: TLS 1.0 / 1.1 connections fail with TLSV1_ALERT
https://bugs.python.org/issue43791 opened by christian.heimes

#43792: Cython is not compatible with Python 3.10 yet: "SystemError: b
https://bugs.python.org/issue43792 opened by AMDmi3

#43793: [C API] Py_NewInterpreter() cannot be called from a thread whi
https://bugs.python.org/issue43793 opened by vstinner

#43794: OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_
https://bugs.python.org/issue43794 opened by christian.heimes

#43795: Implement PEP 652 -- Maintaining the Stable ABI
https://bugs.python.org/issue43795 opened by petr.viktorin

#43796: "install" package on PyPI
https://bugs.python.org/issue43796 opened by flamableconcrete



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

#43795: Implement PEP 652 -- Maintaining the Stable ABI
https://bugs.python.org/issue43795

#43793: [C API] Py_NewInterpreter() cannot be called from a thread whi
https://bugs.python.org/issue43793

#43787: Optimize BZ2File, GzipFile, and LZMAFile __iter__ method.
https://bugs.python.org/issue43787

#43783: Make ParamSpec.args/kwargs more useful objects
https://bugs.python.org/issue43783

#43780: Sync importlib_metadata enhancements through 3.10.
https://bugs.python.org/issue43780

#43768: Possible race condition on multiprocessing.Manager().dict() on
https://bugs.python.org/issue43768

#43762: Add audit events for loading of sqlite3 extensions
https://bugs.python.org/issue43762

#43758: dict.config TimedRotatingFileHandler filename .suffix does not
https://bugs.python.org/issue43758

#43757: pathlib: move 'resolve()' logic out of path flavour
https://bugs.python.org/issue43757

#43750: Undefined constant PACKET_MULTIHOST referred to in package soc
https://bugs.python.org/issue43750

#43744: enum: Adding a member named _classname__ raises IndexError
https://bugs.python.org/issue43744

#43743: BlockingIOError: [Errno 11] Resource temporarily unavailable:
https://bugs.python.org/issue43743

#43742: tcp_echo_client in asyncio streams example does not work. Hang
https://bugs.python.org/issue43742

#43740: Long paths in imp.load_dynamic() lead to segfault
https://bugs.python.org/issue43740

#43735: PEP 597: os.popen() and pipes uses locale encoding
https://bugs.python.org/issue43735



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

#43795: Implement PEP 652 -- Maintaining the Stable ABI
https://bugs.python.org/issue43795

#43794: OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_
https://bugs.python.org/issue43794

#43791: OpenSSL 3.0.0: TLS 1.0 / 1.1 connections fail with TLSV1_ALERT
https://bugs.python.org/issue43791

#43789: OpenSSL 3.0.0: password callback called multiple times
https://bugs.python.org/issue43789

#43785: Remove RLock from BZ2File
https://bugs.python.org/issue43785

#43783: Make ParamSpec.args/kwargs more useful objects
https://bugs.python.org/issue43783

#43780: Sync importlib_metadata enhancements through 3.10.
https://bugs.python.org/issue43780

#43777: Remove description of "pip search" command from tutorial
https://bugs.python.org/issue43777

#43774: [Doc] Document configure options in the Python documentation
https://bugs.python.org/issue43774

#43770: Rework C types initialization
https://bugs.python.org/issue43770

#43766: Implement PEP 647 (User-Defined Type Guards) in typing.py
https://bugs.python.org/issue43766

#43763: [sqlite3] Use SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION iso. sqlit
https://bugs.python.org/issue43763

#43762: Add audit events for loading of sqlite3 extensions
https://bugs.python.org/issue43762

#43760: The DISPATCH() macro is not as efficient as it could be.
https://bugs.python.org/issue43760

#43757: pathlib: move 'resolve()' logic out of path flavour
https://bugs.python.org/issue43757



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

#43725: Create a release branch ABI stability regression test
https://bugs.python.org/issue43725 18 msgs

#43753: [C API] Add Py_Is(x, y) and Py_IsNone(x) functions
https://bugs.python.org/issue43753 14 msgs

#43774: [Doc] Document configure options in the Python documentation
https://bugs.python.org/issue43774 10 msgs

#39899: `pathlib.Path.expanduser()` does not call `os.path.expanduser(
https://bugs.python.org/issue39899 9 msgs

#43651: PEP 597: Fix EncodingWarning warnings in the Python stdlib
https://bugs.python.org/issue43651 9 msgs

#43684: Add combined opcodes
https://bugs.python.org/issue43684 9 msgs

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

#43075: ReDoS in urllib.request
https://bugs.python.org/issue43075 6 msgs

#43689: difflib: mention other "problematic" characters in documentati
https://bugs.python.org/issue43689 6 msgs

#15443: datetime module has no support for nanoseconds
https://bugs.python.org/issue15443 5 msgs



Issues closed (65)
==================

#17306: Improve the way abstract base classes are shown in help()
https://bugs.python.org/issue17306 closed by rhettinger

#19080: Enrich SyntaxError with additional information
https://bugs.python.org/issue19080 closed by terry.reedy

#20503: super behaviour and abstract base classes (either implementati
https://bugs.python.org/issue20503 closed by rhettinger

#22538: turtledemo two_canvases reversion
https://bugs.python.org/issue22538 closed by terry.reedy

#23470: OpenBSD buildbot uses wrong stdlib
https://bugs.python.org/issue23470 closed by ned.deily

#27129: Wordcode, part 2
https://bugs.python.org/issue27129 closed by pablogsal

#31956: Add start and stop parameters to the array.index()
https://bugs.python.org/issue31956 closed by corona10

#36470: dataclasses.replace raises an exception if InitVar with defaul
https://bugs.python.org/issue36470 closed by eric.smith

#36865: FileInput does not allow 'rt' mode, but all its existing deleg
https://bugs.python.org/issue36865 closed by methane

#37712: Exception frames from unittest.TestCase.fail dependent on nest
https://bugs.python.org/issue37712 closed by iritkatriel

#39537: Change line number table format
https://bugs.python.org/issue39537 closed by Mark.Shannon

#39659: pathlib calls `os.getcwd()` without using accessor
https://bugs.python.org/issue39659 closed by steve.dower

#39895: `pathlib.Path.touch()` calls `os.close()` without using access
https://bugs.python.org/issue39895 closed by steve.dower

#39906: pathlib.Path: add `follow_symlinks` argument to `stat()` and `
https://bugs.python.org/issue39906 closed by steve.dower

#40038: pathlib: remove partial support for preserving accessor when m
https://bugs.python.org/issue40038 closed by steve.dower

#40066: Enum: modify __repr__, __str__; update docs
https://bugs.python.org/issue40066 closed by ethan.furman

#42135: [importlib] Deprecate find_module() & find_loader() mplementat
https://bugs.python.org/issue42135 closed by brett.cannon

#42247: unittest hides traceback frames in chained exceptions
https://bugs.python.org/issue42247 closed by iritkatriel

#42380: Build windows binaries with MS VS2019 16.8+ / MSVC 19.28+
https://bugs.python.org/issue42380 closed by steve.dower

#42899: Is it legal to eliminate tests of a value, when that test has
https://bugs.python.org/issue42899 closed by Mark.Shannon

#42999: `pathlib.Path.link_to()` documentation is misleading
https://bugs.python.org/issue42999 closed by steve.dower

#43084: curses.window.enclose() should return bool
https://bugs.python.org/issue43084 closed by serhiy.storchaka

#43087: ctypes documentation error
https://bugs.python.org/issue43087 closed by terry.reedy

#43164: test_nntplib.NetworkedNNTP_SSLTests fails on "AMD64 RHEL8 FIPS
https://bugs.python.org/issue43164 closed by cstratak

#43176: Dataclasses derived from empty frozen bases skip immutability
https://bugs.python.org/issue43176 closed by eric.smith

#43325: Documentation should warn that 'is' is not a safe comparison o
https://bugs.python.org/issue43325 closed by rhettinger

#43567: regen.vcxproj cannot regenerate some necessary files
https://bugs.python.org/issue43567 closed by steve.dower

#43661: api-ms-win-core-path-l1-1.0.dll, redux of 40740 (which has sin
https://bugs.python.org/issue43661 closed by eric.smith

#43671: segfault when using pygame for ~5 minutes
https://bugs.python.org/issue43671 closed by terry.reedy

#43672: Raise ImportWarning when calling find_loader()
https://bugs.python.org/issue43672 closed by brett.cannon

#43679: ttk.Sizegrip disappears under Windows 10 UI Scaling, with dpiA
https://bugs.python.org/issue43679 closed by terry.reedy

#43701: Add this optionality
https://bugs.python.org/issue43701 closed by ned.deily

#43705: [docs] Document that SyntaxError's offsets are 1-indexed
https://bugs.python.org/issue43705 closed by ammar2

#43707: onerror in tempfile has an invalid raise expression
https://bugs.python.org/issue43707 closed by max-sixty

#43709: Windows Tools\buildbot\clean.bat misses some needed pyc/pyo re
https://bugs.python.org/issue43709 closed by db3l

#43710: Access violations in C extension modules on Python 3.9.3
https://bugs.python.org/issue43710 closed by lukasz.langa

#43711: cgi.log() uses locale encoding
https://bugs.python.org/issue43711 closed by serhiy.storchaka

#43713: sorted() signature is not accurate in the documentation
https://bugs.python.org/issue43713 closed by rhettinger

#43716: curses.pair_number() function incorrect value under Windows
https://bugs.python.org/issue43716 closed by serhiy.storchaka

#43719: Master build failure on Windows getting file system encoding
https://bugs.python.org/issue43719 closed by pablogsal

#43720: Document various preexisting stdlib deprecations related to im
https://bugs.python.org/issue43720 closed by brett.cannon

#43724: macOS cannot compute sizeof (long double)
https://bugs.python.org/issue43724 closed by ned.deily

#43726: regex module fails with a quantified backref but succeeds with
https://bugs.python.org/issue43726 closed by Davidebyzero

#43728: Change the exception message raised when _curses is not found.
https://bugs.python.org/issue43728 closed by shreyanavigyan

#43729: Tutorial Documentation for 3.1.1. Numbers missing "result"
https://bugs.python.org/issue43729 closed by thomaspcavalli

#43730: Tutorial Documentation for 4.7.3.2. Positional-Only Parameters
https://bugs.python.org/issue43730 closed by serhiy.storchaka

#43734: PEP 597: pdb uses locale encoding for pdbrc file
https://bugs.python.org/issue43734 closed by serhiy.storchaka

#43736: asyncio create_task() odd behavior
https://bugs.python.org/issue43736 closed by zach.ware

#43745: ssl.OPENSSL_VERSION still reporting 1.1.1i on windows 3.8.9/3.
https://bugs.python.org/issue43745 closed by steve.dower

#43746: Weird typing annotation closure behavior
https://bugs.python.org/issue43746 closed by gvanrossum

#43747: Can't create new interpreter in multi thread
https://bugs.python.org/issue43747 closed by eric.smith

#43748: Inconsistent grammar in new error message (introduced in 3.10.
https://bugs.python.org/issue43748 closed by gvanrossum

#43755: lambda expression no longer valid at comp_if in Python 3.9
https://bugs.python.org/issue43755 closed by pablogsal

#43759: StreamHandler does not print to sys.stderr immediately
https://bugs.python.org/issue43759 closed by MunchDev

#43764: Turning off generation of __match_args__ for dataclasses
https://bugs.python.org/issue43764 closed by gvanrossum

#43765: Add support for the RFC5705 SSL_export_keying_material functio
https://bugs.python.org/issue43765 closed by wingel71

#43767: Compiler arning about 'Yield' macro redefinition on Windows
https://bugs.python.org/issue43767 closed by gvanrossum

#43769: ipaddress module takes bytes input as valid ip address
https://bugs.python.org/issue43769 closed by eric.smith

#43771: [Windows] stdin line buffer size
https://bugs.python.org/issue43771 closed by eryksun

#43773: macOS official installer builds not respecting DYLD_LIBRARY_PA
https://bugs.python.org/issue43773 closed by ned.deily

#43775: JSON Parsing Alarm: Requests + Json = JSONDecodeError
https://bugs.python.org/issue43775 closed by marikasakowa

#43778: [Doc] Doc/tools/extensions/glossary_search.py fails with FileN
https://bugs.python.org/issue43778 closed by vstinner

#43779: Fix possible parser/AST ref leaks
https://bugs.python.org/issue43779 closed by pablogsal

#43786: slice(None) is slice(None) is False
https://bugs.python.org/issue43786 closed by steven.daprano

#43788: OpenSSL 3.0.0: Make ssl_data.h version specific
https://bugs.python.org/issue43788 closed by christian.heimes
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/FBNUM7NRG42LJTSDDWCJWRTQCXNR5RW7/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-04-09 - 2021-04-16)
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 7522 ( -2)
closed 48086 (+78)
total 55608 (+76)

Open issues with patches: 2993


Issues opened (52)
==================

#37251: Mocking a MagicMock with a function spec results in an AsyncMo
https://bugs.python.org/issue37251 reopened by gregory.p.smith

#40066: Enum: modify __repr__, __str__; update docs
https://bugs.python.org/issue40066 reopened by ethan.furman

#40432: Pegen regenerate project for Windows not working
https://bugs.python.org/issue40432 reopened by pablogsal

#43764: Turning off generation of __match_args__ for dataclasses
https://bugs.python.org/issue43764 reopened by eric.smith

#43802: Seg fault on macOS using multiprocessing.JoinableQueue
https://bugs.python.org/issue43802 opened by jacobtylerwalls

#43803: ctypes string_at/wstring_at - bad argument name used in docs a
https://bugs.python.org/issue43803 opened by talhayon1

#43804: Add more info about building C/C++ Extensions on Windows using
https://bugs.python.org/issue43804 opened by shreyanavigyan

#43805: multiprocessing.Queue hangs when process on other side dies
https://bugs.python.org/issue43805 opened by kormang

#43806: asyncio.StreamReader hangs when reading from pipe and other pr
https://bugs.python.org/issue43806 opened by kormang

#43807: JSONDecodeError: Extra Data Raised on Long Valid JSON
https://bugs.python.org/issue43807 opened by UnknownRetiredGuy

#43811: Run GHA CI with multiple OpenSSL versions
https://bugs.python.org/issue43811 opened by christian.heimes

#43813: Denial of service on http.server module with large request met
https://bugs.python.org/issue43813 opened by demonia

#43814: Fix the error message for disallowed __weakref__ slots
https://bugs.python.org/issue43814 opened by maggyero

#43815: documentation for types.new_class() mention misleading default
https://bugs.python.org/issue43815 opened by eric.smith

#43817: Add typing.get_annotations()
https://bugs.python.org/issue43817 opened by larry

#43818: Email does not apply policy to multipart messages with defects
https://bugs.python.org/issue43818 opened by jishac

#43819: ExtensionFileLoader Does Not Implement invalidate_caches
https://bugs.python.org/issue43819 opened by Ian.H

#43821: Undocumented behavior of sleep functions and asyncio delayed e
https://bugs.python.org/issue43821 opened by Josef Havr??nek

#43826: Resource warnings in test_subprocess
https://bugs.python.org/issue43826 opened by xtreak

#43827: abc conflicts with __init_subclass__
https://bugs.python.org/issue43827 opened by vladhoi

#43829: MappingProxyType cannot hash a hashable underlying mapping
https://bugs.python.org/issue43829 opened by andymaier

#43832: asyncio + multiprocessing = core dump in sem_trywait
https://bugs.python.org/issue43832 opened by Andrei Pozolotin

#43833: Unexpected Parsing of Numeric Literals Concatenated with Boole
https://bugs.python.org/issue43833 opened by sco1

#43834: Use context manager in StringIO example
https://bugs.python.org/issue43834 opened by John Hagen

#43835: Dataclasses don't call base class __init__
https://bugs.python.org/issue43835 opened by Paul Pinterits

#43837: Operator precedence documentation could be more clear
https://bugs.python.org/issue43837 opened by aidan.feldman

#43838: There is a way to access an underlying mapping in MappingProxy
https://bugs.python.org/issue43838 opened by serhiy.storchaka

#43843: libregrtest: mark a test as failed if a thread logs an unexpec
https://bugs.python.org/issue43843 opened by vstinner

#43845: test_concurrent_futures leaks many dangling threads on FreeBSD
https://bugs.python.org/issue43845 opened by vstinner

#43846: Control stack usage in large expressions
https://bugs.python.org/issue43846 opened by Mark.Shannon

#43847: [Windows] ntpath.realpath() of bytes root directory may raise
https://bugs.python.org/issue43847 opened by 9001

#43848: gzip.py: explain optional argument mtime
https://bugs.python.org/issue43848 opened by jwuttke

#43851: Optimise SQLite builds on macOS and Windows
https://bugs.python.org/issue43851 opened by erlendaasland

#43852: [sqlite3] Improve tuple creation
https://bugs.python.org/issue43852 opened by erlendaasland

#43853: [sqlite3] Fix sqlite3_value_text() usage
https://bugs.python.org/issue43853 opened by erlendaasland

#43854: curses: returns incorrect chars after resuming a suspended pro
https://bugs.python.org/issue43854 opened by darrikonn

#43855: test_ssl: test_msg_callback_deadlock_bpo43577() failed on macO
https://bugs.python.org/issue43855 opened by vstinner

#43856: Docs for importlib.metadata should mention Python version
https://bugs.python.org/issue43856 opened by pitrou

#43857: Fix the AttributeError message for deletion of a missing attri
https://bugs.python.org/issue43857 opened by maggyero

#43858: Provide method to get list of logging level names
https://bugs.python.org/issue43858 opened by andylowry

#43859: Improve syntax error for indentation errors
https://bugs.python.org/issue43859 opened by pablogsal

#43860: unittest increment tests executed
https://bugs.python.org/issue43860 opened by chelmite

#43861: A potential double free in list_sort_impl
https://bugs.python.org/issue43861 opened by Yunlongs

#43862: warnings: -W option and PYTHONWARNINGS now use the message as
https://bugs.python.org/issue43862 opened by vstinner

#43863: [Windows] test_distutils logs: DeprecationWarning: bdist_msi
https://bugs.python.org/issue43863 opened by vstinner

#43864: [Windows] test_importlib logs: DeprecationWarning: WindowsRegi
https://bugs.python.org/issue43864 opened by vstinner

#43866: Installation files of the Python
https://bugs.python.org/issue43866 opened by xmha97

#43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list
https://bugs.python.org/issue43868 opened by petr.viktorin

#43869: Fix documentation of epoch/time.time
https://bugs.python.org/issue43869 opened by Ofekmeister

#43870: C API Functions Bypass __import__ Override
https://bugs.python.org/issue43870 opened by Ian.H

#43871: urllib.parse.urlparse doesn't check port
https://bugs.python.org/issue43871 opened by palik

#43872: Unable to compile cpython in Visual Studio 2019
https://bugs.python.org/issue43872 opened by shreyanavigyan



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

#43870: C API Functions Bypass __import__ Override
https://bugs.python.org/issue43870

#43864: [Windows] test_importlib logs: DeprecationWarning: WindowsRegi
https://bugs.python.org/issue43864

#43863: [Windows] test_distutils logs: DeprecationWarning: bdist_msi
https://bugs.python.org/issue43863

#43861: A potential double free in list_sort_impl
https://bugs.python.org/issue43861

#43859: Improve syntax error for indentation errors
https://bugs.python.org/issue43859

#43857: Fix the AttributeError message for deletion of a missing attri
https://bugs.python.org/issue43857

#43855: test_ssl: test_msg_callback_deadlock_bpo43577() failed on macO
https://bugs.python.org/issue43855

#43853: [sqlite3] Fix sqlite3_value_text() usage
https://bugs.python.org/issue43853

#43848: gzip.py: explain optional argument mtime
https://bugs.python.org/issue43848

#43838: There is a way to access an underlying mapping in MappingProxy
https://bugs.python.org/issue43838

#43834: Use context manager in StringIO example
https://bugs.python.org/issue43834

#43832: asyncio + multiprocessing = core dump in sem_trywait
https://bugs.python.org/issue43832

#43827: abc conflicts with __init_subclass__
https://bugs.python.org/issue43827

#43826: Resource warnings in test_subprocess
https://bugs.python.org/issue43826

#43821: Undocumented behavior of sleep functions and asyncio delayed e
https://bugs.python.org/issue43821



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

#43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list
https://bugs.python.org/issue43868

#43862: warnings: -W option and PYTHONWARNINGS now use the message as
https://bugs.python.org/issue43862

#43859: Improve syntax error for indentation errors
https://bugs.python.org/issue43859

#43857: Fix the AttributeError message for deletion of a missing attri
https://bugs.python.org/issue43857

#43856: Docs for importlib.metadata should mention Python version
https://bugs.python.org/issue43856

#43853: [sqlite3] Fix sqlite3_value_text() usage
https://bugs.python.org/issue43853

#43852: [sqlite3] Improve tuple creation
https://bugs.python.org/issue43852

#43851: Optimise SQLite builds on macOS and Windows
https://bugs.python.org/issue43851

#43848: gzip.py: explain optional argument mtime
https://bugs.python.org/issue43848

#43846: Control stack usage in large expressions
https://bugs.python.org/issue43846

#43843: libregrtest: mark a test as failed if a thread logs an unexpec
https://bugs.python.org/issue43843

#43834: Use context manager in StringIO example
https://bugs.python.org/issue43834

#43827: abc conflicts with __init_subclass__
https://bugs.python.org/issue43827

#43826: Resource warnings in test_subprocess
https://bugs.python.org/issue43826

#43814: Fix the error message for disallowed __weakref__ slots
https://bugs.python.org/issue43814



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

#43833: Unexpected Parsing of Numeric Literals Concatenated with Boole
https://bugs.python.org/issue43833 15 msgs

#43725: Create a release branch ABI stability regression test
https://bugs.python.org/issue43725 12 msgs

#14243: tempfile.NamedTemporaryFile not particularly useful on Windows
https://bugs.python.org/issue14243 11 msgs

#43817: Add typing.get_annotations()
https://bugs.python.org/issue43817 10 msgs

#42238: Deprecate suspicious.py?
https://bugs.python.org/issue42238 9 msgs

#43803: ctypes string_at/wstring_at - bad argument name used in docs a
https://bugs.python.org/issue43803 9 msgs

#40137: TODO list when PEP 573 "Module State Access from C Extension M
https://bugs.python.org/issue40137 8 msgs

#43761: Documenting dataclass and namedtuple changes for structural pa
https://bugs.python.org/issue43761 8 msgs

#43835: Dataclasses don't call base class __init__
https://bugs.python.org/issue43835 8 msgs

#35056: Test leaks of memory not managed by Python allocator
https://bugs.python.org/issue35056 6 msgs



Issues closed (78)
==================

#5758: fileinput.hook_compressed returning bytes from gz file
https://bugs.python.org/issue5758 closed by methane

#14811: decoding_fgets() truncates long lines and fails with a SyntaxE
https://bugs.python.org/issue14811 closed by vstinner

#20364: Rename & explain sqlite3.Cursor.execute 'parameters' param
https://bugs.python.org/issue20364 closed by berker.peksag

#32466: Fix missing test coverage for fractions.Fraction.__new__
https://bugs.python.org/issue32466 closed by mark.dickinson

#34311: locale.format() and locale.format_string() cast Decimals to fl
https://bugs.python.org/issue34311 closed by matrixise

#37741: importlib.metadata docs not showing up in the module index
https://bugs.python.org/issue37741 closed by barry

#38530: Offer suggestions on AttributeError and NameError
https://bugs.python.org/issue38530 closed by pablogsal

#39774: Missing documentation on how to make package executable as scr
https://bugs.python.org/issue39774 closed by igo95862

#40006: enum: Add documentation for _create_pseudo_member_ and composi
https://bugs.python.org/issue40006 closed by ethan.furman

#40107: pathlib: make `_Accessor.open()` return a file object and not
https://bugs.python.org/issue40107 closed by steve.dower

#40701: tempfile mixes str and bytes in an inconsistent manner
https://bugs.python.org/issue40701 closed by lukasz.langa

#40804: Bug report in python3.6.8 using argparse module
https://bugs.python.org/issue40804 closed by iritkatriel

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

#41163: test_weakref hangs
https://bugs.python.org/issue41163 closed by iritkatriel

#41506: Inclusion or documentation of extended with syntax in 3.9
https://bugs.python.org/issue41506 closed by pablogsal

#41515: typing.get_type_hints generates KeyError
https://bugs.python.org/issue41515 closed by vstinner

#41661: os.path.relpath does not document ValueError on Windows with d
https://bugs.python.org/issue41661 closed by steve.dower

#42124: FAIL test_asyncio test_sendfile_close_peer_in_the_middle_of_re
https://bugs.python.org/issue42124 closed by vstinner

#42152: Use PyDict_Contains() and PyDict_SetDefault() instead of PyDic
https://bugs.python.org/issue42152 closed by serhiy.storchaka

#42248: Raised exception in Enum keeping user objects alive unnecessar
https://bugs.python.org/issue42248 closed by ethan.furman

#42578: Add tip when encountering UnicodeDecode/EncodeError in open()
https://bugs.python.org/issue42578 closed by methane

#42904: get_type_hints does not provide localns for classes
https://bugs.python.org/issue42904 closed by kj

#43080: pprint for dataclass instances
https://bugs.python.org/issue43080 closed by eric.smith

#43105: [Windows] Can't import extension modules resolved via relative
https://bugs.python.org/issue43105 closed by steve.dower

#43265: [sqlite3] Improve backup error handling
https://bugs.python.org/issue43265 closed by berker.peksag

#43296: [sqlite3] Fix sqlite3_value_blob() usage
https://bugs.python.org/issue43296 closed by berker.peksag

#43351: `RecursionError` during deallocation
https://bugs.python.org/issue43351 closed by andrewvaughanj

#43426: test_importlib.test_windows emits deprecation warning over usa
https://bugs.python.org/issue43426 closed by vstinner

#43505: [sqlite3] Explicitly initialise and shut down sqlite3
https://bugs.python.org/issue43505 closed by berker.peksag

#43539: test_asyncio: test_sendfile_close_peer_in_the_middle_of_receiv
https://bugs.python.org/issue43539 closed by vstinner

#43680: Deprecate undocumented io.OpenWrapper and _pyio.OpenWrapper
https://bugs.python.org/issue43680 closed by vstinner

#43682: Make static methods created by @staticmethod callable
https://bugs.python.org/issue43682 closed by vstinner

#43686: re.match appears to hang with certain combinations of pattern
https://bugs.python.org/issue43686 closed by gregory.p.smith

#43708: Tkinter theme settings object schema is missing
https://bugs.python.org/issue43708 closed by terry.reedy

#43712: PEP 597: fileinput uses locale encoding
https://bugs.python.org/issue43712 closed by methane

#43723: Deprecate camelCase aliases from threading.py
https://bugs.python.org/issue43723 closed by vstinner

#43731: PEP 597: logging.fileConfig() uses locale encoding.
https://bugs.python.org/issue43731 closed by methane

#43739: Fixing the example code in Doc/extending/extending.rst to decl
https://bugs.python.org/issue43739 closed by rhettinger

#43744: enum: Adding a member named _classname__ raises IndexError
https://bugs.python.org/issue43744 closed by ethan.furman

#43751: await anext() returns None when default is given
https://bugs.python.org/issue43751 closed by pablogsal

#43752: [sqlite3] Fetching an empty value from date column raises Valu
https://bugs.python.org/issue43752 closed by berker.peksag

#43772: Minor repr error in typing.TypeVar.__ror__()
https://bugs.python.org/issue43772 closed by gvanrossum

#43777: Remove description of "pip search" command from tutorial
https://bugs.python.org/issue43777 closed by methane

#43782: Failure to build from source on ppc64le on ubuntu xenial
https://bugs.python.org/issue43782 closed by zach.ware

#43783: Make ParamSpec.args/kwargs more useful objects
https://bugs.python.org/issue43783 closed by gvanrossum

#43785: Remove RLock from BZ2File
https://bugs.python.org/issue43785 closed by methane

#43787: Optimize BZ2File, GzipFile, and LZMAFile __iter__ method.
https://bugs.python.org/issue43787 closed by methane

#43790: CLA check fails with a 500 error
https://bugs.python.org/issue43790 closed by Mariatta

#43792: Cython is not compatible with Python 3.10 yet: "SystemError: b
https://bugs.python.org/issue43792 closed by vstinner

#43796: "install" package on PyPI
https://bugs.python.org/issue43796 closed by terry.reedy

#43797: Improve syntax error for invalid comparisons
https://bugs.python.org/issue43797 closed by pablogsal

#43798: Add position metadata to alias AST type
https://bugs.python.org/issue43798 closed by lys.nikolaou

#43799: OpenSSL 3.0.0: define OPENSSL_API_COMPAT 1.1.1
https://bugs.python.org/issue43799 closed by christian.heimes

#43800: os.fwalk is not exposed on macOS
https://bugs.python.org/issue43800 closed by ned.deily

#43801: Carriage Return problem in version v3.9.0:9cf6752
https://bugs.python.org/issue43801 closed by steven.daprano

#43808: Add .isfloat() method to str
https://bugs.python.org/issue43808 closed by gregory.p.smith

#43809: Improve mismatching parentheses error
https://bugs.python.org/issue43809 closed by pablogsal

#43810: os.path.abspath returns invalid path (resolves symbolic link)
https://bugs.python.org/issue43810 closed by eryksun

#43812: Tuple unpacking in getitem
https://bugs.python.org/issue43812 closed by pablogsal

#43816: Missing 'extern "C"' for _Py_ctype_table
https://bugs.python.org/issue43816 closed by vstinner

#43820: Remove namespace copy from dataclasses.make_dataclass()
https://bugs.python.org/issue43820 closed by eric.smith

#43822: Improve syntax errors for missing commas
https://bugs.python.org/issue43822 closed by pablogsal

#43823: Improve syntax errors for invalid dictionary literals
https://bugs.python.org/issue43823 closed by pablogsal

#43824: array.array.__deepcopy__() accepts a parameter of any type
https://bugs.python.org/issue43824 closed by serhiy.storchaka

#43825: Deprecation warnings in test_cmd_line and test_collections
https://bugs.python.org/issue43825 closed by vstinner

#43828: MappingProxyType accepts string
https://bugs.python.org/issue43828 closed by rhettinger

#43830: (-1) ** 0.5 returns (6.123233995736766e-17+1j) instead of 1j
https://bugs.python.org/issue43830 closed by serhiy.storchaka

#43831: sqlite: convert_timestamp raises ValueError for empty columns
https://bugs.python.org/issue43831 closed by petr.viktorin

#43836: range.index doesn't support start/stop optional arguments
https://bugs.python.org/issue43836 closed by ammar2

#43839: [easy] test_cmd_line: DeprecationWarning: invalid escape seque
https://bugs.python.org/issue43839 closed by serhiy.storchaka

#43840: [easy] test_distutils logs 3 DeprecationWarning warnings
https://bugs.python.org/issue43840 closed by vstinner

#43841: [easy] test_collections: DeprecationWarning: Please use assert
https://bugs.python.org/issue43841 closed by serhiy.storchaka

#43842: test_logging: "OSError: [Errno 9] Bad file descriptor" logged
https://bugs.python.org/issue43842 closed by vstinner

#43844: [easy] test_lib2to3 logs a PendingDeprecationWarning: lib2to3
https://bugs.python.org/issue43844 closed by vstinner

#43849: Typo in calendar doc
https://bugs.python.org/issue43849 closed by JohnCC330

#43850: unreproducible bytecode: set order depends on random seed for
https://bugs.python.org/issue43850 closed by benjamin.peterson

#43865: win32_ver and getwindowsversion return different Windows 10 bu
https://bugs.python.org/issue43865 closed by eryksun

#43867: multiprocess: catch explicitly SystemExit in the Server class
https://bugs.python.org/issue43867 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-04-16 - 2021-04-23)
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 7474 (-48)
closed 48187 (+101)
total 55661 (+53)

Open issues with patches: 2971


Issues opened (41)
==================

#10663: configure shouldn't set a default OPT
https://bugs.python.org/issue10663 reopened by Arfrever

#28254: Add C API for gc.enable, gc.disable, and gc.isenabled
https://bugs.python.org/issue28254 reopened by scoder

#38605: [typing] PEP 563: Postponed evaluation of annotations: enable
https://bugs.python.org/issue38605 reopened by pablogsal

#38659: enum classes cause slow startup time
https://bugs.python.org/issue38659 reopened by pablogsal

#43874: argparse crashes on subparsers with no dest/metava
https://bugs.python.org/issue43874 opened by terence.honles

#43875: glob.glob with ** does not always detect symlink loops
https://bugs.python.org/issue43875 opened by rrt

#43877: Logging Cookbook ambiguity
https://bugs.python.org/issue43877 opened by bluebloodpole

#43878: ./configure fails on Apple Silicon with coreutils uname
https://bugs.python.org/issue43878 opened by keith

#43879: Add native_thread_id to PyThreadState
https://bugs.python.org/issue43879 opened by Gabriele Tornetta

#43880: 3.10 SSL module deprecations
https://bugs.python.org/issue43880 opened by christian.heimes

#43881: add platform availabity information for os.sched_getaffinity
https://bugs.python.org/issue43881 opened by guoci

#43882: [security] urllib.parse should sanitize urls containing ASCII
https://bugs.python.org/issue43882 opened by orsenthil

#43883: Making urlparse WHATWG conformant
https://bugs.python.org/issue43883 opened by orsenthil

#43884: Cannot cleanly kill a subprocess using high-level asyncio APIs
https://bugs.python.org/issue43884 opened by rabraham

#43886: Extending/embedding Python documentation outdated/incomplete
https://bugs.python.org/issue43886 opened by fede.evol

#43888: GitHub Actions CI/CD `Coverage` job is broken on master
https://bugs.python.org/issue43888 opened by webknjaz

#43889: Pickle performance regression in 3.10
https://bugs.python.org/issue43889 opened by kj

#43890: Deadlock when mixing event loops and subprocesses
https://bugs.python.org/issue43890 opened by thomas

#43891: co_annotations branch caused a crash in stackeffect() in compi
https://bugs.python.org/issue43891 opened by larry

#43892: Make match patterns explicit in the AST
https://bugs.python.org/issue43892 opened by ncoghlan

#43893: typing.get_type_hints does not accept type annotations with le
https://bugs.python.org/issue43893 opened by jarryshaw

#43894: IDLE editor file minor refactoring
https://bugs.python.org/issue43894 opened by epaine

#43895: Unnecessary Cache of Shared Object Handles
https://bugs.python.org/issue43895 opened by Ian.H

#43897: Implement support for validation of pattern matching ASTs
https://bugs.python.org/issue43897 opened by BTaskaya

#43899: separate builtin function
https://bugs.python.org/issue43899 opened by alvarezdqal

#43901: Add an empty annotations dict to all unannotated classes and m
https://bugs.python.org/issue43901 opened by larry

#43902: ssl module: add getter for SSL_CTX* and SSL*
https://bugs.python.org/issue43902 opened by christian.heimes

#43905: dataclasses.astuple does deepcopy on all fields
https://bugs.python.org/issue43905 opened by mandolaerik

#43907: pickle.py bytearray memoization bug with protocol 5
https://bugs.python.org/issue43907 opened by Carl.Friedrich.Bolz

#43908: array.array should remain immutable
https://bugs.python.org/issue43908 opened by gvanrossum

#43910: cgi.parse_header does not handle escaping correctly
https://bugs.python.org/issue43910 opened by msg555

#43912: http.client.BadStatusLine raised and response contains request
https://bugs.python.org/issue43912 opened by andymaier

#43913: unittest module cleanup functions not run unless tearDownModul
https://bugs.python.org/issue43913 opened by rtarpine

#43914: Highlight invalid ranges in SyntaxErrors
https://bugs.python.org/issue43914 opened by pablogsal

#43916: Check that new heap types cannot be created uninitialised
https://bugs.python.org/issue43916 opened by pablogsal

#43918: anext builtin docstring has no signature text or info about de
https://bugs.python.org/issue43918 opened by eriknw

#43921: test_ssl fails on Windows buildbots
https://bugs.python.org/issue43921 opened by pablogsal

#43922: Double dots in quopri transported emails
https://bugs.python.org/issue43922 opened by Julien Castiaux

#43923: Can't create generic NamedTuple as of py3.9
https://bugs.python.org/issue43923 opened by FHTMitchell

#43924: print unexpected values in infinite loop
https://bugs.python.org/issue43924 opened by rafihassan190041234

#43925: Add hangul syllables to unicodedata.decomposititon
https://bugs.python.org/issue43925 opened by frederic.grosshans



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

#43925: Add hangul syllables to unicodedata.decomposititon
https://bugs.python.org/issue43925

#43924: print unexpected values in infinite loop
https://bugs.python.org/issue43924

#43923: Can't create generic NamedTuple as of py3.9
https://bugs.python.org/issue43923

#43918: anext builtin docstring has no signature text or info about de
https://bugs.python.org/issue43918

#43913: unittest module cleanup functions not run unless tearDownModul
https://bugs.python.org/issue43913

#43910: cgi.parse_header does not handle escaping correctly
https://bugs.python.org/issue43910

#43907: pickle.py bytearray memoization bug with protocol 5
https://bugs.python.org/issue43907

#43897: Implement support for validation of pattern matching ASTs
https://bugs.python.org/issue43897

#43894: IDLE editor file minor refactoring
https://bugs.python.org/issue43894

#43890: Deadlock when mixing event loops and subprocesses
https://bugs.python.org/issue43890

#43881: add platform availabity information for os.sched_getaffinity
https://bugs.python.org/issue43881

#43879: Add native_thread_id to PyThreadState
https://bugs.python.org/issue43879

#43875: glob.glob with ** does not always detect symlink loops
https://bugs.python.org/issue43875

#43870: C API Functions Bypass __import__ Override
https://bugs.python.org/issue43870

#43863: [Windows] test_distutils logs: DeprecationWarning: bdist_msi
https://bugs.python.org/issue43863



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

#43922: Double dots in quopri transported emails
https://bugs.python.org/issue43922

#43921: test_ssl fails on Windows buildbots
https://bugs.python.org/issue43921

#43918: anext builtin docstring has no signature text or info about de
https://bugs.python.org/issue43918

#43914: Highlight invalid ranges in SyntaxErrors
https://bugs.python.org/issue43914

#43910: cgi.parse_header does not handle escaping correctly
https://bugs.python.org/issue43910

#43908: array.array should remain immutable
https://bugs.python.org/issue43908

#43907: pickle.py bytearray memoization bug with protocol 5
https://bugs.python.org/issue43907

#43902: ssl module: add getter for SSL_CTX* and SSL*
https://bugs.python.org/issue43902

#43897: Implement support for validation of pattern matching ASTs
https://bugs.python.org/issue43897

#43894: IDLE editor file minor refactoring
https://bugs.python.org/issue43894

#43893: typing.get_type_hints does not accept type annotations with le
https://bugs.python.org/issue43893

#43892: Make match patterns explicit in the AST
https://bugs.python.org/issue43892

#43891: co_annotations branch caused a crash in stackeffect() in compi
https://bugs.python.org/issue43891

#43888: GitHub Actions CI/CD `Coverage` job is broken on master
https://bugs.python.org/issue43888

#43881: add platform availabity information for os.sched_getaffinity
https://bugs.python.org/issue43881



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

#43892: Make match patterns explicit in the AST
https://bugs.python.org/issue43892 17 msgs

#38659: enum classes cause slow startup time
https://bugs.python.org/issue38659 16 msgs

#43817: Add inspect.get_annotations()
https://bugs.python.org/issue43817 11 msgs

#43908: array.array should remain immutable
https://bugs.python.org/issue43908 11 msgs

#43878: ./configure fails on Apple Silicon with coreutils uname
https://bugs.python.org/issue43878 9 msgs

#43901: Add an empty annotations dict to all unannotated classes and m
https://bugs.python.org/issue43901 8 msgs

#37751: In codecs, function 'normalizestring' should convert both spac
https://bugs.python.org/issue37751 7 msgs

#43804: "Building C and C++ Extensions on Windows" docs are very out-o
https://bugs.python.org/issue43804 7 msgs

#43795: Implement PEP 652 -- Maintaining the Stable ABI
https://bugs.python.org/issue43795 6 msgs

#43833: Unexpected Parsing of Numeric Literals Concatenated with Boole
https://bugs.python.org/issue43833 6 msgs



Issues closed (84)
==================

#7247: test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4
https://bugs.python.org/issue7247 closed by gregory.p.smith

#25786: contextlib.ExitStack introduces a cycle in exception __context
https://bugs.python.org/issue25786 closed by iritkatriel

#27763: Add complex case to test_builtin abs()
https://bugs.python.org/issue27763 closed by mark.dickinson

#28022: SSL releated deprecation for 3.6
https://bugs.python.org/issue28022 closed by christian.heimes

#28453: SSLObject.selected_alpn_protocol() not documented
https://bugs.python.org/issue28453 closed by christian.heimes

#28724: Add method send_io, recv_io to the socket module.
https://bugs.python.org/issue28724 closed by methane

#30069: External library behave differently when loaded by Python (may
https://bugs.python.org/issue30069 closed by iritkatriel

#30226: Modernize make_ssl_certs
https://bugs.python.org/issue30226 closed by christian.heimes

#30800: zlib.compressobj took too much memory on window
https://bugs.python.org/issue30800 closed by iritkatriel

#31213: __context__ reset to None in nested exception
https://bugs.python.org/issue31213 closed by iritkatriel

#31453: Debian Sid/Buster: Cannot enable TLS 1.0/1.1 with PROTOCOL_TLS
https://bugs.python.org/issue31453 closed by christian.heimes

#31711: ssl.SSLSocket.send(b"") fails
https://bugs.python.org/issue31711 closed by christian.heimes

#32813: SSL shared_ciphers implementation wrong - returns configured b
https://bugs.python.org/issue32813 closed by christian.heimes

#32951: Prohibit direct instantiation of SSLSocket and SSLObject
https://bugs.python.org/issue32951 closed by christian.heimes

#33023: Unable to copy ssl.SSLContext
https://bugs.python.org/issue33023 closed by christian.heimes

#33808: ssl.get_server_certificate fails with openssl 1.1.0 but works
https://bugs.python.org/issue33808 closed by christian.heimes

#34001: LibreSSL does not tolerate setting minimum_version greater tha
https://bugs.python.org/issue34001 closed by christian.heimes

#34028: Python 3.7.0 wont compile with SSL Support 1.1.0 > alledged mi
https://bugs.python.org/issue34028 closed by christian.heimes

#34078: Broken CRL functionality in ssl.py
https://bugs.python.org/issue34078 closed by christian.heimes

#34271: Please support logging of SSL master secret by env variable SS
https://bugs.python.org/issue34271 closed by christian.heimes

#34391: test_ftplib is failing with TLS 1.3
https://bugs.python.org/issue34391 closed by christian.heimes

#34669: test_ssl fails if SSLv2 is enabled
https://bugs.python.org/issue34669 closed by christian.heimes

#34670: Add set_post_handshake_auth for TLS 1.3
https://bugs.python.org/issue34670 closed by christian.heimes

#35114: ssl.RAND_status docs describe it as returning True/False; actu
https://bugs.python.org/issue35114 closed by christian.heimes

#35136: test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot, O
https://bugs.python.org/issue35136 closed by christian.heimes

#35306: [Windows] OSError when testing whether pathlib.Path('*') exist
https://bugs.python.org/issue35306 closed by steve.dower

#35422: misleading error message from ssl.get_server_certificate() whe
https://bugs.python.org/issue35422 closed by christian.heimes

#35888: ssl module - could not get the server certificate w/o complete
https://bugs.python.org/issue35888 closed by christian.heimes

#36076: ssl.get_server_certificate should use SNI
https://bugs.python.org/issue36076 closed by christian.heimes

#36137: SSL verification fails for some sites inside windows docker co
https://bugs.python.org/issue36137 closed by christian.heimes

#36868: New behavior of OpenSSL hostname verification not exposed, inc
https://bugs.python.org/issue36868 closed by christian.heimes

#37550: SSL Pip Error
https://bugs.python.org/issue37550 closed by christian.heimes

#38822: [Windows] Inconsistent os.stat behavior for directory with Acc
https://bugs.python.org/issue38822 closed by steve.dower

#39344: Getting error while importing ssl " import _ssl # if we can't
https://bugs.python.org/issue39344 closed by christian.heimes

#40079: NULL pointer deref on error path in _ssl debughelpers.c
https://bugs.python.org/issue40079 closed by christian.heimes

#40482: _hashlib: register Python names as OpenSSL aliases
https://bugs.python.org/issue40482 closed by christian.heimes

#40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag
https://bugs.python.org/issue40849 closed by christian.heimes

#41195: Interface to OpenSSL's security level
https://bugs.python.org/issue41195 closed by christian.heimes

#41701: Buildbot web page: connection lost after 1 minute, then displa
https://bugs.python.org/issue41701 closed by vstinner

#41943: unittest.assertLogs passes unexpectedly
https://bugs.python.org/issue41943 closed by iritkatriel

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128 closed by brandtbucher

#42166: corrupted size vs. prev_size
https://bugs.python.org/issue42166 closed by christian.heimes

#42333: Port ssl module to heap types and module state (PEP 573)
https://bugs.python.org/issue42333 closed by christian.heimes

#42422: types.CodeType() has no bytecode verifier
https://bugs.python.org/issue42422 closed by benjamin.peterson

#42746: python3.7.3 - ssl.SSLContext() - "Killed"
https://bugs.python.org/issue42746 closed by christian.heimes

#42854: OpenSSL 1.1.1: use SSL_write_ex() and SSL_read_ex()
https://bugs.python.org/issue42854 closed by christian.heimes

#43000: All SSL requests fail with WRONG_VERSION_NUMBER when a packet
https://bugs.python.org/issue43000 closed by christian.heimes

#43284: sys.getwindowsversion().platform_version is incorrect
https://bugs.python.org/issue43284 closed by steve.dower

#43362: Bad free in py_sha3_new_impl function
https://bugs.python.org/issue43362 closed by christian.heimes

#43472: [security][subinterpreters] Add auditing hooks to subinterpret
https://bugs.python.org/issue43472 closed by steve.dower

#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 closed by rhettinger

#43522: SSLContext.hostname_checks_common_name appears to have no effe
https://bugs.python.org/issue43522 closed by christian.heimes

#43538: [Windows] support args and cwd in os.startfile()
https://bugs.python.org/issue43538 closed by steve.dower

#43602: Include Decimal's in numbers.Real
https://bugs.python.org/issue43602 closed by rhettinger

#43607: urllib's request.pathname2url not compatible with extended-len
https://bugs.python.org/issue43607 closed by steve.dower

#43641: Update `ssl.PROTOCOL_TLSv1_2` docs since it is not the newest
https://bugs.python.org/issue43641 closed by christian.heimes

#43669: PEP 644: Require OpenSSL 1.1.1 or newer
https://bugs.python.org/issue43669 closed by christian.heimes

#43756: About updating audit events when function gains new arguments
https://bugs.python.org/issue43756 closed by steve.dower

#43802: Seg fault on macOS using multiprocessing.JoinableQueue
https://bugs.python.org/issue43802 closed by jacobtylerwalls

#43811: Run GHA CI with multiple OpenSSL versions
https://bugs.python.org/issue43811 closed by christian.heimes

#43834: Use context manager in StringIO example
https://bugs.python.org/issue43834 closed by rhettinger

#43837: Operator precedence documentation could be more clear
https://bugs.python.org/issue43837 closed by rhettinger

#43846: Control stack usage in large expressions
https://bugs.python.org/issue43846 closed by Mark.Shannon

#43852: [sqlite3] Improve tuple creation
https://bugs.python.org/issue43852 closed by berker.peksag

#43856: Docs for importlib.metadata should mention Python version
https://bugs.python.org/issue43856 closed by jaraco

#43859: Improve syntax error for indentation errors
https://bugs.python.org/issue43859 closed by pablogsal

#43866: Installation files of the Python
https://bugs.python.org/issue43866 closed by steve.dower

#43872: Unable to compile cpython in Visual Studio 2019
https://bugs.python.org/issue43872 closed by shreyanavigyan

#43873: bz2.open() docs give conflicting defaults for mode
https://bugs.python.org/issue43873 closed by ned.deily

#43876: argparse documentation contrasting nargs '*' vs. '+' is misle
https://bugs.python.org/issue43876 closed by rhettinger

#43885: ResourceWarning: unclosed <ssl.SSLSocket ...> test_pha_require
https://bugs.python.org/issue43885 closed by christian.heimes

#43887: it seems that sorted built-in always return floats before int
https://bugs.python.org/issue43887 closed by steven.daprano

#43896: Update the Sphinx directive for super from function to class
https://bugs.python.org/issue43896 closed by rhettinger

#43898: Python fails to import .dylib but works when extension is chan
https://bugs.python.org/issue43898 closed by ned.deily

#43900: string comprehension
https://bugs.python.org/issue43900 closed by rhettinger

#43903: round() produces incorrect results with certain values
https://bugs.python.org/issue43903 closed by eric.smith

#43904: Documentation for argparse, missed opportunity
https://bugs.python.org/issue43904 closed by rhettinger

#43906: turtle graphics don't work
https://bugs.python.org/issue43906 closed by eric.smith

#43909: Fuzz dis module and find crashes for dis.dis(), dis.get_instr
https://bugs.python.org/issue43909 closed by serhiy.storchaka

#43911: Queue.get() memory leak
https://bugs.python.org/issue43911 closed by rhettinger

#43915: Add PCbuild/blurb.bat
https://bugs.python.org/issue43915 closed by steve.dower

#43917: An error in classmethod example in the documentation of descri
https://bugs.python.org/issue43917 closed by rhettinger

#43919: Potential bug in the "request" package.
https://bugs.python.org/issue43919 closed by xtreak

#43920: OpenSSL 3.0.0: handle empty cadata consistently
https://bugs.python.org/issue43920 closed by christian.heimes
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/3ZGEXMVTCIICSJZSI3G4FOK32GNQTIUQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
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
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-04-30 - 2021-05-07)
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 7428 (-25)
closed 48377 (+104)
total 55805 (+79)

Open issues with patches: 2946


Issues opened (48)
==================

#40943: PEP 353: Drop support for PyArg_ParseTuple() "#" formats when
https://bugs.python.org/issue40943 reopened by methane

#43001: python3.8.9, python3.9.2 test_embed test_tabnanny failed
https://bugs.python.org/issue43001 reopened by asholomitskiy84

#43176: Dataclasses derived from empty frozen bases skip immutability
https://bugs.python.org/issue43176 reopened by eric.smith

#43882: [security] urllib.parse should sanitize urls containing ASCII
https://bugs.python.org/issue43882 reopened by gregory.p.smith

#43992: Unable to get external dependencies for CPython on Ubuntu Linu
https://bugs.python.org/issue43992 opened by shreyanavigyan

#43994: change representation of match as / capture as `Name(..., ctx=
https://bugs.python.org/issue43994 opened by Anthony Sottile

#44002: Use functools.lru_cache in urllib.parse instead of 1996 custom
https://bugs.python.org/issue44002 opened by gregory.p.smith

#44005: multiple socket bind failure on Mac OS X with SO_REUSEADDR
https://bugs.python.org/issue44005 opened by giangipy

#44010: IDLE: highlight soft keywords
https://bugs.python.org/issue44010 opened by epaine

#44011: Borrow asyncio ssl implementation from uvloop
https://bugs.python.org/issue44011 opened by asvetlov

#44012: IPv6Address.exploded does not support interface name (scope id
https://bugs.python.org/issue44012 opened by ohwgiles

#44013: tempfile.TemporaryFile: name of file descriptor cannot be reus
https://bugs.python.org/issue44013 opened by zhongxiang117

#44016: Enum related deprecation warnings in test_httpservers and test
https://bugs.python.org/issue44016 opened by xtreak

#44019: operator.call/operator.__call__
https://bugs.python.org/issue44019 opened by Antony.Lee

#44021: enum docs in 3.10: missing "New in version 3.10"
https://bugs.python.org/issue44021 opened by Akuli

#44023: "tarfile" library will lead to "write any content to any file
https://bugs.python.org/issue44023 opened by leveryd

#44024: Improve the TypeError message for non-string second arguments
https://bugs.python.org/issue44024 opened by maggyero

#44025: Match doc: Clarify '_' as a soft keyword
https://bugs.python.org/issue44025 opened by terry.reedy

#44026: IDLE: print "Did you mean?" for AttributeError and NameError
https://bugs.python.org/issue44026 opened by Dennis Sweeney

#44028: Request for locals().update() to work, it is
https://bugs.python.org/issue44028 opened by xuancong84

#44030: Markup with_traceback code example
https://bugs.python.org/issue44030 opened by terry.reedy

#44031: python3.8.9, python3.9.2 test_embed test_tabnanny failed
https://bugs.python.org/issue44031 opened by asholomitskiy84

#44032: Function locals and evaluation stack should be stored in a con
https://bugs.python.org/issue44032 opened by Mark.Shannon

#44035: Regenerating the configure script fails even if dependencies a
https://bugs.python.org/issue44035 opened by pablogsal

#44036: asyncio SSL server can be DOSed, event loop gets blocked: busy
https://bugs.python.org/issue44036 opened by ghost43

#44037: Broad performance regression from 3.10a7 to 3.10b1 with python
https://bugs.python.org/issue44037 opened by rhettinger

#44038: In documentation Section 8.6, the definition of parameter_list
https://bugs.python.org/issue44038 opened by webbnh

#44041: [sqlite3] optimisation: only call sqlite3_column_count when ne
https://bugs.python.org/issue44041 opened by erlendaasland

#44042: [sqlite3] _pysqlite_connection_begin() optimisations
https://bugs.python.org/issue44042 opened by erlendaasland

#44043: 3.10 b1 armhf Bus Error in hashlib test: test_gil
https://bugs.python.org/issue44043 opened by Anthony Sottile

#44044: ConfigParser: cannot link to ConfigParser.optionxform(option)
https://bugs.python.org/issue44044 opened by jugmac00

#44045: canonicalize "upper-case" -> "uppercase"; "lower-case" -> "low
https://bugs.python.org/issue44045 opened by jugmac00

#44048: test_hashlib failure for "AMD64 RHEL8 FIPS Only Blake2 Builtin
https://bugs.python.org/issue44048 opened by cstratak

#44050: Exceptions in a subinterpreter are changed by another subinter
https://bugs.python.org/issue44050 opened by trygveaa

#44052: patch object as argument should be explicit
https://bugs.python.org/issue44052 opened by CendioOssman

#44053: Can't connect to a server also not showing any type of output
https://bugs.python.org/issue44053 opened by muqadasrasheed652

#44055: NamedTemporaryFile opened twice on Windows
https://bugs.python.org/issue44055 opened by frenzy

#44057: Inconsitencies in `__init_subclass__` in a generic class
https://bugs.python.org/issue44057 opened by erezinman

#44058: 'master' refs in 3.10 version of .azure-pipelines
https://bugs.python.org/issue44058 opened by skip.montanaro

#44060: Define TARGET macro the same even when computed goto support i
https://bugs.python.org/issue44060 opened by skip.montanaro

#44061: Regression in pkgutil: iter_modules stopped taking Path argume
https://bugs.python.org/issue44061 opened by rikard.nordgren

#44062: cross: wrong interpreter returned when no python available
https://bugs.python.org/issue44062 opened by vfazio

#44063: compiler: does not revert back the end_* locations
https://bugs.python.org/issue44063 opened by BTaskaya

#44065: "configure: error: internal configure error for the platform t
https://bugs.python.org/issue44065 opened by sberg

#44066: Conflicts while using Py_LIMITED_API
https://bugs.python.org/issue44066 opened by shreyanavigyan

#44067: Zipfile lib overwrites the extra field during closing when the
https://bugs.python.org/issue44067 opened by shaanbhaya

#44068: Possible divide by zero problems
https://bugs.python.org/issue44068 opened by yiyuaner

#44069: pathlib.Path.glob's generator is not a real generator
https://bugs.python.org/issue44069 opened by Elijah Rippeth



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

#44069: pathlib.Path.glob's generator is not a real generator
https://bugs.python.org/issue44069

#44063: compiler: does not revert back the end_* locations
https://bugs.python.org/issue44063

#44062: cross: wrong interpreter returned when no python available
https://bugs.python.org/issue44062

#44060: Define TARGET macro the same even when computed goto support i
https://bugs.python.org/issue44060

#44058: 'master' refs in 3.10 version of .azure-pipelines
https://bugs.python.org/issue44058

#44053: Can't connect to a server also not showing any type of output
https://bugs.python.org/issue44053

#44042: [sqlite3] _pysqlite_connection_begin() optimisations
https://bugs.python.org/issue44042

#44041: [sqlite3] optimisation: only call sqlite3_column_count when ne
https://bugs.python.org/issue44041

#44038: In documentation Section 8.6, the definition of parameter_list
https://bugs.python.org/issue44038

#44036: asyncio SSL server can be DOSed, event loop gets blocked: busy
https://bugs.python.org/issue44036

#44032: Function locals and evaluation stack should be stored in a con
https://bugs.python.org/issue44032

#44024: Improve the TypeError message for non-string second arguments
https://bugs.python.org/issue44024

#44023: "tarfile" library will lead to "write any content to any file
https://bugs.python.org/issue44023

#44019: operator.call/operator.__call__
https://bugs.python.org/issue44019

#44013: tempfile.TemporaryFile: name of file descriptor cannot be reus
https://bugs.python.org/issue44013



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

#44063: compiler: does not revert back the end_* locations
https://bugs.python.org/issue44063

#44062: cross: wrong interpreter returned when no python available
https://bugs.python.org/issue44062

#44061: Regression in pkgutil: iter_modules stopped taking Path argume
https://bugs.python.org/issue44061

#44060: Define TARGET macro the same even when computed goto support i
https://bugs.python.org/issue44060

#44042: [sqlite3] _pysqlite_connection_begin() optimisations
https://bugs.python.org/issue44042

#44041: [sqlite3] optimisation: only call sqlite3_column_count when ne
https://bugs.python.org/issue44041

#44030: Markup with_traceback code example
https://bugs.python.org/issue44030

#44026: IDLE: print "Did you mean?" for AttributeError and NameError
https://bugs.python.org/issue44026

#44025: Match doc: Clarify '_' as a soft keyword
https://bugs.python.org/issue44025

#44024: Improve the TypeError message for non-string second arguments
https://bugs.python.org/issue44024

#44016: Enum related deprecation warnings in test_httpservers and test
https://bugs.python.org/issue44016

#44012: IPv6Address.exploded does not support interface name (scope id
https://bugs.python.org/issue44012

#44011: Borrow asyncio ssl implementation from uvloop
https://bugs.python.org/issue44011

#44010: IDLE: highlight soft keywords
https://bugs.python.org/issue44010

#44002: Use functools.lru_cache in urllib.parse instead of 1996 custom
https://bugs.python.org/issue44002



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

#43882: [security] urllib.parse should sanitize urls containing ASCII
https://bugs.python.org/issue43882 25 msgs

#43976: Allow Python distributors to add custom site install schemes
https://bugs.python.org/issue43976 19 msgs

#44026: IDLE: print "Did you mean?" for AttributeError and NameError
https://bugs.python.org/issue44026 16 msgs

#43916: Mark static types newly converted to heap types as immutable:
https://bugs.python.org/issue43916 15 msgs

#44011: Borrow asyncio ssl implementation from uvloop
https://bugs.python.org/issue44011 12 msgs

#43983: Can't install Python v3.9.4 / 0x80070643 / windows 10 64bit
https://bugs.python.org/issue43983 10 msgs

#44010: IDLE: highlight soft keywords
https://bugs.python.org/issue44010 10 msgs

#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903 9 msgs

#43994: change representation of match as / capture as `Name(..., ctx=
https://bugs.python.org/issue43994 9 msgs

#44043: 3.10 b1 armhf Bus Error in hashlib test: test_gil
https://bugs.python.org/issue44043 8 msgs



Issues closed (99)
==================

#9725: urllib.request.FancyURLopener won't connect to pages requiring
https://bugs.python.org/issue9725 closed by orsenthil

#11466: getpass.getpass doesn't close tty file
https://bugs.python.org/issue11466 closed by orsenthil

#12441: _GLOBAL_DEFAULT_TIMEOUT remains as an object() in HTTPConnecti
https://bugs.python.org/issue12441 closed by orsenthil

#27823: Change bare AttributeError messages to be more informative
https://bugs.python.org/issue27823 closed by abarry

#28556: typing.py upgrades
https://bugs.python.org/issue28556 closed by Jelle Zijlstra

#29753: [Linux] ctypes packs bitfields Incorrectly
https://bugs.python.org/issue29753 closed by jaraco

#30164: Testing FTP support in urllib shouldn't use Debian FTP server
https://bugs.python.org/issue30164 closed by orsenthil

#32745: ctypes string pointer fields should accept embedded null chara
https://bugs.python.org/issue32745 closed by lukasz.langa

#32752: no information about accessing typing.Generic type arguments
https://bugs.python.org/issue32752 closed by Jelle Zijlstra

#34568: Types in `typing` not anymore instances of `type` or subclasse
https://bugs.python.org/issue34568 closed by Jelle Zijlstra

#36515: unaligned memory access in the _sha3 extension
https://bugs.python.org/issue36515 closed by christian.heimes

#38135: Depth first search in compile.c creates wrong BB order for cer
https://bugs.python.org/issue38135 closed by Mark.Shannon

#38352: In typing docs, note explicit import needed for IO and Pattern
https://bugs.python.org/issue38352 closed by lukasz.langa

#39934: Fatal Python error "XXX block stack overflow" when exception s
https://bugs.python.org/issue39934 closed by iritkatriel

#40297: test_socket.CANTest is broken at HEAD on master
https://bugs.python.org/issue40297 closed by zach.ware

#40397: Refactor typing._GenericAlias
https://bugs.python.org/issue40397 closed by Jelle Zijlstra

#40617: sqlite3: expose sqlite3_create_window_function
https://bugs.python.org/issue40617 closed by erlendaasland

#41100: Support macOS 11 and Apple Silicon Macs
https://bugs.python.org/issue41100 closed by ned.deily

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

#41277: documentation: os.setxattr() errno EEXIST and ENODATA
https://bugs.python.org/issue41277 closed by eric.smith

#41730: Show deprecation warnings for tkinter.tix
https://bugs.python.org/issue41730 closed by wyz23x2

#42001: Deprecate `typing.io` Wrapper Namespace
https://bugs.python.org/issue42001 closed by Jelle Zijlstra

#42067: Type annotation in for-loops
https://bugs.python.org/issue42067 closed by kj

#42083: PyStructSequence_NewType broken in 3.8
https://bugs.python.org/issue42083 closed by kj

#42235: [macOS] Use --enable-optimizations in build-installer.py
https://bugs.python.org/issue42235 closed by ned.deily

#42269: Add ability to set __slots__ in dataclasses
https://bugs.python.org/issue42269 closed by eric.smith

#42362: Switch to clang as default compiler in build-installer.py
https://bugs.python.org/issue42362 closed by ned.deily

#42504: Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur
https://bugs.python.org/issue42504 closed by ned.deily

#42686: include built-in Math functions in SQLite to 3.35.0 of march 2
https://bugs.python.org/issue42686 closed by lukasz.langa

#42688: ctypes memory error on Apple Silicon with external libffi
https://bugs.python.org/issue42688 closed by ned.deily

#42800: Traceback objects allow accessing frame objects without trigge
https://bugs.python.org/issue42800 closed by steve.dower

#43006: Changed behaviour of inspect.signature() in Python 3.10
https://bugs.python.org/issue43006 closed by Zac Hatfield-Dodds

#43054: What does the existence of a struct in a header file imply abo
https://bugs.python.org/issue43054 closed by Mark.Shannon

#43075: ReDoS in urllib.request
https://bugs.python.org/issue43075 closed by ned.deily

#43354: xmlrpc.client: Fault.faultCode erroneously documented to be a
https://bugs.python.org/issue43354 closed by jugmac00

#43434: sqlite3.Connection(...) bypasses 'sqlite3.connect' audit hooks
https://bugs.python.org/issue43434 closed by steve.dower

#43490: IDLE freezes at random
https://bugs.python.org/issue43490 closed by ned.deily

#43568: Drop support for Mac OS X < 10.3 module linking
https://bugs.python.org/issue43568 closed by ned.deily

#43733: PEP 597: netrc uses locale encoding.
https://bugs.python.org/issue43733 closed by methane

#43743: BlockingIOError: [Errno 11] Resource temporarily unavailable:
https://bugs.python.org/issue43743 closed by gregory.p.smith

#43754: Eliminate bindings for partial pattern matches
https://bugs.python.org/issue43754 closed by brandtbucher

#43794: OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_
https://bugs.python.org/issue43794 closed by christian.heimes

#43815: documentation for types.new_class() mention misleading default
https://bugs.python.org/issue43815 closed by eric.smith

#43878: ./configure fails on Apple Silicon with coreutils uname
https://bugs.python.org/issue43878 closed by keith

#43880: 3.10 SSL module deprecations
https://bugs.python.org/issue43880 closed by christian.heimes

#43888: GitHub Actions CI/CD `Coverage` job is broken on master
https://bugs.python.org/issue43888 closed by ammar2

#43926: Clean metadata (importlib_metadata 4.0)
https://bugs.python.org/issue43926 closed by jaraco

#43930: Update bundled pip to 21.1 and setuptools to 56.0.0
https://bugs.python.org/issue43930 closed by sbidoul

#43935: Fix typo in Turtle.back docstring
https://bugs.python.org/issue43935 closed by terry.reedy

#43937: Turtle uses the default root window
https://bugs.python.org/issue43937 closed by terry.reedy

#43942: RawDescriptionHelpFormatter seems to be ignored for argument d
https://bugs.python.org/issue43942 closed by rrt

#43953: InitVar should not be available on a @dataclass-decorated clas
https://bugs.python.org/issue43953 closed by eric.smith

#43957: [Enum] update __contains__ to return True for valid values
https://bugs.python.org/issue43957 closed by ethan.furman

#43971: documentation: no spacing around default args in annotated fun
https://bugs.python.org/issue43971 closed by mdk

#43972: Simple HTTP Request Handler in http.server does not set a cont
https://bugs.python.org/issue43972 closed by orsenthil

#43977: Implement the latest semantics for PEP 634 for matching collec
https://bugs.python.org/issue43977 closed by Mark.Shannon

#43978: Incorrect "versionadded" info in typing.NoReturn documentation
https://bugs.python.org/issue43978 closed by kj

#43979: Simplify urllib.parse_qsl
https://bugs.python.org/issue43979 closed by corona10

#43981: test_idle is leaking references
https://bugs.python.org/issue43981 closed by pablogsal

#43982: Code coverage on the CI: validate codecov shell script checksu
https://bugs.python.org/issue43982 closed by ammar2

#43985: lib2to3 fails on a slash('/') after positional_only paramter i
https://bugs.python.org/issue43985 closed by cloud-yu

#43987: Add "Annotations Best Practices" to HOWTO
https://bugs.python.org/issue43987 closed by larry

#43989: Enum deprecation breaks SSL tests
https://bugs.python.org/issue43989 closed by christian.heimes

#43990: In documentation Section 6.17, Operator precedence, footnotes
https://bugs.python.org/issue43990 closed by rhettinger

#43991: asyncio lock does not get released after task is canceled
https://bugs.python.org/issue43991 closed by a.niederbuehl

#43993: Update bundled pip to 21.1.1
https://bugs.python.org/issue43993 closed by sbidoul

#43995: test_grammar fails if run sequentially
https://bugs.python.org/issue43995 closed by pablogsal

#43996: Doc for mutable sequence pop() method implies argument is a sl
https://bugs.python.org/issue43996 closed by rhettinger

#43997: dataclasses documentation needs version added for match_args,
https://bugs.python.org/issue43997 closed by eric.smith

#43998: Increase security of TLS settings in 3.10
https://bugs.python.org/issue43998 closed by christian.heimes

#43999: Cannot pickle frozen dataclasses with slots
https://bugs.python.org/issue43999 closed by eric.smith

#44000: Current PY_VERSION 3.10.0a7+ does not conform to PEP 440
https://bugs.python.org/issue44000 closed by Cyril Jouve

#44001: typing.Literal: args must be hashable, not immutable
https://bugs.python.org/issue44001 closed by kj

#44003: functools.lru_cache omits __defaults__ attribute from wrapped
https://bugs.python.org/issue44003 closed by gregory.p.smith

#44004: test_nntplib is failing in all buildbots
https://bugs.python.org/issue44004 closed by christian.heimes

#44006: symbol documentation still exists
https://bugs.python.org/issue44006 closed by mdk

#44007: urlparse("host:123", "http") inconsistent between 3.8 and 3.9
https://bugs.python.org/issue44007 closed by arcivanov

#44008: os.walk and other directory traversal does not handle recursiv
https://bugs.python.org/issue44008 closed by eryksun

#44009: Provide "python3.x-intel64" command with macOS universal2 fram
https://bugs.python.org/issue44009 closed by ned.deily

#44014: Fix error in Enum documentation.
https://bugs.python.org/issue44014 closed by lukasz.langa

#44015: dataclasses: it should be an error to specify KW_ONLY twice
https://bugs.python.org/issue44015 closed by eric.smith

#44017: Deprecation warning in tests over no current event loop
https://bugs.python.org/issue44017 closed by corona10

#44018: random.seed mutates input bytearray
https://bugs.python.org/issue44018 closed by rhettinger

#44020: test_ssl fails in the macos CI
https://bugs.python.org/issue44020 closed by terry.reedy

#44022: urllib http client possible infinite loop on a 100 Continue re
https://bugs.python.org/issue44022 closed by gregory.p.smith

#44027: Python 3.9 UWP does not create key in PythonCore
https://bugs.python.org/issue44027 closed by steve.dower

#44029: PEP 624: Remove Py_UNICODE APIs
https://bugs.python.org/issue44029 closed by methane

#44033: Adding multiple keys of the same name to a dict doesn't raise
https://bugs.python.org/issue44033 closed by shreyanavigyan

#44034: Incorrect type casting of float into int
https://bugs.python.org/issue44034 closed by tim.peters

#44039: Duplicated assignment in Modules/_randommodule.c
https://bugs.python.org/issue44039 closed by rhettinger

#44040: Update broken link in pathlib source
https://bugs.python.org/issue44040 closed by matrixise

#44046: When writing to the Registry using winreg, it currently allows
https://bugs.python.org/issue44046 closed by eryksun

#44047: [sqlite3] remove unused argument from _pysqlite_seterror()
https://bugs.python.org/issue44047 closed by berker.peksag

#44049: Use C99 Variable-length array if possible
https://bugs.python.org/issue44049 closed by corona10

#44051: Virtualalloc wrong return type
https://bugs.python.org/issue44051 closed by eryksun

#44054: 2**53+1 != float(2**53+1)
https://bugs.python.org/issue44054 closed by mark.dickinson

#44056: Incorrect line number for syntax error.
https://bugs.python.org/issue44056 closed by Mark.Shannon

#44059: Support SerenityOS Browser in webbrowser module
https://bugs.python.org/issue44059 closed by gregory.p.smith

#44064: Python39/lib/logging/__init__.py SyntaxError: cannot delete st
https://bugs.python.org/issue44064 closed by kathleenwest
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/QBSQ6CQFF4AKJWITCLHFDV3DFGIWNWRN/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-05-07 - 2021-05-14)
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 7429 ( +1)
closed 48441 (+64)
total 55870 (+65)

Open issues with patches: 2949


Issues opened (41)
==================

#41730: Show deprecation warnings for tkinter.tix
https://bugs.python.org/issue41730 reopened by pablogsal

#44072: Doc: power operator (`**`) present for numbers.Complex, not ad
https://bugs.python.org/issue44072 opened by roryyorke

#44073: [sqlite3] drop statement in_use field in favour of sqlite3_stm
https://bugs.python.org/issue44073 opened by erlendaasland

#44075: Add a PEP578 audit hook for Asyncio loop stalls
https://bugs.python.org/issue44075 opened by orf

#44077: IP_RECVTOS option is missing from socket module
https://bugs.python.org/issue44077 opened by gms

#44078: Output relative path when using PurePath.relative_to
https://bugs.python.org/issue44078 opened by mhammondr

#44079: [sqlite3] remove superfluous statement weak ref list from conn
https://bugs.python.org/issue44079 opened by erlendaasland

#44081: ast.unparse: dont use redundant space separator for lambdas wi
https://bugs.python.org/issue44081 opened by BTaskaya

#44082: Add a method to check interpolation errors in configparser
https://bugs.python.org/issue44082 opened by munircontractor

#44085: Remaining invalid rules in simplified grammar
https://bugs.python.org/issue44085 opened by quentel

#44086: py.svg not found on search result page
https://bugs.python.org/issue44086 opened by jugmac00

#44087: [sqlite3] consider adding Py_TPFLAGS_DISALLOW_INSTANTIATION to
https://bugs.python.org/issue44087 opened by erlendaasland

#44090: Add class binding to unbound super objects for allowing autosu
https://bugs.python.org/issue44090 opened by maggyero

#44091: traceback & inspect modules should verify that the .py source
https://bugs.python.org/issue44091 opened by gregory.p.smith

#44092: [sqlite3] consider removing special rollback handling
https://bugs.python.org/issue44092 opened by erlendaasland

#44093: compiler detection on macOS seems to be incorrect
https://bugs.python.org/issue44093 opened by xrisk

#44096: Bad clang detection in configure script
https://bugs.python.org/issue44096 opened by xrisk

#44097: add configure option to control the groups of .pyc files to in
https://bugs.python.org/issue44097 opened by pxinwr

#44099: [c-api] Introduce a new slot in PyModuleDef to hold the classe
https://bugs.python.org/issue44099 opened by shreyanavigyan

#44100: test__xxsubinterpreters: test_one() fails in AMD64 Fedora Stab
https://bugs.python.org/issue44100 opened by pablogsal

#44101: Generation of an executable's library file when python is buil
https://bugs.python.org/issue44101 opened by lakor64

#44102: mock_open does not support the use of 'seek()'
https://bugs.python.org/issue44102 opened by nikle

#44105: tempfile.TemporaryDirectory deleted after sleep in threads
https://bugs.python.org/issue44105 opened by colas.le.guernic

#44106: [sqlite3] don't use politicians in examples/docs
https://bugs.python.org/issue44106 opened by erlendaasland

#44107: HTTPServer can't close http client completely
https://bugs.python.org/issue44107 opened by ueJone

#44109: missing dataclass decorator in match-statement example
https://bugs.python.org/issue44109 opened by ahmetveburak

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110 opened by miguendes

#44112: [buildbot] test_asyncio hangs (killed after 3 hours) on Reflea
https://bugs.python.org/issue44112 opened by vstinner

#44115: Improve conversions for fractions
https://bugs.python.org/issue44115 opened by Martin.Teichmann

#44117: [C API] Remove deprecated PyEval_InitThreads()
https://bugs.python.org/issue44117 opened by vstinner

#44120: logging.config.fileConfig/dictConfig can not import class
https://bugs.python.org/issue44120 opened by akihiro

#44121: Missing implementation for formatHeader and formatFooter metho
https://bugs.python.org/issue44121 opened by Harmouch101

#44123: make function parameter sentinel value true singletons
https://bugs.python.org/issue44123 opened by taleinat

#44124: Unhelpful error messages with mis-ordering of f-string specifi
https://bugs.python.org/issue44124 opened by angus-lherrou

#44127: urllib.parse.ParseResult._replace() does not allow replacing u
https://bugs.python.org/issue44127 opened by AstraLuma

#44128: zipfile: Deduplicate ZipExtFile code for init and resetting wh
https://bugs.python.org/issue44128 opened by dhillier

#44129: zipfile: Add descriptive global variables for general purpose
https://bugs.python.org/issue44129 opened by dhillier

#44131: [C API] Add tests on Py_FrozenMain()
https://bugs.python.org/issue44131 opened by vstinner

#44132: Local import conflict with system import
https://bugs.python.org/issue44132 opened by otrejoso

#44133: "Py_FrozenMain" symbol is not exported
https://bugs.python.org/issue44133 opened by vstinner

#44134: lzma: stream padding in xz files
https://bugs.python.org/issue44134 opened by rogdham



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

#44134: lzma: stream padding in xz files
https://bugs.python.org/issue44134

#44132: Local import conflict with system import
https://bugs.python.org/issue44132

#44131: [C API] Add tests on Py_FrozenMain()
https://bugs.python.org/issue44131

#44129: zipfile: Add descriptive global variables for general purpose
https://bugs.python.org/issue44129

#44128: zipfile: Deduplicate ZipExtFile code for init and resetting wh
https://bugs.python.org/issue44128

#44127: urllib.parse.ParseResult._replace() does not allow replacing u
https://bugs.python.org/issue44127

#44121: Missing implementation for formatHeader and formatFooter metho
https://bugs.python.org/issue44121

#44120: logging.config.fileConfig/dictConfig can not import class
https://bugs.python.org/issue44120

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110

#44101: Generation of an executable's library file when python is buil
https://bugs.python.org/issue44101

#44099: [c-api] Introduce a new slot in PyModuleDef to hold the classe
https://bugs.python.org/issue44099

#44093: compiler detection on macOS seems to be incorrect
https://bugs.python.org/issue44093

#44091: traceback & inspect modules should verify that the .py source
https://bugs.python.org/issue44091

#44087: [sqlite3] consider adding Py_TPFLAGS_DISALLOW_INSTANTIATION to
https://bugs.python.org/issue44087

#44086: py.svg not found on search result page
https://bugs.python.org/issue44086



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

#44133: "Py_FrozenMain" symbol is not exported
https://bugs.python.org/issue44133

#44131: [C API] Add tests on Py_FrozenMain()
https://bugs.python.org/issue44131

#44129: zipfile: Add descriptive global variables for general purpose
https://bugs.python.org/issue44129

#44128: zipfile: Deduplicate ZipExtFile code for init and resetting wh
https://bugs.python.org/issue44128

#44121: Missing implementation for formatHeader and formatFooter metho
https://bugs.python.org/issue44121

#44117: [C API] Remove deprecated PyEval_InitThreads()
https://bugs.python.org/issue44117

#44115: Improve conversions for fractions
https://bugs.python.org/issue44115

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110

#44106: [sqlite3] don't use politicians in examples/docs
https://bugs.python.org/issue44106

#44101: Generation of an executable's library file when python is buil
https://bugs.python.org/issue44101

#44092: [sqlite3] consider removing special rollback handling
https://bugs.python.org/issue44092

#44090: Add class binding to unbound super objects for allowing autosu
https://bugs.python.org/issue44090

#44082: Add a method to check interpolation errors in configparser
https://bugs.python.org/issue44082

#44081: ast.unparse: dont use redundant space separator for lambdas wi
https://bugs.python.org/issue44081

#44079: [sqlite3] remove superfluous statement weak ref list from conn
https://bugs.python.org/issue44079



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

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 16 msgs

#43760: The DISPATCH() macro is not as efficient as it could be (move
https://bugs.python.org/issue43760 14 msgs

#44123: make function parameter sentinel value true singletons
https://bugs.python.org/issue44123 11 msgs

#43350: [sqlite3] Active statements are reset twice in _pysqlite_query
https://bugs.python.org/issue43350 8 msgs

#43804: "Building C and C++ Extensions on Windows" docs are very out-o
https://bugs.python.org/issue43804 8 msgs

#44045: canonicalize "upper-case" -> "uppercase"; "lower-case" -> "low
https://bugs.python.org/issue44045 7 msgs

#40938: urllib.parse.urlunsplit makes relative path to absolute (http:
https://bugs.python.org/issue40938 6 msgs

#42109: Use hypothesis for testing the standard library, falling back
https://bugs.python.org/issue42109 5 msgs

#43882: [security] urllib.parse should sanitize urls containing ASCII
https://bugs.python.org/issue43882 5 msgs

#37658: In some cases asyncio.wait_for can lead to socket leak.
https://bugs.python.org/issue37658 4 msgs



Issues closed (61)
==================

#1662: [patch] assert tp_traverse in PyType_GenericAlloc()
https://bugs.python.org/issue1662 closed by iritkatriel

#10548: document (lack of) interaction between @expectedFailure on a t
https://bugs.python.org/issue10548 closed by iritkatriel

#13657: IDLE doesn't recognize resetting sys.ps1.
https://bugs.python.org/issue13657 closed by terry.reedy

#16866: libainstall doesn't create $(BINDIR) directory
https://bugs.python.org/issue16866 closed by orsenthil

#21381: Python 3.4+ interpreter built on/with OS X 10.7 deployment tar
https://bugs.python.org/issue21381 closed by ned.deily

#22953: Windows installer configures system PATH also when installing
https://bugs.python.org/issue22953 closed by iritkatriel

#23750: doc: Clarify difference between os.system/subprocess.call in s
https://bugs.python.org/issue23750 closed by orsenthil

#24871: freeze.py doesn't work on x86_64 Linux out of the box
https://bugs.python.org/issue24871 closed by vstinner

#25479: Increase unit test coverage for abc.py
https://bugs.python.org/issue25479 closed by iritkatriel

#25821: Documentation for threading.enumerate / threading.Thread.is_al
https://bugs.python.org/issue25821 closed by iritkatriel

#28146: Confusing error messages in str.format()
https://bugs.python.org/issue28146 closed by pitrou

#28528: Pdb.checkline() attribute error when 'curframe' is None
https://bugs.python.org/issue28528 closed by iritkatriel

#31604: unittest.TestLoader().loadTestsFromTestCase(...) fails when ad
https://bugs.python.org/issue31604 closed by iritkatriel

#32725: Instance of _multiprocessing.PipeConnection-subtype crash on d
https://bugs.python.org/issue32725 closed by iritkatriel

#34367: AsyncResult.get() only notifies one thread
https://bugs.python.org/issue34367 closed by iritkatriel

#35663: webbrowser.py firefox bug [python3, windows 10]
https://bugs.python.org/issue35663 closed by gregory.p.smith

#37891: Exceptions tutorial page does not mention raise from
https://bugs.python.org/issue37891 closed by rhettinger

#38552: Colored Prompt broken in REPL in Windows in 3.8
https://bugs.python.org/issue38552 closed by MinchinWeb

#38908: Troubles with @runtime_checkable protocols
https://bugs.python.org/issue38908 closed by kj

#39228: traceback.FrameSummary does not handle exceptions from `repr()
https://bugs.python.org/issue39228 closed by iritkatriel

#40640: Tutorial for Continue missing ... line
https://bugs.python.org/issue40640 closed by iritkatriel

#42725: PEP 563: Should the behavior change for yield/yield from's
https://bugs.python.org/issue42725 closed by BTaskaya

#43389: Cancellation ignored by asyncio.wait_for can hang application
https://bugs.python.org/issue43389 closed by nmatravolgyi

#43417: ast.unparse: Simplify buffering logic
https://bugs.python.org/issue43417 closed by BTaskaya

#43558: The dataclasses documentation should mention how to call super
https://bugs.python.org/issue43558 closed by eric.smith

#43656: StackSummary.format fails if repr(value) fails
https://bugs.python.org/issue43656 closed by iritkatriel

#43992: Unable to get external dependencies for CPython on Ubuntu Linu
https://bugs.python.org/issue43992 closed by ned.deily

#44002: Use functools.lru_cache in urllib.parse instead of 1996 custom
https://bugs.python.org/issue44002 closed by gregory.p.smith

#44026: IDLE: print "Did you mean?" for AttributeError and NameError
https://bugs.python.org/issue44026 closed by terry.reedy

#44030: Markup with_traceback code example
https://bugs.python.org/issue44030 closed by iritkatriel

#44057: Inconsitencies in `__init_subclass__` in a generic class
https://bugs.python.org/issue44057 closed by kj

#44061: Regression in pkgutil: iter_modules stopped taking Path argume
https://bugs.python.org/issue44061 closed by steve.dower

#44063: compiler: does not revert back the end_* locations
https://bugs.python.org/issue44063 closed by BTaskaya

#44066: Conflicts while using Py_LIMITED_API
https://bugs.python.org/issue44066 closed by erlendaasland

#44068: Possible divide by zero problems
https://bugs.python.org/issue44068 closed by vstinner

#44070: __file__ is now fully qualified in 3.8 and 3.9
https://bugs.python.org/issue44070 closed by steve.dower

#44071: Syntax error in Python3 documentation
https://bugs.python.org/issue44071 closed by evolvah

#44074: patchcheck checks against branch "master" not "main"
https://bugs.python.org/issue44074 closed by pablogsal

#44076: issue with list in Python 3.8.5
https://bugs.python.org/issue44076 closed by zach.ware

#44080: Bias in random.choices(long_sequence)
https://bugs.python.org/issue44080 closed by rhettinger

#44083: problem with updated 3.9.5
https://bugs.python.org/issue44083 closed by eric.smith

#44084: Can't mark match, case, _ as keywords in docs
https://bugs.python.org/issue44084 closed by taleinat

#44088: traced line number can be None
https://bugs.python.org/issue44088 closed by Mark.Shannon

#44089: csv.Error can't be subclassed
https://bugs.python.org/issue44089 closed by orsenthil

#44094: Remove PyErr_Set...WithUnicodeFilename APIs
https://bugs.python.org/issue44094 closed by pitrou

#44095: Add suffix property to zipfile.Path
https://bugs.python.org/issue44095 closed by jaraco

#44098: Remove ParamSpec from __parameters__ of most typing generics
https://bugs.python.org/issue44098 closed by kj

#44103: Python 3.10 docs are visually broken
https://bugs.python.org/issue44103 closed by zach.ware

#44104: http.cookies.CookieError: Illegal key
https://bugs.python.org/issue44104 closed by ra1nb0w

#44108: [sqlite3] normalise SQL quoted literals in sqlite3 test suite
https://bugs.python.org/issue44108 closed by corona10

#44111: 404 link on python webpage
https://bugs.python.org/issue44111 closed by christian.heimes

#44113: [C API] Deprecate legacy API for configure Python initializati
https://bugs.python.org/issue44113 closed by vstinner

#44114: Incorrect function signatures in dictobject.c
https://bugs.python.org/issue44114 closed by pitrou

#44116: The _csv module can't be garbage-collected after _csv.register
https://bugs.python.org/issue44116 closed by pablogsal

#44118: cython compiler error
https://bugs.python.org/issue44118 closed by mlucool

#44119: Use glob.glob() to implement pathlib.Path.glob()
https://bugs.python.org/issue44119 closed by barneygale

#44122: let linter allow defining attribute outside __init__ if called
https://bugs.python.org/issue44122 closed by lys.nikolaou

#44125: "make patchcheck" fails
https://bugs.python.org/issue44125 closed by pitrou

#44126: Cross Compile Cython Modules
https://bugs.python.org/issue44126 closed by ned.deily

#44130: GIL Improvement
https://bugs.python.org/issue44130 closed by shreyanavigyan

#1606233: readline on popen3 file returns empty string before end
https://bugs.python.org/issue1606233 closed by iritkatriel
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/SBPJODI2BLNJ632IWVR3TG6AFGTAOAUI/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-05-14 - 2021-05-21)
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 7452 (+23)
closed 48492 (+51)
total 55944 (+74)

Open issues with patches: 2965


Issues opened (57)
==================

#39950: Add pathlib.Path.hardlink_to()
https://bugs.python.org/issue39950 reopened by barneygale

#42834: [subinterpreters] Convert "global" static variable caches in _
https://bugs.python.org/issue42834 reopened by kj

#44126: Support cross-compiling of cpython modules using setuptools
https://bugs.python.org/issue44126 reopened by jmoguill2

#44135: issubclass documentation doesn't explain tuple semantic
https://bugs.python.org/issue44135 opened by joaozinho

#44136: Remove pathlib flavours
https://bugs.python.org/issue44136 opened by barneygale

#44138: multiprocessing documentation should note behavior when proces
https://bugs.python.org/issue44138 opened by kushal-kumaran

#44140: WeakKeyDictionary should support lookup by id instead of hash
https://bugs.python.org/issue44140 opened by conchylicultor

#44142: ast.unparse: visually better code generation
https://bugs.python.org/issue44142 opened by BTaskaya

#44145: hmac.update is not releasing the GIL when openssl's hmac is us
https://bugs.python.org/issue44145 opened by gregory.p.smith

#44147: [WinError 193] %1 is not a valid Win32 application
https://bugs.python.org/issue44147 opened by bassel27

#44149: difflib.get_close_matches: Add `key` argument
https://bugs.python.org/issue44149 opened by mustafaquraish

#44151: Improve parameter names and return value ordering for linear_r
https://bugs.python.org/issue44151 opened by rhettinger

#44153: Signaling an asyncio subprocess might raise ProcessLookupError
https://bugs.python.org/issue44153 opened by syntaxcoloring

#44155: Race condition when using multiprocessing BaseManager and Pool
https://bugs.python.org/issue44155 opened by chenzhuowansui

#44156: [subinterpreters] Replace static string caches with subinterpr
https://bugs.python.org/issue44156 opened by kj

#44157: redirect_* should also redirect C-level streams
https://bugs.python.org/issue44157 opened by xmorel

#44158: Clarify documentation for redirected stdout/stderr when using
https://bugs.python.org/issue44158 opened by tanty

#44159: mimetypes - "strict" on Windows
https://bugs.python.org/issue44159 opened by Norman Lorrain

#44163: IDLE ValueError in HyperParser
https://bugs.python.org/issue44163 opened by rhettinger

#44164: Document what are resources in importlib.resources
https://bugs.python.org/issue44164 opened by FFY00

#44165: [sqlite3] sqlite3_prepare_v2 micro optimisation: pass string s
https://bugs.python.org/issue44165 opened by erlendaasland

#44166: Make IndexError messages for list more informative
https://bugs.python.org/issue44166 opened by miguendes

#44167: ipaddress.IPv6Address.is_private makes redundant checks
https://bugs.python.org/issue44167 opened by mjpieters

#44170: ShareableList cannot safely handle multibyte utf-8 characters
https://bugs.python.org/issue44170 opened by huwcbjones

#44172: curses module may call delwin() on original window before subw
https://bugs.python.org/issue44172 opened by michaelforney

#44173: Stored (uncompressed) ZipExtFile in zipfile can be seekable at
https://bugs.python.org/issue44173 opened by juniorjpdj

#44174: Unclear meaning of _Private__names in enum docs.
https://bugs.python.org/issue44174 opened by gregory.p.smith

#44175: What do "cased" and "uncased" mean?
https://bugs.python.org/issue44175 opened by otakutyrant

#44176: asyncio.as_completed() raises TypeError when the first supplie
https://bugs.python.org/issue44176 opened by alexdelorenzo

#44178: Add an interpreter-level critical section construct
https://bugs.python.org/issue44178 opened by xmorel

#44180: SyntaxError misidentified in 3.10.0b1 when = used instead of :
https://bugs.python.org/issue44180 opened by aroberge

#44181: SyntaxError in Python 3.10.0b1: wrong token for missing comma
https://bugs.python.org/issue44181 opened by aroberge

#44182: python-config.sh vs python-config.py inconsistency
https://bugs.python.org/issue44182 opened by millert

#44183: Can't install certificates if GUI tools are not installed on m
https://bugs.python.org/issue44183 opened by thetechconspiracy

#44184: crash on windows invoking flake8
https://bugs.python.org/issue44184 opened by Anthony Sottile

#44185: mock_open file handle __exit__ does not call close
https://bugs.python.org/issue44185 opened by williamsjoblom

#44186: TimedRotatingFileHandler overwrite log
https://bugs.python.org/issue44186 opened by aeg

#44187: Implement infrastructure for quickening and specializing
https://bugs.python.org/issue44187 opened by Mark.Shannon

#44188: ThreadPoolExecutor unbalanced semaphore count
https://bugs.python.org/issue44188 opened by bennieswart

#44189: multiprocessing AF_PIPE name format is slightly confusing in t
https://bugs.python.org/issue44189 opened by Antony.Lee

#44190: Dictionary assignment shorthand
https://bugs.python.org/issue44190 opened by davidhariri

#44191: Getting an ImportError DLL load failed while importing _ssl
https://bugs.python.org/issue44191 opened by lnegger

#44192: Annotations, Inheritance and Circular Reference
https://bugs.python.org/issue44192 opened by reob-info

#44193: socket line 46 import _socket Import Error
https://bugs.python.org/issue44193 opened by Joshex

#44194: Folding ''.join(<known number of elts>) into f-strings
https://bugs.python.org/issue44194 opened by BTaskaya

#44195: importlib.abc.TraversableReader is not implemented
https://bugs.python.org/issue44195 opened by FFY00

#44196: Document that importlib.abc.Traversable's methods should raise
https://bugs.python.org/issue44196 opened by FFY00

#44198: Add flags or function in pathlib.Path
https://bugs.python.org/issue44198 opened by tetelevm

#44200: Recommend importlib.abc.Traversable users to implement __fspat
https://bugs.python.org/issue44200 opened by FFY00

#44201: REPL requests another line despite syntax error
https://bugs.python.org/issue44201 opened by gvanrossum

#44202: Add errors argument to importlib.abc.Traversable.read_text
https://bugs.python.org/issue44202 opened by FFY00

#44203: test__xxsubinterpreters: heap-buffer-overflow in interp_is_run
https://bugs.python.org/issue44203 opened by vstinner

#44204: socket.connect ignores CTRL+C during timeout on Win
https://bugs.python.org/issue44204 opened by mrx23dot

#44205: shutil.copystat can fail when copying to a file system with a
https://bugs.python.org/issue44205 opened by chrisburr

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206 opened by Mark.Shannon

#44207: Add a version number to Python functions
https://bugs.python.org/issue44207 opened by Mark.Shannon

#44208: argparse: Accept option without needing to distinguish "-" fro
https://bugs.python.org/issue44208 opened by wbarnha



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

#44208: argparse: Accept option without needing to distinguish "-" fro
https://bugs.python.org/issue44208

#44207: Add a version number to Python functions
https://bugs.python.org/issue44207

#44205: shutil.copystat can fail when copying to a file system with a
https://bugs.python.org/issue44205

#44204: socket.connect ignores CTRL+C during timeout on Win
https://bugs.python.org/issue44204

#44203: test__xxsubinterpreters: heap-buffer-overflow in interp_is_run
https://bugs.python.org/issue44203

#44198: Add flags or function in pathlib.Path
https://bugs.python.org/issue44198

#44196: Document that importlib.abc.Traversable's methods should raise
https://bugs.python.org/issue44196

#44195: importlib.abc.TraversableReader is not implemented
https://bugs.python.org/issue44195

#44192: Annotations, Inheritance and Circular Reference
https://bugs.python.org/issue44192

#44188: ThreadPoolExecutor unbalanced semaphore count
https://bugs.python.org/issue44188

#44187: Implement infrastructure for quickening and specializing
https://bugs.python.org/issue44187

#44186: TimedRotatingFileHandler overwrite log
https://bugs.python.org/issue44186

#44185: mock_open file handle __exit__ does not call close
https://bugs.python.org/issue44185

#44183: Can't install certificates if GUI tools are not installed on m
https://bugs.python.org/issue44183

#44182: python-config.sh vs python-config.py inconsistency
https://bugs.python.org/issue44182



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

#44208: argparse: Accept option without needing to distinguish "-" fro
https://bugs.python.org/issue44208

#44205: shutil.copystat can fail when copying to a file system with a
https://bugs.python.org/issue44205

#44196: Document that importlib.abc.Traversable's methods should raise
https://bugs.python.org/issue44196

#44195: importlib.abc.TraversableReader is not implemented
https://bugs.python.org/issue44195

#44188: ThreadPoolExecutor unbalanced semaphore count
https://bugs.python.org/issue44188

#44187: Implement infrastructure for quickening and specializing
https://bugs.python.org/issue44187

#44184: crash on windows invoking flake8
https://bugs.python.org/issue44184

#44180: SyntaxError misidentified in 3.10.0b1 when = used instead of :
https://bugs.python.org/issue44180

#44173: Stored (uncompressed) ZipExtFile in zipfile can be seekable at
https://bugs.python.org/issue44173

#44172: curses module may call delwin() on original window before subw
https://bugs.python.org/issue44172

#44167: ipaddress.IPv6Address.is_private makes redundant checks
https://bugs.python.org/issue44167

#44166: Make IndexError messages for list more informative
https://bugs.python.org/issue44166

#44165: [sqlite3] sqlite3_prepare_v2 micro optimisation: pass string s
https://bugs.python.org/issue44165

#44164: Document what are resources in importlib.resources
https://bugs.python.org/issue44164

#44156: [subinterpreters] Replace static string caches with subinterpr
https://bugs.python.org/issue44156



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

#44184: crash on windows invoking flake8
https://bugs.python.org/issue44184 32 msgs

#40452: Tkinter/IDLE: preserve clipboard on closure
https://bugs.python.org/issue40452 19 msgs

#44151: Improve parameter names and return value ordering for linear_r
https://bugs.python.org/issue44151 13 msgs

#44099: [C API] Introduce a new slot in PyModuleDef to hold the classe
https://bugs.python.org/issue44099 10 msgs

#44147: [WinError 193] %1 is not a valid Win32 application
https://bugs.python.org/issue44147 10 msgs

#28937: str.split(): allow removing empty strings (when sep is not Non
https://bugs.python.org/issue28937 9 msgs

#44180: SyntaxError misidentified in 3.10.0b1 when = used instead of :
https://bugs.python.org/issue44180 8 msgs

#43882: [security] urllib.parse should sanitize urls containing ASCII
https://bugs.python.org/issue43882 7 msgs

#44175: What do "cased" and "uncased" mean?
https://bugs.python.org/issue44175 6 msgs

#42109: Use hypothesis for testing the standard library, falling back
https://bugs.python.org/issue42109 5 msgs



Issues closed (48)
==================

#22891: code removal from urllib.parse.urlsplit()
https://bugs.python.org/issue22891 closed by gregory.p.smith

#29639: test suite intentionally avoids referring to localhost, destro
https://bugs.python.org/issue29639 closed by gregory.p.smith

#30593: Document that sqlite3.Cursor.executescript disregards isolatio
https://bugs.python.org/issue30593 closed by berker.peksag

#32133: documentation: numbers module nitpick
https://bugs.python.org/issue32133 closed by rhettinger

#33433: ipaddress is_private misleading for IPv4 mapped IPv6 addresses
https://bugs.python.org/issue33433 closed by gregory.p.smith

#35765: Document references object x but doesn't show it in the exampl
https://bugs.python.org/issue35765 closed by iritkatriel

#35889: sqlite3.Row doesn't have useful repr
https://bugs.python.org/issue35889 closed by berker.peksag

#36160: Multiple errors in test_site.py on sysconfig._CONFIG_VARS.clea
https://bugs.python.org/issue36160 closed by iritkatriel

#36464: Python 2.7 build install fails intermittently with -j on MacOS
https://bugs.python.org/issue36464 closed by willingc

#38593: Python 3.7 does not catch infinite recursion for some values o
https://bugs.python.org/issue38593 closed by iritkatriel

#39924: pathlib handles missing `os.link`, `os.symlink` and `os.readli
https://bugs.python.org/issue39924 closed by barneygale

#40339: Instead of skipping, IPV6 test(s) fail on a non-IPV6 machine
https://bugs.python.org/issue40339 closed by gregory.p.smith

#40670: supplying an empty string to timeit causes an IndentationError
https://bugs.python.org/issue40670 closed by iritkatriel

#40975: contextlib.AsyncExitStack enter_async_context and aclose shoul
https://bugs.python.org/issue40975 closed by iritkatriel

#41318: Better error message of "Cannot recover from stack overflow."
https://bugs.python.org/issue41318 closed by iritkatriel

#42022: Allow ensurepip to work without bundled wheels
https://bugs.python.org/issue42022 closed by FFY00

#42783: asyncio.sleep(0) idiom is not documented
https://bugs.python.org/issue42783 closed by iritkatriel

#43295: datetime.strptime emits IndexError on parsing 'z' as %z
https://bugs.python.org/issue43295 closed by vstinner

#43650: MemoryError on zip.read in shutil._unpack_zipfile
https://bugs.python.org/issue43650 closed by gregory.p.smith

#43753: [C API] Add Py_Is(x, y) and Py_IsNone(x) functions
https://bugs.python.org/issue43753 closed by vstinner

#44038: In documentation Section 8.6, the definition of parameter_list
https://bugs.python.org/issue44038 closed by pablogsal

#44072: Doc: power operator (`**`) present for numbers.Complex, not ad
https://bugs.python.org/issue44072 closed by terry.reedy

#44078: Output relative path when using PurePath.relative_to
https://bugs.python.org/issue44078 closed by terry.reedy

#44081: ast.unparse: dont use redundant space separator for lambdas wi
https://bugs.python.org/issue44081 closed by BTaskaya

#44086: py.svg not found on search result page
https://bugs.python.org/issue44086 closed by jugmac00

#44106: [sqlite3] don't use politicians in examples/docs
https://bugs.python.org/issue44106 closed by erlendaasland

#44107: HTTPServer can't close http client completely
https://bugs.python.org/issue44107 closed by gregory.p.smith

#44132: Local import conflict with system import
https://bugs.python.org/issue44132 closed by ned.deily

#44137: importlib.resources.path raises RuntimeError when FileNotFound
https://bugs.python.org/issue44137 closed by jaraco

#44139: Unparenthesized tuple doc bug in what's new
https://bugs.python.org/issue44139 closed by pablogsal

#44141: Getting error while importing ssl "import _ssl ImportError: DL
https://bugs.python.org/issue44141 closed by christian.heimes

#44143: The parse crashes when raising tokenizer errors when an existi
https://bugs.python.org/issue44143 closed by pablogsal

#44144: Python window not opening
https://bugs.python.org/issue44144 closed by christian.heimes

#44146: Format string fill not handling brace char
https://bugs.python.org/issue44146 closed by eric.smith

#44148: Raise a SystemError if frame is NULL in PyEval_GetGlobals
https://bugs.python.org/issue44148 closed by shreyanavigyan

#44150: Add optional weights parameter to statistics.fmean()
https://bugs.python.org/issue44150 closed by rhettinger

#44152: [not a bug] .isupper() does not support Polytonic Greek (but .
https://bugs.python.org/issue44152 closed by Jelle Zijlstra

#44154: Optimize Fraction pickling
https://bugs.python.org/issue44154 closed by Sergey.Kirpichev

#44160: speed up searching for keywords by using a dictionary
https://bugs.python.org/issue44160 closed by Dennis Sweeney

#44161: free: invalid pointer on graph and photo.message imports
https://bugs.python.org/issue44161 closed by christian.heimes

#44162: importlib.resources.path no longer supports directories
https://bugs.python.org/issue44162 closed by gitpushdashf

#44168: Wrong syntax error hint when spurious colon present in functio
https://bugs.python.org/issue44168 closed by pablogsal

#44169: Add HTTPS support to http.server
https://bugs.python.org/issue44169 closed by ned.deily

#44171: Cython cannot compile 'a = 5/6' and return 'a = 0'
https://bugs.python.org/issue44171 closed by pablogsal

#44177: Unable to get the else while parsing through AST module
https://bugs.python.org/issue44177 closed by eric.smith

#44179: python3 ?????? range??????????????????
https://bugs.python.org/issue44179 closed by christian.heimes

#44197: [request feature] Itertools extended combinations to limited n
https://bugs.python.org/issue44197 closed by rhettinger

#44199: code example index error in tutorial controlflow
https://bugs.python.org/issue44199 closed by HVoltBb
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-05-21 - 2021-05-28)
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 7424 (-28)
closed 48574 (+82)
total 55998 (+54)

Open issues with patches: 2945


Issues opened (38)
==================

#44209: urllib.robotparser fail on Disallow: /? from google.com
https://bugs.python.org/issue44209 opened by karl.pradene

#44210: Make importlib.metadata._meta.PackageMetadata public
https://bugs.python.org/issue44210 opened by FFY00

#44211: Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp'
https://bugs.python.org/issue44211 opened by andreasjansson

#44212: asyncio overrides signal handlers
https://bugs.python.org/issue44212 opened by Francisco Demartino

#44213: LIST_TO_TUPLE placed below the sentence "all of the following
https://bugs.python.org/issue44213 opened by glubs9

#44214: PyArg_Parse* for vectorcall?
https://bugs.python.org/issue44214 opened by ronaldoussoren

#44215: help() module listing displays import warnings from deprecated
https://bugs.python.org/issue44215 opened by stefanor

#44217: Tkinter/IDLE: literal astral char discombobulates text editing
https://bugs.python.org/issue44217 opened by shreyanavigyan

#44218: Possible Stack Based Buffer Overflow at Programs/_freeze_impor
https://bugs.python.org/issue44218 opened by demonia

#44219: Opening a file holds the GIL when it calls "isatty()"
https://bugs.python.org/issue44219 opened by smurfix

#44220: PyStructSequence_UnnamedField unavailable on Windows
https://bugs.python.org/issue44220 opened by johnboy2

#44221: ImportError: sys.meta_path is None, Python is likely shutting
https://bugs.python.org/issue44221 opened by luizoti

#44225: stop() on a stopped loop inhibits the next run_forever
https://bugs.python.org/issue44225 opened by mandolaerik

#44226: Threads shutting down in Py 2.7 but not in Py 3.69 while makin
https://bugs.python.org/issue44226 opened by muralidhar.bn

#44229: Intermittent connection errors in ssl tests on macOS CI
https://bugs.python.org/issue44229 opened by erlendaasland

#44230: lookup extensions with the stable ABI under a platform specifi
https://bugs.python.org/issue44230 opened by doko

#44233: Provide Windows Terminal Fragment Extension
https://bugs.python.org/issue44233 opened by mveril

#44234: Debugging with LLDB doesn't work for universal2 installer on m
https://bugs.python.org/issue44234 opened by ronaldoussoren

#44235: Remove l*gettext() and related functions in the gettext module
https://bugs.python.org/issue44235 opened by corona10

#44236: Define SOABI, LIBRARY, LDLIBRARY and LIBPL on Windows
https://bugs.python.org/issue44236 opened by steve.dower

#44237: test_ssl randomly fails on macOS GH Action: test_get_server_ce
https://bugs.python.org/issue44237 opened by vstinner

#44238: Unable to install Python 3.9.5 - Windows Server
https://bugs.python.org/issue44238 opened by RFuentes

#44239: Use platform defined data directories instead of ~/.python_his
https://bugs.python.org/issue44239 opened by oxalica

#44240: Incorrect behavior of LOAD_ATTR due to overflow in tp_version
https://bugs.python.org/issue44240 opened by Mark.Shannon

#44242: enum.IntFlag regression: missing values cause TypeError
https://bugs.python.org/issue44242 opened by hroncok

#44245: Cross-compilation of CPython 3.8 with _socket module using And
https://bugs.python.org/issue44245 opened by laheller

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246 opened by Anthony Sottile

#44249: Readme typo fix
https://bugs.python.org/issue44249 opened by Ayushparikh-code

#44251: ctypes '_get_soname' fails silently on missing objdump
https://bugs.python.org/issue44251 opened by GuillaumeDesforges

#44252: test_ssl and test_httplib.HTTPSTest crash randomly with "Windo
https://bugs.python.org/issue44252 opened by vstinner

#44254: Change turtledemo button colors
https://bugs.python.org/issue44254 opened by terry.reedy

#44255: strptime and week numbers without week days
https://bugs.python.org/issue44255 opened by Jaap van der Velde

#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257 opened by orangebana15

#44258: Support PEP 515 for Fraction's initialization from string
https://bugs.python.org/issue44258 opened by Sergey.Kirpichev

#44259: lib2to3 does not accept "exec" as name
https://bugs.python.org/issue44259 opened by mulugruntz

#44260: _Random.seed() is called twice
https://bugs.python.org/issue44260 opened by serhiy.storchaka

#44261: SocketType documentation misleading
https://bugs.python.org/issue44261 opened by srittau

#44262: tarfile: some content different output
https://bugs.python.org/issue44262 opened by yellowhat



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

#44262: tarfile: some content different output
https://bugs.python.org/issue44262

#44261: SocketType documentation misleading
https://bugs.python.org/issue44261

#44260: _Random.seed() is called twice
https://bugs.python.org/issue44260

#44259: lib2to3 does not accept "exec" as name
https://bugs.python.org/issue44259

#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257

#44255: strptime and week numbers without week days
https://bugs.python.org/issue44255

#44254: Change turtledemo button colors
https://bugs.python.org/issue44254

#44251: ctypes '_get_soname' fails silently on missing objdump
https://bugs.python.org/issue44251

#44249: Readme typo fix
https://bugs.python.org/issue44249

#44245: Cross-compilation of CPython 3.8 with _socket module using And
https://bugs.python.org/issue44245

#44239: Use platform defined data directories instead of ~/.python_his
https://bugs.python.org/issue44239

#44238: Unable to install Python 3.9.5 - Windows Server
https://bugs.python.org/issue44238

#44225: stop() on a stopped loop inhibits the next run_forever
https://bugs.python.org/issue44225

#44221: ImportError: sys.meta_path is None, Python is likely shutting
https://bugs.python.org/issue44221

#44220: PyStructSequence_UnnamedField unavailable on Windows
https://bugs.python.org/issue44220



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

#44258: Support PEP 515 for Fraction's initialization from string
https://bugs.python.org/issue44258

#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257

#44249: Readme typo fix
https://bugs.python.org/issue44249

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246

#44239: Use platform defined data directories instead of ~/.python_his
https://bugs.python.org/issue44239

#44235: Remove l*gettext() and related functions in the gettext module
https://bugs.python.org/issue44235

#44230: lookup extensions with the stable ABI under a platform specifi
https://bugs.python.org/issue44230

#44220: PyStructSequence_UnnamedField unavailable on Windows
https://bugs.python.org/issue44220

#44212: asyncio overrides signal handlers
https://bugs.python.org/issue44212

#44211: Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp'
https://bugs.python.org/issue44211

#44210: Make importlib.metadata._meta.PackageMetadata public
https://bugs.python.org/issue44210

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206

#44205: shutil.copystat can fail when copying to a file system with a
https://bugs.python.org/issue44205

#44195: importlib.abc.TraversableReader is not implemented
https://bugs.python.org/issue44195

#44188: ThreadPoolExecutor unbalanced semaphore count
https://bugs.python.org/issue44188



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

#42972: [C API] Heap types (PyType_FromSpec) must fully implement the
https://bugs.python.org/issue42972 42 msgs

#44242: enum.IntFlag regression: missing values cause TypeError
https://bugs.python.org/issue44242 16 msgs

#44252: test_ssl and test_httplib.HTTPSTest crash randomly with "Windo
https://bugs.python.org/issue44252 15 msgs

#44217: Tkinter/IDLE: literal astral char discombobulates text editing
https://bugs.python.org/issue44217 14 msgs

#44229: Intermittent connection errors in ssl tests on macOS CI
https://bugs.python.org/issue44229 13 msgs

#43921: test_ssl fails on Windows buildbots
https://bugs.python.org/issue43921 12 msgs

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246 10 msgs

#44031: test_embed and test_tabnanny fails if the current directory is
https://bugs.python.org/issue44031 9 msgs

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596 8 msgs

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206 8 msgs



Issues closed (76)
==================

#3702: test_urllib2.test_trivial fails when run from another Windows
https://bugs.python.org/issue3702 closed by iritkatriel

#8264: [doc] hasattr doesn't show private (double underscore) attribu
https://bugs.python.org/issue8264 closed by kj

#12463: Calling SocketServer.shutdown() when server_forever() was not
https://bugs.python.org/issue12463 closed by iritkatriel

#16533: HPUX: Unable to fork() in thread
https://bugs.python.org/issue16533 closed by iritkatriel

#20408: memoryview() constructor documentation error
https://bugs.python.org/issue20408 closed by berker.peksag

#21633: Argparse does not propagate HelpFormatter class to subparsers
https://bugs.python.org/issue21633 closed by iritkatriel

#23443: XMLRPCLIB Exception uses str not class or instance
https://bugs.python.org/issue23443 closed by iritkatriel

#23833: email.header.Header folding modifies headers that include semi
https://bugs.python.org/issue23833 closed by iritkatriel

#26503: argparse with required field , not having new line separator i
https://bugs.python.org/issue26503 closed by iritkatriel

#26740: tarfile: accessing (listing and extracting) tarball fails with
https://bugs.python.org/issue26740 closed by iritkatriel

#30757: pyinstaller can be added to docs, py2exe ref can be updated
https://bugs.python.org/issue30757 closed by erlendaasland

#30849: test_stress_delivery_dependent() of test_signal randomly fails
https://bugs.python.org/issue30849 closed by vstinner

#31790: double free or corruption (while using smem)
https://bugs.python.org/issue31790 closed by iritkatriel

#32084: [Security] http.server can be abused to redirect to (almost) a
https://bugs.python.org/issue32084 closed by ned.deily

#32983: UnicodeDecodeError 'ascii' codec can't decode byte in position
https://bugs.python.org/issue32983 closed by iritkatriel

#33809: Expose `capture_locals` parameter in `traceback` convenience f
https://bugs.python.org/issue33809 closed by iritkatriel

#35134: Add a new Include/cpython/ subdirectory for the "CPython API"
https://bugs.python.org/issue35134 closed by vstinner

#35197: graminit.h defines very generic names like 'stmt' or 'test'
https://bugs.python.org/issue35197 closed by vstinner

#36128: ResourceReader for FileLoader inconsistently handles path sepa
https://bugs.python.org/issue36128 closed by jaraco

#36560: test_functools leaks randomly 1 memory block
https://bugs.python.org/issue36560 closed by vstinner

#36940: Update Py_FrozenMain() for _PyCoreConfig (PEP 587)
https://bugs.python.org/issue36940 closed by vstinner

#36950: test.support: add an helper to wait for an event with a timeou
https://bugs.python.org/issue36950 closed by vstinner

#37228: UDP sockets created by create_datagram_endpoint() allow by def
https://bugs.python.org/issue37228 closed by ned.deily

#37903: IDLE Shell sidebar.
https://bugs.python.org/issue37903 closed by terry.reedy

#38575: Child process deadlock in subprocess.Popen
https://bugs.python.org/issue38575 closed by iritkatriel

#39995: test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.
https://bugs.python.org/issue39995 closed by vstinner

#39996: test_multiprocessing_fork hangs on AMD64 FreeBSD Shared 3.x
https://bugs.python.org/issue39996 closed by vstinner

#40237: Test code coverage (C) job of Travis CI fails on test_distutil
https://bugs.python.org/issue40237 closed by vstinner

#40551: PRs should be rebased on top of master before running the buil
https://bugs.python.org/issue40551 closed by FFY00

#40695: hashlib: OpenSSL hash detection should obey security policy
https://bugs.python.org/issue40695 closed by christian.heimes

#40736: better message for re.search TypeError ("expected string or by
https://bugs.python.org/issue40736 closed by iritkatriel

#41147: Document that redirect_std{out,err} yield the new stream as th
https://bugs.python.org/issue41147 closed by iritkatriel

#41611: IDLE: problems with completions on Mac
https://bugs.python.org/issue41611 closed by taleinat

#41736: test_site: test_s_option() failed on AMD64 Windows8.1 Refleaks
https://bugs.python.org/issue41736 closed by vstinner

#41855: FastPath.zip_children can give duplicate results on Python 3.8
https://bugs.python.org/issue41855 closed by jaraco

#42043: zipfile.Path should support inheritance
https://bugs.python.org/issue42043 closed by jaraco

#43063: zipfile.Path / importlib.resources raises KeyError if a file w
https://bugs.python.org/issue43063 closed by jaraco

#43109: When using Apple Clang, --with-lto builds should not check for
https://bugs.python.org/issue43109 closed by vstinner

#43167: Add a note to the macOS installer welcome window about customi
https://bugs.python.org/issue43167 closed by ned.deily

#43504: Site linked in docs, effbot.org, down
https://bugs.python.org/issue43504 closed by mdk

#43556: fix attr names for ast.expr and ast.stmt
https://bugs.python.org/issue43556 closed by iritkatriel

#43643: importlib.readers.MultiplexedPath.name is not a property
https://bugs.python.org/issue43643 closed by jaraco

#43667: Solaris: Fix broken Unicode encoding in non-UTF locales
https://bugs.python.org/issue43667 closed by vstinner

#43688: [C API] Support the limited C API in debug mode (Py_INCREF and
https://bugs.python.org/issue43688 closed by vstinner

#43774: [Doc] Document configure options in the Python documentation
https://bugs.python.org/issue43774 closed by vstinner

#43843: libregrtest: mark a test as failed if a thread logs an unexpec
https://bugs.python.org/issue43843 closed by vstinner

#43879: Add native_thread_id to PyThreadState
https://bugs.python.org/issue43879 closed by vstinner

#43927: Remove IOError references from the tutorial
https://bugs.python.org/issue43927 closed by terry.reedy

#43988: Add test.support.check_disallow_instantiation()
https://bugs.python.org/issue43988 closed by erlendaasland

#44010: IDLE: highlight soft keywords
https://bugs.python.org/issue44010 closed by taleinat

#44032: Function locals and evaluation stack should be stored in a con
https://bugs.python.org/issue44032 closed by vstinner

#44043: 3.10 b1 armhf Bus Error in hashlib test: test_gil
https://bugs.python.org/issue44043 closed by christian.heimes

#44120: logging.config.fileConfig/dictConfig can not import class
https://bugs.python.org/issue44120 closed by vinay.sajip

#44131: [C API] Add tests on Py_FrozenMain()
https://bugs.python.org/issue44131 closed by pablogsal

#44151: Improve parameter names and return value ordering for linear_r
https://bugs.python.org/issue44151 closed by rhettinger

#44184: crash on windows invoking flake8
https://bugs.python.org/issue44184 closed by vstinner

#44190: Dictionary assignment shorthand
https://bugs.python.org/issue44190 closed by terry.reedy

#44196: Document that importlib.abc.Traversable's methods should raise
https://bugs.python.org/issue44196 closed by FFY00

#44201: REPL requests another line despite syntax error
https://bugs.python.org/issue44201 closed by pablogsal

#44208: argparse: Accept option without needing to distinguish "-" fro
https://bugs.python.org/issue44208 closed by rhettinger

#44216: Bug in class method with optional parameter
https://bugs.python.org/issue44216 closed by steven.daprano

#44222: Improving _removeHandlerRef for a very long _handlerList
https://bugs.python.org/issue44222 closed by Yonatan Goldschmidt

#44223: := in comprehensions does not work
https://bugs.python.org/issue44223 closed by serhiy.storchaka

#44224: urllib.parse.urljoin behaves differently in Python 3.9.5
https://bugs.python.org/issue44224 closed by rushter

#44227: help(bisect.bisect_left)
https://bugs.python.org/issue44227 closed by rhettinger

#44228: [urllib] Error with handling of urllib.parse.quote. Terminate
https://bugs.python.org/issue44228 closed by martin.panter

#44231: Remove _PyTuple_FromArray from the public API
https://bugs.python.org/issue44231 closed by vstinner

#44232: Crash in Objects/typeobject.c
https://bugs.python.org/issue44232 closed by vstinner

#44241: Sync importlib_metadata enhancements through 4.1.
https://bugs.python.org/issue44241 closed by jaraco

#44243: tkinter button colors on Mac
https://bugs.python.org/issue44243 closed by terry.reedy

#44244: protected members accessible in other modules
https://bugs.python.org/issue44244 closed by iritkatriel

#44247: bpo stacktrace linkifier does not understand 3.10+
https://bugs.python.org/issue44247 closed by zach.ware

#44248: copy.deepcopy calls objdect's __deepcopy__ with incorrect argu
https://bugs.python.org/issue44248 closed by zach.ware

#44250: Link to ibera IRC goes to 404 page
https://bugs.python.org/issue44250 closed by xtreak

#44253: tkinter searches for tk.tcl in wrong directory
https://bugs.python.org/issue44253 closed by ned.deily

#44256: _functools._lru_list_elem is exposed unintentionally.
https://bugs.python.org/issue44256 closed by methane
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/JMCSIBHIZC2W24YV4I5ENE2KV4I7JLXS/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-05-28 - 2021-06-04)
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 7426 ( +2)
closed 48623 (+49)
total 56049 (+51)

Open issues with patches: 2940


Issues opened (29)
==================

#43921: test_ssl: test_wrong_cert_tls13() and test_pha_required_nocert
https://bugs.python.org/issue43921 reopened by christian.heimes

#44264: Add descriptive error message when environment variable not de
https://bugs.python.org/issue44264 opened by astrosticks

#44266: AttributeError: module 'sys' has no attribute 'original_stdout
https://bugs.python.org/issue44266 opened by chinmay.malvania

#44268: gettext: deprecate selecting plural form by fractional numbers
https://bugs.python.org/issue44268 opened by serhiy.storchaka

#44269: smtplib AUTH command doesn't handle EAI arguments
https://bugs.python.org/issue44269 opened by jrlevine

#44271: asyncio random crash with longtime run
https://bugs.python.org/issue44271 opened by twbt4f

#44275: Is there a mojibake problem rendering interactive help in the
https://bugs.python.org/issue44275 opened by jessevsilverman

#44276: Replace if-elif-else structure with match-case (PEP634)
https://bugs.python.org/issue44276 opened by Kshitiz17

#44279: doc: contextlib.suppress documentation is imprecise
https://bugs.python.org/issue44279 opened by iritkatriel

#44283: Add jump table for certain safe match-case statements
https://bugs.python.org/issue44283 opened by Dennis Sweeney

#44287: test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks
https://bugs.python.org/issue44287 opened by vstinner

#44288: unittest: _is_relevant_tb_level() fails because tb.tb_frame.f_
https://bugs.python.org/issue44288 opened by vstinner

#44289: tarfile.is_tarfile() modifies file object's current position
https://bugs.python.org/issue44289 opened by mateja.and

#44291: Unify logging.handlers.SysLogHandler behavior with SocketHandl
https://bugs.python.org/issue44291 opened by cybergrind

#44292: contextmanager + ExitStack.pop_all()
https://bugs.python.org/issue44292 opened by lucae.mattiello

#44293: PEP 585 breaks inspect.isclass
https://bugs.python.org/issue44293 opened by joperez

#44295: self.assertDictContainsSubset warning is unhelpful
https://bugs.python.org/issue44295 opened by Anthony Sottile

#44296: Should warnings.warn default to stacklevel=2?
https://bugs.python.org/issue44296 opened by Anthony Sottile

#44297: Frame with -1 line number
https://bugs.python.org/issue44297 opened by vstinner

#44299: Enable control over daemon flag in ThreadPoolExecutor and Proc
https://bugs.python.org/issue44299 opened by dkropachev

#44301: Is there a way to provide destructor for module written using
https://bugs.python.org/issue44301 opened by lycantropos

#44302: compile fail when make install run pip install as sudo
https://bugs.python.org/issue44302 opened by Battant

#44304: segmentation fault appeared in python 3.10.0b2
https://bugs.python.org/issue44304 opened by zzzeek

#44306: asyncio.from_thread
https://bugs.python.org/issue44306 opened by graingert

#44307: date.today() is 2x slower than datetime.now().date()
https://bugs.python.org/issue44307 opened by Anthony Sottile

#44309: Add support for yescrypt in crypt.
https://bugs.python.org/issue44309 opened by besser82

#44310: lru_cache memory leak
https://bugs.python.org/issue44310 opened by Wouter De Borger2

#44312: test_asyncio leaked [1533, 1531, 1533] references, sum=4597
https://bugs.python.org/issue44312 opened by pablogsal

#44313: Generate LOAD_ATTR+CALL_FUNCTION instead of LOAD_METHOD+CALL_M
https://bugs.python.org/issue44313 opened by BTaskaya



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

#44309: Add support for yescrypt in crypt.
https://bugs.python.org/issue44309

#44307: date.today() is 2x slower than datetime.now().date()
https://bugs.python.org/issue44307

#44302: compile fail when make install run pip install as sudo
https://bugs.python.org/issue44302

#44299: Enable control over daemon flag in ThreadPoolExecutor and Proc
https://bugs.python.org/issue44299

#44297: Frame with -1 line number
https://bugs.python.org/issue44297

#44296: Should warnings.warn default to stacklevel=2?
https://bugs.python.org/issue44296

#44295: self.assertDictContainsSubset warning is unhelpful
https://bugs.python.org/issue44295

#44292: contextmanager + ExitStack.pop_all()
https://bugs.python.org/issue44292

#44289: tarfile.is_tarfile() modifies file object's current position
https://bugs.python.org/issue44289

#44287: test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks
https://bugs.python.org/issue44287

#44269: smtplib AUTH command doesn't handle EAI arguments
https://bugs.python.org/issue44269

#44264: Add descriptive error message when environment variable not de
https://bugs.python.org/issue44264

#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257

#44255: strptime and week numbers without week days
https://bugs.python.org/issue44255

#44251: ctypes '_get_soname' fails silently on missing objdump
https://bugs.python.org/issue44251



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

#44310: lru_cache memory leak
https://bugs.python.org/issue44310

#44309: Add support for yescrypt in crypt.
https://bugs.python.org/issue44309

#44299: Enable control over daemon flag in ThreadPoolExecutor and Proc
https://bugs.python.org/issue44299

#44295: self.assertDictContainsSubset warning is unhelpful
https://bugs.python.org/issue44295

#44291: Unify logging.handlers.SysLogHandler behavior with SocketHandl
https://bugs.python.org/issue44291

#44289: tarfile.is_tarfile() modifies file object's current position
https://bugs.python.org/issue44289

#44279: doc: contextlib.suppress documentation is imprecise
https://bugs.python.org/issue44279

#44258: Support PEP 515 for Fraction's initialization from string
https://bugs.python.org/issue44258

#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257

#44254: Change turtledemo button colors
https://bugs.python.org/issue44254

#44239: Use platform defined data directories instead of ~/.python_his
https://bugs.python.org/issue44239

#44230: lookup extensions with the stable ABI under a platform specifi
https://bugs.python.org/issue44230

#44225: stop() on a stopped loop inhibits the next run_forever
https://bugs.python.org/issue44225

#44220: PyStructSequence_UnnamedField unavailable on Windows
https://bugs.python.org/issue44220

#44212: asyncio overrides signal handlers
https://bugs.python.org/issue44212



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

#44112: [buildbot] test_asyncio hangs (killed after 3 hours) on Reflea
https://bugs.python.org/issue44112 14 msgs

#44275: Is there a mojibake problem rendering interactive help in the
https://bugs.python.org/issue44275 13 msgs

#43921: test_ssl: test_wrong_cert_tls13() and test_pha_required_nocert
https://bugs.python.org/issue43921 12 msgs

#44254: Change turtledemo button colors
https://bugs.python.org/issue44254 11 msgs

#44276: Replace if-elif-else structure with match-case (PEP634)
https://bugs.python.org/issue44276 11 msgs

#44283: Add jump table for certain safe match-case statements
https://bugs.python.org/issue44283 11 msgs

#42972: [C API] Heap types (PyType_FromSpec) must fully implement the
https://bugs.python.org/issue42972 7 msgs

#40395: Scripts folder is Empty in python 3.8.2 for Windows 7.
https://bugs.python.org/issue40395 6 msgs

#43693: Logically merge cell and locals array. They are already contig
https://bugs.python.org/issue43693 6 msgs

#44229: test_ssl: test_get_server_certificate() and test_msg_callback_
https://bugs.python.org/issue44229 6 msgs



Issues closed (46)
==================

#6338: Error message displayed on stderr when no C compiler is presen
https://bugs.python.org/issue6338 closed by iritkatriel

#11105: Compiling recursive Python ASTs crash the interpreter
https://bugs.python.org/issue11105 closed by pablogsal

#17153: tarfile extract fails when Unicode in pathname
https://bugs.python.org/issue17153 closed by vinay.sajip

#21550: Add Python implementation of the tar utility
https://bugs.python.org/issue21550 closed by serhiy.storchaka

#23903: Generate PC/python3.def by scraping headers
https://bugs.python.org/issue23903 closed by petr.viktorin

#24906: asyncore asynchat hanging on ssl
https://bugs.python.org/issue24906 closed by iritkatriel

#29086: Document C API that is not part of the limited API
https://bugs.python.org/issue29086 closed by petr.viktorin

#30495: IDLE: modernize textview module
https://bugs.python.org/issue30495 closed by terry.reedy

#32280: Expose `_PyRuntime` through a section name
https://bugs.python.org/issue32280 closed by pablogsal

#34219: distutils: build_ext -D wrongly assume defining a symbol with
https://bugs.python.org/issue34219 closed by steve.dower

#37041: IDLE: path browser unusable on some displays
https://bugs.python.org/issue37041 closed by aroberge

#42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
https://bugs.python.org/issue42862 closed by pablogsal

#43776: Popen with shell=True yield mangled repr output
https://bugs.python.org/issue43776 closed by gregory.p.smith

#43858: Provide method to get list of logging level names
https://bugs.python.org/issue43858 closed by vinay.sajip

#44041: [sqlite3] check that column count is updated correctly for cac
https://bugs.python.org/issue44041 closed by pablogsal

#44042: [sqlite3] _pysqlite_connection_begin() optimisations
https://bugs.python.org/issue44042 closed by pablogsal

#44048: test_hashlib failure for "AMD64 RHEL8 FIPS Only Blake2 Builtin
https://bugs.python.org/issue44048 closed by pablogsal

#44235: Remove l*gettext() and related functions in the gettext module
https://bugs.python.org/issue44235 closed by corona10

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246 closed by jaraco

#44249: Readme typo fix
https://bugs.python.org/issue44249 closed by terry.reedy

#44252: test_ssl and test_httplib.HTTPSTest crash randomly with "Windo
https://bugs.python.org/issue44252 closed by pablogsal

#44260: _Random.seed() is called twice
https://bugs.python.org/issue44260 closed by serhiy.storchaka

#44262: tarfile: some content different output
https://bugs.python.org/issue44262 closed by FFY00

#44263: Better explain the GC contract for PyType_FromSpecWithBases
https://bugs.python.org/issue44263 closed by pablogsal

#44265: Create an MSI Package
https://bugs.python.org/issue44265 closed by steve.dower

#44267: Wrong PEP 515 parsing in decimal module (both C and Python ver
https://bugs.python.org/issue44267 closed by mark.dickinson

#44270: shutil.which: does not find path/cmd.ext where ext is not give
https://bugs.python.org/issue44270 closed by eryksun

#44272: DeprecationWarning: The *random* parameter to shuffle() has be
https://bugs.python.org/issue44272 closed by steven.daprano

#44273: Assigning to Ellipsis should be the same as assigning to __deb
https://bugs.python.org/issue44273 closed by pablogsal

#44274: Installation problem for python-3.6.4rc1-macosx10.6.pkg-('pyth
https://bugs.python.org/issue44274 closed by ned.deily

#44277: cpython forks are spammed with dependabot PRs
https://bugs.python.org/issue44277 closed by zach.ware

#44278: Improve syntax error message for assigning to "..."
https://bugs.python.org/issue44278 closed by serhiy.storchaka

#44280: unittest filters out too many assertion stack frames from cont
https://bugs.python.org/issue44280 closed by iritkatriel

#44281: Links on top of collections doc not in the order of sections
https://bugs.python.org/issue44281 closed by rhettinger

#44282: IDLE: ColorDelegatorTest test_incremental_editing failures
https://bugs.python.org/issue44282 closed by terry.reedy

#44284: Python references wrong line but correct line number in traceb
https://bugs.python.org/issue44284 closed by iritkatriel

#44285: Coverity scan: Modules/getpath.c. "calculate_open_pyenv" alloc
https://bugs.python.org/issue44285 closed by vstinner

#44286: venv activate script would be good to show failure.
https://bugs.python.org/issue44286 closed by idle947

#44290: x86-64 macOS 3.x buildbot build failed with: No such file or d
https://bugs.python.org/issue44290 closed by vstinner

#44294: 3.9.5 Windows 64-bit installer says v3.8.10 in startup window.
https://bugs.python.org/issue44294 closed by zach.ware

#44298: 3.10.0b2 traces with-exit before the break that caused the exi
https://bugs.python.org/issue44298 closed by pablogsal

#44300: using Linked list vs dynamic array for LifoQueue class
https://bugs.python.org/issue44300 closed by rhettinger

#44303: Buildbot website failing with 503
https://bugs.python.org/issue44303 closed by shreyanavigyan

#44305: Improve syntax error for try block without finally or except b
https://bugs.python.org/issue44305 closed by pablogsal

#44308: Raw Strings lack parody
https://bugs.python.org/issue44308 closed by vstinner

#44311: How to print results of asyncio websockets at the same time?
https://bugs.python.org/issue44311 closed by hellojinwoo
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/TJVGVDH4WJ5MCSEVIL3RIVNPEIGK7UGX/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-06-04 - 2021-06-11)
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 7457 (+31)
closed 48676 (+53)
total 56133 (+84)

Open issues with patches: 2955


Issues opened (60)
==================

#11105: Compiling recursive Python ASTs crash the interpreter
https://bugs.python.org/issue11105 reopened by BTaskaya

#44242: enum.IntFlag regression: missing values cause TypeError
https://bugs.python.org/issue44242 reopened by ethan.furman

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246 reopened by Anthony Sottile

#44314: [doc] SSLContext.set_ciphers() link to OpenSSL cipher list for
https://bugs.python.org/issue44314 opened by cjmayo

#44316: Support preserving path meaning in os.path.normpath() and absp
https://bugs.python.org/issue44316 opened by barneygale

#44317: Suggestion for better syntax errors in tokenizer errors
https://bugs.python.org/issue44317 opened by wyz23x2

#44318: Asyncio classes missing __slots__
https://bugs.python.org/issue44318 opened by Bluenix2

#44319: setup openssl faild on linux (ubuntu 20.04)
https://bugs.python.org/issue44319 opened by Battant

#44321: os.EX_OK for Windows
https://bugs.python.org/issue44321 opened by samuelmarks

#44323: install module fail on windows 10
https://bugs.python.org/issue44323 opened by Battant

#44324: add a "expected expression" syntax error
https://bugs.python.org/issue44324 opened by CCLDArjun

#44325: IDLE: Fix shell comment anomalies
https://bugs.python.org/issue44325 opened by terry.reedy

#44328: time.monotonic() should use a different clock source on Window
https://bugs.python.org/issue44328 opened by lunixbochs2

#44330: IDLE: Colorizer and output tests hang on macOS
https://bugs.python.org/issue44330 opened by terry.reedy

#44331: Generate static PyCodeObjects for faster startup
https://bugs.python.org/issue44331 opened by nascheme

#44334: Use bytearray in urllib.unquote_to_bytes
https://bugs.python.org/issue44334 opened by eng.mustafaelagamey

#44336: Windows buildbots hang after fatal exit
https://bugs.python.org/issue44336 opened by jkloth

#44338: Port LOAD_GLOBAL to adaptive interpreter
https://bugs.python.org/issue44338 opened by Mark.Shannon

#44339: Discrepancy between math.pow(0.0, -inf) and 0.0**-inf
https://bugs.python.org/issue44339 opened by mark.dickinson

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340 opened by holmanb

#44342: enum with inherited type won't pickle
https://bugs.python.org/issue44342 opened by Tom.Brown

#44343: Adding the "with" statement support to ContextVar
https://bugs.python.org/issue44343 opened by achimnol

#44344: Documentation for pow() should include the possibility of comp
https://bugs.python.org/issue44344 opened by eyadams

#44346: Fraction constructor may accept spaces around '/'
https://bugs.python.org/issue44346 opened by Sergey.Kirpichev

#44347: Unclear documentation for shutil.copytree()
https://bugs.python.org/issue44347 opened by tilman.vogel

#44348: test_exceptions.ExceptionTests.test_recursion_in_except_handle
https://bugs.python.org/issue44348 opened by kj

#44350: IDLE: support Command-click on window title on macOS
https://bugs.python.org/issue44350 opened by Aivar.Annamaa

#44351: distutils.sysconfig.parse_makefile() regression in Python 3.10
https://bugs.python.org/issue44351 opened by hroncok

#44353: PEP 604 NewType
https://bugs.python.org/issue44353 opened by joperez

#44354: ssl deprecation warnings erganomics
https://bugs.python.org/issue44354 opened by graingert

#44355: Allow spaces in format strings
https://bugs.python.org/issue44355 opened by steven.daprano

#44358: AMD64 RHEL8 LTO + PGO 3.x build failed with: /usr/bin/ld: Dwar
https://bugs.python.org/issue44358 opened by vstinner

#44359: test_ftplib fails as "env changes" if a socket operation times
https://bugs.python.org/issue44359 opened by vstinner

#44361: test_smtpnet failed with SMTPServerDisconnected on x86 Gentoo
https://bugs.python.org/issue44361 opened by vstinner

#44362: improve documentation of SSL deprecations
https://bugs.python.org/issue44362 opened by graingert

#44365: Bad dataclass post-init example
https://bugs.python.org/issue44365 opened by MicaelJarniac

#44368: Invalid mapping patterns give confusing SyntaxErrors
https://bugs.python.org/issue44368 opened by brandtbucher

#44369: Improve syntax error for wrongly closed strings
https://bugs.python.org/issue44369 opened by pablogsal

#44370: Inconsistent results for min() and max() with math.nan as argu
https://bugs.python.org/issue44370 opened by joel.larose

#44371: asyncio.wait_for does not cancel running tasks in the correct
https://bugs.python.org/issue44371 opened by ofekkir

#44372: Can't install Python3.8, 3.9, 3.10 various errors including 0x
https://bugs.python.org/issue44372 opened by tps800

#44373: make Event and Awaitable
https://bugs.python.org/issue44373 opened by ktbarrett

#44374: PyThreadState_IsCurrent bug under building Python with --with-
https://bugs.python.org/issue44374 opened by JunyiXie

#44375: urllib.parse.urlparse is not parsing the url properly
https://bugs.python.org/issue44375 opened by neethun

#44376: Improve performance of integer exponentiation
https://bugs.python.org/issue44376 opened by steven.daprano

#44377: Truncated error message of original function while multiproces
https://bugs.python.org/issue44377 opened by mrshanth

#44380: glob.glob handling of * (asterisk) wildcard is broken
https://bugs.python.org/issue44380 opened by max0x7ba

#44381: Allow enabling control flow guard in Windows build
https://bugs.python.org/issue44381 opened by steve.dower

#44383: argparse.BooleanOptionalAction interacts poorly with ArgumentD
https://bugs.python.org/issue44383 opened by juliangilbey

#44384: test_ttk_guionly: 2 tests fail once each on Pipelines Ubuntu
https://bugs.python.org/issue44384 opened by terry.reedy

#44386: importlib and math.pi interact strangely
https://bugs.python.org/issue44386 opened by prescod2

#44387: Not obvious that locale.LC_MESSAGES may not exist sometimes (e
https://bugs.python.org/issue44387 opened by richardmines91

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388 opened by itsayellow

#44389: Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'
https://bugs.python.org/issue44389 opened by brotherbeer

#44390: PC/frozen_dllmain.c, some expressions have no side effects
https://bugs.python.org/issue44390 opened by brotherbeer

#44391: PC/launcher.c???one more argument than required
https://bugs.python.org/issue44391 opened by brotherbeer

#44392: Py_GenericAlias is not documented
https://bugs.python.org/issue44392 opened by ronaldoussoren

#44394: [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4
https://bugs.python.org/issue44394 opened by vstinner

#44395: email.message as_string() not writing unixfrom
https://bugs.python.org/issue44395 opened by konstantin2

#44396: pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()
https://bugs.python.org/issue44396 opened by elmanto



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

#44395: email.message as_string() not writing unixfrom
https://bugs.python.org/issue44395

#44391: PC/launcher.c???one more argument than required
https://bugs.python.org/issue44391

#44390: PC/frozen_dllmain.c, some expressions have no side effects
https://bugs.python.org/issue44390

#44389: Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'
https://bugs.python.org/issue44389

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388

#44384: test_ttk_guionly: 2 tests fail once each on Pipelines Ubuntu
https://bugs.python.org/issue44384

#44383: argparse.BooleanOptionalAction interacts poorly with ArgumentD
https://bugs.python.org/issue44383

#44377: Truncated error message of original function while multiproces
https://bugs.python.org/issue44377

#44374: PyThreadState_IsCurrent bug under building Python with --with-
https://bugs.python.org/issue44374

#44373: make Event and Awaitable
https://bugs.python.org/issue44373

#44372: Can't install Python3.8, 3.9, 3.10 various errors including 0x
https://bugs.python.org/issue44372

#44371: asyncio.wait_for does not cancel running tasks in the correct
https://bugs.python.org/issue44371

#44361: test_smtpnet failed with SMTPServerDisconnected on x86 Gentoo
https://bugs.python.org/issue44361

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340

#44338: Port LOAD_GLOBAL to adaptive interpreter
https://bugs.python.org/issue44338



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

#44396: pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()
https://bugs.python.org/issue44396

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388

#44381: Allow enabling control flow guard in Windows build
https://bugs.python.org/issue44381

#44376: Improve performance of integer exponentiation
https://bugs.python.org/issue44376

#44369: Improve syntax error for wrongly closed strings
https://bugs.python.org/issue44369

#44368: Invalid mapping patterns give confusing SyntaxErrors
https://bugs.python.org/issue44368

#44362: improve documentation of SSL deprecations
https://bugs.python.org/issue44362

#44359: test_ftplib fails as "env changes" if a socket operation times
https://bugs.python.org/issue44359

#44351: distutils.sysconfig.parse_makefile() regression in Python 3.10
https://bugs.python.org/issue44351

#44348: test_exceptions.ExceptionTests.test_recursion_in_except_handle
https://bugs.python.org/issue44348

#44347: Unclear documentation for shutil.copytree()
https://bugs.python.org/issue44347

#44346: Fraction constructor may accept spaces around '/'
https://bugs.python.org/issue44346

#44342: enum with inherited type won't pickle
https://bugs.python.org/issue44342

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340

#44339: Discrepancy between math.pow(0.0, -inf) and 0.0**-inf
https://bugs.python.org/issue44339



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

#44368: Invalid mapping patterns give confusing SyntaxErrors
https://bugs.python.org/issue44368 18 msgs

#43693: Logically merge cell and locals array. They are already contig
https://bugs.python.org/issue43693 15 msgs

#44370: Inconsistent results for min() and max() with math.nan as argu
https://bugs.python.org/issue44370 11 msgs

#44246: 3.10 beta 1: breaking change in importlib.metadata entry point
https://bugs.python.org/issue44246 10 msgs

#38323: asyncio: MultiLoopWatcher has a race condition (test_asyncio:
https://bugs.python.org/issue38323 8 msgs

#44242: enum.IntFlag regression: missing values cause TypeError
https://bugs.python.org/issue44242 8 msgs

#44310: Document that lru_cache uses hard references
https://bugs.python.org/issue44310 7 msgs

#44362: improve documentation of SSL deprecations
https://bugs.python.org/issue44362 7 msgs

#28937: str.split(): allow removing empty strings (when sep is not Non
https://bugs.python.org/issue28937 6 msgs

#44324: add a "expected expression" syntax error
https://bugs.python.org/issue44324 6 msgs



Issues closed (53)
==================

#16970: argparse: bad nargs value raises misleading message
https://bugs.python.org/issue16970 closed by gvanrossum

#21359: IDLE macOS: Some Command shortcuts do not work correctly
https://bugs.python.org/issue21359 closed by terry.reedy

#31930: IDLE: Pressing "Home" on Windows places cursor before ">>>"
https://bugs.python.org/issue31930 closed by terry.reedy

#32761: Create IDLE Modern Mac keyset
https://bugs.python.org/issue32761 closed by terry.reedy

#33051: IDLE: Create new tab for editor options in configdialog
https://bugs.python.org/issue33051 closed by terry.reedy

#33962: IDLE: use ttk.spinbox with configdialog
https://bugs.python.org/issue33962 closed by terry.reedy

#35800: remove smtpd.MailmanProxy
https://bugs.python.org/issue35800 closed by corona10

#37022: pdb: do_p and do_pp swallow exceptions from __repr__
https://bugs.python.org/issue37022 closed by iritkatriel

#40213: contextlib.aclosing()
https://bugs.python.org/issue40213 closed by John Belmonte

#40468: IDLE: configdialog tab rearrange
https://bugs.python.org/issue40468 closed by terry.reedy

#41165: [Python 3.10] Remove APIs deprecated long enough
https://bugs.python.org/issue41165 closed by methane

#41391: Make test_unicodedata pass when running without network
https://bugs.python.org/issue41391 closed by yan12125

#42213: Get rid of cyclic GC hack in sqlite3.Connection and sqlite3.Ca
https://bugs.python.org/issue42213 closed by erlendaasland

#42801: Exception catching function crashes on recursive list
https://bugs.python.org/issue42801 closed by corona10

#43318: pdb does not output the prompt message when successfully clear
https://bugs.python.org/issue43318 closed by iritkatriel

#43610: Ctrl C makes interpreter exit
https://bugs.python.org/issue43610 closed by terry.reedy

#43833: Unexpected Parsing of Numeric Literals Concatenated with Boole
https://bugs.python.org/issue43833 closed by pablogsal

#43853: [sqlite3] Improve sqlite3_value_text() error handling
https://bugs.python.org/issue43853 closed by pablogsal

#44112: [buildbot] test_asyncio hangs (killed after 3 hours) on Reflea
https://bugs.python.org/issue44112 closed by vstinner

#44187: Implement infrastructure for quickening and specializing
https://bugs.python.org/issue44187 closed by Mark.Shannon

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206 closed by Mark.Shannon

#44258: Support PEP 515 for Fraction's initialization from string
https://bugs.python.org/issue44258 closed by mark.dickinson

#44266: AttributeError: module 'sys' has no attribute 'original_stdout
https://bugs.python.org/issue44266 closed by terry.reedy

#44276: Replace if-elif-else structure with match-case (PEP634)
https://bugs.python.org/issue44276 closed by Kshitiz17

#44304: segmentation fault appeared in python 3.10.0b2
https://bugs.python.org/issue44304 closed by pablogsal

#44312: test_asyncio leaked [1533, 1531, 1533] references, sum=4597
https://bugs.python.org/issue44312 closed by pablogsal

#44315: [sqlite3] remove unused connection argument from pysqlite_step
https://bugs.python.org/issue44315 closed by pablogsal

#44320: License for W3C C14N test suite is rendered as blockquote
https://bugs.python.org/issue44320 closed by corona10

#44322: Document SyntaxError args and interpretation for f-string fiel
https://bugs.python.org/issue44322 closed by terry.reedy

#44326: [sqlite3] remove unused members from pysqlite_Statement
https://bugs.python.org/issue44326 closed by pablogsal

#44327: [sqlite3] remove unused members from pysqlite_Connection
https://bugs.python.org/issue44327 closed by pablogsal

#44329: [sqlite3] refactor pysqlite_statement_create
https://bugs.python.org/issue44329 closed by erlendaasland

#44332: For Loop temporary variable scope should be local to For loop
https://bugs.python.org/issue44332 closed by mark.dickinson

#44333: Segmentation fault
https://bugs.python.org/issue44333 closed by eric.smith

#44335: "Wrong" invalid character identified
https://bugs.python.org/issue44335 closed by pablogsal

#44337: Port LOAD_ATTR to adaptive interpreter
https://bugs.python.org/issue44337 closed by Mark.Shannon

#44341: Conflict between re.match and match keyword
https://bugs.python.org/issue44341 closed by pablogsal

#44345: The first line (comment) of the parser.c is incorrect.
https://bugs.python.org/issue44345 closed by lys.nikolaou

#44349: Edge case in compiler when error displaying with non-utf8 line
https://bugs.python.org/issue44349 closed by pablogsal

#44352: Native Windows Python builds running on Europe/Moscow TZ repor
https://bugs.python.org/issue44352 closed by mikekaganski

#44356: Multiple enum mixins not allowed even when they have the same
https://bugs.python.org/issue44356 closed by ethan.furman

#44357: Add math.cbrt() function: Cube Root
https://bugs.python.org/issue44357 closed by mark.dickinson

#44360: test_compile killed by SIGKILL on AMD64 Ubuntu 3.x (Linux OOM
https://bugs.python.org/issue44360 closed by pablogsal

#44363: Address sanitizer (gcc version) is generating false positives
https://bugs.python.org/issue44363 closed by pablogsal

#44364: Add non integral tests for `sqrt()`
https://bugs.python.org/issue44364 closed by mark.dickinson

#44366: Define functions without parentheses (if no parameters given)
https://bugs.python.org/issue44366 closed by pablogsal

#44367: Python Code for WebView2 Exe Testing
https://bugs.python.org/issue44367 closed by gvanrossum

#44378: Py_IS_TYPE(): cast discards ???const??? qualifier from pointer
https://bugs.python.org/issue44378 closed by vstinner

#44379: Pickling recursion error, did not import pickle
https://bugs.python.org/issue44379 closed by terry.reedy

#44382: Python 3.9+ on Windows 8.0
https://bugs.python.org/issue44382 closed by hypoturtle

#44385: Some target-related rules are unreachable in the grammar
https://bugs.python.org/issue44385 closed by lys.nikolaou

#44393: segfault with sys.setrecursionlimit
https://bugs.python.org/issue44393 closed by eric.smith

#44397: Add Linked Linked module
https://bugs.python.org/issue44397 closed by Jelle Zijlstra
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-06-11 - 2021-06-18)
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 7446 (-11)
closed 48743 (+67)
total 56189 (+56)

Open issues with patches: 2962


Issues opened (41)
==================

#41611: IDLE: problems with completions on Mac
https://bugs.python.org/issue41611 reopened by terry.reedy

#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 reopened by serhiy.storchaka

#44107: HTTPServer can't close http client completely
https://bugs.python.org/issue44107 reopened by ueJone

#44398: IDLE: On macOS, cntl-space/backslash display as ^S/^B
https://bugs.python.org/issue44398 opened by terry.reedy

#44399: log rotator cookbook example might waste disk space
https://bugs.python.org/issue44399 opened by mori-b

#44403: Add os.path.isreserved() function
https://bugs.python.org/issue44403 opened by barneygale

#44404: tkinter's after() AttributeError with functools.partial (no at
https://bugs.python.org/issue44404 opened by phil.tgd

#44405: add program passed as string to dis module.
https://bugs.python.org/issue44405 opened by CCLDArjun

#44406: Divergent sys.prefix behavior causes `python -m build` command
https://bugs.python.org/issue44406 opened by dsmaccy

#44407: A "Coroutines and Tasks" code example needs "asyncio.run(main(
https://bugs.python.org/issue44407 opened by AtsushiSakai

#44408: imaplib fails when server sends extra blank line after literal
https://bugs.python.org/issue44408 opened by jrlevine

#44410: Exception in AsyncMock side_effect cases incorrect refcount
https://bugs.python.org/issue44410 opened by penlect

#44412: Add os.path.fileuri() function
https://bugs.python.org/issue44412 opened by barneygale

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 opened by psijic

#44414: from __future__ import annotations breaks profiler's handling
https://bugs.python.org/issue44414 opened by wilcoxjay

#44416: test_threading: test_print_exception() hangs and killed after
https://bugs.python.org/issue44416 opened by vstinner

#44418: unicodedata.ucnhash_CAPI removed from Python 3.10 without depr
https://bugs.python.org/issue44418 opened by hroncok

#44423: copy2 / sendfile fails on linux with large file
https://bugs.python.org/issue44423 opened by kr-g

#44424: Decompress streaming bz2 file
https://bugs.python.org/issue44424 opened by carlosfranzreb

#44425: 'dirty' added to sys.version on Linux and Mac source builds de
https://bugs.python.org/issue44425 opened by mark.final

#44426: Docs fail to build with Sphinx 4 due to Invalid C declaration
https://bugs.python.org/issue44426 opened by ksurma

#44427: File extension for scripts on windows is unclear
https://bugs.python.org/issue44427 opened by maltekliemann

#44428: _ProactorBasePipeTransport.abort() after _ProactorBasePipeTran
https://bugs.python.org/issue44428 opened by graingert

#44429: Tkinter Flow Geometry Manager
https://bugs.python.org/issue44429 opened by Gary73

#44430: [sqlite3] refactor threading tests
https://bugs.python.org/issue44430 opened by erlendaasland

#44431: Add command-line functionality to uuid module
https://bugs.python.org/issue44431 opened by ephenix

#44432: SourceFileLoader.load_module() is mixing content of previosly
https://bugs.python.org/issue44432 opened by blackandred

#44434: _thread module: Remove redundant PyThread_exit_thread() call t
https://bugs.python.org/issue44434 opened by vstinner

#44435: There is no description of PY_SSIZE_T_CLEAN in docs
https://bugs.python.org/issue44435 opened by jack__d

#44439: PickleBuffer doesn't have __len__ method
https://bugs.python.org/issue44439 opened by malin

#44440: logging does not work as documented (setLevel)
https://bugs.python.org/issue44440 opened by alex4200

#44441: Malformed PyImport_Inittab after re-initialization
https://bugs.python.org/issue44441 opened by kryheb

#44443: dataclass looks up field default value on the class, not the c
https://bugs.python.org/issue44443 opened by eric.smith

#44445: Add `site-include` install scheme path in sysconfig
https://bugs.python.org/issue44445 opened by FFY00

#44446: linecache.getline TypeError when formatting tracebacks in stac
https://bugs.python.org/issue44446 opened by graingert

#44447: Syntax Error not as detailed as shown
https://bugs.python.org/issue44447 opened by khokhareesa.home

#44449: Segfault in _PyTrash_begin when faulthandler tries to dump thr
https://bugs.python.org/issue44449 opened by dgrisby

#44450: Generator expressions trace differently on Windows than on Mac
https://bugs.python.org/issue44450 opened by nedbat

#44451: test_entry_points_by_index (test.test_importlib.test_metadata_
https://bugs.python.org/issue44451 opened by hroncok

#44452: Allow paths to be joined without worrying about a leading slas
https://bugs.python.org/issue44452 opened by zbysz

#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453 opened by Jelle Zijlstra



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

#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453

#44452: Allow paths to be joined without worrying about a leading slas
https://bugs.python.org/issue44452

#44450: Generator expressions trace differently on Windows than on Mac
https://bugs.python.org/issue44450

#44449: Segfault in _PyTrash_begin when faulthandler tries to dump thr
https://bugs.python.org/issue44449

#44443: dataclass looks up field default value on the class, not the c
https://bugs.python.org/issue44443

#44441: Malformed PyImport_Inittab after re-initialization
https://bugs.python.org/issue44441

#44435: There is no description of PY_SSIZE_T_CLEAN in docs
https://bugs.python.org/issue44435

#44432: SourceFileLoader.load_module() is mixing content of previosly
https://bugs.python.org/issue44432

#44428: _ProactorBasePipeTransport.abort() after _ProactorBasePipeTran
https://bugs.python.org/issue44428

#44427: File extension for scripts on windows is unclear
https://bugs.python.org/issue44427

#44425: 'dirty' added to sys.version on Linux and Mac source builds de
https://bugs.python.org/issue44425

#44424: Decompress streaming bz2 file
https://bugs.python.org/issue44424

#44423: copy2 / sendfile fails on linux with large file
https://bugs.python.org/issue44423

#44416: test_threading: test_print_exception() hangs and killed after
https://bugs.python.org/issue44416

#44414: from __future__ import annotations breaks profiler's handling
https://bugs.python.org/issue44414



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

#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453

#44451: test_entry_points_by_index (test.test_importlib.test_metadata_
https://bugs.python.org/issue44451

#44446: linecache.getline TypeError when formatting tracebacks in stac
https://bugs.python.org/issue44446

#44441: Malformed PyImport_Inittab after re-initialization
https://bugs.python.org/issue44441

#44439: PickleBuffer doesn't have __len__ method
https://bugs.python.org/issue44439

#44434: _thread module: Remove redundant PyThread_exit_thread() call t
https://bugs.python.org/issue44434

#44431: Add command-line functionality to uuid module
https://bugs.python.org/issue44431

#44430: [sqlite3] refactor threading tests
https://bugs.python.org/issue44430

#44426: Docs fail to build with Sphinx 4 due to Invalid C declaration
https://bugs.python.org/issue44426

#44412: Add os.path.fileuri() function
https://bugs.python.org/issue44412

#44408: imaplib fails when server sends extra blank line after literal
https://bugs.python.org/issue44408

#44405: add program passed as string to dis module.
https://bugs.python.org/issue44405

#44395: email.message as_string() not writing unixfrom
https://bugs.python.org/issue44395

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388

#44369: Improve syntax error for wrongly closed strings
https://bugs.python.org/issue44369



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

#23316: Incorrect evaluation order of function arguments with *args
https://bugs.python.org/issue23316 13 msgs

#44418: unicodedata.ucnhash_CAPI removed from Python 3.10 without depr
https://bugs.python.org/issue44418 12 msgs

#44426: Docs fail to build with Sphinx 4 due to Invalid C declaration
https://bugs.python.org/issue44426 10 msgs

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299 8 msgs

#44328: time.monotonic() should use a different clock source on Window
https://bugs.python.org/issue44328 8 msgs

#44451: test_entry_points_by_index (test.test_importlib.test_metadata_
https://bugs.python.org/issue44451 8 msgs

#44283: Add jump table for certain safe match-case statements
https://bugs.python.org/issue44283 6 msgs

#44316: Support preserving path meaning in os.path.normpath() and absp
https://bugs.python.org/issue44316 6 msgs

#44405: add program passed as string to dis module.
https://bugs.python.org/issue44405 6 msgs

#44318: Asyncio classes missing __slots__
https://bugs.python.org/issue44318 5 msgs



Issues closed (60)
==================

#4277: asynchat's handle_error inconsistency
https://bugs.python.org/issue4277 closed by iritkatriel

#7464: circular reference in HTTPResponse by urllib2
https://bugs.python.org/issue7464 closed by iritkatriel

#9102: pybench: Cannot compare 2.x and 3.x benchmarks
https://bugs.python.org/issue9102 closed by iritkatriel

#9419: RUNSHARED needs LDFLAGS
https://bugs.python.org/issue9419 closed by iritkatriel

#10582: PyErr_PrintEx exits silently when passed SystemExit exception
https://bugs.python.org/issue10582 closed by iritkatriel

#14445: Providing more fine-grained control over assert statements
https://bugs.python.org/issue14445 closed by iritkatriel

#16663: Poor documentation for METH_KEYWORDS
https://bugs.python.org/issue16663 closed by iritkatriel

#19214: shutil.make_archive should recognize extensions in filenames
https://bugs.python.org/issue19214 closed by iritkatriel

#19832: XML version is ignored
https://bugs.python.org/issue19832 closed by scoder

#23394: No garbage collection at end of main thread
https://bugs.python.org/issue23394 closed by iritkatriel

#23786: test_unaligned_buffers (test.test_hash.HashEqualityTestCase) .
https://bugs.python.org/issue23786 closed by petriborg

#25682: __package__ not set to None under pdb in Python 3
https://bugs.python.org/issue25682 closed by iritkatriel

#25946: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue25946 closed by iritkatriel

#26231: HTTPResponse.close() should consume all remaining data in body
https://bugs.python.org/issue26231 closed by iritkatriel

#27824: update ConfigParser docs regarding in-line comments
https://bugs.python.org/issue27824 closed by iritkatriel

#28412: os.path.splitdrive documentation out of date
https://bugs.python.org/issue28412 closed by iritkatriel

#28877: Cannot compile _ssl.o on HP-UX
https://bugs.python.org/issue28877 closed by iritkatriel

#29126: Fix comments about _PyThreadState_Current
https://bugs.python.org/issue29126 closed by iritkatriel

#29153: Test test.test_asynchat.TestAsynchat / test.test_asynchat.Test
https://bugs.python.org/issue29153 closed by iritkatriel

#30260: sock_dealloc() may call __repr__ when socket class is already
https://bugs.python.org/issue30260 closed by iritkatriel

#30563: [Cygwin] multiprocessing module with pool object issue
https://bugs.python.org/issue30563 closed by iritkatriel

#31398: TypeError: gdbm key must be string, not unicode
https://bugs.python.org/issue31398 closed by iritkatriel

#32322: Heap type with Py_TPFLAGS_HAVE_GC leads to segfault due to not
https://bugs.python.org/issue32322 closed by iritkatriel

#32581: A bug of the write funtion of ConfigParser.py
https://bugs.python.org/issue32581 closed by iritkatriel

#33367: Multiprocessing Pool workers initiated with maxtasksperchild d
https://bugs.python.org/issue33367 closed by iritkatriel

#34773: sqlite3 module inconsistently returning only some rows from a
https://bugs.python.org/issue34773 closed by iritkatriel

#38211: clean up type_init()
https://bugs.python.org/issue38211 closed by erlendaasland

#38460: 3.8 Release Notes: document asyncio exception changes
https://bugs.python.org/issue38460 closed by srittau

#39217: GC of a ctypes object causes application crash
https://bugs.python.org/issue39217 closed by iritkatriel

#40128: IDLE Show completions pop-up not working on macOS
https://bugs.python.org/issue40128 closed by terry.reedy

#40240: Expose public spelling of _PyGC_FINALIZED and _PyGC_SET_FINALI
https://bugs.python.org/issue40240 closed by vstinner

#42998: pathlib.Path: add `username` argument to `home()`
https://bugs.python.org/issue42998 closed by barneygale

#43024: improve signature (in help, etc) for functions taking sentinel
https://bugs.python.org/issue43024 closed by iritkatriel

#44310: Document that lru_cache uses hard references
https://bugs.python.org/issue44310 closed by rhettinger

#44339: Discrepancy between math.pow(0.0, -inf) and 0.0**-inf
https://bugs.python.org/issue44339 closed by mark.dickinson

#44376: Improve performance of integer exponentiation
https://bugs.python.org/issue44376 closed by tim.peters

#44381: Allow enabling control flow guard in Windows build
https://bugs.python.org/issue44381 closed by steve.dower

#44386: importlib and math.pi interact strangely
https://bugs.python.org/issue44386 closed by ned.deily

#44389: Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'
https://bugs.python.org/issue44389 closed by erlendaasland

#44392: Py_GenericAlias is not documented
https://bugs.python.org/issue44392 closed by kj

#44396: pegen _PyParser_ASTFromFile(): Use-After-Free in syntaxerror()
https://bugs.python.org/issue44396 closed by pablogsal

#44400: Propose random.randbool()
https://bugs.python.org/issue44400 closed by rhettinger

#44401: const kwlist for PyArg_ParseTupleAndKeywords and PyArg_VaParse
https://bugs.python.org/issue44401 closed by serhiy.storchaka

#44402: Python 3.9 and 3.10 fails to install in WINE
https://bugs.python.org/issue44402 closed by steve.dower

#44409: compile raises SyntaxError with undocumented lineno attribute
https://bugs.python.org/issue44409 closed by pablogsal

#44411: regrtests fail with segfault after failing calls to malloc
https://bugs.python.org/issue44411 closed by jack__d

#44415: sys.stdout.flush and print() hanging
https://bugs.python.org/issue44415 closed by rajeevkchaurasia

#44417: bytecode<>line number mapping and f_lasti seem wrong in 3.10.0
https://bugs.python.org/issue44417 closed by Gabriele Tornetta

#44419: Wrong division calculation for numbers more than 16 digits
https://bugs.python.org/issue44419 closed by zach.ware

#44420: Add CapWords classes to datetime module?
https://bugs.python.org/issue44420 closed by dougthor42

#44421: random.uniform() hangs will eating up all available RAM
https://bugs.python.org/issue44421 closed by rhettinger

#44422: threading.enumerate(): reentrant call during a GC collection h
https://bugs.python.org/issue44422 closed by vstinner

#44433: processes created by subprocess.Popen is not terminating
https://bugs.python.org/issue44433 closed by eric.smith

#44436: [Windows] _thread.start_new_thread() should close the thread h
https://bugs.python.org/issue44436 closed by vstinner

#44437: Add multimap() function similar to map(), but with multiproces
https://bugs.python.org/issue44437 closed by rhettinger

#44438: argparser documentation error
https://bugs.python.org/issue44438 closed by rhettinger

#44442: Globals (and presumably builtins) are cleared premuturely in F
https://bugs.python.org/issue44442 closed by Mark.Shannon

#44444: Spam
https://bugs.python.org/issue44444 closed by erlendaasland

#44448: Suggestion: change existing error message for invalid function
https://bugs.python.org/issue44448 closed by pablogsal

#1105770: null source chars handled oddly by tokenize
https://bugs.python.org/issue1105770 closed by gvanrossum
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/H23ODGP3MTWGKT7EXIPZMI3VDYDLC3BK/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-06-18 - 2021-06-25)
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 7410 (-36)
closed 48834 (+91)
total 56244 (+55)

Open issues with patches: 2951


Issues opened (34)
==================

#34389: CPython may fail to build in the presence of a ~/.pydistutils.
https://bugs.python.org/issue34389 reopened by iritkatriel

#43988: Add test.support.check_disallow_instantiation()
https://bugs.python.org/issue43988 reopened by erlendaasland

#44455: compileall should exit nonzero for nonexistent directories
https://bugs.python.org/issue44455 opened by asmeurer

#44457: Finish format() change started in issue43945
https://bugs.python.org/issue44457 opened by ethan.furman

#44461: 'Pdb' object has no attribute 'botframe'
https://bugs.python.org/issue44461 opened by jaraco

#44462: multiprocessing.get hangs if the pool is closed in the signal
https://bugs.python.org/issue44462 opened by tkc17

#44463: HTTP Cookiejar doesn't support samesite
https://bugs.python.org/issue44463 opened by jwag956

#44464: Remove flake8 exception for deprecation warning (importlib.met
https://bugs.python.org/issue44464 opened by jaraco

#44465: html.escape can be used in a few places in the standard lib in
https://bugs.python.org/issue44465 opened by andrei.avk

#44467: profiling-compatible functools.wraps
https://bugs.python.org/issue44467 opened by Anthony Sottile

#44468: Shouldn't `typing.get_type_hints()` default `globalns` to `{}`
https://bugs.python.org/issue44468 opened by WCA

#44470: 3.11 docs.python.org in Polish not English?
https://bugs.python.org/issue44470 opened by samuelmarks

#44471: Raise TypeError in ExitStack.enter_context() for bad argument
https://bugs.python.org/issue44471 opened by serhiy.storchaka

#44473: logging.handlers.QueueHandler acts unexpected
https://bugs.python.org/issue44473 opened by kai.jmueller

#44474: inspect.getsourceslines() consider lambda of one line only
https://bugs.python.org/issue44474 opened by Welgriv

#44475: Dataclass Causes Infinite Recursion when using type of bytes
https://bugs.python.org/issue44475 opened by andrewonboe

#44479: Windows build doesn't regenerate some files
https://bugs.python.org/issue44479 opened by gvanrossum

#44480: test_compile killed by signal 9 on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue44480 opened by vstinner

#44481: Tkinter config() minor documentation bug for shorthand options
https://bugs.python.org/issue44481 opened by spirko

#44482: Possible resource leeak in glob in non-refcount implementation
https://bugs.python.org/issue44482 opened by serhiy.storchaka

#44484: test_concurrent_futures: failure on Windows (x64)
https://bugs.python.org/issue44484 opened by erlendaasland

#44489: _handle_existing_loggers should respect loggers that were manu
https://bugs.python.org/issue44489 opened by ronserruya2

#44490: PEP 604 Union (int | str) doesn't have __parameters__
https://bugs.python.org/issue44490 opened by kj

#44492: Building a C extension on Big Sur and SDK v10.15 fails
https://bugs.python.org/issue44492 opened by philthompson10

#44493: Missing terminated NUL in the length of sockaddr_un
https://bugs.python.org/issue44493 opened by zonyitoo

#44495: wrong FNAME in tarfile if tgz extension is used
https://bugs.python.org/issue44495 opened by maciej.mm.misiak

#44496: string.Formatter class not allowing {.field}
https://bugs.python.org/issue44496 opened by avdwoude

#44498: add deprecation warnings for asynchat, asyncore and smtpd
https://bugs.python.org/issue44498 opened by iritkatriel

#44499: [sqlite3] make sqlite3.Connection exception refs strong
https://bugs.python.org/issue44499 opened by erlendaasland

#44500: Document changes to code object.
https://bugs.python.org/issue44500 opened by Mark.Shannon

#44501: Packing constant call arguments
https://bugs.python.org/issue44501 opened by BTaskaya

#44503: Hide __enter__ calls in mock_open
https://bugs.python.org/issue44503 opened by CendioOssman

#44504: Make docstring quotes consistent in Lib/_collections_abc.py
https://bugs.python.org/issue44504 opened by kuzmovych

#44508: asyncio: document failure mode for loop.call_soon_threadsafe
https://bugs.python.org/issue44508 opened by mark.dickinson



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

#44508: asyncio: document failure mode for loop.call_soon_threadsafe
https://bugs.python.org/issue44508

#44504: Make docstring quotes consistent in Lib/_collections_abc.py
https://bugs.python.org/issue44504

#44500: Document changes to code object.
https://bugs.python.org/issue44500

#44499: [sqlite3] make sqlite3.Connection exception refs strong
https://bugs.python.org/issue44499

#44496: string.Formatter class not allowing {.field}
https://bugs.python.org/issue44496

#44495: wrong FNAME in tarfile if tgz extension is used
https://bugs.python.org/issue44495

#44493: Missing terminated NUL in the length of sockaddr_un
https://bugs.python.org/issue44493

#44489: _handle_existing_loggers should respect loggers that were manu
https://bugs.python.org/issue44489

#44484: test_concurrent_futures: failure on Windows (x64)
https://bugs.python.org/issue44484

#44481: Tkinter config() minor documentation bug for shorthand options
https://bugs.python.org/issue44481

#44479: Windows build doesn't regenerate some files
https://bugs.python.org/issue44479

#44474: inspect.getsourceslines() consider lambda of one line only
https://bugs.python.org/issue44474

#44473: logging.handlers.QueueHandler acts unexpected
https://bugs.python.org/issue44473

#44471: Raise TypeError in ExitStack.enter_context() for bad argument
https://bugs.python.org/issue44471

#44467: profiling-compatible functools.wraps
https://bugs.python.org/issue44467



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

#44504: Make docstring quotes consistent in Lib/_collections_abc.py
https://bugs.python.org/issue44504

#44501: Packing constant call arguments
https://bugs.python.org/issue44501

#44498: add deprecation warnings for asynchat, asyncore and smtpd
https://bugs.python.org/issue44498

#44493: Missing terminated NUL in the length of sockaddr_un
https://bugs.python.org/issue44493

#44482: Possible resource leeak in glob in non-refcount implementation
https://bugs.python.org/issue44482

#44471: Raise TypeError in ExitStack.enter_context() for bad argument
https://bugs.python.org/issue44471

#44468: Shouldn't `typing.get_type_hints()` default `globalns` to `{}`
https://bugs.python.org/issue44468

#44464: Remove flake8 exception for deprecation warning (importlib.met
https://bugs.python.org/issue44464

#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453

#44446: linecache.getline TypeError when formatting tracebacks in stac
https://bugs.python.org/issue44446

#44431: Add command-line functionality to uuid module
https://bugs.python.org/issue44431

#44412: Add os.path.fileuri() function
https://bugs.python.org/issue44412

#44408: imaplib fails when server sends extra blank line after literal
https://bugs.python.org/issue44408

#44405: add program passed as string to dis module.
https://bugs.python.org/issue44405

#44404: tkinter's after() AttributeError with functools.partial (no at
https://bugs.python.org/issue44404



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

#44229: test_ssl: test_get_server_certificate() and test_msg_callback_
https://bugs.python.org/issue44229 16 msgs

#44297: Frame with -1 line number
https://bugs.python.org/issue44297 13 msgs

#44498: add deprecation warnings for asynchat, asyncore and smtpd
https://bugs.python.org/issue44498 11 msgs

#42853: `OverflowError: signed integer is greater than maximum` in ssl
https://bugs.python.org/issue42853 8 msgs

#44470: 3.11 docs.python.org in Polish not English?
https://bugs.python.org/issue44470 8 msgs

#43476: Enabling access to showsyntaxerror for IDLE's shell
https://bugs.python.org/issue43476 7 msgs

#44450: Generator expressions trace differently on Windows than on Mac
https://bugs.python.org/issue44450 6 msgs

#44482: Possible resource leeak in glob in non-refcount implementation
https://bugs.python.org/issue44482 5 msgs

#28533: Replace asyncore
https://bugs.python.org/issue28533 4 msgs

#29699: shutil.rmtree should not fail with FileNotFoundError (race con
https://bugs.python.org/issue29699 4 msgs



Issues closed (84)
==================

#5840: "Thread State and the Global Interpreter Lock" section of the
https://bugs.python.org/issue5840 closed by iritkatriel

#6029: FAIL: test_longdouble (ctypes.test.test_callbacks.Callbacks) [
https://bugs.python.org/issue6029 closed by terry.reedy

#16959: rlcompleter doesn't work if __main__ can't be imported
https://bugs.python.org/issue16959 closed by iritkatriel

#18182: xml.dom.createElement() does not take implicit namespaces into
https://bugs.python.org/issue18182 closed by iritkatriel

#20012: Re: Allow Path.relative_to() to accept non-ancestor paths
https://bugs.python.org/issue20012 closed by serhiy.storchaka

#21342: multiprocessing RLock and Lock raise incorrect exceptions when
https://bugs.python.org/issue21342 closed by iritkatriel

#21482: get_versions() in cygwinccomiler.py cannot return correct gcc
https://bugs.python.org/issue21482 closed by iritkatriel

#22231: httplib: unicode url will cause an ascii codec error when comb
https://bugs.python.org/issue22231 closed by iritkatriel

#22329: Windows installer can't recover partially installed state
https://bugs.python.org/issue22329 closed by iritkatriel

#22472: OSErrors should use str and not repr on paths
https://bugs.python.org/issue22472 closed by pitrou

#22654: issue with PYTHON_FOR_BUILD
https://bugs.python.org/issue22654 closed by iritkatriel

#22782: Python 3.4.2 Windows installer - cannot install 32 bit then 64
https://bugs.python.org/issue22782 closed by iritkatriel

#23079: os.path.normcase documentation confusing
https://bugs.python.org/issue23079 closed by iritkatriel

#24203: Deprecate threading.Thread.isDaemon etc
https://bugs.python.org/issue24203 closed by iritkatriel

#24425: Installer Vender Issue
https://bugs.python.org/issue24425 closed by iritkatriel

#24501: configure does not find (n)curses in /usr/local/libs
https://bugs.python.org/issue24501 closed by iritkatriel

#24836: Consistent failure in test_email on OS X Snow Leopard buildbot
https://bugs.python.org/issue24836 closed by iritkatriel

#24948: Multiprocessing not timely flushing stack trace to stderr
https://bugs.python.org/issue24948 closed by iritkatriel

#25050: windows installer does not allow 32 and 64 installs side by si
https://bugs.python.org/issue25050 closed by iritkatriel

#25947: Installation problem
https://bugs.python.org/issue25947 closed by iritkatriel

#27086: Add closefd argument to os.listdir
https://bugs.python.org/issue27086 closed by iritkatriel

#27547: Crash or freeze trying to execute b'a' * 0xFFFFFFFFFFFFFFF
https://bugs.python.org/issue27547 closed by serhiy.storchaka

#28395: Remove unnecessary semicolons in tests
https://bugs.python.org/issue28395 closed by corona10

#29479: httplib: could not skip "ACCEPT-ENCODING" header
https://bugs.python.org/issue29479 closed by iritkatriel

#30379: multiprocessing Array create for ctypes.c_char, TypeError unle
https://bugs.python.org/issue30379 closed by iritkatriel

#30889: distutils extra_link_args not working because it is added to c
https://bugs.python.org/issue30889 closed by iritkatriel

#30966: Add multiprocessing.queues.SimpleQueue.close()
https://bugs.python.org/issue30966 closed by iritkatriel

#32079: version install 3.6.3 hangs in test_socket
https://bugs.python.org/issue32079 closed by iritkatriel

#32948: clang compiler warnings on Travis
https://bugs.python.org/issue32948 closed by iritkatriel

#35714: Document that the null character '\0' terminates a struct form
https://bugs.python.org/issue35714 closed by mark.dickinson

#36438: Python 3.5.7 import error on Cross compile
https://bugs.python.org/issue36438 closed by iritkatriel

#36621: shutil.rmtree follows junctions on windows
https://bugs.python.org/issue36621 closed by iritkatriel

#37514: french translation Spelling mistake on datetime python's libra
https://bugs.python.org/issue37514 closed by iritkatriel

#37832: Python requires /dev/urandom on HURD: _Py_HashRandomization_In
https://bugs.python.org/issue37832 closed by iritkatriel

#38291: Deprecate the typing.io and typing.re pseudo-modules
https://bugs.python.org/issue38291 closed by kj

#38829: Make the function flush_io accessible in the C-API
https://bugs.python.org/issue38829 closed by petr.viktorin

#39078: __function.__defaults__ breaks for __init__ of dataclasses wit
https://bugs.python.org/issue39078 closed by eric.smith

#39123: PyThread_xxx() not available when using limited API
https://bugs.python.org/issue39123 closed by petr.viktorin

#39254: python shebang in python3 tarball files
https://bugs.python.org/issue39254 closed by iritkatriel

#40412: [subinterpreters] inittab_copy not set to NULL after free, can
https://bugs.python.org/issue40412 closed by iritkatriel

#40471: Grammar typo in issubclass docstring
https://bugs.python.org/issue40471 closed by iritkatriel

#40956: Use Argument Clinic in sqlite3
https://bugs.python.org/issue40956 closed by erlendaasland

#41621: Document collections.defaultdict parameter default_factory
https://bugs.python.org/issue41621 closed by terry.reedy

#41636: distutils.util.strtobool documented behaviour
https://bugs.python.org/issue41636 closed by iritkatriel

#42234: pathlib relative_to behaviour change
https://bugs.python.org/issue42234 closed by serhiy.storchaka

#43298: Windows build cannot detect missing Windows SDK
https://bugs.python.org/issue43298 closed by steve.dower

#43553: [sqlite3] Improve test coverage
https://bugs.python.org/issue43553 closed by erlendaasland

#43855: test_ssl: test_msg_callback_deadlock_bpo43577() failed on macO
https://bugs.python.org/issue43855 closed by erlendaasland

#43945: [Enum] standardize format() behavior
https://bugs.python.org/issue43945 closed by ethan.furman

#44087: [sqlite3] consider adding Py_TPFLAGS_DISALLOW_INSTANTIATION to
https://bugs.python.org/issue44087 closed by erlendaasland

#44237: test_ssl randomly fails on macOS GH Action: test_get_server_ce
https://bugs.python.org/issue44237 closed by erlendaasland

#44287: test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks
https://bugs.python.org/issue44287 closed by vstinner

#44321: os.EX_OK for Windows
https://bugs.python.org/issue44321 closed by steve.dower

#44342: enum with inherited type won't pickle
https://bugs.python.org/issue44342 closed by ethan.furman

#44395: email.message as_string() not writing unixfrom
https://bugs.python.org/issue44395 closed by corona10

#44430: [sqlite3] refactor threading tests
https://bugs.python.org/issue44430 closed by pablogsal

#44434: _thread module: Remove redundant PyThread_exit_thread() call t
https://bugs.python.org/issue44434 closed by vstinner

#44439: stdlib wrongly uses len() for bytes-like object
https://bugs.python.org/issue44439 closed by serhiy.storchaka

#44441: Malformed PyImport_Inittab after re-initialization
https://bugs.python.org/issue44441 closed by vstinner

#44447: Syntax Error not as detailed as shown
https://bugs.python.org/issue44447 closed by pablogsal

#44451: test_entry_points_by_index (test.test_importlib.test_metadata_
https://bugs.python.org/issue44451 closed by jaraco

#44454: Spam
https://bugs.python.org/issue44454 closed by zach.ware

#44456: Improve syntax error for mixing keyword/positional in max patt
https://bugs.python.org/issue44456 closed by pablogsal

#44458: Duplicate symbol _BUFFER_BLOCK_SIZE when statically linking mu
https://bugs.python.org/issue44458 closed by gregory.p.smith

#44459: 3.10b2 -> 3.10b3 regression in importlib.metadata for rinoh
https://bugs.python.org/issue44459 closed by jaraco

#44460: python crashes when pandas reading parquet
https://bugs.python.org/issue44460 closed by steve.dower

#44466: faulthandler should indicate if the fault happened in garbage
https://bugs.python.org/issue44466 closed by vstinner

#44469: Fix tests for "async with"
https://bugs.python.org/issue44469 closed by serhiy.storchaka

#44472: ltrace functionality doesn't work if there is an exception set
https://bugs.python.org/issue44472 closed by pablogsal

#44476: "subprocess not supported for isolated subinterpreters" when r
https://bugs.python.org/issue44476 closed by brian.curtin

#44477: Remove ma_version_tag in dict?
https://bugs.python.org/issue44477 closed by kj

#44478: I can't
https://bugs.python.org/issue44478 closed by zach.ware

#44483: Fatal error in type union
https://bugs.python.org/issue44483 closed by serhiy.storchaka

#44485: TKinter docs page does not provide actual documentation
https://bugs.python.org/issue44485 closed by zach.ware

#44486: Modules should alway have a dictionary
https://bugs.python.org/issue44486 closed by Mark.Shannon

#44487: Regression in pathlib.path.read_text
https://bugs.python.org/issue44487 closed by kusma

#44488: ERROR: No matching distribution found for kivy
https://bugs.python.org/issue44488 closed by mark.dickinson

#44491: [sqlite3] allow clearing the authoriser callback
https://bugs.python.org/issue44491 closed by pablogsal

#44494: Overhaul of Doc/library/__main__.rst
https://bugs.python.org/issue44494 closed by jack__d

#44497: distutil findall can choke with recursive symlinks (performanc
https://bugs.python.org/issue44497 closed by corona10

#44502: bla in cpython/Lib/test/test_sys_settrace.py
https://bugs.python.org/issue44502 closed by iritkatriel

#44505: loop invariant code motion
https://bugs.python.org/issue44505 closed by BTaskaya

#44506: test_asyncio: test_sendfile_close_peer_in_the_middle_of_receiv
https://bugs.python.org/issue44506 closed by erlendaasland

#44507: Spam
https://bugs.python.org/issue44507 closed by steven.daprano
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/K4IMI7LCKJUTAP7OTE2HIRLVQREBBEPR/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-06-25 - 2021-07-02)
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 7398 (-12)
closed 48891 (+57)
total 56289 (+45)

Open issues with patches: 2951


Issues opened (28)
==================

#23041: csv needs more quoting rules
https://bugs.python.org/issue23041 reopened by skip.montanaro

#41180: marshal load bypass code.__new__ audit event
https://bugs.python.org/issue41180 reopened by steve.dower

#44511: Improve the bytecode for mapping patterns
https://bugs.python.org/issue44511 opened by brandtbucher

#44512: csv.DictWriter: inconsistency in handling of extrasaction arg
https://bugs.python.org/issue44512 opened by andrei.avk

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514 opened by kfollstad

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515 opened by ncoghlan

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516 opened by sbidoul

#44517: test__xxsubinterpreters: AMD64 Fedora Stable 3.x buildbot abor
https://bugs.python.org/issue44517 opened by erlendaasland

#44518: Finalization of non-exhausted asynchronous generators is defer
https://bugs.python.org/issue44518 opened by serhiy.storchaka

#44521: str.removeprefix(): add strict: bool
https://bugs.python.org/issue44521 opened by socketpair

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522 opened by bupjae2

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 opened by farcat

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525 opened by kj

#44528: Move IP version resolving to http.server's API
https://bugs.python.org/issue44528 opened by pavel-lexyr

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530 opened by Gabriele Tornetta

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531 opened by vstinner

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532 opened by JunyiXie

#44533: Where are the log file(s)
https://bugs.python.org/issue44533 opened by tygrus

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534 opened by roysmith

#44537: Document PGO in devguide
https://bugs.python.org/issue44537 opened by gvanrossum

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539 opened by mohamadmansourx

#44540: venv: activate.bat fails for venv with special characters in P
https://bugs.python.org/issue44540 opened by MB113

#44543: Remove depreciated logging.warn() method
https://bugs.python.org/issue44543 opened by Harry-Lees

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544 opened by andrei.avk

#44547: fraction.Fraction does not implement __int__.
https://bugs.python.org/issue44547 opened by mamrhein

#44549: BZip 1.0.6 Critical Vulnerability
https://bugs.python.org/issue44549 opened by s.s.mahato

#44552: incomplete documentation of __main__.py
https://bugs.python.org/issue44552 opened by mandolaerik

#44553: types.Union should support GC
https://bugs.python.org/issue44553 opened by kj



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

#44553: types.Union should support GC
https://bugs.python.org/issue44553

#44552: incomplete documentation of __main__.py
https://bugs.python.org/issue44552

#44549: BZip 1.0.6 Critical Vulnerability
https://bugs.python.org/issue44549

#44540: venv: activate.bat fails for venv with special characters in P
https://bugs.python.org/issue44540

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44528: Move IP version resolving to http.server's API
https://bugs.python.org/issue44528

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514

#44512: csv.DictWriter: inconsistency in handling of extrasaction arg
https://bugs.python.org/issue44512

#44511: Improve the bytecode for mapping patterns
https://bugs.python.org/issue44511



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

#44553: types.Union should support GC
https://bugs.python.org/issue44553

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544

#44543: Remove depreciated logging.warn() method
https://bugs.python.org/issue44543

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514

#44512: csv.DictWriter: inconsistency in handling of extrasaction arg
https://bugs.python.org/issue44512

#44511: Improve the bytecode for mapping patterns
https://bugs.python.org/issue44511

#44501: Packing constant call arguments
https://bugs.python.org/issue44501

#44493: Missing terminated NUL in the length of sockaddr_un
https://bugs.python.org/issue44493



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

#44490: PEP 604 Union (int | str) doesn't have __parameters__
https://bugs.python.org/issue44490 9 msgs

#43625: CSV has_headers heuristic could be improved
https://bugs.python.org/issue43625 7 msgs

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531 7 msgs

#44547: fraction.Fraction does not implement __int__.
https://bugs.python.org/issue44547 7 msgs

#44517: test__xxsubinterpreters: AMD64 Fedora Stable 3.x buildbot abor
https://bugs.python.org/issue44517 6 msgs

#44521: str.removeprefix(): add strict: bool
https://bugs.python.org/issue44521 6 msgs

#33140: shutil.chown should not be defined in Windows
https://bugs.python.org/issue33140 5 msgs

#44452: Allow paths to be joined without worrying about a leading slas
https://bugs.python.org/issue44452 5 msgs

#44518: Finalization of non-exhausted asynchronous generators is defer
https://bugs.python.org/issue44518 5 msgs

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 5 msgs



Issues closed (50)
==================

#30256: Adding a SyncManager Queue proxy to a SyncManager dict or Name
https://bugs.python.org/issue30256 closed by gvanrossum

#32215: sqlite3 400x-600x slower depending on formatting of an UPDATE
https://bugs.python.org/issue32215 closed by iritkatriel

#34798: pprint ignores the compact parameter for dicts
https://bugs.python.org/issue34798 closed by iritkatriel

#36265: Remove ABCs from collections
https://bugs.python.org/issue36265 closed by iritkatriel

#36479: [subinterpreters] Exit threads when interpreter is finalizing
https://bugs.python.org/issue36479 closed by vstinner

#37395: Core interpreter should be linked with libgcc_s.so on Linux
https://bugs.python.org/issue37395 closed by vstinner

#37398: contextlib.ContextDecorator decorating async functions
https://bugs.python.org/issue37398 closed by ncoghlan

#38055: Starting multiprocessing.Process raises FileNotFoundError unex
https://bugs.python.org/issue38055 closed by iritkatriel

#38062: Clarify that atexit.unregister matches by equality, not identi
https://bugs.python.org/issue38062 closed by iritkatriel

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528 closed by BTaskaya

#40620: [doc] Range tutorial shorthand could be made clearer
https://bugs.python.org/issue40620 closed by iritkatriel

#41539: print blocks with multiprocessing and buffered output
https://bugs.python.org/issue41539 closed by pitrou

#42588: Improvements to graphlib.TopologicalSorter.static_order() docu
https://bugs.python.org/issue42588 closed by pablogsal

#42888: Not installed ???libgcc_s.so.1??? causes exit crash.
https://bugs.python.org/issue42888 closed by vstinner

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232 closed by serhiy.storchaka

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234 closed by serhiy.storchaka

#43412: object.h -Wcast-qual warning
https://bugs.python.org/issue43412 closed by vstinner

#43552: Add locale.get_locale_encoding() and locale.get_current_locale
https://bugs.python.org/issue43552 closed by vstinner

#43832: asyncio + multiprocessing = core dump in sem_trywait
https://bugs.python.org/issue43832 closed by asvetlov

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110 closed by serhiy.storchaka

#44117: [C API] Remove deprecated PyEval_InitThreads()
https://bugs.python.org/issue44117 closed by vstinner

#44229: test_ssl: test_get_server_certificate() and test_msg_callback_
https://bugs.python.org/issue44229 closed by erlendaasland

#44288: unittest: _is_relevant_tb_level() fails because tb.tb_frame.f_
https://bugs.python.org/issue44288 closed by vstinner

#44313: Generate LOAD_ATTR+CALL_FUNCTION instead of LOAD_METHOD+CALL_M
https://bugs.python.org/issue44313 closed by BTaskaya

#44404: tkinter's after() AttributeError with functools.partial (no at
https://bugs.python.org/issue44404 closed by serhiy.storchaka

#44440: logging does not work as documented (setLevel)
https://bugs.python.org/issue44440 closed by vinay.sajip

#44464: Remove flake8 exception for deprecation warning (importlib.met
https://bugs.python.org/issue44464 closed by jaraco

#44468: Shouldn't `typing.get_type_hints()` default `globalns` to `{}`
https://bugs.python.org/issue44468 closed by gvanrossum

#44470: 3.11 docs.python.org in Polish not English?
https://bugs.python.org/issue44470 closed by mdk

#44471: Raise TypeError in ExitStack.enter_context() for bad argument
https://bugs.python.org/issue44471 closed by serhiy.storchaka

#44498: add deprecation warnings for asynchat, asyncore and smtpd
https://bugs.python.org/issue44498 closed by iritkatriel

#44509: Build in type alias for paths
https://bugs.python.org/issue44509 closed by arakowski

#44510: file.read() UnicodeDecodeError with UTF-8 BOM in files on Wind
https://bugs.python.org/issue44510 closed by eryksun

#44513: for string methods strip, lstrip, rstrip, when param is a stri
https://bugs.python.org/issue44513 closed by steven.daprano

#44519: help(math.fabs)
https://bugs.python.org/issue44519 closed by rhettinger

#44520: In Lib/urllib/parse.py quote_from_bytes, exception is thrown i
https://bugs.python.org/issue44520 closed by iritkatriel

#44523: weakref.proxy documentation might be outdated
https://bugs.python.org/issue44523 closed by pablogsal

#44526: Doc typo in "What???s New In Python 3.10" (x/y-axis)
https://bugs.python.org/issue44526 closed by pablogsal

#44527: On Windows, subprocess.run gets stuck indefinitely
https://bugs.python.org/issue44527 closed by eryksun

#44529: Using typing.Union in isinstance checks
https://bugs.python.org/issue44529 closed by eric.smith

#44535: Cannot build in VS 2022
https://bugs.python.org/issue44535 closed by steve.dower

#44536: wrong output of np.lcm.reduce(*awg)
https://bugs.python.org/issue44536 closed by mark.dickinson

#44538: ast.Slice 3.9.6 documentation bug
https://bugs.python.org/issue44538 closed by c3-timjbaer

#44541: collections.abc.Sequence index implementation
https://bugs.python.org/issue44541 closed by kj

#44542: Python 3.9.6 Can't Find `coverage`
https://bugs.python.org/issue44542 closed by floatingsunfish

#44545: spam
https://bugs.python.org/issue44545 closed by mark.dickinson

#44546: spam
https://bugs.python.org/issue44546 closed by mark.dickinson

#44548: ttk Indeterminate Progressbar Not Animating Correctly After `s
https://bugs.python.org/issue44548 closed by Jim.Jewett

#44550: SPAM
https://bugs.python.org/issue44550 closed by xtreak

#44551: Substraction: unprecise result
https://bugs.python.org/issue44551 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-02 - 2021-07-09)
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 7397 ( -1)
closed 48931 (+40)
total 56328 (+39)

Open issues with patches: 2952


Issues opened (28)
==================

#38291: Deprecate the typing.io and typing.re pseudo-modules
https://bugs.python.org/issue38291 reopened by gvanrossum

#44550: Spam
https://bugs.python.org/issue44550 reopened by skoolbeep

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554 opened by jaraco

#44556: ctypes unittest crashes with libffi 3.4.2
https://bugs.python.org/issue44556 opened by zan

#44560: Unrecognized charset "eucgb2312_cn" in email header for many M
https://bugs.python.org/issue44560 opened by tommylikehu

#44561: Some expired hyperlinks in Python documentation
https://bugs.python.org/issue44561 opened by StevenHsuYL

#44564: DeprecationWarning in test_enum over formatting
https://bugs.python.org/issue44564 opened by xtreak

#44566: StopIteration subclass suppressed by contextlib.contextmanager
https://bugs.python.org/issue44566 opened by graingert

#44567: venv fails when called from within long path on Windows
https://bugs.python.org/issue44567 opened by schwaerz

#44568: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44568 opened by sxt1001

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569 opened by ammar2

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 opened by pavel-lexyr

#44572: Calls to platform._syscmd_ver() dependent functions consume ST
https://bugs.python.org/issue44572 opened by glukhov.k

#44573: Organize some data files in the Lib/test directory
https://bugs.python.org/issue44573 opened by Leonardofreua

#44574: IDLE: Implement or delete python-context-help.
https://bugs.python.org/issue44574 opened by terry.reedy

#44577: Probably defect in Python 3.7.11
https://bugs.python.org/issue44577 opened by vladislavko

#44579: shutil.copy() inefficient implementation in Windows
https://bugs.python.org/issue44579 opened by sfmc

#44580: pprint does not work for typing.Mapping
https://bugs.python.org/issue44580 opened by hclark

#44581: Interpreter can execute quickened opcodes in tracing mode
https://bugs.python.org/issue44581 opened by Mark.Shannon

#44583: Failure to build on OSF1.
https://bugs.python.org/issue44583 opened by jaykrell

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584 opened by vstinner

#44585: csv library does not correctly interpret some files
https://bugs.python.org/issue44585 opened by voidloop

#44586: unittest requires __init__.py for test discovery
https://bugs.python.org/issue44586 opened by ma19

#44587: BooleanOptionalAction displays default=SUPPRESS unlike other a
https://bugs.python.org/issue44587 opened by a.badger

#44588: Possible double Py_XDECREF in cpython typeobject.c
https://bugs.python.org/issue44588 opened by Wesley-Jzy

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589 opened by quentel

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590 opened by Mark.Shannon

#44592: tkinter focus_get() with non-tkinter Tk widget
https://bugs.python.org/issue44592 opened by Akuli



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

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590

#44587: BooleanOptionalAction displays default=SUPPRESS unlike other a
https://bugs.python.org/issue44587

#44585: csv library does not correctly interpret some files
https://bugs.python.org/issue44585

#44580: pprint does not work for typing.Mapping
https://bugs.python.org/issue44580

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569

#44568: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44568

#44564: DeprecationWarning in test_enum over formatting
https://bugs.python.org/issue44564

#44556: ctypes unittest crashes with libffi 3.4.2
https://bugs.python.org/issue44556

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554

#44540: venv: activate.bat fails for venv with special characters in P
https://bugs.python.org/issue44540

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44528: Move IP version resolving to http.server's API
https://bugs.python.org/issue44528

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522



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

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584

#44583: Failure to build on OSF1.
https://bugs.python.org/issue44583

#44581: Interpreter can execute quickened opcodes in tracing mode
https://bugs.python.org/issue44581

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569

#44566: StopIteration subclass suppressed by contextlib.contextmanager
https://bugs.python.org/issue44566

#44561: Some expired hyperlinks in Python documentation
https://bugs.python.org/issue44561

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544

#44543: Remove depreciated logging.warn() method
https://bugs.python.org/issue44543

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525



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

#11343: Make errors due to full parser stack identifiable
https://bugs.python.org/issue11343 7 msgs

#44572: Calls to platform._syscmd_ver() dependent functions consume ST
https://bugs.python.org/issue44572 7 msgs

#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100 6 msgs

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 6 msgs

#43908: array.array should remain immutable: add Py_TPFLAGS_IMMUTABLET
https://bugs.python.org/issue43908 5 msgs

#43950: Include column offsets for bytecode instructions
https://bugs.python.org/issue43950 5 msgs

#44588: Possible double Py_XDECREF in cpython typeobject.c
https://bugs.python.org/issue44588 5 msgs

#26280: ceval: Optimize list[int] (subscript) operation similarly to C
https://bugs.python.org/issue26280 4 msgs

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249 4 msgs

#44501: Packing constant call arguments
https://bugs.python.org/issue44501 4 msgs



Issues closed (39)
==================

#4600: __class__ assignment error message confusing
https://bugs.python.org/issue4600 closed by terry.reedy

#16321: Move eq.h out of stringlib
https://bugs.python.org/issue16321 closed by rhettinger

#23609: Export PyModuleObject in moduleobject.h
https://bugs.python.org/issue23609 closed by scoder

#31218: del expects __delitem__ if __setitem__ is defined
https://bugs.python.org/issue31218 closed by rhettinger

#34266: Bad behavior with "restart \" or "restart "" in pdb
https://bugs.python.org/issue34266 closed by iritkatriel

#34919: Crash caused by certain characters in a string
https://bugs.python.org/issue34919 closed by iritkatriel

#35277: Upgrade bundled pip/setuptools
https://bugs.python.org/issue35277 closed by ned.deily

#35815: Able to instantiate a subclass with abstract methods from __in
https://bugs.python.org/issue35815 closed by gvanrossum

#35866: concurrent.futures deadlock
https://bugs.python.org/issue35866 closed by vstinner

#36663: pdb: store whole exception information in locals (via user_exc
https://bugs.python.org/issue36663 closed by iritkatriel

#41137: pdb uses the locale encoding for .pdbrc
https://bugs.python.org/issue41137 closed by methane

#41676: asyncio.Event.wait broken link from asyncio.Event
https://bugs.python.org/issue41676 closed by erlendaasland

#42778: Add follow_symlinks=True parameter to both os.path.samefile()
https://bugs.python.org/issue42778 closed by serhiy.storchaka

#42889: Incorrect behavior after ast node visits
https://bugs.python.org/issue42889 closed by terry.reedy

#43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0
https://bugs.python.org/issue43077 closed by paul.moore

#43384: Include regen-stdlib-module-names in regen-all
https://bugs.python.org/issue43384 closed by nascheme

#43453: docs: runtime_checkable example refers to changed behavior in
https://bugs.python.org/issue43453 closed by gvanrossum

#43895: Unnecessary Cache of Shared Object Handles
https://bugs.python.org/issue43895 closed by gregory.p.smith

#44129: zipfile: Add descriptive global variables for general purpose
https://bugs.python.org/issue44129 closed by serhiy.storchaka

#44145: hmac.update is not releasing the GIL when openssl's hmac is us
https://bugs.python.org/issue44145 closed by gregory.p.smith

#44383: argparse.BooleanOptionalAction interacts poorly with ArgumentD
https://bugs.python.org/issue44383 closed by juliangilbey

#44446: linecache.getline TypeError when formatting tracebacks in stac
https://bugs.python.org/issue44446 closed by pablogsal

#44479: Windows build doesn't regenerate some files
https://bugs.python.org/issue44479 closed by steve.dower

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530 closed by pablogsal

#44552: incomplete documentation of __main__.py
https://bugs.python.org/issue44552 closed by mandolaerik

#44553: types.Union should support GC
https://bugs.python.org/issue44553 closed by kj

#44555: Dictionary operations are LINEAR for any dictionary (for a par
https://bugs.python.org/issue44555 closed by rhettinger

#44557: It's a bug? Dict
https://bugs.python.org/issue44557 closed by steven.daprano

#44558: Make the implementation consistency of operator.countOf/indexO
https://bugs.python.org/issue44558 closed by corona10

#44559: Enum: revert to 3.9
https://bugs.python.org/issue44559 closed by ethan.furman

#44562: types.GenericAlias should decref instead of using delete in tp
https://bugs.python.org/issue44562 closed by pablogsal

#44563: Failed tee.fromiterable() corrupts the linked list of all GC o
https://bugs.python.org/issue44563 closed by pablogsal

#44565: python configure config.status: error: cannot find input file:
https://bugs.python.org/issue44565 closed by kevinshi

#44570: 3.10.0b3 doesn't trace line events for return in some cases
https://bugs.python.org/issue44570 closed by pablogsal

#44575: Windows installer prohibits different patches for the same ver
https://bugs.python.org/issue44575 closed by zach.ware

#44576: AttributeError: incorrect line identified in Python 3.10
https://bugs.python.org/issue44576 closed by Mark.Shannon

#44578: dict/list with more than two type parameters doesn't raise a T
https://bugs.python.org/issue44578 closed by gvanrossum

#44582: Accelerate mimetypes.init on Windows
https://bugs.python.org/issue44582 closed by steve.dower

#44591: Added max heap push
https://bugs.python.org/issue44591 closed by rhettinger
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/22HZOMWKH7INKKMKGGCCUY4TNPWFSD2V/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-09 - 2021-07-16)
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 7403 ( +6)
closed 48987 (+56)
total 56390 (+62)

Open issues with patches: 2951


Issues opened (40)
==================

#29753: [Linux] ctypes packs bitfields Incorrectly
https://bugs.python.org/issue29753 reopened by FFY00

#44184: crash on windows invoking flake8
https://bugs.python.org/issue44184 reopened by twouters

#44592: tkinter focus_get() with non-tkinter Tk widget
https://bugs.python.org/issue44592 reopened by terry.reedy

#44594: AsyncExitStack.enter_async_context() is mishandling exception
https://bugs.python.org/issue44594 opened by John Belmonte

#44597: Poll returns POLLOUT on Pipe read endpoint on MacOS 10.14
https://bugs.python.org/issue44597 opened by samh42

#44598: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44598 opened by sxt1001

#44600: match/case statements trace incorrectly in 3.10.0b4
https://bugs.python.org/issue44600 opened by nedbat

#44601: argparse: potential bugs on add_subparser due to allow_abbrev
https://bugs.python.org/issue44601 opened by zhongxiang117

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 opened by theacodes

#44604: [Enhancement] Asyncio task decorator to provide interface to d
https://bugs.python.org/issue44604 opened by aa1371

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605 opened by glyph

#44607: Teleport method for turtle class
https://bugs.python.org/issue44607 opened by Muffinlicious

#44609: Buffer support in the stable ABI
https://bugs.python.org/issue44609 opened by tarun.johar

#44610: Format issue with strftime and %Y
https://bugs.python.org/issue44610 opened by bkaznowski

#44611: CPython uses deprecated randomness API
https://bugs.python.org/issue44611 opened by strombrg

#44614: Broken Pipe in Server of Manager in multiprocessing when final
https://bugs.python.org/issue44614 opened by mutax

#44615: Multiprocessing Pool example and comments incomplete/wrong?
https://bugs.python.org/issue44615 opened by mutax

#44617: Undesired Behavior on `match` using Singleton object
https://bugs.python.org/issue44617 opened by thepabloaguilar

#44618: inspect.signature does not work for datetime classes
https://bugs.python.org/issue44618 opened by mauvilsa

#44620: UUIDv1 is not RFC 4122 compliant
https://bugs.python.org/issue44620 opened by contact2

#44621: Python 3.9 traces async for/else incorrectly
https://bugs.python.org/issue44621 opened by nedbat

#44624: Script name for venv PowerShell activate
https://bugs.python.org/issue44624 opened by pwatson

#44625: Python C API version of `fractions` module
https://bugs.python.org/issue44625 opened by lycantropos

#44627: Python terminal cmd line recall
https://bugs.python.org/issue44627 opened by jggammon

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628 opened by Leonardofreua

#44629: Some files from distutils module are importing all exceptions
https://bugs.python.org/issue44629 opened by Leonardofreua

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631 opened by Leonardofreua

#44633: Indexing the union type can return NotImplemented
https://bugs.python.org/issue44633 opened by serhiy.storchaka

#44634: Version is duplicated in name of app in list of installed apps
https://bugs.python.org/issue44634 opened by rakleed

#44637: Quoting issue on header Reply-To
https://bugs.python.org/issue44637 opened by Abridbus

#44640: Fix punctuation in isinstance() error message
https://bugs.python.org/issue44640 opened by wyz23x2

#44642: Union of a type and the typing module function
https://bugs.python.org/issue44642 opened by serhiy.storchaka

#44643: importing does not dispatch to __builtins__.__getitem__ to loo
https://bugs.python.org/issue44643 opened by pxeger

#44644: Implement ???Happy Eyeballs??? algorithim (RFC 8503) in socket
https://bugs.python.org/issue44644 opened by origin400-p

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645 opened by jcea

#44648: Inspect.getsource raises wrong error on classes in interactive
https://bugs.python.org/issue44648 opened by andrei.avk

#44649: dataclasses slots with init=False field raises AttributeExcept
https://bugs.python.org/issue44649 opened by tefra

#44651: An unclear definition in Doc/glossary.rst
https://bugs.python.org/issue44651 opened by StevenHsuYL

#44653: Parameter substitution in the union type does not work with ty
https://bugs.python.org/issue44653 opened by serhiy.storchaka

#44654: Refactor and clean up the union type implementation
https://bugs.python.org/issue44654 opened by serhiy.storchaka



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

#44653: Parameter substitution in the union type does not work with ty
https://bugs.python.org/issue44653

#44651: An unclear definition in Doc/glossary.rst
https://bugs.python.org/issue44651

#44649: dataclasses slots with init=False field raises AttributeExcept
https://bugs.python.org/issue44649

#44644: Implement ???Happy Eyeballs??? algorithim (RFC 8503) in socket
https://bugs.python.org/issue44644

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631

#44629: Some files from distutils module are importing all exceptions
https://bugs.python.org/issue44629

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628

#44624: Script name for venv PowerShell activate
https://bugs.python.org/issue44624

#44620: UUIDv1 is not RFC 4122 compliant
https://bugs.python.org/issue44620

#44615: Multiprocessing Pool example and comments incomplete/wrong?
https://bugs.python.org/issue44615

#44614: Broken Pipe in Server of Manager in multiprocessing when final
https://bugs.python.org/issue44614

#44610: Format issue with strftime and %Y
https://bugs.python.org/issue44610

#44609: Buffer support in the stable ABI
https://bugs.python.org/issue44609

#44601: argparse: potential bugs on add_subparser due to allow_abbrev
https://bugs.python.org/issue44601

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590



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

#44654: Refactor and clean up the union type implementation
https://bugs.python.org/issue44654

#44648: Inspect.getsource raises wrong error on classes in interactive
https://bugs.python.org/issue44648

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645

#44640: Fix punctuation in isinstance() error message
https://bugs.python.org/issue44640

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628

#44618: inspect.signature does not work for datetime classes
https://bugs.python.org/issue44618

#44614: Broken Pipe in Server of Manager in multiprocessing when final
https://bugs.python.org/issue44614

#44611: CPython uses deprecated randomness API
https://bugs.python.org/issue44611

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603

#44594: AsyncExitStack.enter_async_context() is mishandling exception
https://bugs.python.org/issue44594

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584

#44583: Failure to build on OSF1.
https://bugs.python.org/issue44583



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

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 40 msgs

#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958 8 msgs

#40897: Inheriting from class that defines __new__ causes inspect.sign
https://bugs.python.org/issue40897 7 msgs

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589 7 msgs

#44592: tkinter focus_get() with non-tkinter Tk widget
https://bugs.python.org/issue44592 7 msgs

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645 7 msgs

#29753: [Linux] ctypes packs bitfields Incorrectly
https://bugs.python.org/issue29753 6 msgs

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 6 msgs

#44604: [Enhancement] Asyncio task decorator to provide interface to d
https://bugs.python.org/issue44604 6 msgs

#44637: Quoting issue on header Reply-To
https://bugs.python.org/issue44637 6 msgs



Issues closed (52)
==================

#15907: move doctest test-data files into a subdirectory of Lib/test
https://bugs.python.org/issue15907 closed by iritkatriel

#26280: ceval: Optimize list[int] (subscript) operation similarly to C
https://bugs.python.org/issue26280 closed by iritkatriel

#26329: os.path.normpath("//") returns //
https://bugs.python.org/issue26329 closed by lukasz.langa

#27875: Syslogs /usr/sbin/foo as /foo instead of as foo
https://bugs.python.org/issue27875 closed by ned.deily

#31791: Ensure that all PyTypeObject fields are set to non-NULL defaul
https://bugs.python.org/issue31791 closed by iritkatriel

#33346: Syntax error with async generator inside dictionary comprehens
https://bugs.python.org/issue33346 closed by pablogsal

#34292: test_compile hangs in AMD Ubuntu buildbots
https://bugs.python.org/issue34292 closed by pablogsal

#34388: collect_gdb fails for test.pythoninfo in several AMD64 FreeBSD
https://bugs.python.org/issue34388 closed by pablogsal

#34932: Add macOS TCP_KEEPALIVE to available socket options
https://bugs.python.org/issue34932 closed by pablogsal

#37271: Make multiple passes of the peephole optimizer until bytecode
https://bugs.python.org/issue37271 closed by pablogsal

#38741: Definition of multiple ']' in header configparser
https://bugs.python.org/issue38741 closed by lukasz.langa

#38842: test_multiprocessing_spawn altered the execution environment i
https://bugs.python.org/issue38842 closed by pablogsal

#42073: classmethod does not pass "type/owner" when invoking wrapped _
https://bugs.python.org/issue42073 closed by lukasz.langa

#42194: Docs for argparse.BooleanOptionalAction missing "New in versio
https://bugs.python.org/issue42194 closed by lukasz.langa

#42799: Please document fnmatch LRU cache size (256) and suggest alter
https://bugs.python.org/issue42799 closed by lukasz.langa

#43126: IOBase.readlines(0) behaviour is inconsistent with documentati
https://bugs.python.org/issue43126 closed by lukasz.langa

#43207: InspectLoader.is_package is not an abstract method
https://bugs.python.org/issue43207 closed by lukasz.langa

#43219: shutil.copy raises IsADirectoryError when the directory does n
https://bugs.python.org/issue43219 closed by gregory.p.smith

#43948: sysconfig's osx_framework_user puts headers in different locat
https://bugs.python.org/issue43948 closed by lukasz.langa

#44317: Suggestion for better syntax errors in tokenizer errors
https://bugs.python.org/issue44317 closed by pablogsal

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514 closed by lukasz.langa

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516 closed by sbidoul

#44517: test__xxsubinterpreters: AMD64 Fedora Stable 3.x buildbot abor
https://bugs.python.org/issue44517 closed by erlendaasland

#44568: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44568 closed by sxt1001

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569 closed by pablogsal

#44572: Calls to platform._syscmd_ver() dependent functions consume ST
https://bugs.python.org/issue44572 closed by steve.dower

#44581: Interpreter can execute quickened opcodes in tracing mode
https://bugs.python.org/issue44581 closed by Mark.Shannon

#44593: _randbelow_with_getrandbits may request an unnecessary random
https://bugs.python.org/issue44593 closed by lormuc

#44595: round() gives wrong result
https://bugs.python.org/issue44595 closed by steven.daprano

#44596: Operand coercion breaks MappingProxyType encapsulation
https://bugs.python.org/issue44596 closed by serhiy.storchaka

#44599: Changing logging format for one handler changes it for all
https://bugs.python.org/issue44599 closed by vinay.sajip

#44602: Issue with get_build_version in msvc9compiler.py in distutils
https://bugs.python.org/issue44602 closed by steve.dower

#44606: Discrepancy between isinstance() and issubclass() for union ty
https://bugs.python.org/issue44606 closed by serhiy.storchaka

#44608: Memory use increase in function _tkinter._flatten
https://bugs.python.org/issue44608 closed by serhiy.storchaka

#44612: inspect module points that could be using f-String
https://bugs.python.org/issue44612 closed by ammar2

#44613: Make importlib.metadata non-provisional in Python 3.10
https://bugs.python.org/issue44613 closed by barry

#44616: Incorrect tracing for "except" with variable
https://bugs.python.org/issue44616 closed by pablogsal

#44619: Bug in Python 3.7.10
https://bugs.python.org/issue44619 closed by steven.daprano

#44622: async-for loops are traced incorrectly in Python 3.10
https://bugs.python.org/issue44622 closed by lukasz.langa

#44623: help(open('/dev/zero').writelines) gives no help
https://bugs.python.org/issue44623 closed by zach.ware

#44626: Incorrect tracing of nested if/if/for/yield
https://bugs.python.org/issue44626 closed by pablogsal

#44630: Assertion failure in csv module
https://bugs.python.org/issue44630 closed by gregory.p.smith

#44632: Union with TypeVar does not work as intended
https://bugs.python.org/issue44632 closed by serhiy.storchaka

#44635: Convert None to NoneType in the union type constructor
https://bugs.python.org/issue44635 closed by serhiy.storchaka

#44636: It is possible to create a 1-type union type
https://bugs.python.org/issue44636 closed by serhiy.storchaka

#44638: zipfile.ZipFile is closed when zipfile.Path is closed
https://bugs.python.org/issue44638 closed by jaraco

#44639: [sqlite3] Confusing typo "transation"
https://bugs.python.org/issue44639 closed by erlendaasland

#44641: [sqlite3] Use vectorcall in pysqlite_collation_callback
https://bugs.python.org/issue44641 closed by erlendaasland

#44646: hash() of the unity type is not consistent with equality
https://bugs.python.org/issue44646 closed by lukasz.langa

#44647: Non-ASCII characters in os.environ cause silent failures in te
https://bugs.python.org/issue44647 closed by lukasz.langa

#44650: Move test_futures files*.py into a subdirectory of Lib/test
https://bugs.python.org/issue44650 closed by iritkatriel

#44652: Preserve natural order of args in the union type
https://bugs.python.org/issue44652 closed by kj
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-16 - 2021-07-23)
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 7420 (+17)
closed 49041 (+54)
total 56461 (+71)

Open issues with patches: 2951


Issues opened (52)
==================

#44656: Dangerous mismatch between MAXPATHLEN and MAX_PATH on Windows
https://bugs.python.org/issue44656 opened by izbyshev

#44657: instancemethod_call should use PyInstanceMethod_GET_FUNCTION m
https://bugs.python.org/issue44657 opened by colesbury

#44658: No ValueError for duplicate key value in mapping patern when l
https://bugs.python.org/issue44658 opened by jack__d

#44660: email.feedparser Module Lacks Support for Section 3.5 of RFC 6
https://bugs.python.org/issue44660 opened by f18a14c09s

#44662: Add ability to annotate types.Union
https://bugs.python.org/issue44662 opened by uriyyo

#44663: Possible bug in datetime utc
https://bugs.python.org/issue44663 opened by gabhcosta

#44664: builtins.chr and the 'c' format flag raise different errors
https://bugs.python.org/issue44664 opened by bup

#44665: asyncio.create_task() documentation should mention user needs
https://bugs.python.org/issue44665 opened by bernat

#44666: compileall.compile_file fails when sys.stdout is redirected to
https://bugs.python.org/issue44666 opened by stefanhoelzl

#44667: tokenize.py emits spurious NEWLINE if file ends on a comment w
https://bugs.python.org/issue44667 opened by mdartiailh

#44668: More differences in instance and subclass checks between typin
https://bugs.python.org/issue44668 opened by serhiy.storchaka

#44669: TypeError: 'type' object is not subscriptable
https://bugs.python.org/issue44669 opened by michal.dziczkowski

#44671: Create a built-in yaml module
https://bugs.python.org/issue44671 opened by jarpri08

#44673: Embedded Python - local directories in pythonXX._pth
https://bugs.python.org/issue44673 opened by emve

#44674: dataclasses should allow frozendict default value
https://bugs.python.org/issue44674 opened by gianni

#44675: Cross-platform issues with private methods and multiprocessing
https://bugs.python.org/issue44675 opened by ymerej

#44677: CSV sniffing falsely detects space as a delimiter
https://bugs.python.org/issue44677 opened by pt12lol

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678 opened by idan22moral

#44679: unittest.mock.sentinel documentation typo
https://bugs.python.org/issue44679 opened by gaydayav

#44680: Reference cycles from a WeakKeyDictionary value to its key are
https://bugs.python.org/issue44680 opened by andersk

#44682: Pdb commands allows to add commands to invalid breakpoint
https://bugs.python.org/issue44682 opened by andrei.avk

#44684: Docs for mock.call
https://bugs.python.org/issue44684 opened by guettli

#44685: Email package issue with Outlook msg files
https://bugs.python.org/issue44685 opened by heghine

#44686: use pkgutil.resolve_name in unittest.mock
https://bugs.python.org/issue44686 opened by graingert

#44687: io.BufferedReader:peek() closes underlying file, breaking peek
https://bugs.python.org/issue44687 opened by liquidpele

#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea
https://bugs.python.org/issue44688 opened by erlendaasland

#44689: MacOS: Python binaries not portable between Catalina and Big S
https://bugs.python.org/issue44689 opened by bergkvist

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690 opened by idan22moral

#44693: Unclear definition of the "__future__" module in Docs
https://bugs.python.org/issue44693 opened by StevenHsuYL

#44694: Message from BytesParser cannot be flattened immediately
https://bugs.python.org/issue44694 opened by vitas1

#44695: asdict use deep copy to dataclass instances
https://bugs.python.org/issue44695 opened by Itayazolay

#44697: Memory leak when asyncio.open_connection raise
https://bugs.python.org/issue44697 opened by seer

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 opened by twouters

#44699: Simple regex appears to take exponential time in length of inp
https://bugs.python.org/issue44699 opened by brezniczky

#44701: Create a @deprecated decorator (annotation)
https://bugs.python.org/issue44701 opened by Leonardofreua

#44702: Fix weakref doc
https://bugs.python.org/issue44702 opened by Prometheus3375

#44705: Support Windows file open modes for `open` built-in function
https://bugs.python.org/issue44705 opened by lukedeller1

#44707: runtime error: applying zero offset to null pointer in Objects
https://bugs.python.org/issue44707 opened by thatiparthy

#44709: [3.7] Popen Control Characters in stdout affect shell session
https://bugs.python.org/issue44709 opened by San

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711 opened by anton.gruebel

#44712: Replace `type(literal)` with corresponding builtin types
https://bugs.python.org/issue44712 opened by serhiy.storchaka

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717 opened by FFY00

#44718: Incorrect arguments in function select() cause segfault
https://bugs.python.org/issue44718 opened by xxm

#44719: Incorrect callable object crashes Python 3.11.0a0
https://bugs.python.org/issue44719 opened by xxm

#44720: Finding string in iteratively deleted object cause segfault
https://bugs.python.org/issue44720 opened by xxm

#44722: RFC: string Multiline Formatter
https://bugs.python.org/issue44722 opened by creative-resort

#44723: Codec name normalization breaks custom codecs
https://bugs.python.org/issue44723 opened by bodograumann

#44724: Resource Tracker is never reaped
https://bugs.python.org/issue44724 opened by viktor.ivanov

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725 opened by iritkatriel

#44726: Build macOS version with thin lto option
https://bugs.python.org/issue44726 opened by corona10

#44727: Stable ABI should avoid `enum`
https://bugs.python.org/issue44727 opened by petr.viktorin

#44728: Testsuite fails on x86_64
https://bugs.python.org/issue44728 opened by deep42thought



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

#44728: Testsuite fails on x86_64
https://bugs.python.org/issue44728

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725

#44724: Resource Tracker is never reaped
https://bugs.python.org/issue44724

#44723: Codec name normalization breaks custom codecs
https://bugs.python.org/issue44723

#44720: Finding string in iteratively deleted object cause segfault
https://bugs.python.org/issue44720

#44719: Incorrect callable object crashes Python 3.11.0a0
https://bugs.python.org/issue44719

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717

#44702: Fix weakref doc
https://bugs.python.org/issue44702

#44701: Create a @deprecated decorator (annotation)
https://bugs.python.org/issue44701

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698

#44695: asdict use deep copy to dataclass instances
https://bugs.python.org/issue44695

#44694: Message from BytesParser cannot be flattened immediately
https://bugs.python.org/issue44694

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690

#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea
https://bugs.python.org/issue44688

#44687: io.BufferedReader:peek() closes underlying file, breaking peek
https://bugs.python.org/issue44687



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

#44726: Build macOS version with thin lto option
https://bugs.python.org/issue44726

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725

#44722: RFC: string Multiline Formatter
https://bugs.python.org/issue44722

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717

#44712: Replace `type(literal)` with corresponding builtin types
https://bugs.python.org/issue44712

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711

#44707: runtime error: applying zero offset to null pointer in Objects
https://bugs.python.org/issue44707

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690

#44682: Pdb commands allows to add commands to invalid breakpoint
https://bugs.python.org/issue44682

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678

#44677: CSV sniffing falsely detects space as a delimiter
https://bugs.python.org/issue44677

#44666: compileall.compile_file fails when sys.stdout is redirected to
https://bugs.python.org/issue44666

#44662: Add ability to annotate types.Union
https://bugs.python.org/issue44662

#44660: email.feedparser Module Lacks Support for Section 3.5 of RFC 6
https://bugs.python.org/issue44660



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

#43950: Include column offsets for bytecode instructions
https://bugs.python.org/issue43950 13 msgs

#42414: unable to document fields of dataclass
https://bugs.python.org/issue42414 9 msgs

#44689: MacOS: Python binaries not portable between Catalina and Big S
https://bugs.python.org/issue44689 6 msgs

#43838: There is a way to access an underlying mapping in MappingProxy
https://bugs.python.org/issue43838 5 msgs

#44549: BZip 1.0.6 Critical Vulnerability
https://bugs.python.org/issue44549 5 msgs

#44663: Possible bug in datetime utc
https://bugs.python.org/issue44663 5 msgs

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711 5 msgs

#30511: shutil.make_archive should not need to chdir (alternatively: m
https://bugs.python.org/issue30511 4 msgs

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 4 msgs

#44699: Simple regex appears to take exponential time in length of inp
https://bugs.python.org/issue44699 4 msgs



Issues closed (54)
==================

#14879: invalid docs for subprocess exceptions with shell=True
https://bugs.python.org/issue14879 closed by iritkatriel

#27513: email.utils.getaddresses does not handle Header objects
https://bugs.python.org/issue27513 closed by lukasz.langa

#29555: Update Python Software Foundation Copyright Year
https://bugs.python.org/issue29555 closed by orsenthil

#33063: failed to build _ctypes: undefined reference to `ffi_closure_F
https://bugs.python.org/issue33063 closed by zach.ware

#40897: Inheriting from class that defines __new__ causes inspect.sign
https://bugs.python.org/issue40897 closed by lukasz.langa

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249 closed by lukasz.langa

#41546: pprint() gives exception when ran from pythonw
https://bugs.python.org/issue41546 closed by iritkatriel

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972 closed by lukasz.langa

#42095: plistlib: Add tests that compare with plutil(1)
https://bugs.python.org/issue42095 closed by lukasz.langa

#42355: symtable: get_namespace doesn't check whether if there are mul
https://bugs.python.org/issue42355 closed by BTaskaya

#42581: Docs site redirection doesn't work for 3.9
https://bugs.python.org/issue42581 closed by ned.deily

#42747: Remove Py_TPFLAGS_HAVE_VERSION_TAG flag?
https://bugs.python.org/issue42747 closed by petr.viktorin

#43086: Excess data in not handled properly in binascii.a2b_base64()
https://bugs.python.org/issue43086 closed by gregory.p.smith

#43629: fix _PyRun_SimpleFileObject create __main__ module and cache.
https://bugs.python.org/issue43629 closed by petr.viktorin

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340 closed by corona10

#44353: PEP 604 NewType
https://bugs.python.org/issue44353 closed by kj

#44435: There is no description of PY_SSIZE_T_CLEAN in docs
https://bugs.python.org/issue44435 closed by jack__d

#44490: PEP 604 Union (int | str) doesn't have __parameters__
https://bugs.python.org/issue44490 closed by gvanrossum

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 closed by lukasz.langa

#44539: Support recognizing JPEG files without JFIF or Exif markers
https://bugs.python.org/issue44539 closed by lukasz.langa

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554 closed by iritkatriel

#44561: Some expired hyperlinks in Python documentation
https://bugs.python.org/issue44561 closed by StevenHsuYL

#44566: StopIteration subclass suppressed by contextlib.contextmanager
https://bugs.python.org/issue44566 closed by lukasz.langa

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589 closed by pablogsal

#44610: Format issue with strftime and %Y
https://bugs.python.org/issue44610 closed by bkaznowski

#44611: CPython uses deprecated randomness API
https://bugs.python.org/issue44611 closed by corona10

#44621: Python 3.9 traces async for/else incorrectly
https://bugs.python.org/issue44621 closed by lukasz.langa

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628 closed by eric.araujo

#44629: Some files from distutils module are importing all exceptions
https://bugs.python.org/issue44629 closed by eric.araujo

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631 closed by lukasz.langa

#44633: Indexing the union type can return NotImplemented
https://bugs.python.org/issue44633 closed by serhiy.storchaka

#44634: Version is duplicated in name of app in list of installed apps
https://bugs.python.org/issue44634 closed by zach.ware

#44651: An unclear definition in Doc/glossary.rst
https://bugs.python.org/issue44651 closed by mark.dickinson

#44653: Parameter substitution in the union type does not work with ty
https://bugs.python.org/issue44653 closed by lukasz.langa

#44654: Refactor and clean up the union type implementation
https://bugs.python.org/issue44654 closed by serhiy.storchaka

#44655: Confusing message with AttributeError when attribute name matc
https://bugs.python.org/issue44655 closed by pablogsal

#44659: Remove Ivan from list of typing experts
https://bugs.python.org/issue44659 closed by lukasz.langa

#44661: Update property_descr_set to use vectorcall if possible.
https://bugs.python.org/issue44661 closed by corona10

#44670: bug on showing tuple on console
https://bugs.python.org/issue44670 closed by zach.ware

#44672: Final "pass" is traced incorrectly in 3.9 (and before)
https://bugs.python.org/issue44672 closed by lukasz.langa

#44676: Add ability to serialise types.Union
https://bugs.python.org/issue44676 closed by lukasz.langa

#44681: time.sleep(0.001) not working properly
https://bugs.python.org/issue44681 closed by therenoisfood

#44683: Can't subscript objects with the string "1" using str.format()
https://bugs.python.org/issue44683 closed by eric.smith

#44691: bug in interactions between argparse and random
https://bugs.python.org/issue44691 closed by steven.daprano

#44692: Const folding in parser with negative numbers doesn't match fl
https://bugs.python.org/issue44692 closed by steven.daprano

#44696: Python 2.0.1 Installation:
https://bugs.python.org/issue44696 closed by steven.daprano

#44700: Python fails to build (aarch64-apple-darwin20.5.0)
https://bugs.python.org/issue44700 closed by jack__d

#44703: deepcopy(frozenset()) returns a new object
https://bugs.python.org/issue44703 closed by rhettinger

#44704: frozenset.__hash__ vs. Set._hash
https://bugs.python.org/issue44704 closed by rhettinger

#44706: UUID constructor should accept another UUID instance
https://bugs.python.org/issue44706 closed by serhiy.storchaka

#44708: Regression tests with -w should only re-run affected test meth
https://bugs.python.org/issue44708 closed by lukasz.langa

#44710: Unexpected behavior in empty class with pass (Python 3.7.3)
https://bugs.python.org/issue44710 closed by Cheukting

#44713: subprocess.rst typo ``"shell=True"`` => ``shell=True``
https://bugs.python.org/issue44713 closed by eric.araujo

#44721: Problem in tkinter button widget
https://bugs.python.org/issue44721 closed by a.h.misaghi
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/YAEPJUCHZPQE6JXJJVCQV7SJRTXUW6CJ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-23 - 2021-07-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 7395 (-25)
closed 49121 (+80)
total 56516 (+55)

Open issues with patches: 2926


Issues opened (34)
==================

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 reopened by belopolsky

#36050: Why does http.client.HTTPResponse._safe_read use MAXAMOUNT
https://bugs.python.org/issue36050 reopened by bmerry

#41103: Removing old buffer support
https://bugs.python.org/issue41103 reopened by methane

#44479: Windows build doesn't regenerate some files
https://bugs.python.org/issue44479 reopened by steve.dower

#44676: Add ability to serialise types.Union
https://bugs.python.org/issue44676 reopened by serhiy.storchaka

#44729: sys.setprofile bug
https://bugs.python.org/issue44729 opened by AliyevH

#44730: unittest.mock.patch does not work as a decorator on generator
https://bugs.python.org/issue44730 opened by garethmjwilliams

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733 opened by cool-RR

#44735: Failed venv Activation With "&" In Folder Name
https://bugs.python.org/issue44735 opened by adore_blvnk

#44738: io_uring as a new backend to selectors and asyncio
https://bugs.python.org/issue44738 opened by achimnol

#44740: Lowercase "Internet" and "web" in docs
https://bugs.python.org/issue44740 opened by felixxm

#44742: smtplib: less confusing behaviour when giving incorrect multip
https://bugs.python.org/issue44742 opened by cmatte

#44743: asyncio DatagramProtocol stops calling callbacks after OSError
https://bugs.python.org/issue44743 opened by JulianOrteil

#44744: [security] Open redirect attack due to insufficient validation
https://bugs.python.org/issue44744 opened by ready-research

#44745: Manual for python 3.9.6 will not let me search
https://bugs.python.org/issue44745 opened by matthman2019

#44748: argparse: a bool indicating if arg was encountered
https://bugs.python.org/issue44748 opened by Thermi

#44749: LOAD_NAME not using PyObject_GetItem when globals() is a dict
https://bugs.python.org/issue44749 opened by douglas-raillard-arm

#44760: Turtle Documentation - Contents Hyperlink conflict
https://bugs.python.org/issue44760 opened by ray_giraffe

#44762: getpass.getpass on Windows fallback detection is bad
https://bugs.python.org/issue44762 opened by matejcik

#44764: Handling interruption in async tasks
https://bugs.python.org/issue44764 opened by ilian

#44766: [easy doc] Remove redundant info in README.valgrind
https://bugs.python.org/issue44766 opened by shihai1991

#44767: python -m flask run gives OSError: [WinError 10013] An attempt
https://bugs.python.org/issue44767 opened by chandrakant.rvce

#44769: socketserver.shutdown should stop serve_forever() immediately
https://bugs.python.org/issue44769 opened by petr.viktorin

#44771: Adopt changes from importlib_resources 5.2
https://bugs.python.org/issue44771 opened by jaraco

#44772: Regression in memory use of instances due to dictionary orderi
https://bugs.python.org/issue44772 opened by Mark.Shannon

#44773: case_insensitive kwarg in str.replace()
https://bugs.python.org/issue44773 opened by nimit.grover24

#44774: incorrect sys.stdout.encoding within a io.StringIO buffer
https://bugs.python.org/issue44774 opened by pcarbonn

#44775: Speed-up typing.cast by implementing it in C
https://bugs.python.org/issue44775 opened by uriyyo

#44776: Docs on mobile do not use monospace font for code snippets, mi
https://bugs.python.org/issue44776 opened by alexprengere

#44779: Checkouts stale following changes to .gitattributes
https://bugs.python.org/issue44779 opened by jaraco

#44780: Incorrect message: "Invalid decimal literal" (python 3.10)
https://bugs.python.org/issue44780 opened by aroberge

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781 opened by iritkatriel

#44782: LRU class given as example in OrderedDict docs not work on pop
https://bugs.python.org/issue44782 opened by maximeLeurent

#44783: SSL needs client OCSP stapling
https://bugs.python.org/issue44783 opened by pprindeville



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

#44783: SSL needs client OCSP stapling
https://bugs.python.org/issue44783

#44782: LRU class given as example in OrderedDict docs not work on pop
https://bugs.python.org/issue44782

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781

#44780: Incorrect message: "Invalid decimal literal" (python 3.10)
https://bugs.python.org/issue44780

#44779: Checkouts stale following changes to .gitattributes
https://bugs.python.org/issue44779

#44775: Speed-up typing.cast by implementing it in C
https://bugs.python.org/issue44775

#44772: Regression in memory use of instances due to dictionary orderi
https://bugs.python.org/issue44772

#44766: [easy doc] Remove redundant info in README.valgrind
https://bugs.python.org/issue44766

#44764: Handling interruption in async tasks
https://bugs.python.org/issue44764

#44760: Turtle Documentation - Contents Hyperlink conflict
https://bugs.python.org/issue44760

#44743: asyncio DatagramProtocol stops calling callbacks after OSError
https://bugs.python.org/issue44743

#44742: smtplib: less confusing behaviour when giving incorrect multip
https://bugs.python.org/issue44742

#44735: Failed venv Activation With "&" In Folder Name
https://bugs.python.org/issue44735

#44730: unittest.mock.patch does not work as a decorator on generator
https://bugs.python.org/issue44730

#44729: sys.setprofile bug
https://bugs.python.org/issue44729



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

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781

#44779: Checkouts stale following changes to .gitattributes
https://bugs.python.org/issue44779

#44775: Speed-up typing.cast by implementing it in C
https://bugs.python.org/issue44775

#44771: Adopt changes from importlib_resources 5.2
https://bugs.python.org/issue44771

#44740: Lowercase "Internet" and "web" in docs
https://bugs.python.org/issue44740

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733

#44730: unittest.mock.patch does not work as a decorator on generator
https://bugs.python.org/issue44730

#44726: Build macOS version with thin lto option
https://bugs.python.org/issue44726

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725

#44712: Replace `type(literal)` with corresponding builtin types
https://bugs.python.org/issue44712

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678

#44677: CSV sniffing falsely detects space as a delimiter
https://bugs.python.org/issue44677

#44660: email.feedparser: support RFC 6532 section 3.5
https://bugs.python.org/issue44660

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645



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

#41737: Improper NotADirectoryError when opening a file in a fake dire
https://bugs.python.org/issue41737 9 msgs

#44762: getpass.getpass on Windows fallback detection is bad
https://bugs.python.org/issue44762 8 msgs

#43950: Include column offsets for bytecode instructions
https://bugs.python.org/issue43950 6 msgs

#44660: email.feedparser: support RFC 6532 section 3.5
https://bugs.python.org/issue44660 6 msgs

#44740: Lowercase "Internet" and "web" in docs
https://bugs.python.org/issue44740 6 msgs

#42626: readline history, vi-editingmode and ANSI color codes bug
https://bugs.python.org/issue42626 5 msgs

#43944: Processes in Python 3.9 exiting with code 1 when It's created
https://bugs.python.org/issue43944 5 msgs

#44748: argparse: a bool indicating if arg was encountered
https://bugs.python.org/issue44748 5 msgs

#44771: Adopt changes from importlib_resources 5.2
https://bugs.python.org/issue44771 5 msgs

#44774: incorrect sys.stdout.encoding within a io.StringIO buffer
https://bugs.python.org/issue44774 5 msgs



Issues closed (79)
==================

#25702: Link Time Optimizations support for GCC and CLANG
https://bugs.python.org/issue25702 closed by methane

#26153: PyImport_GetModuleDict: no module dictionary! when `__del__` t
https://bugs.python.org/issue26153 closed by twouters

#27827: pathlib is_reserved fails for some reserved paths on Windows
https://bugs.python.org/issue27827 closed by lukasz.langa

#29298: argparse fails with required subparsers, un-named dest, and em
https://bugs.python.org/issue29298 closed by petr.viktorin

#31746: crashes in sqlite3.Connection in case it is uninitialized or p
https://bugs.python.org/issue31746 closed by erlendaasland

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013 closed by pablogsal

#35728: Tkinter font nametofont requires default root
https://bugs.python.org/issue35728 closed by terry.reedy

#37224: [subinterpreters] test__xxsubinterpreters fails randomly
https://bugs.python.org/issue37224 closed by lukasz.langa

#37715: 2to3 set default encoding
https://bugs.python.org/issue37715 closed by benjamin.peterson

#40085: Argument parsing option c should accept int between -128 to 25
https://bugs.python.org/issue40085 closed by Dennis Sweeney

#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263 closed by steve.dower

#41911: Language reference for expressions incorrectly specifies what
https://bugs.python.org/issue41911 closed by lukasz.langa

#42167: Documentation for SETUP_WITH opcode is wrong
https://bugs.python.org/issue42167 closed by iritkatriel

#42357: Wrong Availability for signal.SIGCHLD
https://bugs.python.org/issue42357 closed by zach.ware

#42853: `OverflowError: signed integer is greater than maximum` in ssl
https://bugs.python.org/issue42853 closed by lukasz.langa

#42892: AttributeError in email.message.get_body()
https://bugs.python.org/issue42892 closed by lukasz.langa

#43184: Missing docs for LoggerAdapter manager and name property
https://bugs.python.org/issue43184 closed by vinay.sajip

#43235: Tools/scripts/stable_abi.py should also check PC/python3dll.c
https://bugs.python.org/issue43235 closed by petr.viktorin

#43443: Should shelve support dict union?
https://bugs.python.org/issue43443 closed by lukasz.langa

#43497: SyntaxWarning for "assertion is always true, perhaps remove pa
https://bugs.python.org/issue43497 closed by iritkatriel

#43565: PyUnicode_KIND macro does not has specified return type
https://bugs.python.org/issue43565 closed by petr.viktorin

#43625: CSV has_headers heuristic could be improved
https://bugs.python.org/issue43625 closed by lukasz.langa

#43897: Implement support for validation of pattern matching ASTs
https://bugs.python.org/issue43897 closed by brandtbucher

#43967: Valgrind memcheck on Py_Initialize
https://bugs.python.org/issue43967 closed by shihai1991

#44021: enum docs in 3.10: missing "New in version 3.10"
https://bugs.python.org/issue44021 closed by Akuli

#44195: importlib.abc.TraversableReader is not implemented
https://bugs.python.org/issue44195 closed by jaraco

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388 closed by vinay.sajip

#44399: log rotator cookbook example might waste disk space
https://bugs.python.org/issue44399 closed by vinay.sajip

#44429: Tkinter Flow Geometry Manager
https://bugs.python.org/issue44429 closed by Gary73

#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453 closed by lukasz.langa

#44461: 'Pdb' object has no attribute 'botframe'
https://bugs.python.org/issue44461 closed by jaraco

#44473: logging.handlers.QueueHandler acts unexpected
https://bugs.python.org/issue44473 closed by vinay.sajip

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515 closed by lukasz.langa

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544 closed by lukasz.langa

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590 closed by Mark.Shannon

#44600: match/case statements trace incorrectly in 3.10.0b4
https://bugs.python.org/issue44600 closed by brandtbucher

#44648: Inspect.getsource raises wrong error on classes in interactive
https://bugs.python.org/issue44648 closed by lukasz.langa

#44657: instancemethod_call should use PyInstanceMethod_GET_FUNCTION m
https://bugs.python.org/issue44657 closed by corona10

#44658: No ValueError for duplicate key value in mapping patern when l
https://bugs.python.org/issue44658 closed by brandtbucher

#44662: Add ability to annotate types.Union
https://bugs.python.org/issue44662 closed by lukasz.langa

#44666: compileall.compile_file fails when sys.stdout is redirected to
https://bugs.python.org/issue44666 closed by lukasz.langa

#44671: Create a built-in yaml module
https://bugs.python.org/issue44671 closed by terry.reedy

#44682: Pdb commands allows to add commands to invalid breakpoint
https://bugs.python.org/issue44682 closed by lukasz.langa

#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea
https://bugs.python.org/issue44688 closed by erlendaasland

#44693: Unclear definition of the "__future__" module in Docs
https://bugs.python.org/issue44693 closed by terry.reedy

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 closed by lukasz.langa

#44707: runtime error: applying zero offset to null pointer in Objects
https://bugs.python.org/issue44707 closed by lukasz.langa

#44709: [3.7] Popen Control Characters in stdout affect shell session
https://bugs.python.org/issue44709 closed by terry.reedy

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711 closed by lukasz.langa

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717 closed by lukasz.langa

#44719: Incorrect callable object crashes Python 3.11.0a0
https://bugs.python.org/issue44719 closed by Dennis Sweeney

#44720: Weakref proxy crashes on null tp_iternext slot.
https://bugs.python.org/issue44720 closed by lukasz.langa

#44722: RFC: string Multiline Formatter
https://bugs.python.org/issue44722 closed by creative-resort

#44731: Simplify implementation of the union type
https://bugs.python.org/issue44731 closed by pablogsal

#44732: Rename types.Union to types.UnionType
https://bugs.python.org/issue44732 closed by pablogsal

#44734: turtle: tests for Vec2D.__abs__ are too strict
https://bugs.python.org/issue44734 closed by lukasz.langa

#44736: '\t' Escape Sequence behaving differently.
https://bugs.python.org/issue44736 closed by steven.daprano

#44737: Mapping from to collections.abc
https://bugs.python.org/issue44737 closed by Jelle Zijlstra

#44739: Tkinter text horizontal scrollbar is not stationary
https://bugs.python.org/issue44739 closed by logon_name

#44741: Pattern Matching - star subpattern with a subject derived from
https://bugs.python.org/issue44741 closed by brandtbucher

#44746: Improper behaviour of 'finally' keyword
https://bugs.python.org/issue44746 closed by steven.daprano

#44747: Refactor usage of sys._getframe at typing module
https://bugs.python.org/issue44747 closed by lukasz.langa

#44750: .popitem() is inconsistent in collections and collections.abc
https://bugs.python.org/issue44750 closed by rhettinger

#44751: crypt.h should be in _cryptmodule.c, not in public header
https://bugs.python.org/issue44751 closed by miss-islington

#44752: Tab completion executes @property getter function
https://bugs.python.org/issue44752 closed by lukasz.langa

#44753: backupCount is not respected in TimedRotatingFileHandler when
https://bugs.python.org/issue44753 closed by vinay.sajip

#44754: Documentation for pop in Built-in Types
https://bugs.python.org/issue44754 closed by lukasz.langa

#44755: cpython Lib bisect.py overflow (lo + hi) // 2 a problem?
https://bugs.python.org/issue44755 closed by Dennis Sweeney

#44756: In ./Doc, "make html" and "make build" should depend on "make
https://bugs.python.org/issue44756 closed by lukasz.langa

#44757: Insecure Deserialization
https://bugs.python.org/issue44757 closed by steven.daprano

#44758: Why " True != 3 in [3] " is True?
https://bugs.python.org/issue44758 closed by steven.daprano

#44759: ctype generates misleading error-msg opening lib.so when compi
https://bugs.python.org/issue44759 closed by stephan.boekelmann

#44761: NewType __module__ attr default value
https://bugs.python.org/issue44761 closed by lukasz.langa

#44763: "width defaults to 70." in textwrap.wrap documentation is repe
https://bugs.python.org/issue44763 closed by lukasz.langa

#44765: Misspelled Word In Docs
https://bugs.python.org/issue44765 closed by lukasz.langa

#44768: dataclasses.dataclass and collections.namedtuple do the same t
https://bugs.python.org/issue44768 closed by steven.daprano

#44770: float('nan') is True
https://bugs.python.org/issue44770 closed by tim.peters

#44777: Create mechanism to contact buildbot worker owners
https://bugs.python.org/issue44777 closed by lukasz.langa

#44778: os seperator error. str method of PureWindowsPath on Ming64 en
https://bugs.python.org/issue44778 closed by eryksun
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/VCOPVFKQQWYHDKGFTNSO3B76TIM7L6YO/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-30 - 2021-08-06)
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 7397 ( +2)
closed 49189 (+68)
total 56586 (+70)

Open issues with patches: 2933


Issues opened (48)
==================

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013 reopened by brandtbucher

#43853: [sqlite3] Improve sqlite3_value_text() error handling
https://bugs.python.org/issue43853 reopened by serhiy.storchaka

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206 reopened by pablogsal

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 reopened by kj

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 reopened by mark.dickinson

#44756: In ./Doc, "make html" and "make build" should depend on "make
https://bugs.python.org/issue44756 reopened by ned.deily

#44786: test_check_c_globals "crashed" and then "FutureWarning: Possib
https://bugs.python.org/issue44786 opened by iritkatriel

#44787: Missing valid directive %D in datetime.strftime() documentatio
https://bugs.python.org/issue44787 opened by vpjtqwv0101

#44788: Possibility to specify port in __init__ of ftplib.FTP
https://bugs.python.org/issue44788 opened by vpjtqwv0101

#44789: CPython cannot be compiled with -pedantic
https://bugs.python.org/issue44789 opened by blastwave

#44791: Substitution of ParamSpec in Concatenate
https://bugs.python.org/issue44791 opened by serhiy.storchaka

#44795: asyncio.run does not allow for graceful shutdown of main task
https://bugs.python.org/issue44795 opened by andreash

#44796: Add __parameters__ and __getitem__ in TypeVar and ParamSpec
https://bugs.python.org/issue44796 opened by serhiy.storchaka

#44799: typing.get_type_hints() raises TypeError for a variable annota
https://bugs.python.org/issue44799 opened by tkomiya

#44800: Code readability: rename interpreter frames to execution frame
https://bugs.python.org/issue44800 opened by ncoghlan

#44802: Substitution does not work after ParamSpec substitution of the
https://bugs.python.org/issue44802 opened by serhiy.storchaka

#44805: asyncio.StreamReader.read hangs for reused socket file descrip
https://bugs.python.org/issue44805 opened by ntc2

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807 opened by uriyyo

#44809: Changelog missing removal of StrEnum etc.
https://bugs.python.org/issue44809 opened by srittau

#44810: nturl2path: drive definition
https://bugs.python.org/issue44810 opened by NickVeld

#44811: Change default signature algorithms for context in the ssl lib
https://bugs.python.org/issue44811 opened by anis.gandoura

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813 opened by iritkatriel

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815 opened by dreamsorcerer

#44816: PEP 626 does not explain the handling of constants, at all.
https://bugs.python.org/issue44816 opened by brandtbucher

#44817: os.path.realpath fails with WinError 161
https://bugs.python.org/issue44817 opened by Spacetown

#44819: assertSequenceEqual does not use _getAssertEqualityFunc
https://bugs.python.org/issue44819 opened by Rarity

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821 opened by Mark.Shannon

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822 opened by erlendaasland

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826 opened by Mark.Shannon

#44828: Using tkinter.filedialog crashes on macOS Python 3.9.6
https://bugs.python.org/issue44828 opened by Nythepegasus

#44829: zoneinfo.ZoneInfo does not check for Windows device names
https://bugs.python.org/issue44829 opened by apple502j

#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 opened by mark.dickinson

#44831: Inconsistency between datetime.now() and datetime.fromtimestam
https://bugs.python.org/issue44831 opened by Miksus

#44832: Compiler detection is not strict enough
https://bugs.python.org/issue44832 opened by mathstuf

#44834: contextvars.Context.run w/ coroutines gives inconsistent behav
https://bugs.python.org/issue44834 opened by adriangb

#44836: shutil _unpack_zipfile filename encoding issue
https://bugs.python.org/issue44836 opened by yogendraksoni

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839 opened by serhiy.storchaka

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840 opened by nedbat

#44841: ZipInfo crashes on filemode
https://bugs.python.org/issue44841 opened by G.Rakosy

#44843: Add CLI flag to disable hash randomization
https://bugs.python.org/issue44843 opened by FFY00

#44844: The command line of launching Edge on Linux hangs
https://bugs.python.org/issue44844 opened by rayluo

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845 opened by pxeger

#44846: zipfile: cannot create zip file from files with non-utf8 filen
https://bugs.python.org/issue44846 opened by joelpuig

#44847: ABCMeta.__subclasscheck__() doesn't support duck typing.
https://bugs.python.org/issue44847 opened by grahamd

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848 opened by erlendaasland

#44850: Could operator.methodcaller be optimized using LOAD_METHOD?
https://bugs.python.org/issue44850 opened by Antony.Lee

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851 opened by uranusjr

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852 opened by lukasz.langa



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

#44850: Could operator.methodcaller be optimized using LOAD_METHOD?
https://bugs.python.org/issue44850

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848

#44847: ABCMeta.__subclasscheck__() doesn't support duck typing.
https://bugs.python.org/issue44847

#44846: zipfile: cannot create zip file from files with non-utf8 filen
https://bugs.python.org/issue44846

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845

#44843: Add CLI flag to disable hash randomization
https://bugs.python.org/issue44843

#44841: ZipInfo crashes on filemode
https://bugs.python.org/issue44841

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840

#44836: shutil _unpack_zipfile filename encoding issue
https://bugs.python.org/issue44836

#44834: contextvars.Context.run w/ coroutines gives inconsistent behav
https://bugs.python.org/issue44834

#44832: Compiler detection is not strict enough
https://bugs.python.org/issue44832

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807

#44802: Substitution does not work after ParamSpec substitution of the
https://bugs.python.org/issue44802



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

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821

#44817: os.path.realpath fails with WinError 161
https://bugs.python.org/issue44817

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813

#44811: Change default signature algorithms for context in the ssl lib
https://bugs.python.org/issue44811

#44810: nturl2path: drive definition
https://bugs.python.org/issue44810

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807

#44800: Code readability: rename interpreter frames to execution frame
https://bugs.python.org/issue44800

#44799: typing.get_type_hints() raises TypeError for a variable annota
https://bugs.python.org/issue44799



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

#44789: CPython cannot be compiled with -pedantic
https://bugs.python.org/issue44789 12 msgs

#44756: In ./Doc, "make html" and "make build" should depend on "make
https://bugs.python.org/issue44756 8 msgs

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782 7 msgs

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605 7 msgs

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 7 msgs

#32397: textwrap output may change if you wrap a paragraph twice
https://bugs.python.org/issue32397 6 msgs

#44831: Inconsistency between datetime.now() and datetime.fromtimestam
https://bugs.python.org/issue44831 6 msgs

#43468: functools.cached_property incorrectly locks the entire descrip
https://bugs.python.org/issue43468 5 msgs

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822 5 msgs

#41946: Add concrete examples to os.path documentation
https://bugs.python.org/issue41946 4 msgs



Issues closed (68)
==================

#18255: CPython setup.py problems
https://bugs.python.org/issue18255 closed by ronaldoussoren

#20703: RuntimeError caused by lazy imports in pdb
https://bugs.python.org/issue20703 closed by iritkatriel

#27275: KeyError thrown by optimised collections.OrderedDict.popitem()
https://bugs.python.org/issue27275 closed by lukasz.langa

#31426: [3.5] crash in gen_traverse(): gi_frame.ob_type=NULL, called b
https://bugs.python.org/issue31426 closed by vstinner

#34422: __name__ not available for classes in typing module
https://bugs.python.org/issue34422 closed by kj

#34782: Pdb raises exception when code is executed in a mapping that d
https://bugs.python.org/issue34782 closed by iritkatriel

#35183: os.path.splitext documentation needs typical example
https://bugs.python.org/issue35183 closed by lukasz.langa

#37880: For argparse add_argument with action='store_const', const sho
https://bugs.python.org/issue37880 closed by vinay.sajip

#39091: _PyErr_CreateException() must check that the result is an exce
https://bugs.python.org/issue39091 closed by benjamin.peterson

#39940: Micro-optimizations to PySequence_Tuple()
https://bugs.python.org/issue39940 closed by iritkatriel

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928 closed by lukasz.langa

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

#41354: filecmp.cmp documentation does not match actual code
https://bugs.python.org/issue41354 closed by lukasz.langa

#41706: docs: operator dunder (`__add__`, et al.) invocations describe
https://bugs.python.org/issue41706 closed by brett.cannon

#41737: Improper NotADirectoryError when opening a file in a fake dire
https://bugs.python.org/issue41737 closed by lukasz.langa

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886 closed by ammar2

#41914: test_pdb fails
https://bugs.python.org/issue41914 closed by iritkatriel

#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958 closed by lukasz.langa

#43066: Zipfile with leading slashes
https://bugs.python.org/issue43066 closed by lukasz.langa

#43596: change assertRaises message when wrong exception is raised
https://bugs.python.org/issue43596 closed by mark.dickinson

#43749: venv module does not copy the correct python exe
https://bugs.python.org/issue43749 closed by vinay.sajip

#43758: dict.config TimedRotatingFileHandler filename .suffix does not
https://bugs.python.org/issue43758 closed by vinay.sajip

#43874: argparse crashes on subparsers with no dest/metava
https://bugs.python.org/issue43874 closed by terence.honles

#44037: Broad performance regression from 3.10a7 to 3.10b2 with python
https://bugs.python.org/issue44037 closed by ned.deily

#44291: Unify logging.handlers.SysLogHandler behavior with SocketHandl
https://bugs.python.org/issue44291 closed by vinay.sajip

#44301: Is there a way to provide destructor for module written using
https://bugs.python.org/issue44301 closed by lukasz.langa

#44564: DeprecationWarning in test_enum over formatting
https://bugs.python.org/issue44564 closed by lukasz.langa

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584 closed by vstinner

#44617: Undesired Behavior on `match` using Singleton object
https://bugs.python.org/issue44617 closed by brandtbucher

#44667: tokenize.py emits spurious NEWLINE if file ends on a comment w
https://bugs.python.org/issue44667 closed by pablogsal

#44679: unittest.mock.sentinel documentation typo
https://bugs.python.org/issue44679 closed by Mariatta

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725 closed by iritkatriel

#44738: io_uring as a new backend to selectors and asyncio
https://bugs.python.org/issue44738 closed by terry.reedy

#44749: LOAD_NAME not using PyObject_GetItem when globals() is a dict
https://bugs.python.org/issue44749 closed by terry.reedy

#44760: Turtle Documentation - Contents Hyperlink conflict
https://bugs.python.org/issue44760 closed by lukasz.langa

#44767: python -m flask run gives OSError: [WinError 10013] An attempt
https://bugs.python.org/issue44767 closed by terry.reedy

#44773: case_insensitive kwarg in str.replace()
https://bugs.python.org/issue44773 closed by serhiy.storchaka

#44776: Docs on mobile do not use monospace font for code snippets, mi
https://bugs.python.org/issue44776 closed by terry.reedy

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781 closed by lukasz.langa

#44782: LRU class given as example in OrderedDict docs not work on pop
https://bugs.python.org/issue44782 closed by rhettinger

#44784: test_importlib uses deprecated SelectableGroups interface
https://bugs.python.org/issue44784 closed by jaraco

#44785: test_pickle issues "DeprecationWarning: The Tix Tk.."
https://bugs.python.org/issue44785 closed by lukasz.langa

#44790: Recursion causes Crash
https://bugs.python.org/issue44790 closed by Dennis Sweeney

#44792: Improve syntax errors for invalid if expressions
https://bugs.python.org/issue44792 closed by pablogsal

#44793: Arguments ignored in substitution in typing.Callable
https://bugs.python.org/issue44793 closed by serhiy.storchaka

#44794: Merge tests for typing.Callable and collection.abc.Callable
https://bugs.python.org/issue44794 closed by serhiy.storchaka

#44797: test_socket should expect warnings in truncated-data tests
https://bugs.python.org/issue44797 closed by iritkatriel

#44798: test_enum emits a deprecation warning from test_custom_strenum
https://bugs.python.org/issue44798 closed by iritkatriel

#44801: Type expression is coerced to a list of parameter arguments in
https://bugs.python.org/issue44801 closed by lukasz.langa

#44803: change tracemalloc.BaseFilter to an abstract class
https://bugs.python.org/issue44803 closed by lukasz.langa

#44804: Port fix of "issue44422" to Python3.6.x
https://bugs.python.org/issue44804 closed by ned.deily

#44806: Subclassing Protocol get different __init__
https://bugs.python.org/issue44806 closed by lukasz.langa

#44808: test_inspect fails in refleak mode
https://bugs.python.org/issue44808 closed by lukasz.langa

#44812: [docs] Document PyMember_{Get/Set}One in C API reference
https://bugs.python.org/issue44812 closed by lukasz.langa

#44814: python 3.9.6 installation installs 0 modules
https://bugs.python.org/issue44814 closed by mark.dickinson

#44818: '\t' (tab) support
https://bugs.python.org/issue44818 closed by serhiy.storchaka

#44820: subprocess hungs when processing <Null> value from mariadb
https://bugs.python.org/issue44820 closed by mark.dickinson

#44823: Docs fail to build - looking for the wrong interpreter (Python
https://bugs.python.org/issue44823 closed by pablogsal

#44824: The 3.10.0rc1 source tarballs contain the Docs/venv directory
https://bugs.python.org/issue44824 closed by hroncok

#44825: node.annotation is not a str in `ast`'s `class _Unparser(NodeV
https://bugs.python.org/issue44825 closed by samuelmarks

#44827: Incomplete 3.10.0rc1 release info
https://bugs.python.org/issue44827 closed by pablogsal

#44833: VideoCapture is not installing
https://bugs.python.org/issue44833 closed by eric.smith

#44835: What does "Python for Windows will still be Python for DOS" me
https://bugs.python.org/issue44835 closed by eric.smith

#44837: os.symlink arg names are bad
https://bugs.python.org/issue44837 closed by krey

#44838: SyntaxError: New message "expected 'else' after 'if' expressio
https://bugs.python.org/issue44838 closed by pablogsal

#44842: String conversion of Path removes '/' from original url
https://bugs.python.org/issue44842 closed by eric.smith

#44849: test_os: test_get_set_inheritable_o_path() failed on AMD64 Fre
https://bugs.python.org/issue44849 closed by vstinner

#44853: 3.10.0rc1 published md5 and size do not match for source archi
https://bugs.python.org/issue44853 closed by pablogsal
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/JRFJ4QH7TR35HFRQWOYPPCGOYRFAXK24/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-06 - 2021-08-13)
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 7393 ( -4)
closed 49249 (+60)
total 56642 (+56)

Open issues with patches: 2924


Issues opened (39)
==================

#44855: [doc] Complete the sqlite3 exception documentation
https://bugs.python.org/issue44855 opened by erlendaasland

#44859: Improve some sqlite3 errors
https://bugs.python.org/issue44859 opened by serhiy.storchaka

#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860 opened by uranusjr

#44861: csv.writer stopped to quote values with escapechar with csv.QU
https://bugs.python.org/issue44861 opened by xflr6

#44862: [docs] make "Deprecated since version {deprecated}, will be re
https://bugs.python.org/issue44862 opened by vini.g.fer

#44863: Allow TypedDict to inherit from Generics
https://bugs.python.org/issue44863 opened by sransara

#44864: [argparse] Do not translate user-provided strings in `Argument
https://bugs.python.org/issue44864 opened by jdetrey

#44865: [argparse] Missing translations
https://bugs.python.org/issue44865 opened by jdetrey

#44868: misleading error about fd / follow_symlinks from os.stat()
https://bugs.python.org/issue44868 opened by andrei.avk

#44869: MacOS Monterrey malloc issue
https://bugs.python.org/issue44869 opened by edumorlom

#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874 opened by iritkatriel

#44875: Update dis.findlinestarts documentaiton to reflect new usage o
https://bugs.python.org/issue44875 opened by gwk

#44876: .replace functions in datetime do not call __new__
https://bugs.python.org/issue44876 opened by joelgibson

#44877: Python > 3.7 build fails with IBM XL compiler
https://bugs.python.org/issue44877 opened by quellyn

#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881 opened by nascheme

#44882: add FileInput.rollback() for in-place filters
https://bugs.python.org/issue44882 opened by samwyse

#44883: configure --with-openssl-rpath=DIR too eager about existence o
https://bugs.python.org/issue44883 opened by Elvis.Pranskevichus

#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884 opened by fxcallewaert

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886 opened by Thomas Trummer

#44887: test_input_tty hangs when run multiple times in the same proce
https://bugs.python.org/issue44887 opened by lukasz.langa

#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888 opened by xtkoba

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889 opened by kj

#44892: configparser fails when the file contains a "%" inside a comme
https://bugs.python.org/issue44892 opened by DiddiLeija

#44893: importlib.metadata Entrypoint has a broken _asdict
https://bugs.python.org/issue44893 opened by Ronny.Pfannschmidt

#44894: HTTP request handler should check sys.stderr for None before u
https://bugs.python.org/issue44894 opened by xiaolingbao

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 opened by iritkatriel

#44896: Issue with unparse in ast module
https://bugs.python.org/issue44896 opened by xiaket

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897 opened by nascheme

#44898: Path.read_bytes() failed when path contains chinese character
https://bugs.python.org/issue44898 opened by russiavk

#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899 opened by marko-tuononen

#44900: Implement superinstructions
https://bugs.python.org/issue44900 opened by Mark.Shannon

#44901: Info about used pickle protocol used by multiprocessing.Queue
https://bugs.python.org/issue44901 opened by buhtz

#44903: [Doc] How does one to about getting onto the "Other Graphical
https://bugs.python.org/issue44903 opened by PySimpleGUI

#44904: Erroneous behaviour for abstract class properties
https://bugs.python.org/issue44904 opened by rzepecki.t

#44905: Abstract instance and class attributes for abstract base class
https://bugs.python.org/issue44905 opened by rzepecki.t

#44906: Crash on deep call stack under Windows
https://bugs.python.org/issue44906 opened by aleReimondo

#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907 opened by yangqing

#44908: recommend httpx as well as requests in http.client/urllib.requ
https://bugs.python.org/issue44908 opened by graingert

#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909 opened by pmenzel



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

#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909

#44908: recommend httpx as well as requests in http.client/urllib.requ
https://bugs.python.org/issue44908

#44906: Crash on deep call stack under Windows
https://bugs.python.org/issue44906

#44904: Erroneous behaviour for abstract class properties
https://bugs.python.org/issue44904

#44900: Implement superinstructions
https://bugs.python.org/issue44900

#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897

#44896: Issue with unparse in ast module
https://bugs.python.org/issue44896

#44892: configparser fails when the file contains a "%" inside a comme
https://bugs.python.org/issue44892

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889

#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886

#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884

#44883: configure --with-openssl-rpath=DIR too eager about existence o
https://bugs.python.org/issue44883

#44882: add FileInput.rollback() for in-place filters
https://bugs.python.org/issue44882



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

#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907

#44900: Implement superinstructions
https://bugs.python.org/issue44900

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889

#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881

#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874

#44865: [argparse] Missing translations
https://bugs.python.org/issue44865

#44864: [argparse] Do not translate user-provided strings in `Argument
https://bugs.python.org/issue44864

#44863: Allow TypedDict to inherit from Generics
https://bugs.python.org/issue44863

#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860

#44859: Improve some sqlite3 errors
https://bugs.python.org/issue44859

#44855: [doc] Complete the sqlite3 exception documentation
https://bugs.python.org/issue44855

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848



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

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 25 msgs

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782 13 msgs

#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881 13 msgs

#43976: Allow Python distributors to add custom site install schemes
https://bugs.python.org/issue43976 8 msgs

#44877: Python > 3.7 build fails with IBM XL compiler
https://bugs.python.org/issue44877 8 msgs

#40469: TimedRotatingFileHandler rotating on use not time
https://bugs.python.org/issue40469 7 msgs

#40899: Document exceptions raised by importlib.import
https://bugs.python.org/issue40899 7 msgs

#44887: test_input_tty hangs when run multiple times in the same proce
https://bugs.python.org/issue44887 7 msgs

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 6 msgs

#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 6 msgs



Issues closed (54)
==================

#19582: Tkinter is not working with Py_SetPath
https://bugs.python.org/issue19582 closed by iritkatriel

#22330: PyOS_mystricmp is broken
https://bugs.python.org/issue22330 closed by iritkatriel

#26228: pty.spawn hangs on FreeBSD 9.3, 10.x, 12.1
https://bugs.python.org/issue26228 closed by lukasz.langa

#27752: [doc] CSV DictReader default dialect name 'excel' is misleadin
https://bugs.python.org/issue27752 closed by lukasz.langa

#30077: Support Apple AIFF-C pseudo compression in aifc.py
https://bugs.python.org/issue30077 closed by lukasz.langa

#32695: tarfile.open() raises TypeError when using compresslevel param
https://bugs.python.org/issue32695 closed by lukasz.langa

#33232: Segmentation fault in operator.attrgetter
https://bugs.python.org/issue33232 closed by iritkatriel

#33349: 2to3 fails to parse async generators in non-async functions
https://bugs.python.org/issue33349 closed by lukasz.langa

#33930: Segfault with deep recursion into object().__dir__
https://bugs.python.org/issue33930 closed by vstinner

#36700: base64 has old references that should be updated
https://bugs.python.org/issue36700 closed by lukasz.langa

#38671: pathlib.Path.resolve(strict=False) returns relative path on Wi
https://bugs.python.org/issue38671 closed by uranusjr

#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840 closed by lukasz.langa

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498 closed by lukasz.langa

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 closed by chris.jerdonek

#40912: _PyOS_SigintEvent is never closed on Windows
https://bugs.python.org/issue40912 closed by vstinner

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234 closed by terry.reedy

#41402: email: ContentManager.set_content calls nonexistent method enc
https://bugs.python.org/issue41402 closed by lukasz.langa

#41576: document BaseException in favour of bare except in error tutor
https://bugs.python.org/issue41576 closed by lukasz.langa

#41645: Typo First Page of Documentation
https://bugs.python.org/issue41645 closed by willingc

#41703: Most bytecode changes are absent from Python 3.9 What's new
https://bugs.python.org/issue41703 closed by Mark.Shannon

#41779: add BLOB photo to sqlite3 python
https://bugs.python.org/issue41779 closed by eric.smith

#42053: fwalk: incorrect boolean test for non-fd arguments
https://bugs.python.org/issue42053 closed by serhiy.storchaka

#43392: Optimize repeated calls to `__import__()`
https://bugs.python.org/issue43392 closed by pitrou

#43838: There is a way to access an underlying mapping in MappingProxy
https://bugs.python.org/issue43838 closed by gvanrossum

#44207: Add a version number to Python functions
https://bugs.python.org/issue44207 closed by Mark.Shannon

#44297: Frame with -1 line number
https://bugs.python.org/issue44297 closed by Mark.Shannon

#44338: Port LOAD_GLOBAL to adaptive interpreter
https://bugs.python.org/issue44338 closed by Mark.Shannon

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522 closed by lukasz.langa

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605 closed by rhettinger

#44772: Regression in memory use of instances due to dictionary orderi
https://bugs.python.org/issue44772 closed by Mark.Shannon

#44819: assertSequenceEqual does not use _getAssertEqualityFunc
https://bugs.python.org/issue44819 closed by iritkatriel

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821 closed by Mark.Shannon

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822 closed by erlendaasland

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839 closed by serhiy.storchaka

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840 closed by pablogsal

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845 closed by rhettinger

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851 closed by lukasz.langa

#44854: Add .editorconfig to the root directory
https://bugs.python.org/issue44854 closed by lukasz.langa

#44856: Possible reference leak in error paths of update_bases() and _
https://bugs.python.org/issue44856 closed by lukasz.langa

#44857: class member varibles assigned member functions create a circu
https://bugs.python.org/issue44857 closed by cliff.cordeiro

#44858: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44858 closed by uranusjr

#44866: Inconsistent Behavior of int()
https://bugs.python.org/issue44866 closed by steven.daprano

#44867: types.MappingProxyType and collections.defaultdict
https://bugs.python.org/issue44867 closed by rhettinger

#44870: email.message_from_bytes not working on BytesIO() object
https://bugs.python.org/issue44870 closed by eric.smith

#44871: Threading memory leak
https://bugs.python.org/issue44871 closed by benjamin.peterson

#44872: FrameObject uses the old trashcan macros
https://bugs.python.org/issue44872 closed by lukasz.langa

#44873: base64 RFC4648 test cases
https://bugs.python.org/issue44873 closed by lukasz.langa

#44878: Clumsy dispatching on interpreter entry.
https://bugs.python.org/issue44878 closed by Mark.Shannon

#44879: How to insert newline characters as normal characters while in
https://bugs.python.org/issue44879 closed by larry

#44880: Document code.replace()
https://bugs.python.org/issue44880 closed by iritkatriel

#44885: Incorrect exception highlighting for fstring format
https://bugs.python.org/issue44885 closed by pablogsal

#44890: Enable specialization stats collection when in Py_DEBUG
https://bugs.python.org/issue44890 closed by iritkatriel

#44891: Tests for `id(a) == id(a * 1)` for `bytes` and `str`
https://bugs.python.org/issue44891 closed by lukasz.langa

#44902: [Doc] Changing 'Mac OS X'/'OS X' to 'macOS'
https://bugs.python.org/issue44902 closed by meowmeowmeowcat
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/MINXECGVVX3IKD7P64FNWSIC76PMHBBB/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-13 - 2021-08-20)
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 7398 ( +5)
closed 49298 (+49)
total 56696 (+54)

Open issues with patches: 2928


Issues opened (35)
==================

#41322: unittest: deprecate test methods returning non-None values
https://bugs.python.org/issue41322 reopened by serhiy.storchaka

#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913 opened by enometh

#44915: Python keywords as string keys in TypedDict
https://bugs.python.org/issue44915 opened by Doug Hoskisson

#44918: Unhandled Exception (Not Implemented) in HTMLParser().feed
https://bugs.python.org/issue44918 opened by md103

#44919: TypedDict subtypes ignore any other metaclasses in 3.9+
https://bugs.python.org/issue44919 opened by sobolevn

#44920: Support UUIDv6, UUIDv7, and UUIDv8 from the new version of RFC
https://bugs.python.org/issue44920 opened by stevesimmons

#44921: dict subclassing is slow
https://bugs.python.org/issue44921 opened by Marco Sulla

#44924: logging.handlers.QueueHandler does not maintain the exc_text
https://bugs.python.org/issue44924 opened by Miksus

#44925: [docs] Confusing deprecation notice for typing.IO
https://bugs.python.org/issue44925 opened by rittneje

#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926 opened by mhils

#44927: [sqlite3] proposal: add sqlite3.Cursor.insert() method
https://bugs.python.org/issue44927 opened by AR

#44928: async generator missing unawaited coroutine warning
https://bugs.python.org/issue44928 opened by graingert

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 opened by pablogsal

#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 opened by bn_append

#44936: test_concurrent_futures: test_cancel_futures_wait_false() and
https://bugs.python.org/issue44936 opened by vstinner

#44937: test_regrest: test_tools_script_run_tests() failed on GHA Wind
https://bugs.python.org/issue44937 opened by vstinner

#44938: Expose PyErr_ChainExceptions in the stable API
https://bugs.python.org/issue44938 opened by pablogsal

#44939: proposal: add support for regex in Literal type hint
https://bugs.python.org/issue44939 opened by leon.mintz

#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940 opened by rondevous

#44941: Add check_methods function to standard library
https://bugs.python.org/issue44941 opened by finnjavier08

#44943: Integrate PyHyphen into the textwrap module?
https://bugs.python.org/issue44943 opened by elsiehupp

#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945 opened by Mark.Shannon

#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946 opened by Mark.Shannon

#44948: DeprecationWarning: Using ioctl() method
https://bugs.python.org/issue44948 opened by Thomas Trummer

#44951: selector.EpollSelector: EPOLLEXCLUSIVE, round 2
https://bugs.python.org/issue44951 opened by David.Gilman

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953 opened by Dennis Sweeney

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 opened by pgimeno

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955 opened by serhiy.storchaka

#44956: curses getch returns wrong value
https://bugs.python.org/issue44956 opened by arbor

#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957 opened by srittau

#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958 opened by erlendaasland

#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959 opened by florinspatar

#44961: @classmethod doesn't set __wrapped__ the same way as functool'
https://bugs.python.org/issue44961 opened by Thomas701

#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962 opened by graingert

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963 opened by lordmauve



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

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963

#44961: @classmethod doesn't set __wrapped__ the same way as functool'
https://bugs.python.org/issue44961

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953

#44948: DeprecationWarning: Using ioctl() method
https://bugs.python.org/issue44948

#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945

#44939: proposal: add support for regex in Literal type hint
https://bugs.python.org/issue44939

#44928: async generator missing unawaited coroutine warning
https://bugs.python.org/issue44928

#44919: TypedDict subtypes ignore any other metaclasses in 3.9+
https://bugs.python.org/issue44919

#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913

#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909

#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899

#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886

#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884



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

#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959

#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958

#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953

#44951: selector.EpollSelector: EPOLLEXCLUSIVE, round 2
https://bugs.python.org/issue44951

#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946

#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940

#44938: Expose PyErr_ChainExceptions in the stable API
https://bugs.python.org/issue44938

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929

#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897

#44896: AttributeError in ast.unparse
https://bugs.python.org/issue44896

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895



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

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 35 msgs

#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926 11 msgs

#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560 8 msgs

#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940 8 msgs

#41322: unittest: deprecate test methods returning non-None values
https://bugs.python.org/issue41322 6 msgs

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 6 msgs

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 5 msgs

#44921: dict subclassing is slow
https://bugs.python.org/issue44921 5 msgs

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 5 msgs

#44924: logging.handlers.QueueHandler does not maintain the exc_text
https://bugs.python.org/issue44924 4 msgs



Issues closed (45)
==================

#16580: [doc] Add examples to int.to_bytes and int.from_bytes
https://bugs.python.org/issue16580 closed by mark.dickinson

#21111: Add a new PyLong_AsUnsignedLongAndOverflow function
https://bugs.python.org/issue21111 closed by mark.dickinson

#26871: Change weird behavior of PyModule_AddObject()
https://bugs.python.org/issue26871 closed by petr.viktorin

#27353: Add nroot function to math
https://bugs.python.org/issue27353 closed by mark.dickinson

#28111: geometric_mean can raise OverflowError for large input length
https://bugs.python.org/issue28111 closed by mark.dickinson

#28327: statistics.geometric_mean gives incorrect results for mixed in
https://bugs.python.org/issue28327 closed by mark.dickinson

#33479: Document tkinter and threads
https://bugs.python.org/issue33479 closed by lukasz.langa

#34882: f(a=1, *args) should be a SyntaxError
https://bugs.python.org/issue34882 closed by pablogsal

#36099: Clarify the difference between mu and xbar in the statistics d
https://bugs.python.org/issue36099 closed by iritkatriel

#38956: argparse.BooleanOptionalAction should not add the default valu
https://bugs.python.org/issue38956 closed by lukasz.langa

#42035: [C API] PyType_GetSlot cannot get tp_name
https://bugs.python.org/issue42035 closed by petr.viktorin

#43350: [sqlite3] Active statements are reset twice in _pysqlite_query
https://bugs.python.org/issue43350 closed by erlendaasland

#44079: [sqlite3] remove superfluous statement weak ref list from conn
https://bugs.python.org/issue44079 closed by pablogsal

#44240: Incorrect behavior of LOAD_ATTR due to overflow in tp_version
https://bugs.python.org/issue44240 closed by Mark.Shannon

#44508: asyncio: document failure mode for loop.call_soon_threadsafe
https://bugs.python.org/issue44508 closed by lukasz.langa

#44625: Python C API version of `fractions` module
https://bugs.python.org/issue44625 closed by mark.dickinson

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815 closed by lukasz.langa

#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 closed by lukasz.langa

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852 closed by lukasz.langa

#44862: [docs] make "Deprecated since version {deprecated}, will be re
https://bugs.python.org/issue44862 closed by terry.reedy

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889 closed by kj

#44898: Path.read_bytes() failed when path contains chinese character
https://bugs.python.org/issue44898 closed by terry.reedy

#44900: Implement superinstructions
https://bugs.python.org/issue44900 closed by Mark.Shannon

#44903: [Doc] How does one to about getting onto the "Other Graphical
https://bugs.python.org/issue44903 closed by lukasz.langa

#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907 closed by terry.reedy

#44910: Floating point issue
https://bugs.python.org/issue44910 closed by eric.smith

#44911: Leaked tasks cause IsolatedAsyncioTestCase to throw an excepti
https://bugs.python.org/issue44911 closed by lukasz.langa

#44912: doc: macOS supports os.fsync(fd)
https://bugs.python.org/issue44912 closed by malin

#44914: tp_version_tag is not unique when test runs with -R :
https://bugs.python.org/issue44914 closed by kj

#44916: Random behaviour when importing two modules with the same name
https://bugs.python.org/issue44916 closed by brett.cannon

#44917: interpreter hangs on recursion in both body and handler of a t
https://bugs.python.org/issue44917 closed by iritkatriel

#44922: isinstance breaks on imported dataclasses
https://bugs.python.org/issue44922 closed by eric.smith

#44923: Unittest incorrect result with argparse.ArgumentError in self
https://bugs.python.org/issue44923 closed by serhiy.storchaka

#44930: super-Matlab-style ranged list literal initialization
https://bugs.python.org/issue44930 closed by serhiy.storchaka

#44931: Add "bidimap" to collections library: a simple bidirectional m
https://bugs.python.org/issue44931 closed by rhettinger

#44932: `issubclass` and `isinstance` doesn't check for all 2nd argume
https://bugs.python.org/issue44932 closed by kj

#44933: python3.9-intel64 hardened runtime not enabled
https://bugs.python.org/issue44933 closed by ned.deily

#44935: Solaris: enable posix_spawn in subprocess
https://bugs.python.org/issue44935 closed by gregory.p.smith

#44942: Add number pad enter bind to TK's simpleDialog
https://bugs.python.org/issue44942 closed by terry.reedy

#44944: Addition of _heappush_max method to complete the max heap impl
https://bugs.python.org/issue44944 closed by rhettinger

#44947: SyntaxError: trailing comma not allowed ... misleading
https://bugs.python.org/issue44947 closed by lukasz.langa

#44949: test_readline: test_auto_history_disabled() fails randomly on
https://bugs.python.org/issue44949 closed by vstinner

#44950: Math
https://bugs.python.org/issue44950 closed by Dennis Sweeney

#44952: list need to filter again because the continue empty str value
https://bugs.python.org/issue44952 closed by py_ok

#44960: Add regression test for geometric_mean
https://bugs.python.org/issue44960 closed by iritkatriel
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/NO7V6A3ZTM3RCKEG3HJ5FZHDDA3HIGWH/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-20 - 2021-08-27)
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 7413 (+15)
closed 49352 (+54)
total 56765 (+69)

Open issues with patches: 2935


Issues opened (49)
==================

#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085 reopened by pablogsal

#44964: Semantics of PyCode_Addr2Line() changed
https://bugs.python.org/issue44964 opened by pablogsal

#44969: Subclassing of annotated types does not always work
https://bugs.python.org/issue44969 opened by serhiy.storchaka

#44970: Re-examine complex pow special case handling
https://bugs.python.org/issue44970 opened by mark.dickinson

#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972 opened by rmast

#44974: Warning about "Unknown child process pid" in test_asyncio
https://bugs.python.org/issue44974 opened by serhiy.storchaka

#44975: [typing] Runtime protocols with ClassVar data members should s
https://bugs.python.org/issue44975 opened by kj

#44977: Deprecate delegation of int to __trunc__?
https://bugs.python.org/issue44977 opened by mark.dickinson

#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980 opened by andrei.avk

#44981: wildcard imports should normalise names in `__all__`
https://bugs.python.org/issue44981 opened by christian.kolen

#44982: Add vendor information
https://bugs.python.org/issue44982 opened by FFY00

#44983: Wrong definition of a starred expression in the Language Refer
https://bugs.python.org/issue44983 opened by Takuo Matsuoka

#44985: Inconsistent returned value of inspect.getfullargspec(object._
https://bugs.python.org/issue44985 opened by Mehrzad

#44986: Date formats in help messages of argparse
https://bugs.python.org/issue44986 opened by mail.de.senger

#44987: Speed up unicode normalization of ASCII strings
https://bugs.python.org/issue44987 opened by steven.daprano

#44989: Fix documentation for truth testing
https://bugs.python.org/issue44989 opened by steven.daprano

#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991 opened by erlendaasland

#44994: datetime's C implementation verifies fromisoformat is ASCII, b
https://bugs.python.org/issue44994 opened by Julian

#44995: "Hide the prompts and output" works abnormal
https://bugs.python.org/issue44995 opened by yangqing

#44996: tarfile missing TarInfo.offset_data member in documentation
https://bugs.python.org/issue44996 opened by nilsnolde

#44998: tests failed
https://bugs.python.org/issue44998 opened by jett8998

#44999: Argparse missing translates
https://bugs.python.org/issue44999 opened by santhu_reddy12

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 opened by wbolster

#45002: won't match correct version of tcl/tk
https://bugs.python.org/issue45002 opened by jett8998

#45004: add Enum to ctypes
https://bugs.python.org/issue45004 opened by ethan.furman

#45005: Two Layers of SSL/TLS
https://bugs.python.org/issue45005 opened by mjbmr

#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006 opened by zhangxp1998

#45007: OpenSSL 1.1.1l is released
https://bugs.python.org/issue45007 opened by ned.deily

#45008: asyncio.gather should not "dedup" awaitables
https://bugs.python.org/issue45008 opened by byllyfish

#45009: Get last modified date of Folders and Files using os.path modu
https://bugs.python.org/issue45009 opened by gopeshsingh

#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012 opened by uosiu

#45013: os.path.isfile fails on path exactly 260 Chars long in Windows
https://bugs.python.org/issue45013 opened by ubermidget2

#45015: Language Reference failing to describe the treatment of starre
https://bugs.python.org/issue45015 opened by Takuo Matsuoka

#45016: Multiprocessing freeze support unclear
https://bugs.python.org/issue45016 opened by ronaldoussoren

#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017 opened by iritkatriel

#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018 opened by lukasz.langa

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019 opened by eric.snow

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 opened by eric.snow

#45021: Race condition in thread.py
https://bugs.python.org/issue45021 opened by nullptr

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 opened by steve.dower

#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023 opened by ambwrig

#45024: Cannot extend collections ABCs with protocol
https://bugs.python.org/issue45024 opened by anuppari

#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025 opened by indygreg

#45026: More compact range iterator
https://bugs.python.org/issue45026 opened by serhiy.storchaka

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027 opened by gwerbin

#45029: tkinter doc, hello world example - quit button clobbers method
https://bugs.python.org/issue45029 opened by lyndon.darcy

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030 opened by serhiy.storchaka

#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031 opened by janripke

#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032 opened by jrojas



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

#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032

#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027

#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025

#45024: Cannot extend collections ABCs with protocol
https://bugs.python.org/issue45024

#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019

#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017

#45016: Multiprocessing freeze support unclear
https://bugs.python.org/issue45016

#45015: Language Reference failing to describe the treatment of starre
https://bugs.python.org/issue45015

#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012

#45008: asyncio.gather should not "dedup" awaitables
https://bugs.python.org/issue45008

#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006

#45004: add Enum to ctypes
https://bugs.python.org/issue45004



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

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45026: More compact range iterator
https://bugs.python.org/issue45026

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019

#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018

#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001

#44995: "Hide the prompts and output" works abnormal
https://bugs.python.org/issue44995

#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991

#44986: Date formats in help messages of argparse
https://bugs.python.org/issue44986

#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980

#44975: [typing] Runtime protocols with ClassVar data members should s
https://bugs.python.org/issue44975

#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963

#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962



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

#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560 15 msgs

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

#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 13 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 10 msgs

#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972 9 msgs

#44977: Deprecate delegation of int to __trunc__?
https://bugs.python.org/issue44977 8 msgs

#44981: wildcard imports should normalise names in `__all__`
https://bugs.python.org/issue44981 7 msgs

#39218: Assertion failure when calling statistics.variance() on a floa
https://bugs.python.org/issue39218 5 msgs

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 5 msgs

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 5 msgs



Issues closed (54)
==================

#4442: document immutable type subclassing via __new__
https://bugs.python.org/issue4442 closed by lukasz.langa

#14613: time.time can return NaN
https://bugs.python.org/issue14613 closed by iritkatriel

#17359: Mention "__main__.py" explicitly in command line docs
https://bugs.python.org/issue17359 closed by lukasz.langa

#21184: statistics.pvariance with known mean does not work as expected
https://bugs.python.org/issue21184 closed by rhettinger

#24234: Should we define complex.__complex__ and bytes.__bytes__?
https://bugs.python.org/issue24234 closed by mark.dickinson

#24632: Improve documentation about __main__.py
https://bugs.python.org/issue24632 closed by lukasz.langa

#25867: os.stat raises exception when using unicode and no locale is s
https://bugs.python.org/issue25867 closed by eryksun

#30924: RPM build doc_files needs files separated into separate lines
https://bugs.python.org/issue30924 closed by shihai1991

#30999: statistics module: add a general selection function
https://bugs.python.org/issue30999 closed by rhettinger

#34990: year 2038 problem in compileall.py
https://bugs.python.org/issue34990 closed by ammar2

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596 closed by lukasz.langa

#39301: Specification of bitshift on integers should clearly state flo
https://bugs.python.org/issue39301 closed by mark.dickinson

#39452: Improve the __main__ module documentation
https://bugs.python.org/issue39452 closed by lukasz.langa

#40608: PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608 closed by iritkatriel

#40635: Documentation for socket.getfqdn incorrect?
https://bugs.python.org/issue40635 closed by lukasz.langa

#40772: module 'resource' has no attribute 'RLIMIT_VMEM'
https://bugs.python.org/issue40772 closed by ronaldoussoren

#42538: AsyncIO strange behaviour
https://bugs.python.org/issue42538 closed by ncoghlan

#43598: test_subprocess logs multiple ResourceWarning warnings
https://bugs.python.org/issue43598 closed by serhiy.storchaka

#43826: Resource warnings in test_subprocess
https://bugs.python.org/issue43826 closed by xtreak

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690 closed by gregory.p.smith

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826 closed by Mark.Shannon

#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874 closed by lukasz.langa

#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913 closed by shihai1991

#44915: Python keywords as string keys in TypedDict
https://bugs.python.org/issue44915 closed by gvanrossum

#44918: Unhandled Exception (Not Implemented) in HTMLParser().feed
https://bugs.python.org/issue44918 closed by terry.reedy

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 closed by lukasz.langa

#44940: Clarify the documentation of re.findall()
https://bugs.python.org/issue44940 closed by serhiy.storchaka

#44943: Integrate PyHyphen into the textwrap module?
https://bugs.python.org/issue44943 closed by rhettinger

#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945 closed by Mark.Shannon

#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946 closed by Mark.Shannon

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 closed by mark.dickinson

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955 closed by serhiy.storchaka

#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957 closed by lukasz.langa

#44965: [sqlite3] early exit for non-DML statements in executemany()
https://bugs.python.org/issue44965 closed by pablogsal

#44966: example code does not macth the very version(3.9)
https://bugs.python.org/issue44966 closed by rhettinger

#44967: pydoc should return non-zero exit code when a query is not fou
https://bugs.python.org/issue44967 closed by lukasz.langa

#44968: Fix/remove test_subprocess_wait_no_same_group from test_asynci
https://bugs.python.org/issue44968 closed by serhiy.storchaka

#44971: Named widget has NoneType after single line creation
https://bugs.python.org/issue44971 closed by steven.daprano

#44973: @classmethod can be stacked on @property, but @staticmethod ca
https://bugs.python.org/issue44973 closed by rhettinger

#44976: [sqlite3] lazy creation of result rows
https://bugs.python.org/issue44976 closed by pablogsal

#44978: Argument Clinic should not exclude __complex__ methods
https://bugs.python.org/issue44978 closed by mark.dickinson

#44979: pathlib: support relative path construction
https://bugs.python.org/issue44979 closed by pitrou

#44984: Rewrite test_null_strings in _testcapi
https://bugs.python.org/issue44984 closed by lukasz.langa

#44988: Use the newest tcl/tk support
https://bugs.python.org/issue44988 closed by ned.deily

#44990: Change layout of frames back to specials-locals-stack (from lo
https://bugs.python.org/issue44990 closed by Mark.Shannon

#44992: functools.lru_cache does not guarantee cache hits for equal va
https://bugs.python.org/issue44992 closed by rhettinger

#44993: enum.auto() starts with one instead of zero
https://bugs.python.org/issue44993 closed by eric.smith

#44997: [sqlite3] build fails on macOS 11.5.1
https://bugs.python.org/issue44997 closed by jett8998

#45000: del __debug__ should be a SyntaxError
https://bugs.python.org/issue45000 closed by pablogsal

#45003: Documentation wrote __div__ instead of __truediv__
https://bugs.python.org/issue45003 closed by serhiy.storchaka

#45010: Remove support of special method __div__ in unittest.mock
https://bugs.python.org/issue45010 closed by lukasz.langa

#45011: tests fail when using pure-python instead of _asyncio
https://bugs.python.org/issue45011 closed by lukasz.langa

#45014: SyntaxError describing the error using a wrong term
https://bugs.python.org/issue45014 closed by pablogsal

#45028: module 'unittest.mock' has no attribute 'AsyncMock'
https://bugs.python.org/issue45028 closed by xtreak
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/ODWABM2X44ZSIRCTZLPPNSZ5LIVY4ETT/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-27 - 2021-09-03)
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 7409 ( -4)
closed 49419 (+67)
total 56828 (+63)

Open issues with patches: 2945


Issues opened (38)
==================

#20658: os.environ.clear() fails with empty keys (posix.unsetenv)
https://bugs.python.org/issue20658 reopened by iritkatriel

#37330: open(): remove 'U' mode, deprecated since Python 3.3
https://bugs.python.org/issue37330 reopened by vstinner

#45033: Calls to PyErr_PrintEx in destructors cause calling async func
https://bugs.python.org/issue45033 opened by zbentley

#45034: Improve struct.pack out of range error messages
https://bugs.python.org/issue45034 opened by steven.daprano

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035 opened by uranusjr

#45036: turtle.onrelease() event doesn't get triggered sometimes
https://bugs.python.org/issue45036 opened by techn010je11y

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040 opened by erlendaasland

#45041: [sqlite3] simplify executescript()
https://bugs.python.org/issue45041 opened by erlendaasland

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042 opened by serhiy.storchaka

#45046: Add support of context managers in unittest
https://bugs.python.org/issue45046 opened by serhiy.storchaka

#45052: WithProcessesTestSharedMemory.test_shared_memory_basics fails
https://bugs.python.org/issue45052 opened by sobolevn

#45053: MD5SumTests.test_checksum_fodder fails on Windows
https://bugs.python.org/issue45053 opened by sobolevn

#45054: json module should issue warning about duplicate keys
https://bugs.python.org/issue45054 opened by Zeturic

#45055: Fresh build on Windows fails the first time for zlib.c
https://bugs.python.org/issue45055 opened by gvanrossum

#45056: compiler: Unnecessary None in co_consts
https://bugs.python.org/issue45056 opened by methane

#45058: Undefined behavior for syntax "except AError or BError:" accep
https://bugs.python.org/issue45058 opened by kftse20031207

#45060: Do not use the equality operators with None
https://bugs.python.org/issue45060 opened by serhiy.storchaka

#45062: test_asyncio: test_huge_content_recvinto() failed on PPC64LE R
https://bugs.python.org/issue45062 opened by vstinner

#45063: PEP 657 Fine Grained Error Locations: omit indicators if they
https://bugs.python.org/issue45063 opened by vstinner

#45065: test_asyncio failed (env changed) on s390x RHEL8 Refleaks 3.10
https://bugs.python.org/issue45065 opened by vstinner

#45066: email parser fails to decode quoted-printable rfc822 message a
https://bugs.python.org/issue45066 opened by anarcat

#45067: Failed to build _curses on CentOS 7
https://bugs.python.org/issue45067 opened by orsenthil

#45069: python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll ass
https://bugs.python.org/issue45069 opened by xcl123

#45073: windows installer quiet installation targetdir escapes "quote"
https://bugs.python.org/issue45073 opened by DMI-1407

#45074: asyncio hang in subprocess wait_closed() on Windows, BrokenPip
https://bugs.python.org/issue45074 opened by byllyfish

#45075: confusion between frame and frame_summary in traceback module
https://bugs.python.org/issue45075 opened by iritkatriel

#45077: multiprocessing.Pool(64) crashes on Windows
https://bugs.python.org/issue45077 opened by saschanaz

#45078: test_importlib: test_read_bytes() fails on AMD64 Windows8.1 No
https://bugs.python.org/issue45078 opened by vstinner

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 opened by iritkatriel

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084 opened by vstinner

#45086: f-string unmatched ']'
https://bugs.python.org/issue45086 opened by Greg Kuhn

#45088: Coroutines & async generators disagree on the iteration protoc
https://bugs.python.org/issue45088 opened by yselivanov

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089 opened by erlendaasland

#45090: Add pairwise to What's New in Python 3.10; mark it as new in i
https://bugs.python.org/issue45090 opened by ramalho

#45091: inspect.Parameter.__str__ does not include subscripted types i
https://bugs.python.org/issue45091 opened by antonio-caceres

#45093: Add method to compare dicts accounting for order
https://bugs.python.org/issue45093 opened by mcarans

#45094: Consider using __forceinline and __attribute__((always_inline)
https://bugs.python.org/issue45094 opened by vstinner

#45095: Easier loggers traversal tree with a logger.getChildren method
https://bugs.python.org/issue45095 opened by sblondon



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

#45095: Easier loggers traversal tree with a logger.getChildren method
https://bugs.python.org/issue45095

#45091: inspect.Parameter.__str__ does not include subscripted types i
https://bugs.python.org/issue45091

#45090: Add pairwise to What's New in Python 3.10; mark it as new in i
https://bugs.python.org/issue45090

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089

#45088: Coroutines & async generators disagree on the iteration protoc
https://bugs.python.org/issue45088

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084

#45074: asyncio hang in subprocess wait_closed() on Windows, BrokenPip
https://bugs.python.org/issue45074

#45062: test_asyncio: test_huge_content_recvinto() failed on PPC64LE R
https://bugs.python.org/issue45062

#45046: Add support of context managers in unittest
https://bugs.python.org/issue45046

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035

#45034: Improve struct.pack out of range error messages
https://bugs.python.org/issue45034

#45033: Calls to PyErr_PrintEx in destructors cause calling async func
https://bugs.python.org/issue45033

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023



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

#45094: Consider using __forceinline and __attribute__((always_inline)
https://bugs.python.org/issue45094

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083

#45078: test_importlib: test_read_bytes() fails on AMD64 Windows8.1 No
https://bugs.python.org/issue45078

#45075: confusion between frame and frame_summary in traceback module
https://bugs.python.org/issue45075

#45060: Do not use the equality operators with None
https://bugs.python.org/issue45060

#45056: compiler: Unnecessary None in co_consts
https://bugs.python.org/issue45056

#45046: Add support of context managers in unittest
https://bugs.python.org/issue45046

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042

#45041: [sqlite3] simplify executescript()
https://bugs.python.org/issue45041

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027



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

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 27 msgs

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 15 msgs

#44689: ctypes.util.find_library() does not find macOS 11+ system libr
https://bugs.python.org/issue44689 13 msgs

#27175: Unpickling Path objects
https://bugs.python.org/issue27175 11 msgs

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 10 msgs

#25130: Make tests more PyPy compatible
https://bugs.python.org/issue25130 9 msgs

#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025 8 msgs

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042 8 msgs

#34561: Replace list sorting merge_collapse()?
https://bugs.python.org/issue34561 7 msgs

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596 7 msgs



Issues closed (62)
==================

#16379: SQLite error code not exposed to python
https://bugs.python.org/issue16379 closed by erlendaasland

#19027: undefined symbol: _PyParser_Grammar
https://bugs.python.org/issue19027 closed by iritkatriel

#27334: [sqlite3] context manager leaves db locked if commit fails in
https://bugs.python.org/issue27334 closed by erlendaasland

#31962: test_importlib double free or corruption
https://bugs.python.org/issue31962 closed by vstinner

#32766: 4.7.7. Function Annotations
https://bugs.python.org/issue32766 closed by iritkatriel

#33511: Update config.sub
https://bugs.python.org/issue33511 closed by iritkatriel

#35391: threading.RLock exception handling while waiting
https://bugs.python.org/issue35391 closed by pitrou

#37694: Crash when calling zipimport.zipimporter.__new__().<method>()
https://bugs.python.org/issue37694 closed by iritkatriel

#37719: addSubtest not calling addFailure and addError
https://bugs.python.org/issue37719 closed by serhiy.storchaka

#39218: Assertion failure when calling statistics.variance() on a floa
https://bugs.python.org/issue39218 closed by rhettinger

#39241: Popen of python3.6 hangs on os.read(errpipe_read, 50000)
https://bugs.python.org/issue39241 closed by iritkatriel

#39320: Handle unpacking of */** arguments and rvalues in the compiler
https://bugs.python.org/issue39320 closed by Mark.Shannon

#39817: CRITICAL: TypeError: cannot pickle 'generator'
https://bugs.python.org/issue39817 closed by iritkatriel

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 closed by vstinner

#40935: Links to Python3 docs for some libs return 404
https://bugs.python.org/issue40935 closed by ned.deily

#41620: Python Unittest does not return results object when the test i
https://bugs.python.org/issue41620 closed by lukasz.langa

#42255: webbrowser.MacOSX is unused, untested and undocumented
https://bugs.python.org/issue42255 closed by lukasz.langa

#43124: [security] smtplib multiple CRLF injection
https://bugs.python.org/issue43124 closed by lukasz.langa

#43612: zlib.compress should have a wbits argument
https://bugs.python.org/issue43612 closed by lukasz.langa

#43613: gzip.compress and gzip.decompress are sub-optimally implemente
https://bugs.python.org/issue43613 closed by rhpvorderman

#43913: unittest module cleanup functions not run unless tearDownModul
https://bugs.python.org/issue43913 closed by lukasz.langa

#44135: issubclass documentation doesn't explain tuple semantic
https://bugs.python.org/issue44135 closed by lukasz.langa

#44394: [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4
https://bugs.python.org/issue44394 closed by ned.deily

#44449: Segfault in _PyTrash_begin when faulthandler tries to dump thr
https://bugs.python.org/issue44449 closed by vstinner

#44489: _handle_existing_loggers should respect loggers that were manu
https://bugs.python.org/issue44489 closed by vinay.sajip

#44925: [docs] Confusing deprecation notice for typing.IO
https://bugs.python.org/issue44925 closed by lukasz.langa

#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962 closed by lukasz.langa

#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980 closed by andrei.avk

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 closed by ned.deily

#45007: OpenSSL 1.1.1l is released
https://bugs.python.org/issue45007 closed by lukasz.langa

#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018 closed by lukasz.langa

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019 closed by eric.snow

#45029: tkinter doc, hello world example - quit button clobbers method
https://bugs.python.org/issue45029 closed by terry.reedy

#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031 closed by eryksun

#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032 closed by steven.daprano

#45037: theme-change.py for tkinter lib
https://bugs.python.org/issue45037 closed by zach.ware

#45038: Bugs
https://bugs.python.org/issue45038 closed by zach.ware

#45039: use ADDOP_LOAD_CONST consistently
https://bugs.python.org/issue45039 closed by iritkatriel

#45043: Typo (change 'two' to 'three')
https://bugs.python.org/issue45043 closed by nofliesonyou

#45044: Agreeing on error raised by large repeat value for sequences
https://bugs.python.org/issue45044 closed by rhettinger

#45045: Optimize mapping patterns of structural pattern matching
https://bugs.python.org/issue45045 closed by corona10

#45047: Update demo files
https://bugs.python.org/issue45047 closed by serhiy.storchaka

#45048: subprocess.run(capture_output=Bool) does the opposite of expec
https://bugs.python.org/issue45048 closed by DragonEggBedrockBreaking

#45049: added cbrt() in MATH_RADIANS_METHODDEF which is missing befor
https://bugs.python.org/issue45049 closed by serhiy.storchaka

#45050: created unittest file analyze_text.py
https://bugs.python.org/issue45050 closed by serhiy.storchaka

#45051: wrote optimised async_test.py for async lib
https://bugs.python.org/issue45051 closed by zach.ware

#45057: Simplify RegressionTestResult
https://bugs.python.org/issue45057 closed by serhiy.storchaka

#45059: Typo: using "==" instead of "="
https://bugs.python.org/issue45059 closed by terry.reedy

#45061: [C API] Detect refcount bugs on True/False in C extensions
https://bugs.python.org/issue45061 closed by vstinner

#45064: Raising AttributeError in descriptor decorator causing searchi
https://bugs.python.org/issue45064 closed by uriyyo

#45068: python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll ass
https://bugs.python.org/issue45068 closed by zach.ware

#45070: python 3.9.2 contains wininst-10.0-amd64.exe. wininst-10.0.exe
https://bugs.python.org/issue45070 closed by zach.ware

#45071: python 3.9.2 contains _bz2.pyd associates CVE-2019-12900 and C
https://bugs.python.org/issue45071 closed by zach.ware

#45072: python 3.9.2 contains ensurepip and pip associates CVE-2021-35
https://bugs.python.org/issue45072 closed by zach.ware

#45076: open "r+" problem
https://bugs.python.org/issue45076 closed by zach.ware

#45079: 3.8.11 and 3.8.12 missing Windows artifacts, only tarballs - b
https://bugs.python.org/issue45079 closed by zach.ware

#45080: functools._HashedSeq implements __hash__ but not __eq__
https://bugs.python.org/issue45080 closed by leopold.talirz

#45081: dataclasses that inherit from Protocol subclasses have wrong _
https://bugs.python.org/issue45081 closed by julianfortune

#45082: ctypes: Deprecate c_buffer() alias to create_string_buffer()
https://bugs.python.org/issue45082 closed by lukasz.langa

#45085: Remove the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue45085 closed by lukasz.langa

#45087: Confusing error message when trying split bytes.
https://bugs.python.org/issue45087 closed by eric.smith

#45092: Make set ordered like dict
https://bugs.python.org/issue45092 closed by serhiy.storchaka
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/OFCEPMGYI2FB3Y3TRU6ZBZ7UKYIBMON2/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-03 - 2021-09-10)
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 7376 (-33)
closed 49524 (+105)
total 56900 (+72)

Open issues with patches: 2929


Issues opened (53)
==================

#36550: Avoid creating AttributeError exceptions in the debugger
https://bugs.python.org/issue36550 reopened by iritkatriel

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 reopened by vstinner

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089 reopened by petr.viktorin

#45096: Update Tools/freeze to make use of Tools/scripts/freeze_module
https://bugs.python.org/issue45096 opened by eric.snow

#45098: asyncio.CancelledError should contain more information on canc
https://bugs.python.org/issue45098 opened by dreamsorcerer

#45099: asyncio.Task's documentation says that loop arg is removed whe
https://bugs.python.org/issue45099 opened by jack1142

#45100: Improve help() by making typing.overload() information accessi
https://bugs.python.org/issue45100 opened by rhettinger

#45101: Small inconsistency in usage message between the python and sh
https://bugs.python.org/issue45101 opened by kiendang

#45103: IDLE: make configdialog font page survive font failures
https://bugs.python.org/issue45103 opened by terry.reedy

#45105: Incorrect handling of unicode character \U00010900
https://bugs.python.org/issue45105 opened by maxbachmann

#45107: Improve LOAD_METHOD specialization
https://bugs.python.org/issue45107 opened by kj

#45108: frame.f_lasti points at DICT_MERGE instead of CALL_FUNCTION_EX
https://bugs.python.org/issue45108 opened by alexmojaki

#45109: pipes seems designed for bytes but is str-only
https://bugs.python.org/issue45109 opened by rtollert

#45110: argparse repeats itself when formatting help metavars
https://bugs.python.org/issue45110 opened by forest

#45112: Python exception object is different after pickle.dumps and pi
https://bugs.python.org/issue45112 opened by yonghengzero

#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 opened by shihai1991

#45114: bad example for os.stat
https://bugs.python.org/issue45114 opened by harridu

#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116 opened by neonene

#45119: test_signal.test_itimer_virtual() failed on AMD64 Fedora Rawhi
https://bugs.python.org/issue45119 opened by vstinner

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120 opened by rafaelblsilva

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 opened by hauntsaninja

#45122: Remove PyCode_New and PyCode_NewWithPosOnlyArgs
https://bugs.python.org/issue45122 opened by gvanrossum

#45125: Improve tests and docs of how `pickle` works with `SharedMemor
https://bugs.python.org/issue45125 opened by sobolevn

#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126 opened by erlendaasland

#45127: Code objects can contain unmarshallable objects
https://bugs.python.org/issue45127 opened by petr.viktorin

#45128: test_multiprocessing fails sporadically on the release artifac
https://bugs.python.org/issue45128 opened by pablogsal

#45130: shlex.join() does not accept pathlib.Path objects
https://bugs.python.org/issue45130 opened by nyuszika7h

#45131: `venv` ??? `ensurepip` may read local `setup.cfg` and fail mys
https://bugs.python.org/issue45131 opened by nutjob4life

#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134 opened by MarkReedZ

#45135: dataclasses.asdict() incorrectly calls __deepcopy__() on value
https://bugs.python.org/issue45135 opened by tfish2

#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138 opened by erlendaasland

#45139: Docs: add source directive for minor translation simplificatio
https://bugs.python.org/issue45139 opened by Jean_Abou_Samra

#45140: strict_timestamps for PyZipFile
https://bugs.python.org/issue45140 opened by sakcheen

#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141 opened by pacien

#45143: ipaddress multicast v6 RFC documentation correction
https://bugs.python.org/issue45143 opened by hanugit

#45145: Case of headers in urllib.request.Request
https://bugs.python.org/issue45145 opened by emphoeller

#45146: Add a possibility for asyncio.Condition to determine the count
https://bugs.python.org/issue45146 opened by mykola-mokhnach

#45149: Cover directory and zipfile execution in __main__ module docs
https://bugs.python.org/issue45149 opened by ncoghlan

#45150: Add a file_digest() function in hashlib
https://bugs.python.org/issue45150 opened by tarek

#45151: Logger library with task scheduler
https://bugs.python.org/issue45151 opened by btjehunt

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 opened by iritkatriel

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 opened by barry

#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156 opened by dseomn

#45157: DTrace on RHEL7, generated Include/pydtrace_probes.h fails to
https://bugs.python.org/issue45157 opened by vstinner

#45158: Refactor traceback.py to make TracebackException more extensib
https://bugs.python.org/issue45158 opened by abrosimov.a.a

#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159 opened by chrisb2

#45160: ttk.OptionMenu radiobuttons change variable value twice
https://bugs.python.org/issue45160 opened by fhdrsdg

#45161: _Py_DecodeUTF8_surrogateescape not exported from 3.10 framewor
https://bugs.python.org/issue45161 opened by ronaldoussoren

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162 opened by serhiy.storchaka

#45163: Haiku build fix
https://bugs.python.org/issue45163 opened by devnexen

#45165: alighment format for nullable values
https://bugs.python.org/issue45165 opened by Anthony Sottile

#45166: get_type_hints + Final + future annotations = TypeError
https://bugs.python.org/issue45166 opened by pawamoy

#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167 opened by JacobHayes



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

#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167

#45163: Haiku build fix
https://bugs.python.org/issue45163

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162

#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159

#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156

#45149: Cover directory and zipfile execution in __main__ module docs
https://bugs.python.org/issue45149

#45145: Case of headers in urllib.request.Request
https://bugs.python.org/issue45145

#45143: ipaddress multicast v6 RFC documentation correction
https://bugs.python.org/issue45143

#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141

#45140: strict_timestamps for PyZipFile
https://bugs.python.org/issue45140

#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138

#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134

#45131: `venv` ??? `ensurepip` may read local `setup.cfg` and fail mys
https://bugs.python.org/issue45131

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120

#45114: bad example for os.stat
https://bugs.python.org/issue45114



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

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152

#45150: Add a file_digest() function in hashlib
https://bugs.python.org/issue45150

#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141

#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138

#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120

#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116

#45107: Improve LOAD_METHOD specialization
https://bugs.python.org/issue45107

#45101: Small inconsistency in usage message between the python and sh
https://bugs.python.org/issue45101

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083



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

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 15 msgs

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035 13 msgs

#45110: argparse repeats itself when formatting help metavars
https://bugs.python.org/issue45110 11 msgs

#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126 11 msgs

#45105: Incorrect handling of unicode character \U00010900
https://bugs.python.org/issue45105 9 msgs

#45122: Remove PyCode_New and PyCode_NewWithPosOnlyArgs
https://bugs.python.org/issue45122 9 msgs

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 8 msgs

#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116 8 msgs

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 8 msgs

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 8 msgs



Issues closed (96)
==================

#11255: 2to3 throws AttributeError during distutils installation with
https://bugs.python.org/issue11255 closed by iritkatriel

#14150: AIX, crash loading shared module into another process than pyt
https://bugs.python.org/issue14150 closed by iritkatriel

#16591: RUNSHARED wrong for OSX no framework
https://bugs.python.org/issue16591 closed by iritkatriel

#18715: Tests fail when run with coverage
https://bugs.python.org/issue18715 closed by iritkatriel

#19113: duplicate test names in Lib/ctypes/test/test_functions.py
https://bugs.python.org/issue19113 closed by lukasz.langa

#19346: Build fails when there are no shared extensions to be built
https://bugs.python.org/issue19346 closed by iritkatriel

#20499: Rounding errors with statistics.variance
https://bugs.python.org/issue20499 closed by rhettinger

#21658: __m128, can't build 3.4.1 with intel 14.0.0
https://bugs.python.org/issue21658 closed by iritkatriel

#21825: Embedding-Python example code from documentation crashes
https://bugs.python.org/issue21825 closed by iritkatriel

#23249: test_win32 fails on aarch64
https://bugs.python.org/issue23249 closed by iritkatriel

#23575: MIPS64 needs ffi's n32.S
https://bugs.python.org/issue23575 closed by iritkatriel

#23864: doc: issubclass without registration only works for "one-trick
https://bugs.python.org/issue23864 closed by rhettinger

#24544: Race condition and crash when embedding multi-thread script
https://bugs.python.org/issue24544 closed by iritkatriel

#24888: FileNotFoundException raised by subprocess.call
https://bugs.python.org/issue24888 closed by lukasz.langa

#25240: Stack overflow in reprlib causes a core dump
https://bugs.python.org/issue25240 closed by iritkatriel

#25769: Crash due to using weakref referent without acquiring a strong
https://bugs.python.org/issue25769 closed by iritkatriel

#25894: unittest subTest failure causes result to be omitted from list
https://bugs.python.org/issue25894 closed by lukasz.langa

#25963: strptime not parsing some timezones
https://bugs.python.org/issue25963 closed by andrei.avk

#27277: Test runner should try to increase stack size if it is too low
https://bugs.python.org/issue27277 closed by vstinner

#27509: Some tests breaks PGO build on Windows
https://bugs.python.org/issue27509 closed by iritkatriel

#27658: python 3.5.2 built from source fails to install completely on
https://bugs.python.org/issue27658 closed by iritkatriel

#28451: pydoc.safeimport() raises ErrorDuringImport() if __builtin__._
https://bugs.python.org/issue28451 closed by iritkatriel

#28978: a redundant right parentheses in the EBNF rules of parameter_
https://bugs.python.org/issue28978 closed by iritkatriel

#29232: Quiet Install
https://bugs.python.org/issue29232 closed by steve.dower

#30089: Automatic Unload of Dynamic Library Cause Segfault
https://bugs.python.org/issue30089 closed by iritkatriel

#30991: test_ctypes ,test_dbm and test_ssl fail on arm64 (aarch64) ar
https://bugs.python.org/issue30991 closed by iritkatriel

#31100: unable to open python on Windows
https://bugs.python.org/issue31100 closed by iritkatriel

#32881: pycapsule:PyObject * is NULL pointer
https://bugs.python.org/issue32881 closed by iritkatriel

#32955: IDLE crashes when trying to save a file
https://bugs.python.org/issue32955 closed by iritkatriel

#33085: *** Error in `python': double free or corruption (out): 0x0000
https://bugs.python.org/issue33085 closed by iritkatriel

#34262: Asyncio test fails under Win 7
https://bugs.python.org/issue34262 closed by iritkatriel

#34561: Replace list sorting merge_collapse()?
https://bugs.python.org/issue34561 closed by tim.peters

#35084: binascii.Error: Incorrect padding
https://bugs.python.org/issue35084 closed by iritkatriel

#35301: python.exe crashes - lzma?
https://bugs.python.org/issue35301 closed by iritkatriel

#35901: json.dumps infinite recurssion
https://bugs.python.org/issue35901 closed by iritkatriel

#37997: Segfault when using pickle with exceptions and dynamic class i
https://bugs.python.org/issue37997 closed by iritkatriel

#38596: simple example give a Linux core dumped with atk-bridge
https://bugs.python.org/issue38596 closed by iritkatriel

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852 closed by iritkatriel

#38936: fatal error during installation 0x80070643 during python insta
https://bugs.python.org/issue38936 closed by iritkatriel

#39447: imaplib documentation claims that commands return a string, bu
https://bugs.python.org/issue39447 closed by andrei.avk

#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570 closed by steve.dower

#39573: [C API] Avoid accessing PyObject and PyVarObject members direc
https://bugs.python.org/issue39573 closed by vstinner

#39955: argparse print_help breaks when help is blank space
https://bugs.python.org/issue39955 closed by iritkatriel

#40563: Support pathlike objects on dbm/shelve
https://bugs.python.org/issue40563 closed by serhiy.storchaka

#41010: email.message.EmailMessage.get_body
https://bugs.python.org/issue41010 closed by andrei.avk

#41031: Inconsistency in C and python traceback printers
https://bugs.python.org/issue41031 closed by iritkatriel

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

#41489: HTMLParser : HTMLParser.error creating multiple errors.
https://bugs.python.org/issue41489 closed by iritkatriel

#41501: 0x80070643, can't install any version
https://bugs.python.org/issue41501 closed by iritkatriel

#42119: Error when debugging logging.FileHandler subclass __init__ met
https://bugs.python.org/issue42119 closed by andrei.avk

#43187: Dict creation in recursive function cause interpreter crashes.
https://bugs.python.org/issue43187 closed by iritkatriel

#44219: Opening a file holds the GIL when it calls "isatty()"
https://bugs.python.org/issue44219 closed by vstinner

#44348: test_exceptions.ExceptionTests.test_recursion_in_except_handle
https://bugs.python.org/issue44348 closed by vstinner

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 closed by rhettinger

#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860 closed by pablogsal

#44869: MacOS Monterrey malloc issue
https://bugs.python.org/issue44869 closed by ned.deily

#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959 closed by vstinner

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963 closed by pablogsal

#44964: Semantics of PyCode_Addr2Line() changed
https://bugs.python.org/issue44964 closed by pablogsal

#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991 closed by petr.viktorin

#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012 closed by lukasz.langa

#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017 closed by iritkatriel

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 closed by steve.dower

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030 closed by serhiy.storchaka

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042 closed by serhiy.storchaka

#45052: WithProcessesTestSharedMemory.test_shared_memory_basics fails
https://bugs.python.org/issue45052 closed by sobolevn

#45056: compiler: Unnecessary None in co_consts
https://bugs.python.org/issue45056 closed by lukasz.langa

#45058: Undefined behavior for syntax "except AError or BError:" accep
https://bugs.python.org/issue45058 closed by terry.reedy

#45060: Do not use the equality operators with None
https://bugs.python.org/issue45060 closed by terry.reedy

#45067: Failed to build _curses on CentOS 7
https://bugs.python.org/issue45067 closed by orsenthil

#45075: confusion between frame and frame_summary in traceback module
https://bugs.python.org/issue45075 closed by iritkatriel

#45086: f-string unmatched ']'
https://bugs.python.org/issue45086 closed by terry.reedy

#45093: Add method to compare dicts accounting for order
https://bugs.python.org/issue45093 closed by terry.reedy

#45094: Consider using __forceinline and __attribute__((always_inline)
https://bugs.python.org/issue45094 closed by vstinner

#45097: "The loop argument is deprecated" reported when user code does
https://bugs.python.org/issue45097 closed by serhiy.storchaka

#45102: unittest: add tests for skipping and errors in cleanup
https://bugs.python.org/issue45102 closed by serhiy.storchaka

#45104: Error in __new__ docs
https://bugs.python.org/issue45104 closed by lukasz.langa

#45106: Issue formating for log on Linux machines
https://bugs.python.org/issue45106 closed by methane

#45111: whole website translation error
https://bugs.python.org/issue45111 closed by eric.smith

#45115: Windows: enable compiler optimizations when building Python in
https://bugs.python.org/issue45115 closed by vstinner

#45117: `dict` not subscriptable despite using `__future__` typing ann
https://bugs.python.org/issue45117 closed by Dennis Sweeney

#45118: regrtest no longer lists "re-run tests" in the second summary
https://bugs.python.org/issue45118 closed by lukasz.langa

#45123: PyAiter_Check & PyObject_GetAiter issues
https://bugs.python.org/issue45123 closed by pablogsal

#45124: Remove deprecated bdist_msi command
https://bugs.python.org/issue45124 closed by vstinner

#45129: Remove deprecated reuse_address parameter from create_datagram
https://bugs.python.org/issue45129 closed by lukasz.langa

#45132: Remove deprecated __getitem__ methods
https://bugs.python.org/issue45132 closed by serhiy.storchaka

#45133: Open functions in dbm submodule should support path-like objec
https://bugs.python.org/issue45133 closed by ethan.furman

#45136: test_sysconfig: test_user_similar() fails if sys.platlibdir is
https://bugs.python.org/issue45136 closed by vstinner

#45137: Fix for bpo-37788 was not backported to Python3.8
https://bugs.python.org/issue45137 closed by victorvorobev

#45142: Import error for Iterable in collections
https://bugs.python.org/issue45142 closed by Joshuah143

#45144: Use subtests in test_peepholer
https://bugs.python.org/issue45144 closed by lukasz.langa

#45147: Typo in "What's New In Python 3.10" documentation
https://bugs.python.org/issue45147 closed by eric.smith

#45148: ensurepip upgrade fails
https://bugs.python.org/issue45148 closed by paul.moore

#45153: Except multiple types of exceptions with OR keyword is not wor
https://bugs.python.org/issue45153 closed by serhiy.storchaka

#45154: Enumerate() function or class?
https://bugs.python.org/issue45154 closed by rhettinger

#45164: int.to_bytes()
https://bugs.python.org/issue45164 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-10 - 2021-09-17)
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 7381 ( +5)
closed 49587 (+63)
total 56968 (+68)

Open issues with patches: 2938


Issues opened (37)
==================

#45170: tarfile missing cross-directory checking
https://bugs.python.org/issue45170 opened by xiongpanju

#45171: stacklevel handling in logging module is inconsistent
https://bugs.python.org/issue45171 opened by joukewitteveen

#45172: netbsd CAN protocol flags addition
https://bugs.python.org/issue45172 opened by devnexen

#45173: Remove configparser deprecations
https://bugs.python.org/issue45173 opened by hugovk

#45174: DragonflyBSD fix nis module build
https://bugs.python.org/issue45174 opened by devnexen

#45176: Many regtest failures on Windows with non-ASCII account name
https://bugs.python.org/issue45176 opened by minghua

#45178: Support for linking unnamed temporary files into filesystem on
https://bugs.python.org/issue45178 opened by WGH

#45183: Unexpected exception with zip importer
https://bugs.python.org/issue45183 opened by ronaldoussoren

#45184: Add `pop` function to remove context manager from (Async)ExitS
https://bugs.python.org/issue45184 opened by andreash

#45189: Drop the "list_frozen" command from _test_embed.
https://bugs.python.org/issue45189 opened by eric.snow

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191 opened by nahco314

#45192: The tempfile._infer_return_type function cannot infer the type
https://bugs.python.org/issue45192 opened by rekyungmin

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193 opened by taleinat

#45197: IDLE should suppress ValueError for list.remove()
https://bugs.python.org/issue45197 opened by rhettinger

#45198: __set_name__ documentation not clear about its usage with non-
https://bugs.python.org/issue45198 opened by xitop

#45199: IDLE: document search (find) and replace better
https://bugs.python.org/issue45199 opened by terry.reedy

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200 opened by terry.reedy

#45201: API function PySignal_SetWakeupFd is not exported and unusable
https://bugs.python.org/issue45201 opened by cy

#45203: Improve specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203 opened by Mark.Shannon

#45206: test_contextlib_async logs "Task was destroyed but it is pendi
https://bugs.python.org/issue45206 opened by vstinner

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209 opened by vstinner

#45210: tp_dealloc docs should mention error indicator may be set
https://bugs.python.org/issue45210 opened by ezyang

#45211: Useful (expensive) information is discarded in getpath.c.
https://bugs.python.org/issue45211 opened by eric.snow

#45213: Frozen modules are looked up using a linear search.
https://bugs.python.org/issue45213 opened by eric.snow

#45214: implement LOAD_NONE opcode
https://bugs.python.org/issue45214 opened by iritkatriel

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215 opened by andrei.avk

#45216: Remove redundand information from difflib docstrings
https://bugs.python.org/issue45216 opened by serhiy.storchaka

#45218: cmath.log has an invalid signature
https://bugs.python.org/issue45218 opened by mark.dickinson

#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221 opened by ux

#45222: test_venv: test_with_pip fails on version 3.8.12 with: pip._ve
https://bugs.python.org/issue45222 opened by sxt1001

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223 opened by Alexander Kanavin

#45226: Misleading error message when pathlib.Path.symlink_to() fails
https://bugs.python.org/issue45226 opened by dfntlymaybe

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229 opened by serhiy.storchaka

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231 opened by vstinner

#45233: Allow split key dictionaries with values owned by other object
https://bugs.python.org/issue45233 opened by Mark.Shannon

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234 opened by Alex Grund

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 opened by ALSchwalm



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

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235

#45226: Misleading error message when pathlib.Path.symlink_to() fails
https://bugs.python.org/issue45226

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221

#45216: Remove redundand information from difflib docstrings
https://bugs.python.org/issue45216

#45214: implement LOAD_NONE opcode
https://bugs.python.org/issue45214

#45206: test_contextlib_async logs "Task was destroyed but it is pendi
https://bugs.python.org/issue45206

#45201: API function PySignal_SetWakeupFd is not exported and unusable
https://bugs.python.org/issue45201

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200

#45199: IDLE: document search (find) and replace better
https://bugs.python.org/issue45199

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191

#45178: Support for linking unnamed temporary files into filesystem on
https://bugs.python.org/issue45178

#45174: DragonflyBSD fix nis module build
https://bugs.python.org/issue45174

#45172: netbsd CAN protocol flags addition
https://bugs.python.org/issue45172

#45171: stacklevel handling in logging module is inconsistent
https://bugs.python.org/issue45171



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

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215

#45214: implement LOAD_NONE opcode
https://bugs.python.org/issue45214

#45210: tp_dealloc docs should mention error indicator may be set
https://bugs.python.org/issue45210

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209

#45203: Improve specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193

#45192: The tempfile._infer_return_type function cannot infer the type
https://bugs.python.org/issue45192

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191

#45173: Remove configparser deprecations
https://bugs.python.org/issue45173



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

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 20 msgs

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 16 msgs

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193 9 msgs

#45128: test_multiprocessing_fork fails if run sequentially after test
https://bugs.python.org/issue45128 7 msgs

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120 5 msgs

#42969: pthread_exit & PyThread_exit_thread from PyEval_RestoreThread
https://bugs.python.org/issue42969 4 msgs

#45218: cmath.log has an invalid signature
https://bugs.python.org/issue45218 4 msgs

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 3 msgs

#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
https://bugs.python.org/issue21302 3 msgs

#40746: test_gdb failing on 32-bit armv7l when built with GCC -Og: <cl
https://bugs.python.org/issue40746 3 msgs



Issues closed (59)
==================

#4492: httplib code thinks it closes connection, but does not
https://bugs.python.org/issue4492 closed by iritkatriel

#5846: Deprecate obsolete functions in unittest
https://bugs.python.org/issue5846 closed by serhiy.storchaka

#9811: strftime strips '%' from unknown format codes on OS X
https://bugs.python.org/issue9811 closed by lukasz.langa

#17913: stat.filemode returns "-" for sockets and unknown types
https://bugs.python.org/issue17913 closed by christian.heimes

#19463: assertGdbRepr depends on hash randomization / endianess
https://bugs.python.org/issue19463 closed by iritkatriel

#22843: doc error: 6.2.4. Match Objects
https://bugs.python.org/issue22843 closed by iritkatriel

#23774: Test failures when unable to write to install location
https://bugs.python.org/issue23774 closed by iritkatriel

#25853: Compile error with pytime.h - struct timespec declared inside
https://bugs.python.org/issue25853 closed by iritkatriel

#29521: Minor warning messages when compiling documentation
https://bugs.python.org/issue29521 closed by iritkatriel

#30212: test_ssl.py is broken in Centos7
https://bugs.python.org/issue30212 closed by iritkatriel

#35474: mimetypes.guess_all_extensions potentially mutates list
https://bugs.python.org/issue35474 closed by lukasz.langa

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942 closed by iritkatriel

#39710: "will be returned as unicode" reminiscent from Python 2
https://bugs.python.org/issue39710 closed by lukasz.langa

#43413: tuple subclasses allow arbitrary kwargs
https://bugs.python.org/issue43413 closed by serhiy.storchaka

#43546: "Impossible" KeyError from importlib._bootstrap acquire line 1
https://bugs.python.org/issue43546 closed by iritkatriel

#43893: typing.get_type_hints does not accept type annotations with le
https://bugs.python.org/issue43893 closed by gvanrossum

#43983: Can't install Python v3.9.4 / 0x80070643 / windows 10 64bit
https://bugs.python.org/issue43983 closed by iritkatriel

#44786: test_check_c_globals "crashed" and then "FutureWarning: Possib
https://bugs.python.org/issue44786 closed by serhiy.storchaka

#44987: Speed up unicode normalization of ASCII strings
https://bugs.python.org/issue44987 closed by serhiy.storchaka

#45013: os.path.isfile fails on path exactly 260 Chars long in Windows
https://bugs.python.org/issue45013 closed by steve.dower

#45063: PEP 657 Fine Grained Error Locations: omit indicators if they
https://bugs.python.org/issue45063 closed by vstinner

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 closed by iritkatriel

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 closed by barry

#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156 closed by vstinner

#45157: DTrace on RHEL7, generated Include/pydtrace_probes.h fails to
https://bugs.python.org/issue45157 closed by vstinner

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162 closed by serhiy.storchaka

#45163: Haiku build fix
https://bugs.python.org/issue45163 closed by serhiy.storchaka

#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167 closed by lukasz.langa

#45168: dis output for LOAD_CONST is confusing
https://bugs.python.org/issue45168 closed by iritkatriel

#45169: Shallow copy occurs when list multiplication is used to create
https://bugs.python.org/issue45169 closed by steven.daprano

#45175: No warning with '-W always' and cached import
https://bugs.python.org/issue45175 closed by serhiy.storchaka

#45177: Use shared test loader when possible when running test suite
https://bugs.python.org/issue45177 closed by erlendaasland

#45179: List.sort ERROR
https://bugs.python.org/issue45179 closed by steven.daprano

#45180: possible wrong result for difflib.SequenceMatcher.ratio()
https://bugs.python.org/issue45180 closed by tim.peters

#45181: Rewrite loading sqlite3 tests
https://bugs.python.org/issue45181 closed by serhiy.storchaka

#45182: Incorrect use of requires_zlib in test_bdist_rpm
https://bugs.python.org/issue45182 closed by serhiy.storchaka

#45185: test.test_ssl.TestEnumerations is not run
https://bugs.python.org/issue45185 closed by serhiy.storchaka

#45186: Marshal output isn't completely deterministic.
https://bugs.python.org/issue45186 closed by eric.snow

#45187: Some tests in test_socket are not run
https://bugs.python.org/issue45187 closed by serhiy.storchaka

#45188: De-couple the Windows builds from freezing modules.
https://bugs.python.org/issue45188 closed by eric.snow

#45190: unicode 14.0 upgrade
https://bugs.python.org/issue45190 closed by benjamin.peterson

#45194: asyncio scheduler jitter
https://bugs.python.org/issue45194 closed by asvetlov

#45195: test_readline: test_nonascii() failed on aarch64 RHEL8 Refleak
https://bugs.python.org/issue45195 closed by vstinner

#45196: macOS. ./configure --with-address-sanitizer; make test; cause
https://bugs.python.org/issue45196 closed by gregory.p.smith

#45202: Add 'remove_barry_from_BDFL' future to revert effects of 'from
https://bugs.python.org/issue45202 closed by eric.smith

#45204: test_peg_generator: test_soft_keyword() logs many messages int
https://bugs.python.org/issue45204 closed by pablogsal

#45205: test_compileall logs "Compiling ..." messages
https://bugs.python.org/issue45205 closed by lukasz.langa

#45207: test_gdb logs "Function ... not defined" messages
https://bugs.python.org/issue45207 closed by lukasz.langa

#45208: test_pdb: test_checkline_is_not_executable() logs messages
https://bugs.python.org/issue45208 closed by vstinner

#45212: Dangling threads in skipped tests in test_socket
https://bugs.python.org/issue45212 closed by serhiy.storchaka

#45217: ConfigParser does not accept "No value" reversely to the doc
https://bugs.python.org/issue45217 closed by lukasz.langa

#45219: Expose indexing and other simple operations on dict-keys in in
https://bugs.python.org/issue45219 closed by Mark.Shannon

#45220: Windows builds sometimes fail on Azure and GitHub Action: fata
https://bugs.python.org/issue45220 closed by steve.dower

#45224: Argparse shows required arguments as optional
https://bugs.python.org/issue45224 closed by rhettinger

#45225: use map function instead of genexpr in capwords
https://bugs.python.org/issue45225 closed by rhettinger

#45227: Control reaches end of non-void function in specialize.c
https://bugs.python.org/issue45227 closed by kj

#45228: Stack buffer overflow in parsing J1939 network address
https://bugs.python.org/issue45228 closed by serhiy.storchaka

#45230: Something wrong when Calculate "3==3 is not True"
https://bugs.python.org/issue45230 closed by serhiy.storchaka

#45232: ascii codec is used by default when LANG is not set
https://bugs.python.org/issue45232 closed by lemburg
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/IIC4I5QDAMS2YJXVGJJJ2K3WPEXZD6ZQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-17 - 2021-09-24)
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 7333 (-48)
closed 49684 (+97)
total 57017 (+49)

Open issues with patches: 2907


Issues opened (37)
==================

#34451: docs: tutorial/introduction doesn't mention toggle of prompts
https://bugs.python.org/issue34451 reopened by rhettinger

#45237: Python subprocess not honoring append mode for stdout on Windo
https://bugs.python.org/issue45237 opened by wolfgang-kuehn

#45239: email.utils.parsedate_tz raises UnboundLocalError if time has
https://bugs.python.org/issue45239 opened by benhoyt

#45240: Add +REPORT_NDIFF option to pdb tests that use doctest
https://bugs.python.org/issue45240 opened by andrei.avk

#45242: test_pdb fails
https://bugs.python.org/issue45242 opened by oliphaunt

#45243: [sqlite3] add support for changing connection limits
https://bugs.python.org/issue45243 opened by erlendaasland

#45244: pip not installed with fresh python3.8.10 installation
https://bugs.python.org/issue45244 opened by shreyanse081

#45247: Add explicit support for Cython to the C API.
https://bugs.python.org/issue45247 opened by Mark.Shannon

#45249: SyntaxError location range indicator does not work in doctests
https://bugs.python.org/issue45249 opened by andrei.avk

#45250: Make sure documentation is accurate for what an (async) iterab
https://bugs.python.org/issue45250 opened by brett.cannon

#45251: signal.SIGCLD alias is not available on OSX
https://bugs.python.org/issue45251 opened by tcaswell

#45252: Missing support for Source Specific Multicast
https://bugs.python.org/issue45252 opened by ciresnave

#45253: mimetypes cannot detect mime of mka files
https://bugs.python.org/issue45253 opened by manujchandra

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254 opened by sobolevn

#45255: sqlite3.connect() should check if the sqlite file exists and t
https://bugs.python.org/issue45255 opened by iboates

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256 opened by pablogsal

#45258: sysroot_paths in setup.py does not consider -isysroot for macO
https://bugs.python.org/issue45258 opened by isuruf

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260 opened by zhangchaospecial

#45261: Unreliable (?) results from timeit (cache issue?)
https://bugs.python.org/issue45261 opened by timholy

#45262: crash if asyncio is used before and after re-initialization if
https://bugs.python.org/issue45262 opened by benjamin-sch

#45264: venv: Make activate et al. export custom prompt prefix as an e
https://bugs.python.org/issue45264 opened by jwodder

#45266: subtype_clear can not be called from derived types
https://bugs.python.org/issue45266 opened by Victor Milovanov

#45267: New install Python 3.9.7 install of Sphinx Document Generator
https://bugs.python.org/issue45267 opened by pbroe

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269 opened by sobolevn

#45272: 'os.path' should not be a frozen module
https://bugs.python.org/issue45272 opened by steve.dower

#45273: OS-specific frozen modules are built, even on other OSes.
https://bugs.python.org/issue45273 opened by eric.snow

#45274: Race condition in Thread._wait_for_tstate_lock()
https://bugs.python.org/issue45274 opened by vstinner

#45275: Make argparse print description of subcommand when invoke help
https://bugs.python.org/issue45275 opened by longendu

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276 opened by graingert

#45277: typo in codecs documentation
https://bugs.python.org/issue45277 opened by Gronahak

#45278: RuntimeError on race on weakset concurrent iteration
https://bugs.python.org/issue45278 opened by bjs

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279 opened by graingert

#45280: Empty typing.NamedTuple creation is not tested
https://bugs.python.org/issue45280 opened by sobolevn

#45281: Make `is_attribute` and `module` arguments to `ForwardRef` kw-
https://bugs.python.org/issue45281 opened by sobolevn

#45282: isinstance(x, typing.Protocol-class) unexpectedly evaluates pr
https://bugs.python.org/issue45282 opened by daitakahashi

#45283: Top / function argument level ClassVar should not be allowed d
https://bugs.python.org/issue45283 opened by sobolevn

#45284: Better `TypeError` message when a string is indexed using a no
https://bugs.python.org/issue45284 opened by Rin



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

#45283: Top / function argument level ClassVar should not be allowed d
https://bugs.python.org/issue45283

#45281: Make `is_attribute` and `module` arguments to `ForwardRef` kw-
https://bugs.python.org/issue45281

#45280: Empty typing.NamedTuple creation is not tested
https://bugs.python.org/issue45280

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279

#45278: RuntimeError on race on weakset concurrent iteration
https://bugs.python.org/issue45278

#45277: typo in codecs documentation
https://bugs.python.org/issue45277

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276

#45275: Make argparse print description of subcommand when invoke help
https://bugs.python.org/issue45275

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269

#45264: venv: Make activate et al. export custom prompt prefix as an e
https://bugs.python.org/issue45264

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254

#45253: mimetypes cannot detect mime of mka files
https://bugs.python.org/issue45253

#45252: Missing support for Source Specific Multicast
https://bugs.python.org/issue45252

#45247: Add explicit support for Cython to the C API.
https://bugs.python.org/issue45247



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

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276

#45274: Race condition in Thread._wait_for_tstate_lock()
https://bugs.python.org/issue45274

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260

#45258: sysroot_paths in setup.py does not consider -isysroot for macO
https://bugs.python.org/issue45258

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254

#45251: signal.SIGCLD alias is not available on OSX
https://bugs.python.org/issue45251

#45243: [sqlite3] add support for changing connection limits
https://bugs.python.org/issue45243

#45240: Add +REPORT_NDIFF option to pdb tests that use doctest
https://bugs.python.org/issue45240

#45239: email.utils.parsedate_tz raises UnboundLocalError if time has
https://bugs.python.org/issue45239

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215



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

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 21 msgs

#43760: The DISPATCH() macro is not as efficient as it could be (move
https://bugs.python.org/issue43760 18 msgs

#42969: pthread_exit & PyThread_exit_thread from PyEval_RestoreThread
https://bugs.python.org/issue42969 15 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 14 msgs

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229 10 msgs

#45261: Unreliable (?) results from timeit (cache issue?)
https://bugs.python.org/issue45261 10 msgs

#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958 9 msgs

#45026: More compact range iterator
https://bugs.python.org/issue45026 9 msgs

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 8 msgs

#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
https://bugs.python.org/issue21302 7 msgs



Issues closed (92)
==================

#1170: shlex have problems with parsing unicode
https://bugs.python.org/issue1170 closed by vstinner

#14408: Support ./python -m unittest in test_socket
https://bugs.python.org/issue14408 closed by vstinner

#19829: _pyio.BufferedReader and _pyio.TextIOWrapper destructor don't
https://bugs.python.org/issue19829 closed by vstinner

#20524: format error messages should provide context information
https://bugs.python.org/issue20524 closed by eric.smith

#24076: sum() several times slower on Python 3 64-bit
https://bugs.python.org/issue24076 closed by scoder

#27069: webbrowser creates zombi processes in the background mode
https://bugs.python.org/issue27069 closed by vstinner

#28977: Document PyObject_CallFunction() special case more explicitly
https://bugs.python.org/issue28977 closed by vstinner

#29502: Should PyObject_Call() call the profiler on C functions, use C
https://bugs.python.org/issue29502 closed by vstinner

#29811: Avoid temporary method object in PyObject_CallMethod() and PyO
https://bugs.python.org/issue29811 closed by vstinner

#30637: Syntax error reported on compile(...), but not on compile(...,
https://bugs.python.org/issue30637 closed by pablogsal

#30856: unittest.TestResult.addSubTest should be called immediately af
https://bugs.python.org/issue30856 closed by serhiy.storchaka

#30951: Documentation error in inspect module
https://bugs.python.org/issue30951 closed by lukasz.langa

#32085: [Security] A New Era of SSRF - Exploiting URL Parser in Trendi
https://bugs.python.org/issue32085 closed by vstinner

#33793: asyncio: _ProactorReadPipeTransport reads by chunk of 32 KiB:
https://bugs.python.org/issue33793 closed by vstinner

#34090: Python function call optimization: avoid temporary tuple to pa
https://bugs.python.org/issue34090 closed by vstinner

#35276: Document thread safety
https://bugs.python.org/issue35276 closed by vstinner

#35333: [C API] Rename private structs to use names closer to types
https://bugs.python.org/issue35333 closed by vstinner

#35478: multiprocessing: ApplyResult.get() hangs if the pool is termin
https://bugs.python.org/issue35478 closed by vstinner

#35479: multiprocessing.Pool.join() always takes at least 100 ms
https://bugs.python.org/issue35479 closed by vstinner

#35518: test_timeout uses blackhole.snakebite.net domain which doesn't
https://bugs.python.org/issue35518 closed by vstinner

#36136: Windows: python._pth sets isolated mode late during Python ini
https://bugs.python.org/issue36136 closed by vstinner

#36437: method_descriptor surprising error message when self is passed
https://bugs.python.org/issue36437 closed by vstinner

#37322: test_ssl: test_pha_required_nocert() emits a ResourceWarning
https://bugs.python.org/issue37322 closed by vstinner

#37475: What is urllib.request.urlcleanup() function?
https://bugs.python.org/issue37475 closed by vstinner

#38199: python3.8-config --ldflags must not generate -L/usr/lib64
https://bugs.python.org/issue38199 closed by vstinner

#38415: @asynccontextmanager decorated functions are not callable like
https://bugs.python.org/issue38415 closed by lukasz.langa

#38564: test_asyncio: test_run_coroutine_threadsafe_with_timeout() has
https://bugs.python.org/issue38564 closed by vstinner

#38620: Shell python-config --includes returns the same path twice
https://bugs.python.org/issue38620 closed by vstinner

#38623: Python documentation should mention how to find site-packages
https://bugs.python.org/issue38623 closed by lukasz.langa

#39359: zipfile: add missing "pwd: expected bytes, got str" exception
https://bugs.python.org/issue39359 closed by lukasz.langa

#39549: The reprlib.Repr type should permit the ???fillvalue??? to be
https://bugs.python.org/issue39549 closed by rhettinger

#39778: collections.OrderedDict and weakref.ref raises "refcount is to
https://bugs.python.org/issue39778 closed by rhettinger

#40413: Py_RunMain() crashes on subsequence call
https://bugs.python.org/issue40413 closed by iritkatriel

#40453: [subinterpreters] Add PyConfig._isolated_interpreter: isolated
https://bugs.python.org/issue40453 closed by vstinner

#40497: subprocess.check_output() accept the check keyword argument
https://bugs.python.org/issue40497 closed by lukasz.langa

#40657: Resource leaks with threading.Thread
https://bugs.python.org/issue40657 closed by vstinner

#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699 closed by vstinner

#40951: csv skipinitialspace no longer working
https://bugs.python.org/issue40951 closed by andrei.avk

#40989: [C API] Remove _Py_NewReference() and _Py_ForgetReference() fr
https://bugs.python.org/issue40989 closed by vstinner

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

#41203: Replace references to OS X in documentation with macOS
https://bugs.python.org/issue41203 closed by serhiy.storchaka

#42038: Tracemalloc's format() doc contradictory
https://bugs.python.org/issue42038 closed by lukasz.langa

#42260: [C API] Add _PyInterpreterState_SetConfig(): reconfigure an in
https://bugs.python.org/issue42260 closed by vstinner

#42294: [C API] Add new C functions with more regular reference counti
https://bugs.python.org/issue42294 closed by vstinner

#42389: test_multiprocessing: @requires_hashdigest() prevents test dis
https://bugs.python.org/issue42389 closed by serhiy.storchaka

#42641: Deprecate os.popen() function
https://bugs.python.org/issue42641 closed by vstinner

#42648: subprocess: add a helper/parameter to catch exec() OSError exc
https://bugs.python.org/issue42648 closed by vstinner

#42671: Make the Python finalization more deterministic
https://bugs.python.org/issue42671 closed by vstinner

#43050: threading timer memory leak
https://bugs.python.org/issue43050 closed by vstinner

#43770: Rework C types initialization
https://bugs.python.org/issue43770 closed by vstinner

#44019: operator.call/operator.__call__
https://bugs.python.org/issue44019 closed by mark.dickinson

#44203: test__xxsubinterpreters: heap-buffer-overflow in interp_is_run
https://bugs.python.org/issue44203 closed by vstinner

#44358: AMD64 RHEL8 LTO + PGO 3.x build failed with: /usr/bin/ld: Dwar
https://bugs.python.org/issue44358 closed by vstinner

#44416: test_threading: test_print_exception() hangs and killed after
https://bugs.python.org/issue44416 closed by vstinner

#44423: copy2 / sendfile fails on linux with large file
https://bugs.python.org/issue44423 closed by kr-g

#44480: test_compile killed by signal 9 on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue44480 closed by vstinner

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531 closed by vstinner

#44598: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44598 closed by sxt1001

#44640: Fix punctuation in isinstance() error message
https://bugs.python.org/issue44640 closed by pablogsal

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848 closed by erlendaasland

#45002: won't match correct version of tcl/tk
https://bugs.python.org/issue45002 closed by jett8998

#45021: concurrent.futures race condition
https://bugs.python.org/issue45021 closed by gregory.p.smith

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027 closed by vinay.sajip

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040 closed by pablogsal

#45041: [sqlite3] simplify executescript()
https://bugs.python.org/issue45041 closed by erlendaasland

#45055: Fresh build on Windows fails the first time for zlib.c
https://bugs.python.org/issue45055 closed by lukasz.langa

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 closed by pablogsal

#45128: test_multiprocessing_fork fails if run sequentially after test
https://bugs.python.org/issue45128 closed by pablogsal

#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134 closed by MarkReedZ

#45170: tarfile missing cross-directory checking
https://bugs.python.org/issue45170 closed by martin.panter

#45183: Unexpected exception with zip importer
https://bugs.python.org/issue45183 closed by brett.cannon

#45198: __set_name__ documentation not clear about its usage with non-
https://bugs.python.org/issue45198 closed by rhettinger

#45200: Address Sanitizer: libasan dead lock in pthread_create() (test
https://bugs.python.org/issue45200 closed by pablogsal

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209 closed by vstinner

#45216: Remove redundant information from difflib docstrings
https://bugs.python.org/issue45216 closed by lukasz.langa

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231 closed by vstinner

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234 closed by pablogsal

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 closed by rhettinger

#45236: pyperformance fails to build master
https://bugs.python.org/issue45236 closed by pablogsal

#45238: Fix debug() in IsolatedAsyncioTestCase
https://bugs.python.org/issue45238 closed by lukasz.langa

#45241: python REPL leaks local variables when an exception is thrown
https://bugs.python.org/issue45241 closed by ianh2

#45245: ValueError: check_hostname requires server_hostname while pip
https://bugs.python.org/issue45245 closed by christian.heimes

#45246: the sorted() documentation should refer to operator <
https://bugs.python.org/issue45246 closed by rhettinger

#45248: Documentation example in copyreg errors
https://bugs.python.org/issue45248 closed by CiaranWelsh

#45257: Compiling 3.8 branch on Windows attempts to use incompatible l
https://bugs.python.org/issue45257 closed by proffitt

#45259: No _heappush_max()
https://bugs.python.org/issue45259 closed by rhettinger

#45263: round displays 2 instead of 3 digits
https://bugs.python.org/issue45263 closed by steven.daprano

#45265: Bug in append() method in order to appending a temporary list
https://bugs.python.org/issue45265 closed by rhettinger

#45268: use multiple "in" in one expression?
https://bugs.python.org/issue45268 closed by Dennis Sweeney

#45270: Clicking "Add to Custom Colors" adds same colour multiple time
https://bugs.python.org/issue45270 closed by terry.reedy

#45271: Add a 'find' method (a'la str) to list
https://bugs.python.org/issue45271 closed by rhettinger

#1514420: Traceback display code can attempt to open a file named "<stdi
https://bugs.python.org/issue1514420 closed by lukasz.langa
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-24 - 2021-10-01)
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 7341 ( +8)
closed 49734 (+50)
total 57075 (+58)

Open issues with patches: 2905


Issues opened (38)
==================

#45288: Inspect - Added sort_result parameter on getmembers function.
https://bugs.python.org/issue45288 opened by Patitotective

#45289: test_dbm and test_dbm_ndbm segfaults in M1 Mac
https://bugs.python.org/issue45289 opened by pablogsal

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292 opened by iritkatriel

#45295: Speed up classmethod calls via LOAD_METHOD
https://bugs.python.org/issue45295 opened by kj

#45296: IDLE: Better document close and exit.
https://bugs.python.org/issue45296 opened by terry.reedy

#45297: Improve the IDLE shell save command
https://bugs.python.org/issue45297 opened by steven.daprano

#45298: SIGSEGV when access a fork Event in a spawn Process
https://bugs.python.org/issue45298 opened by kemingy

#45299: SMTP.send_message() does from mangling when it should not
https://bugs.python.org/issue45299 opened by grant.b.edwards

#45300: Building Python documentation with doctest logs a ResourceWarn
https://bugs.python.org/issue45300 opened by vstinner

#45301: pycore_condvar.h: remove Windows conditonal variable emulation
https://bugs.python.org/issue45301 opened by vstinner

#45302: basic builtin functions missing __text_signature__ attributes
https://bugs.python.org/issue45302 opened by xloem

#45303: ast module classes missing __text_signature__ attribute
https://bugs.python.org/issue45303 opened by xloem

#45304: Supporting out-of-band buffers (pickle protocol 5) in multipro
https://bugs.python.org/issue45304 opened by jakirkham

#45305: Incorrect record of call_args_list when using multiple side_ef
https://bugs.python.org/issue45305 opened by dmcnulla

#45306: Docs are incorrect re: constant initialization in the C99 stan
https://bugs.python.org/issue45306 opened by jhaberman

#45311: Threading Semaphore and BoundedSemaphore release method implem
https://bugs.python.org/issue45311 opened by besi7dollma

#45314: Using target python while cross-building
https://bugs.python.org/issue45314 opened by fransdb

#45315: `PyType_FromSpec` does not copy the name
https://bugs.python.org/issue45315 opened by seberg

#45316: [C API] Functions not exported with PyAPI_FUNC()
https://bugs.python.org/issue45316 opened by vstinner

#45317: Document the removal the usage of the C stack in Python to Pyt
https://bugs.python.org/issue45317 opened by Mark.Shannon

#45319: Possible regression in __annotations__ descr for heap type sub
https://bugs.python.org/issue45319 opened by christian.heimes

#45320: Remove deprecated inspect functions
https://bugs.python.org/issue45320 opened by hugovk

#45321: Module xml.parsers.expat.errors misses error code constants of
https://bugs.python.org/issue45321 opened by sping

#45324: The frozen importer should capture info in find_spec().
https://bugs.python.org/issue45324 opened by eric.snow

#45325: Allow "p" in Py_BuildValue
https://bugs.python.org/issue45325 opened by pablogsal

#45326: Unexpected TypeError with type alias+issubclass+ABC
https://bugs.python.org/issue45326 opened by AMDmi3

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328 opened by rtobar2

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329 opened by y-tag

#45330: dulwich_log performance regression in 3.10
https://bugs.python.org/issue45330 opened by kj

#45331: Can create enum of ranges, cannot create range enum. Range sho
https://bugs.python.org/issue45331 opened by techdragon

#45335: Default TIMESTAMP converter in sqlite3 ignores time zone
https://bugs.python.org/issue45335 opened by iafisher

#45336: Issue with xml.tree.ElementTree.write
https://bugs.python.org/issue45336 opened by twowolfs

#45337: Create venv with pip fails when target dir is under userappdat
https://bugs.python.org/issue45337 opened by AdamYoblick

#45338: Add key argument to collections.Counter
https://bugs.python.org/issue45338 opened by kubataytekin

#45339: concurrent.future.ThreadPoolExecutor should parameterize class
https://bugs.python.org/issue45339 opened by erickpeirson

#45340: Lazily create dictionaries for plain Python objects
https://bugs.python.org/issue45340 opened by Mark.Shannon

#45341: Update "Python Package Index" in Docs
https://bugs.python.org/issue45341 opened by StevenHsuYL

#45342: wrap_socket fails when load_cert_chain is called without setti
https://bugs.python.org/issue45342 opened by shreya1312



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

#45341: Update "Python Package Index" in Docs
https://bugs.python.org/issue45341

#45340: Lazily create dictionaries for plain Python objects
https://bugs.python.org/issue45340

#45339: concurrent.future.ThreadPoolExecutor should parameterize class
https://bugs.python.org/issue45339

#45338: Add key argument to collections.Counter
https://bugs.python.org/issue45338

#45336: Issue with xml.tree.ElementTree.write
https://bugs.python.org/issue45336

#45335: Default TIMESTAMP converter in sqlite3 ignores time zone
https://bugs.python.org/issue45335

#45331: Can create enum of ranges, cannot create range enum. Range sho
https://bugs.python.org/issue45331

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328

#45326: Unexpected TypeError with type alias+issubclass+ABC
https://bugs.python.org/issue45326

#45321: Module xml.parsers.expat.errors misses error code constants of
https://bugs.python.org/issue45321

#45315: `PyType_FromSpec` does not copy the name
https://bugs.python.org/issue45315

#45311: Threading Semaphore and BoundedSemaphore release method implem
https://bugs.python.org/issue45311

#45306: Docs are incorrect re: constant initialization in the C99 stan
https://bugs.python.org/issue45306

#45305: Incorrect record of call_args_list when using multiple side_ef
https://bugs.python.org/issue45305



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

#45337: Create venv with pip fails when target dir is under userappdat
https://bugs.python.org/issue45337

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328

#45325: Allow "p" in Py_BuildValue
https://bugs.python.org/issue45325

#45324: The frozen importer should capture info in find_spec().
https://bugs.python.org/issue45324

#45320: Remove deprecated inspect functions
https://bugs.python.org/issue45320

#45296: IDLE: Better document close and exit.
https://bugs.python.org/issue45296

#45295: Speed up classmethod calls via LOAD_METHOD
https://bugs.python.org/issue45295

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292

#45283: Top / function argument level ClassVar should not be allowed d
https://bugs.python.org/issue45283

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260

#45258: sysroot_paths in setup.py does not consider -isysroot for macO
https://bugs.python.org/issue45258

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256



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

#45325: Allow "p" in Py_BuildValue
https://bugs.python.org/issue45325 16 msgs

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 13 msgs

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 11 msgs

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229 11 msgs

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 10 msgs

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 9 msgs

#45288: Inspect - Added sort_result parameter on getmembers function.
https://bugs.python.org/issue45288 8 msgs

#45296: IDLE: Better document close and exit.
https://bugs.python.org/issue45296 8 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 7 msgs

#36819: Crash during encoding using UTF-16/32 and custom error handler
https://bugs.python.org/issue36819 6 msgs



Issues closed (48)
==================

#16974: when "python -c command" does a traceback, it open the file "<
https://bugs.python.org/issue16974 closed by iritkatriel

#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
https://bugs.python.org/issue21302 closed by vstinner

#21822: [Windows] KeyboardInterrupt during Thread.join hangs that Thre
https://bugs.python.org/issue21822 closed by vstinner

#35921: Use ccache by default
https://bugs.python.org/issue35921 closed by lukasz.langa

#36717: Allow retrieval of return value from the target of a threading
https://bugs.python.org/issue36717 closed by vstinner

#39039: zlib.error with tarfile.open
https://bugs.python.org/issue39039 closed by lukasz.langa

#40058: Running test_datetime twice fails with: module 'datetime' has
https://bugs.python.org/issue40058 closed by serhiy.storchaka

#40173: test.support.import_fresh_module fails to correctly block subm
https://bugs.python.org/issue40173 closed by serhiy.storchaka

#40642: Cpython "pystate.h" subdirectory wrong
https://bugs.python.org/issue40642 closed by vstinner

#41214: -O0: Segmentation fault in _PyArg_UnpackStack
https://bugs.python.org/issue41214 closed by iritkatriel

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299 closed by vstinner

#41710: threading.Lock.acquire(timeout) should use sem_clockwait(CLOCK
https://bugs.python.org/issue41710 closed by vstinner

#42813: Extra spaces cause unexpected EOF error in "compile" function
https://bugs.python.org/issue42813 closed by terry.reedy

#43914: Highlight invalid ranges in SyntaxErrors
https://bugs.python.org/issue43914 closed by lukasz.langa

#44809: Changelog missing removal of StrEnum etc.
https://bugs.python.org/issue44809 closed by pablogsal

#44892: Configparser fails when the .cfg file contains inline 'comment
https://bugs.python.org/issue44892 closed by terry.reedy

#45166: get_type_hints + Final + future annotations = TypeError
https://bugs.python.org/issue45166 closed by lukasz.langa

#45211: Useful (expensive) information is discarded in getpath.c.
https://bugs.python.org/issue45211 closed by eric.snow

#45242: test_pdb fails
https://bugs.python.org/issue45242 closed by terry.reedy

#45249: Update doctect SyntaxErrors for location range
https://bugs.python.org/issue45249 closed by pablogsal

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254 closed by lukasz.langa

#45261: Unreliable (?) results from timeit (cache issue?)
https://bugs.python.org/issue45261 closed by rhettinger

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269 closed by lukasz.langa

#45274: Race condition in Thread._wait_for_tstate_lock()
https://bugs.python.org/issue45274 closed by vstinner

#45277: typo in codecs documentation
https://bugs.python.org/issue45277 closed by terry.reedy

#45280: Empty typing.NamedTuple creation is not tested
https://bugs.python.org/issue45280 closed by lukasz.langa

#45285: c_char incorrectly treated as bytes in Structure
https://bugs.python.org/issue45285 closed by ciresnave

#45286: zipfile missing API for links
https://bugs.python.org/issue45286 closed by serhiy.storchaka

#45287: zipfile.is_zipfile returns true for a rar file containing zips
https://bugs.python.org/issue45287 closed by serhiy.storchaka

#45290: test_multiprocessing_pool_circular_import fails in M1 mac
https://bugs.python.org/issue45290 closed by pablogsal

#45291: Some instructions in the "Using Python on Unix platforms" docu
https://bugs.python.org/issue45291 closed by christian.heimes

#45293: List inplace addition different from normal addition
https://bugs.python.org/issue45293 closed by rhettinger

#45294: Conditional import fails and produce UnboundLocalError, if a v
https://bugs.python.org/issue45294 closed by steven.daprano

#45307: Removal of _PyImport_FindExtensionObject() in 3.10 limits cust
https://bugs.python.org/issue45307 closed by pablogsal

#45308: multiprocessing default fork child process will not free objec
https://bugs.python.org/issue45308 closed by vstinner

#45309: asyncio task can not be used to open_connection and read data.
https://bugs.python.org/issue45309 closed by whitestockingirl

#45310: test_multiprocessing_forkserver: test_shared_memory_basics() f
https://bugs.python.org/issue45310 closed by serhiy.storchaka

#45312: "MUPCA Root" Certificates - treated as invalid and cause error
https://bugs.python.org/issue45312 closed by steve.dower

#45313: Counter.elements() wrong error message
https://bugs.python.org/issue45313 closed by rhettinger

#45318: Python 3.10: cyclomatic complexity of match-case syntax
https://bugs.python.org/issue45318 closed by mark.dickinson

#45322: [X86_64]test_concurrent_futures fail
https://bugs.python.org/issue45322 closed by vstinner

#45323: unexpected behavior on first match case _
https://bugs.python.org/issue45323 closed by ojob

#45327: Reading from a file is stuck infinitely when the file name is
https://bugs.python.org/issue45327 closed by eric.smith

#45332: Decimal test and benchmark are broken
https://bugs.python.org/issue45332 closed by corona10

#45333: += operator and accessors bug?
https://bugs.python.org/issue45333 closed by josh.r

#45334: String Strip not working
https://bugs.python.org/issue45334 closed by serhiy.storchaka

#1596321: KeyError at exit after 'import threading' in other thread
https://bugs.python.org/issue1596321 closed by vstinner

#1736792: dict reentrant/threading request
https://bugs.python.org/issue1736792 closed by vstinner
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/HQVJPNJZ3TK4UU2VYEEAKD4CGXQ66SLR/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-01 - 2021-10-08)
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 7374 (+33)
closed 49772 (+38)
total 57146 (+71)

Open issues with patches: 2920


Issues opened (51)
==================

#33125: Windows 10 ARM64 platform support
https://bugs.python.org/issue33125 reopened by steve.dower

#45163: Haiku build fix
https://bugs.python.org/issue45163 reopened by ned.deily

#45344: Have zipapp respect SOURCE_DATE_EPOCH
https://bugs.python.org/issue45344 opened by bign8

#45347: datetime subject to rounding?
https://bugs.python.org/issue45347 opened by piro

#45351: asyncio doc: List all sockets in TCP echo server using streams
https://bugs.python.org/issue45351 opened by olafvdspek

#45352: Move documentation for typed generic forms of standard collect
https://bugs.python.org/issue45352 opened by pxeger

#45353: sys.modules: dictionary changed size during iteration
https://bugs.python.org/issue45353 opened by idan57

#45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of
https://bugs.python.org/issue45355 opened by serhiy.storchaka

#45356: Calling `help` executes @classmethod @property decorated metho
https://bugs.python.org/issue45356 opened by randolf.scholz

#45357: Idle does not check user config for extention configuration
https://bugs.python.org/issue45357 opened by CoolCat467

#45358: Bogus cookie generated after invalid cookie attribute is input
https://bugs.python.org/issue45358 opened by greob

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359 opened by JacobHayes

#45361: Provide a more convenient way to set an exception as "active",
https://bugs.python.org/issue45361 opened by njs

#45363: Use instruction offsets in co_lnotab
https://bugs.python.org/issue45363 opened by serhiy.storchaka

#45364: Add more documentation for ModuleSpec.loader_state.
https://bugs.python.org/issue45364 opened by eric.snow

#45365: concurrent.futures.Future should be suitable for use outside o
https://bugs.python.org/issue45365 opened by xmorel

#45366: dataclass init=False field with default works but default_fact
https://bugs.python.org/issue45366 opened by simple_coder878

#45367: Specialize BINARY_MULTIPLY
https://bugs.python.org/issue45367 opened by Dennis Sweeney

#45369: Remove LibreSSL workarounds
https://bugs.python.org/issue45369 opened by ramikg

#45371: distutil's runtime_library_dir (rpath) option doesn't work wit
https://bugs.python.org/issue45371 opened by christian.heimes

#45373: ./configure --enable-optimizations should enable LTO
https://bugs.python.org/issue45373 opened by vstinner

#45374: sqlite3: Add configure option to set or auto-detect rpath to s
https://bugs.python.org/issue45374 opened by chaz6

#45376: Run Windows release docs build on regular CI
https://bugs.python.org/issue45376 opened by steve.dower

#45378: Can't find "map" with search on docs.python.org
https://bugs.python.org/issue45378 opened by gvanrossum

#45379: Improve errors related to frozen modules.
https://bugs.python.org/issue45379 opened by eric.snow

#45380: help() appears confused about the module of typing.Annotated
https://bugs.python.org/issue45380 opened by AlexWaygood

#45381: IDLE: "restart shell" while receiving output disables program
https://bugs.python.org/issue45381 opened by capsicumw

#45382: platform() is not able to detect windows 11
https://bugs.python.org/issue45382 opened by sahsariga111

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383 opened by seberg

#45384: Accept Final as indicating ClassVar for dataclass
https://bugs.python.org/issue45384 opened by GBeauregard

#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386 opened by rtobar2

#45387: GzipFile.write should be buffered
https://bugs.python.org/issue45387 opened by rhpvorderman

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388 opened by Mark.Shannon

#45389: https://docs.python.org/3/objects.inv still points to 3.9
https://bugs.python.org/issue45389 opened by gaborjbernat

#45390: asyncio.Task doesn't propagate CancelledError() exception corr
https://bugs.python.org/issue45390 opened by pagliaricci.m

#45391: 3.10 objects.inv classifies UnionType as data
https://bugs.python.org/issue45391 opened by gaborjbernat

#45392: docstring of "type" could use an update
https://bugs.python.org/issue45392 opened by mark.dickinson

#45393: help() on operator precedence has confusing entries "await" "x
https://bugs.python.org/issue45393 opened by MFH

#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395 opened by eric.snow

#45396: Custom frozen modules get ignored.
https://bugs.python.org/issue45396 opened by eric.snow

#45397: Doc for turtle.write missing the tuple part of the font param
https://bugs.python.org/issue45397 opened by jggammon

#45399: Remove hostflags from PySSLContext
https://bugs.python.org/issue45399 opened by ramikg

#45401: logging TimedRotatingFileHandler must not rename devices like
https://bugs.python.org/issue45401 opened by vstinner

#45404: Undefined I_* macros of stropts.h when building Python 3.10 on
https://bugs.python.org/issue45404 opened by etale-cohomology

#45405: Python does not configure on darwin using public llvm / clang
https://bugs.python.org/issue45405 opened by debohman

#45406: inspect.getouterframes() tracebacks when $CWD does not exists
https://bugs.python.org/issue45406 opened by msuchy@redhat.com

#45409: Support non-standard executables in venv
https://bugs.python.org/issue45409 opened by steve.dower

#45410: python -m test -jN: write stderr in stdout to get messages in
https://bugs.python.org/issue45410 opened by vstinner

#45411: Add Mimetypes for Subtitle Files
https://bugs.python.org/issue45411 opened by Josephine-Marie

#45412: [C API] Remove Py_OVERFLOWED(), Py_SET_ERRNO_ON_MATH_ERROR(),
https://bugs.python.org/issue45412 opened by vstinner

#45413: Add install scheme for virtual environments
https://bugs.python.org/issue45413 opened by FFY00



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

#45399: Remove hostflags from PySSLContext
https://bugs.python.org/issue45399

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388

#45387: GzipFile.write should be buffered
https://bugs.python.org/issue45387

#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386

#45384: Accept Final as indicating ClassVar for dataclass
https://bugs.python.org/issue45384

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383

#45380: help() appears confused about the module of typing.Annotated
https://bugs.python.org/issue45380

#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

#45374: sqlite3: Add configure option to set or auto-detect rpath to s
https://bugs.python.org/issue45374

#45369: Remove LibreSSL workarounds
https://bugs.python.org/issue45369

#45365: concurrent.futures.Future should be suitable for use outside o
https://bugs.python.org/issue45365

#45364: Add more documentation for ModuleSpec.loader_state.
https://bugs.python.org/issue45364

#45363: Use instruction offsets in co_lnotab
https://bugs.python.org/issue45363

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359



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

#45412: [C API] Remove Py_OVERFLOWED(), Py_SET_ERRNO_ON_MATH_ERROR(),
https://bugs.python.org/issue45412

#45410: python -m test -jN: write stderr in stdout to get messages in
https://bugs.python.org/issue45410

#45409: Support non-standard executables in venv
https://bugs.python.org/issue45409

#45401: logging TimedRotatingFileHandler must not rename devices like
https://bugs.python.org/issue45401

#45396: Custom frozen modules get ignored.
https://bugs.python.org/issue45396

#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395

#45391: 3.10 objects.inv classifies UnionType as data
https://bugs.python.org/issue45391

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388

#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386

#45371: distutil's runtime_library_dir (rpath) option doesn't work wit
https://bugs.python.org/issue45371

#45369: Remove LibreSSL workarounds
https://bugs.python.org/issue45369

#45367: Specialize BINARY_MULTIPLY
https://bugs.python.org/issue45367

#45363: Use instruction offsets in co_lnotab
https://bugs.python.org/issue45363

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359

#45358: Bogus cookie generated after invalid cookie attribute is input
https://bugs.python.org/issue45358



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

#29410: Moving to SipHash-1-3
https://bugs.python.org/issue29410 23 msgs

#45382: platform() is not able to detect windows 11
https://bugs.python.org/issue45382 15 msgs

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 11 msgs

#45335: Default TIMESTAMP converter in sqlite3 ignores UTC offset
https://bugs.python.org/issue45335 8 msgs

#45371: distutil's runtime_library_dir (rpath) option doesn't work wit
https://bugs.python.org/issue45371 7 msgs

#45391: 3.10 objects.inv classifies UnionType as data
https://bugs.python.org/issue45391 7 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 6 msgs

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 5 msgs

#45262: crash if asyncio is used before and after re-initialization if
https://bugs.python.org/issue45262 5 msgs

#45339: concurrent.future.ThreadPoolExecutor should parameterize class
https://bugs.python.org/issue45339 5 msgs



Issues closed (39)
==================

#34804: Repetition of 'for example' in documentation
https://bugs.python.org/issue34804 closed by lukasz.langa

#35970: no help flag in base64 util
https://bugs.python.org/issue35970 closed by ammar2

#40321: urllib.request does not support HTTP response status code 308
https://bugs.python.org/issue40321 closed by lukasz.langa

#40418: Small Refactoring: Use bytes.hex() in secrets.token_hex()
https://bugs.python.org/issue40418 closed by Dennis Sweeney

#41197: Async magic methods in contextlib.closing
https://bugs.python.org/issue41197 closed by njs

#44050: [subinterpreters] _PyImport_FixupExtensionObject() regression
https://bugs.python.org/issue44050 closed by lukasz.langa

#44687: io.BufferedReader:peek() closes underlying file, breaking peek
https://bugs.python.org/issue44687 closed by steve.dower

#44998: macOS build test failure
https://bugs.python.org/issue44998 closed by ned.deily

#45119: test_signal.test_itimer_virtual() failed on AMD64 Fedora Rawhi
https://bugs.python.org/issue45119 closed by vstinner

#45288: Inspect - Added sort_result parameter on getmembers function.
https://bugs.python.org/issue45288 closed by terry.reedy

#45302: 10 built-in functions need non-None .__text_signature__
https://bugs.python.org/issue45302 closed by rhettinger

#45324: The frozen importer should capture info in find_spec().
https://bugs.python.org/issue45324 closed by eric.snow

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328 closed by lukasz.langa

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329 closed by serhiy.storchaka

#45337: Create venv with pip fails when target dir is under userappdat
https://bugs.python.org/issue45337 closed by steve.dower

#45338: Add key argument to collections.Counter
https://bugs.python.org/issue45338 closed by kubataytekin

#45341: Update "Python Package Index" in Docs
https://bugs.python.org/issue45341 closed by StevenHsuYL

#45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0
https://bugs.python.org/issue45343 closed by lukasz.langa

#45345: Equalized lists depend to each other after equalizing
https://bugs.python.org/issue45345 closed by eric.smith

#45346: Some "truthy" crept in
https://bugs.python.org/issue45346 closed by rhettinger

#45348: math.log(243, 3) value issue
https://bugs.python.org/issue45348 closed by tim.peters

#45349: configparser.ConfigParser: 2 newlines at end of file (EOF)
https://bugs.python.org/issue45349 closed by martin.panter

#45350: configure incorrectly ignores pkg-config information for libff
https://bugs.python.org/issue45350 closed by pablogsal

#45354: test_winconsoleio fails on Windows 11
https://bugs.python.org/issue45354 closed by steve.dower

#45360: xml.etree.ElementTree: add feature in write to create director
https://bugs.python.org/issue45360 closed by serhiy.storchaka

#45362: dis does not work with the new optimized ops
https://bugs.python.org/issue45362 closed by kj

#45368: ~(True) and ~(False) gives incorrect result
https://bugs.python.org/issue45368 closed by serhiy.storchaka

#45370: Typo in pep-0636 page
https://bugs.python.org/issue45370 closed by xtreak

#45372: Unwarranted "certificate has expired" when urlopen-ing R3 site
https://bugs.python.org/issue45372 closed by aivarannamaa

#45375: Windows assertion in out-of-tree debug build
https://bugs.python.org/issue45375 closed by steve.dower

#45377: Default python 3 docs still pointing to 3.9.7
https://bugs.python.org/issue45377 closed by eric.smith

#45385: Fix reference leak from descr_check
https://bugs.python.org/issue45385 closed by corona10

#45394: pip install numpy not working in 3.11.0a on macOS 11.6
https://bugs.python.org/issue45394 closed by christian.heimes

#45398: Bugs in set operations in 3.8.10 (detected in Win7)
https://bugs.python.org/issue45398 closed by bfx683

#45400: test_name_error_suggestions_do_not_trigger_for_too_many_locals
https://bugs.python.org/issue45400 closed by vstinner

#45402: ERROR: test_sundry (test.test_tools.test_sundry.TestSundryScri
https://bugs.python.org/issue45402 closed by vstinner

#45403: test_sys: test_stdlib_dir() fails when Python is built outside
https://bugs.python.org/issue45403 closed by vstinner

#45407: Support buffer protocol for _struct.Struct format argument
https://bugs.python.org/issue45407 closed by corona10

#45408: [fuzzer] Weird input with continuation and newlines causes nul
https://bugs.python.org/issue45408 closed by pablogsal
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/RUJ225RBQJUIL5QHBVCPPE4C7ESPIKJM/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
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 -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/VYUJPCCRB3EDQ6GJ5S4XVLBY5K6TEBJT/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
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
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-22 - 2021-10-29)
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 7249 (+50)
closed 50157 (+46)
total 57406 (+96)

Open issues with patches: 2868


Issues opened (77)
==================

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 reopened by paul.j3

#45396: Custom frozen modules get ignored.
https://bugs.python.org/issue45396 reopened by eric.snow

#45563: inspect.getframeinfo() doesn't handle frames without lineno
https://bugs.python.org/issue45563 reopened by lemburg

#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 opened by nanjekyejoannah

#45580: argparse.ArgumentParser.add_mutually_exclusive_group : metavar
https://bugs.python.org/issue45580 opened by AbcSxyZ

#45581: [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLIT
https://bugs.python.org/issue45581 opened by erlendaasland

#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 opened by steve.dower

#45584: Clarifying truncating in documentation
https://bugs.python.org/issue45584 opened by Arthur-Milchior

#45585: Gzipping subprocess output produces invalid .gz file
https://bugs.python.org/issue45585 opened by mherrmann.at

#45587: argparse add_argument_group: distinguish title and description
https://bugs.python.org/issue45587 opened by SelfAdjointOperator

#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 opened by martenlienen

#45589: webbrowser does not handle opens under Windows WSL properly
https://bugs.python.org/issue45589 opened by guido.fioravantti

#45590: distutils: Upload failed (400): Invalid value for blake2_256_d
https://bugs.python.org/issue45590 opened by jwilk

#45592: NamespaceLoader does not implement create_module or exec_modul
https://bugs.python.org/issue45592 opened by FFY00

#45593: SpooledTemporaryFile.truncate returns None
https://bugs.python.org/issue45593 opened by rooter

#45594: Feature Request: add EHOSTUNREACH subclass to ConnectionError
https://bugs.python.org/issue45594 opened by ntc2

#45597: os.path.realpath returns invalid path for junction pointing to
https://bugs.python.org/issue45597 opened by grv87

#45598: setup.py grep_headers_for() is broken by design
https://bugs.python.org/issue45598 opened by christian.heimes

#45599: Please officially support %G, %V and %u directives in time lib
https://bugs.python.org/issue45599 opened by Raphael

#45600: First sentence in docs for os.environ
https://bugs.python.org/issue45600 opened by andrei.avk

#45602: The grammar misses links that are present everywhere else
https://bugs.python.org/issue45602 opened by Arthur-Milchior

#45606: pathlib.Path.glob() does not list dangling symlink when patter
https://bugs.python.org/issue45606 opened by raek

#45607: Make it possible to enrich an exception's error message
https://bugs.python.org/issue45607 opened by iritkatriel

#45609: Specialize STORE_SUBSCR
https://bugs.python.org/issue45609 opened by Dennis Sweeney

#45610: Cookies with longer paths are listed before cookies with short
https://bugs.python.org/issue45610 opened by IYism

#45611: pprint - low width overrides depth folding
https://bugs.python.org/issue45611 opened by iansedano

#45613: [sqlite3] set threadsafety attribute based on default SQLite t
https://bugs.python.org/issue45613 opened by erlendaasland

#45614: traceback of exception with non-unicode __module__
https://bugs.python.org/issue45614 opened by iritkatriel

#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 opened by iritkatriel

#45616: Python Launcher Matches 3.10 instead of 3.1
https://bugs.python.org/issue45616 opened by Marsfan

#45617: sys.stdin does not iterate correctly on '\r' line separator
https://bugs.python.org/issue45617 opened by kbrazil

#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 opened by Maciej Olko

#45619: Mentioning structural pattern matching in the list of binding
https://bugs.python.org/issue45619 opened by Arthur-Milchior

#45622: BlockingIOError: [Errno 11] Resource temporarily unavailable w
https://bugs.python.org/issue45622 opened by florinspatar

#45623: static build is broken
https://bugs.python.org/issue45623 opened by egorpugin

#45625: Add support for top-level await
https://bugs.python.org/issue45625 opened by Fred

#45626: Email part with content type message is multipart.
https://bugs.python.org/issue45626 opened by jdhowroyd

#45630: Dump CodeObject API for debugging
https://bugs.python.org/issue45630 opened by penguin_wwy

#45631: missing unittests for overlapping dest when using subparsers
https://bugs.python.org/issue45631 opened by paul.j3

#45632: Strange readline save history behaviour in site.py
https://bugs.python.org/issue45632 opened by doraeric

#45633: Py_GT listed twice in Doc/extending/newtypes.rst
https://bugs.python.org/issue45633 opened by mdk

#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634 opened by erlendaasland

#45635: Tidy up error handling in traceback.c / python run.c
https://bugs.python.org/issue45635 opened by iritkatriel

#45636: Merge BINARY_*/INPLACE_* into BINARY_OP/INPLACE_OP
https://bugs.python.org/issue45636 opened by brandtbucher

#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637 opened by pablogsal

#45638: Does ccbench still require 2.6 compatibility?
https://bugs.python.org/issue45638 opened by skip.montanaro

#45639: Support modern image formats in MIME types
https://bugs.python.org/issue45639 opened by adamkonrad

#45640: Production tokens are not clickable
https://bugs.python.org/issue45640 opened by Arthur-Milchior

#45642: Unable to save
https://bugs.python.org/issue45642 opened by craig.dowkes

#45643: SIGSTKFLT is missing from the signals module on Linux
https://bugs.python.org/issue45643 opened by gdr@garethrees.org

#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644 opened by CharString

#45646: Star expression in comprehension wrongly indicates to use or_e
https://bugs.python.org/issue45646 opened by Arthur-Milchior

#45647: "expression" is erroneous in the doc
https://bugs.python.org/issue45647 opened by Arthur-Milchior

#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648 opened by kj

#45649: Add tarinfo.Path
https://bugs.python.org/issue45649 opened by FFY00

#45650: cgitb does not emit CGI headers when format='text'
https://bugs.python.org/issue45650 opened by kierdavis

#45651: -X frozen_modules not defaulting to "off" on Windows when runn
https://bugs.python.org/issue45651 opened by eric.snow

#45652: co_filename does not match __file__ for frozen stdlib modules
https://bugs.python.org/issue45652 opened by eric.snow

#45653: Freeze the encodings module.
https://bugs.python.org/issue45653 opened by eric.snow

#45654: Freeze the runpy module.
https://bugs.python.org/issue45654 opened by eric.snow

#45656: argparse bug: prefix_chars argument to add_argument_group does
https://bugs.python.org/issue45656 opened by samwyse

#45658: Implement FrozenImporter.get_source()
https://bugs.python.org/issue45658 opened by eric.snow

#45659: Add FrozenImporter.get_filename().
https://bugs.python.org/issue45659 opened by eric.snow

#45660: Freeze the argparse module.
https://bugs.python.org/issue45660 opened by eric.snow

#45661: [meta] Freeze commonly used stdlib modules.
https://bugs.python.org/issue45661 opened by eric.snow

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662 opened by serhiy.storchaka

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663 opened by serhiy.storchaka

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664 opened by serhiy.storchaka

#45665: Problems caused by isinstance(list[int], type) returning True
https://bugs.python.org/issue45665 opened by serhiy.storchaka

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666 opened by sobolevn

#45667: Better error message on failing to create a venv due to failin
https://bugs.python.org/issue45667 opened by mdk

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668 opened by christian.heimes

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669 opened by pauloxnet

#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670 opened by jab

#45671: str(CancelledError()) is empty
https://bugs.python.org/issue45671 opened by lilydjwg

#45672: Mutation tests results of typing.py
https://bugs.python.org/issue45672 opened by sobolevn

#45673: argparse error with option with optional value
https://bugs.python.org/issue45673 opened by paolobenve



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

#45673: argparse error with option with optional value
https://bugs.python.org/issue45673

#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668

#45667: Better error message on failing to create a venv due to failin
https://bugs.python.org/issue45667

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662

#45660: Freeze the argparse module.
https://bugs.python.org/issue45660

#45656: argparse bug: prefix_chars argument to add_argument_group does
https://bugs.python.org/issue45656

#45652: co_filename does not match __file__ for frozen stdlib modules
https://bugs.python.org/issue45652

#45651: -X frozen_modules not defaulting to "off" on Windows when runn
https://bugs.python.org/issue45651

#45650: cgitb does not emit CGI headers when format='text'
https://bugs.python.org/issue45650

#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648



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

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662

#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648

#45646: Star expression in comprehension wrongly indicates to use or_e
https://bugs.python.org/issue45646

#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644

#45643: SIGSTKFLT is missing from the signals module on Linux
https://bugs.python.org/issue45643

#45640: Production tokens are not clickable
https://bugs.python.org/issue45640

#45639: Support modern image formats in MIME types
https://bugs.python.org/issue45639

#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637

#45636: Merge BINARY_*/INPLACE_* into BINARY_OP/INPLACE_OP
https://bugs.python.org/issue45636

#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634



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

#45548: Update Modules/Setup
https://bugs.python.org/issue45548 23 msgs

#44828: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 M
https://bugs.python.org/issue44828 14 msgs

#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 13 msgs

#30082: hide command prompt when using subprocess.Popen with shell=Fal
https://bugs.python.org/issue30082 10 msgs

#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 9 msgs

#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 8 msgs

#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 8 msgs

#45545: chdir __exit__ is not safe
https://bugs.python.org/issue45545 7 msgs

#45356: Calling `help` executes @classmethod @property decorated metho
https://bugs.python.org/issue45356 5 msgs

#45524: Cross-module dataclass inheritance breaks get_type_hints
https://bugs.python.org/issue45524 5 msgs



Issues closed (45)
==================

#2733: mmap resize fails on anonymous memory
https://bugs.python.org/issue2733 closed by tim.golden

#14170: print unicode string error in win8 cmd console
https://bugs.python.org/issue14170 closed by tim.golden

#17569: urllib2 urlopen truncates https pages after 32768 characters
https://bugs.python.org/issue17569 closed by iritkatriel

#24151: test_pydoc fails
https://bugs.python.org/issue24151 closed by ned.deily

#28737: Document that tp_dealloc handler must call PyObject_GC_UnTrack
https://bugs.python.org/issue28737 closed by lukasz.langa

#31594: Make bytes and bytearray maketrans accept dictionaries as firs
https://bugs.python.org/issue31594 closed by iritkatriel

#39679: functools: singledispatchmethod doesn't work with classmethod
https://bugs.python.org/issue39679 closed by lukasz.langa

#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210 closed by iritkatriel

#40915: multiple problems with mmap.resize() in Windows
https://bugs.python.org/issue40915 closed by tim.golden

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 closed by eric.snow

#45305: Unexpected record of call_args_list when passing mutable objec
https://bugs.python.org/issue45305 closed by andrei.avk

#45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of
https://bugs.python.org/issue45355 closed by serhiy.storchaka

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388 closed by Mark.Shannon

#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395 closed by eric.snow

#45438: inspect not capturing type annotations created by __class_geti
https://bugs.python.org/issue45438 closed by serhiy.storchaka

#45502: Fix test_shelve and make it discoverable
https://bugs.python.org/issue45502 closed by serhiy.storchaka

#45504: [argparse] Entering a partial config_parser flag works with su
https://bugs.python.org/issue45504 closed by paul.j3

#45506: Out of source tree builds failing on main - test_importlib oth
https://bugs.python.org/issue45506 closed by gregory.p.smith

#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530 closed by tim.peters

#45562: python -d creates lots of tokenizer messages
https://bugs.python.org/issue45562 closed by pablogsal

#45566: dataclasses???s `test_frozen_pickle` does not use all possible
https://bugs.python.org/issue45566 closed by eric.smith

#45571: Modules/makesetup uses wrong CFLAGS for *shared*
https://bugs.python.org/issue45571 closed by christian.heimes

#45574: Warning: ???print_escape??? defined but not used
https://bugs.python.org/issue45574 closed by pablogsal

#45579: [list.append(i) for i in list] causes high resources usage
https://bugs.python.org/issue45579 closed by rhettinger

#45583: Documentation of int() in datamodel.rst is out of date
https://bugs.python.org/issue45583 closed by lukasz.langa

#45586: Use starred expressions in subscripts
https://bugs.python.org/issue45586 closed by Dennis Sweeney

#45591: PathFinder does not find namespace packages children
https://bugs.python.org/issue45591 closed by FFY00

#45595: [Build] Make extensions depend on header files
https://bugs.python.org/issue45595 closed by christian.heimes

#45596: Python opens the ./<string> file on exception while using -c
https://bugs.python.org/issue45596 closed by iritkatriel

#45601: test_tk and test_ttk_guionly fail with resource not availiable
https://bugs.python.org/issue45601 closed by zach.ware

#45603: [Windows] account privileges and updating Python packages
https://bugs.python.org/issue45603 closed by eryksun

#45604: multiprocessing.log_to_stderr missing documentation for parame
https://bugs.python.org/issue45604 closed by lukasz.langa

#45605: Return False from __contains__ method if object not hashable f
https://bugs.python.org/issue45605 closed by serhiy.storchaka

#45608: [sqlite3] some DB-API attributes are undocumented
https://bugs.python.org/issue45608 closed by lukasz.langa

#45612: [doc] add sqlite3 module docstring
https://bugs.python.org/issue45612 closed by lukasz.langa

#45620: A misleading url in 'Floating Point Arithmetic' page
https://bugs.python.org/issue45620 closed by eric.smith

#45621: Small fixes to mmap
https://bugs.python.org/issue45621 closed by tim.golden

#45624: test_graphlib.py depends on iteration order of sets
https://bugs.python.org/issue45624 closed by lukasz.langa

#45627: OpenSSL 1.1.1 still implements some disable-flags for Blake2,
https://bugs.python.org/issue45627 closed by Alexandru Ardelean

#45628: TimedRotatingFileHandler backupCount not working
https://bugs.python.org/issue45628 closed by vinay.sajip

#45629: Tools/freeze needs tests in the test suite.
https://bugs.python.org/issue45629 closed by eric.snow

#45641: Error In opening a file through tkinter on macOS Monterey
https://bugs.python.org/issue45641 closed by terry.reedy

#45645: Deep recursion terminates script execution with no error (Wind
https://bugs.python.org/issue45645 closed by steve.dower

#45655: List of PEPs at top of typing docs is too long to be readable
https://bugs.python.org/issue45655 closed by kj

#45657: Enum behavior when values are functions
https://bugs.python.org/issue45657 closed by ronpandolfi
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-29 - 2021-11-05)
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 7259 (+10)
closed 50203 (+46)
total 57462 (+56)

Open issues with patches: 2871


Issues opened (37)
==================

#45641: Error In opening a file through tkinter on macOS Monterey
https://bugs.python.org/issue45641 reopened by devesh.dk373

#45675: pkgutil.get_data() doesn't add subpackages to parent packages
https://bugs.python.org/issue45675 opened by godlygeek

#45676: Enum: improve generics support
https://bugs.python.org/issue45676 opened by ethan.furman

#45677: [doc] improve sqlite3 docs
https://bugs.python.org/issue45677 opened by erlendaasland

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680 opened by AlexWaygood

#45681: tkinter breaks on high resolution screen after ctypes SetProce
https://bugs.python.org/issue45681 opened by GabeMillikan

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684 opened by AlexWaygood

#45686: ElementTree.Element.extend: bad error message when error occur
https://bugs.python.org/issue45686 opened by goodmami

#45687: Infinite recursion in Pickler.persistent_id
https://bugs.python.org/issue45687 opened by embe-navalgo

#45689: Custom Name for ThreadPoolExecutor
https://bugs.python.org/issue45689 opened by RahulARanger

#45690: Argparse exclusive group inside required exclusive group displ
https://bugs.python.org/issue45690 opened by acooke

#45691: Partial moving of core objects to interpreter state is incorre
https://bugs.python.org/issue45691 opened by Mark.Shannon

#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692 opened by terry.reedy

#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 opened by jcristharif

#45694: Limit the number of chained exceptions included in formatted t
https://bugs.python.org/issue45694 opened by iritkatriel

#45695: Out-of-tree builds are not tested.
https://bugs.python.org/issue45695 opened by eric.snow

#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696 opened by gvanrossum

#45699: AttributeError: 'list' object has no attribute 'find'
https://bugs.python.org/issue45699 opened by krisp1506

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701 opened by sobolevn

#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703 opened by hroncok

#45704: string.Formatter.parse does not handle auto-numbered positiona
https://bugs.python.org/issue45704 opened by SDesch

#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706 opened by przemub

#45709: 3.11 regression: tracing with-statement on exit from block
https://bugs.python.org/issue45709 opened by nedbat

#45710: Junction/symbolic folder access error on Windows 11
https://bugs.python.org/issue45710 opened by fstorino

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 opened by iritkatriel

#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712 opened by Andy

#45713: gcc warning when compiling Modules/expat/xmltok_ns.c
https://bugs.python.org/issue45713 opened by vamsi1281977

#45719: SubProcess stdin.flush freezes when running python interpreter
https://bugs.python.org/issue45719 opened by djp1012878

#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720 opened by steve.dower

#45721: Improve error message when python shell command is entered at
https://bugs.python.org/issue45721 opened by steven.daprano

#45722: documentation missing information on objects in submodules
https://bugs.python.org/issue45722 opened by rapp.jens

#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723 opened by christian.heimes

#45724: Segmentation fault
https://bugs.python.org/issue45724 opened by ghost.in.the.wires

#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725 opened by Mark.Shannon

#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727 opened by Carl.Friedrich.Bolz

#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728 opened by jkrupp

#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729 opened by programmerjake



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

#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729

#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728

#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725

#45722: documentation missing information on objects in submodules
https://bugs.python.org/issue45722

#45719: SubProcess stdin.flush freezes when running python interpreter
https://bugs.python.org/issue45719

#45713: gcc warning when compiling Modules/expat/xmltok_ns.c
https://bugs.python.org/issue45713

#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711

#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701

#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696

#45694: Limit the number of chained exceptions included in formatted t
https://bugs.python.org/issue45694

#45687: Infinite recursion in Pickler.persistent_id
https://bugs.python.org/issue45687

#45686: ElementTree.Element.extend: bad error message when error occur
https://bugs.python.org/issue45686

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684



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

#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727

#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723

#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711

#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706

#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701

#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696

#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692

#45691: Partial moving of core objects to interpreter state is incorre
https://bugs.python.org/issue45691

#45689: Custom Name for ThreadPoolExecutor
https://bugs.python.org/issue45689

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680

#45677: [doc] improve sqlite3 docs
https://bugs.python.org/issue45677

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669



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

#44828: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 M
https://bugs.python.org/issue44828 25 msgs

#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692 11 msgs

#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 9 msgs

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669 8 msgs

#43158: uuid won't build when libuuid is installed in a non-standard p
https://bugs.python.org/issue43158 7 msgs

#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 7 msgs

#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 7 msgs

#45704: string.Formatter.parse does not handle auto-numbered positiona
https://bugs.python.org/issue45704 7 msgs

#10483: http.server - what is executable on Windows
https://bugs.python.org/issue10483 6 msgs

#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 6 msgs



Issues closed (46)
==================

#2628: ftplib Persistent data connection
https://bugs.python.org/issue2628 closed by ethan.furman

#24139: Use sqlite3 extended error codes
https://bugs.python.org/issue24139 closed by erlendaasland

#24949: Identifier lookup in a multi-level package is flakey
https://bugs.python.org/issue24949 closed by iritkatriel

#30570: issubclass segfaults on objects with weird __getattr__
https://bugs.python.org/issue30570 closed by lukasz.langa

#42064: Convert sqlite3 to multi-phase initialisation (PEP 489)
https://bugs.python.org/issue42064 closed by erlendaasland

#43969: "bad magic number" when Python 2's pyc file exists without py
https://bugs.python.org/issue43969 closed by mitchhentges

#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257 closed by pablogsal

#44319: setup openssl failed on linux
https://bugs.python.org/issue44319 closed by christian.heimes

#45335: Default TIMESTAMP converter in sqlite3 ignores UTC offset
https://bugs.python.org/issue45335 closed by lukasz.langa

#45406: inspect.getouterframes() tracebacks when $CWD does not exists
https://bugs.python.org/issue45406 closed by iritkatriel

#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457 closed by lukasz.langa

#45466: Simple curl/wget-like download functionality in urllib (like h
https://bugs.python.org/issue45466 closed by eric.smith

#45484: test_pickle segfault on s390x RHEL7 LTO 3.x
https://bugs.python.org/issue45484 closed by Dennis Sweeney

#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577 closed by lukasz.langa

#45581: [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLIT
https://bugs.python.org/issue45581 closed by lukasz.langa

#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 closed by martenlienen

#45600: First sentence in docs for os.environ
https://bugs.python.org/issue45600 closed by lukasz.langa

#45613: [sqlite3] set threadsafety attribute based on default SQLite t
https://bugs.python.org/issue45613 closed by erlendaasland

#45625: Add support for top-level await
https://bugs.python.org/issue45625 closed by asvetlov

#45633: Py_GT listed twice in Doc/extending/newtypes.rst
https://bugs.python.org/issue45633 closed by kj

#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634 closed by erlendaasland

#45642: Unable to save
https://bugs.python.org/issue45642 closed by ned.deily

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666 closed by kj

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668 closed by christian.heimes

#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670 closed by rhettinger

#45671: str(CancelledError()) is empty
https://bugs.python.org/issue45671 closed by lilydjwg

#45674: From Python 3.7, sre_parse.parse() do not create SubPattern in
https://bugs.python.org/issue45674 closed by serhiy.storchaka

#45678: `functools.singledispatchmethod` is missing tests (and is bugg
https://bugs.python.org/issue45678 closed by lukasz.langa

#45679: typing.Literal[True] is implicitly converted to typing.Literal
https://bugs.python.org/issue45679 closed by kj

#45682: Nicer default logging format
https://bugs.python.org/issue45682 closed by vinay.sajip

#45683: dns.asyncresolver ignores nameserver parameter
https://bugs.python.org/issue45683 closed by james2

#45685: PythonLauncher app fails run scripts on Mac BigSur
https://bugs.python.org/issue45685 closed by ned.deily

#45688: stdlib_module_names.h is missing _scproxy
https://bugs.python.org/issue45688 closed by christian.heimes

#45697: PyType_IsSubtype is doing excessive work in the common case
https://bugs.python.org/issue45697 closed by serhiy.storchaka

#45698: Error on importing getopt
https://bugs.python.org/issue45698 closed by eric.smith

#45700: Got SEGV in compilation python3.6 with GCC-11, and please rene
https://bugs.python.org/issue45700 closed by ned.deily

#45702: Python/dtoa.c requires 53 bit hardware rounding unavalable on
https://bugs.python.org/issue45702 closed by arhadthedev

#45705: |= set update scoping
https://bugs.python.org/issue45705 closed by jabowery2

#45707: Variable reassginment triggers incorrect behaviors of locals()
https://bugs.python.org/issue45707 closed by josh.r

#45708: PEP 515-style formatting with underscores does not seem to wor
https://bugs.python.org/issue45708 closed by serhiy.storchaka

#45714: test_multiprocessing_spawn hangs sometimes
https://bugs.python.org/issue45714 closed by skip.montanaro

#45715: round(2500, -3)
https://bugs.python.org/issue45715 closed by Dennis Sweeney

#45716: Confusing parsing error message when trying to use True as key
https://bugs.python.org/issue45716 closed by pablogsal

#45717: Bad link to python docs in help(_hashlib)
https://bugs.python.org/issue45717 closed by zach.ware

#45718: asyncio: MultiLoopWatcher has a race condition (Proposed work-
https://bugs.python.org/issue45718 closed by byllyfish

#45726: Documentation for `@singledispatch` and `@singledispatchmethod
https://bugs.python.org/issue45726 closed by lukasz.langa
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/ZOCTGWRH7D27MBVAHKB2PRGXDL7MD52G/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-05 - 2021-11-12)
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 7282 (+23)
closed 50241 (+38)
total 57523 (+61)

Open issues with patches: 2886


Issues opened (46)
==================

#44439: stdlib wrongly uses len() for bytes-like object
https://bugs.python.org/issue44439 reopened by malin

#45354: test_winconsoleio fails on Windows 11
https://bugs.python.org/issue45354 reopened by vstinner

#45708: PEP 515-style formatting with underscores does not seem to wor
https://bugs.python.org/issue45708 reopened by serhiy.storchaka

#45732: Update python.org Windows and macOS installers to use Tk 8.6.1
https://bugs.python.org/issue45732 opened by ned.deily

#45733: importlib.abc.Traversable.name does not match
https://bugs.python.org/issue45733 opened by jmg

#45735: Promise the long-time truth that `args=list` works
https://bugs.python.org/issue45735 opened by tim.peters

#45736: 2to3 does not support integer division fixing
https://bugs.python.org/issue45736 opened by February291948

#45737: assertLogs to optionally not disable existing handlers
https://bugs.python.org/issue45737 opened by dandiez

#45738: 3.11 exec raises SystemError instead of SyntaxError on char af
https://bugs.python.org/issue45738 opened by pewscorner

#45739: The Python implementation of Decimal does not support the "N"
https://bugs.python.org/issue45739 opened by serhiy.storchaka

#45742: python -h can't find -R option
https://bugs.python.org/issue45742 opened by 180909

#45743: Cleanup and simplify setup.py
https://bugs.python.org/issue45743 opened by christian.heimes

#45744: Fix Flawfinder C Errors
https://bugs.python.org/issue45744 opened by osdotsystem

#45752: copy module doc wrongly says it doesn't copy arrays
https://bugs.python.org/issue45752 opened by Stefan Pochmann

#45753: Further speed up Python-to-Python calls.
https://bugs.python.org/issue45753 opened by Mark.Shannon

#45755: Mock spec with a specialized generic class does not mock class
https://bugs.python.org/issue45755 opened by kjamieson

#45756: mock raises exception when using a spec with an attribute that
https://bugs.python.org/issue45756 opened by kjamieson

#45757: compiler emits EXTENDED_ARG + NOP sequence in 3.10
https://bugs.python.org/issue45757 opened by rok.mandeljc

#45758: Crash on Py_DecRef'ing builtin object from previous run
https://bugs.python.org/issue45758 opened by Victor Milovanov

#45759: Improve error messages for non-matching `elif`/`else` statemen
https://bugs.python.org/issue45759 opened by February291948

#45760: Remove "PyNumber_InMatrixMultiply"
https://bugs.python.org/issue45760 opened by brandtbucher

#45761: recursive ProcessPoolExecutor invoke unable to return result
https://bugs.python.org/issue45761 opened by evan0greenup

#45762: Missing `list` symbols in the object inventory
https://bugs.python.org/issue45762 opened by Akarys

#45764: Parse error improvement forgetting ( after def
https://bugs.python.org/issue45764 opened by Carl.Friedrich.Bolz

#45765: importlib.metadata fails to find distributions in empty path
https://bugs.python.org/issue45765 opened by jaraco

#45766: Add direct proportion option to statistics.linear_regression()
https://bugs.python.org/issue45766 opened by rhettinger

#45767: Fix types for dev_t processing in posix module
https://bugs.python.org/issue45767 opened by AMDmi3

#45771: urllib.request.urlopen can leak socket.timeout to callers
https://bugs.python.org/issue45771 opened by thorpe-dev

#45772: socket.socket should be a class instead of a function
https://bugs.python.org/issue45772 opened by arhadthedev

#45773: Compiler hangs during jump elimination
https://bugs.python.org/issue45773 opened by brandtbucher

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774 opened by erlendaasland

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775 opened by thomas.stolarski

#45776: abc submodule not an attribute of collections on Python 3.10.0
https://bugs.python.org/issue45776 opened by stcanny

#45779: multiprocessing initializer error with CPython 3.9.6 on Apple
https://bugs.python.org/issue45779 opened by zhangzheng

#45780: dict. keys view behaviour diverges from set()
https://bugs.python.org/issue45780 opened by gregory.p.smith

#45781: Deleting __debug__ should be an SyntaxError
https://bugs.python.org/issue45781 opened by Carl.Friedrich.Bolz

#45783: test_freeze fails if a file is removed
https://bugs.python.org/issue45783 opened by petr.viktorin

#45786: Avoid allocating when exiting frame; it may be unsafe.
https://bugs.python.org/issue45786 opened by Mark.Shannon

#45787: HOWTO for socket programming and select documentation contradi
https://bugs.python.org/issue45787 opened by AlexWaygood

#45788: sys.prefix include directory on Windows
https://bugs.python.org/issue45788 opened by CatherineH

#45789: Python execution broken after update via Windows Store
https://bugs.python.org/issue45789 opened by firewave

#45790: Inaccurate phrasing in extending/newtypes_tutorial
https://bugs.python.org/issue45790 opened by rtobar2

#45791: __instancecheck__ being checked on type(cls) instead of cls
https://bugs.python.org/issue45791 opened by rhettinger

#45792: contextvars.Token has wrong module name in Sphinx's objects.in
https://bugs.python.org/issue45792 opened by hynek

#45794: Email policy option for disabling RFC2231 Mime parameter foldi
https://bugs.python.org/issue45794 opened by Ezekeel

#45795: urllib http client vulnerable to DOS attack
https://bugs.python.org/issue45795 opened by haqsek2



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

#45795: urllib http client vulnerable to DOS attack
https://bugs.python.org/issue45795

#45794: Email policy option for disabling RFC2231 Mime parameter foldi
https://bugs.python.org/issue45794

#45790: Inaccurate phrasing in extending/newtypes_tutorial
https://bugs.python.org/issue45790

#45788: sys.prefix include directory on Windows
https://bugs.python.org/issue45788

#45787: HOWTO for socket programming and select documentation contradi
https://bugs.python.org/issue45787

#45781: Deleting __debug__ should be an SyntaxError
https://bugs.python.org/issue45781

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775

#45772: socket.socket should be a class instead of a function
https://bugs.python.org/issue45772

#45771: urllib.request.urlopen can leak socket.timeout to callers
https://bugs.python.org/issue45771

#45762: Missing `list` symbols in the object inventory
https://bugs.python.org/issue45762

#45761: recursive ProcessPoolExecutor invoke unable to return result
https://bugs.python.org/issue45761

#45756: mock raises exception when using a spec with an attribute that
https://bugs.python.org/issue45756

#45755: Mock spec with a specialized generic class does not mock class
https://bugs.python.org/issue45755

#45753: Further speed up Python-to-Python calls.
https://bugs.python.org/issue45753

#45752: copy module doc wrongly says it doesn't copy arrays
https://bugs.python.org/issue45752



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

#45792: contextvars.Token has wrong module name in Sphinx's objects.in
https://bugs.python.org/issue45792

#45791: __instancecheck__ being checked on type(cls) instead of cls
https://bugs.python.org/issue45791

#45790: Inaccurate phrasing in extending/newtypes_tutorial
https://bugs.python.org/issue45790

#45783: test_freeze fails if a file is removed
https://bugs.python.org/issue45783

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774

#45773: Compiler hangs during jump elimination
https://bugs.python.org/issue45773

#45771: urllib.request.urlopen can leak socket.timeout to callers
https://bugs.python.org/issue45771

#45767: Fix types for dev_t processing in posix module
https://bugs.python.org/issue45767

#45766: Add direct proportion option to statistics.linear_regression()
https://bugs.python.org/issue45766

#45765: importlib.metadata fails to find distributions in empty path
https://bugs.python.org/issue45765

#45764: Parse error improvement forgetting ( after def
https://bugs.python.org/issue45764

#45759: Improve error messages for non-matching `elif`/`else` statemen
https://bugs.python.org/issue45759

#45757: compiler emits EXTENDED_ARG + NOP sequence in 3.10
https://bugs.python.org/issue45757

#45753: Further speed up Python-to-Python calls.
https://bugs.python.org/issue45753



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

#45757: compiler emits EXTENDED_ARG + NOP sequence in 3.10
https://bugs.python.org/issue45757 13 msgs

#28533: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue28533 11 msgs

#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723 10 msgs

#45789: Python execution broken after update via Windows Store
https://bugs.python.org/issue45789 10 msgs

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 9 msgs

#45743: Cleanup and simplify setup.py
https://bugs.python.org/issue45743 9 msgs

#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 8 msgs

#45354: test_winconsoleio fails on Windows 11
https://bugs.python.org/issue45354 6 msgs

#45776: abc submodule not an attribute of collections on Python 3.10.0
https://bugs.python.org/issue45776 6 msgs

#45791: __instancecheck__ being checked on type(cls) instead of cls
https://bugs.python.org/issue45791 6 msgs



Issues closed (35)
==================

#15967: Slaves don't seem to clean up their /tmp mess if a step fails.
https://bugs.python.org/issue15967 closed by iritkatriel

#21501: docs: mmap example for use in documentation
https://bugs.python.org/issue21501 closed by gvanrossum

#35828: test_multiprocessing_fork: segmentation error in PyDict_GetIte
https://bugs.python.org/issue35828 closed by iritkatriel

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006 closed by nascheme

#40139: mimetypes module racy
https://bugs.python.org/issue40139 closed by terry.reedy

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813 closed by iritkatriel

#45091: inspect.Parameter.__str__ does not include subscripted types i
https://bugs.python.org/issue45091 closed by andrei.avk

#45392: docstring of "type" could use an update
https://bugs.python.org/issue45392 closed by lukasz.langa

#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637 closed by pablogsal

#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644 closed by lukasz.langa

#45689: Add the ability to give custom names to threads created by Thr
https://bugs.python.org/issue45689 closed by RahulARanger

#45699: AttributeError: 'list' object has no attribute 'find'
https://bugs.python.org/issue45699 closed by eric.araujo

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701 closed by rhettinger

#45710: Junction/symbolic folder access error on Windows 11
https://bugs.python.org/issue45710 closed by eryksun

#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712 closed by zach.ware

#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720 closed by steve.dower

#45724: Segmentation fault
https://bugs.python.org/issue45724 closed by iritkatriel

#45730: ERROR: PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x8
https://bugs.python.org/issue45730 closed by christian.heimes

#45731: Handle --enable-loadable-sqlite-extensions in configure
https://bugs.python.org/issue45731 closed by christian.heimes

#45734: Spam
https://bugs.python.org/issue45734 closed by zach.ware

#45740: StrEnum entry doesn't mention its introduction in 3.11
https://bugs.python.org/issue45740 closed by ethan.furman

#45741: entry points singular?
https://bugs.python.org/issue45741 closed by eric.smith

#45745: ./python -m test --help output for refleaks seems wrong
https://bugs.python.org/issue45745 closed by vstinner

#45746: ftplib please revisit retrlines('RETR as it produces files wi
https://bugs.python.org/issue45746 closed by mckenzm

#45747: Detect dbm and gdbm dependencies in configure.ac
https://bugs.python.org/issue45747 closed by christian.heimes

#45748: "import ctypes" segfaults on Python 3.6 and Ubuntu 21.10
https://bugs.python.org/issue45748 closed by erlendaasland

#45749: Silently fails to build hashlib if openssl has disabled algori
https://bugs.python.org/issue45749 closed by christian.heimes

#45754: [sqlite3] SQLITE_LIMIT_LENGTH is incorrectly used to check sta
https://bugs.python.org/issue45754 closed by erlendaasland

#45763: Detect compression libraries in configure
https://bugs.python.org/issue45763 closed by christian.heimes

#45777: Issue in reading files with a path longer than 256 letters aft
https://bugs.python.org/issue45777 closed by steve.dower

#45778: libpython.so 3.9.8 drops symbol used by third party extension
https://bugs.python.org/issue45778 closed by lukasz.langa

#45782: Bug in struct.pack
https://bugs.python.org/issue45782 closed by steven.daprano

#45784: spam
https://bugs.python.org/issue45784 closed by steven.daprano

#45785: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue45785 closed by vstinner

#45793: execute shell command ./configure with python subprocess.popen
https://bugs.python.org/issue45793 closed by ronaldoussoren
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/OGVS3DFIGRRTE5AE2FPD2JM6ELQMHBX2/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-12 - 2021-11-19)
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 7290 ( +8)
closed 50286 (+45)
total 57576 (+53)

Open issues with patches: 2884


Issues opened (37)
==================

#34592: cdll.LoadLibrary allows None as an argument
https://bugs.python.org/issue34592 reopened by gregory.p.smith

#41735: Thread locks in zlib module may go wrong in rare case
https://bugs.python.org/issue41735 reopened by malin

#45797: AMD64 Arch Linux Asan Debug buildbot sometimes hangs before te
https://bugs.python.org/issue45797 opened by vstinner

#45802: MozillaCookieJar can't read cookies, should support cookies.sq
https://bugs.python.org/issue45802 opened by akkana

#45803: make_dataclass is missing the documented kw_only argument
https://bugs.python.org/issue45803 opened by kintisheff

#45804: IDLE - faster shell writing
https://bugs.python.org/issue45804 opened by roger.serwy

#45805: CO_FUTURE_ANNOTATIONS flag is not documented or in inspect
https://bugs.python.org/issue45805 opened by saulshanabrook

#45806: Cannot Recover From StackOverflow in 3.9 Tests
https://bugs.python.org/issue45806 opened by Dennis Sweeney

#45808: configure check for HAVE_CRYPT_R is wrong
https://bugs.python.org/issue45808 opened by christian.heimes

#45809: Race condition in WeakKeyDictionary/WeakKeyDictionary
https://bugs.python.org/issue45809 opened by colesbury

#45810: Prohibit invisible control characters in string literals and c
https://bugs.python.org/issue45810 opened by steven.daprano

#45811: Improve error message when source code contains invisible cont
https://bugs.python.org/issue45811 opened by steven.daprano

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813 opened by xxm

#45815: Document exceptions raised by fnmtach
https://bugs.python.org/issue45815 opened by DimitriPapadopoulosOrfanos

#45816: Python does not support standalone MSVC v143 (VS 2022) Build T
https://bugs.python.org/issue45816 opened by February291948

#45818: socketserver.BaseRequestHandler inherited class
https://bugs.python.org/issue45818 opened by matsievskiysv

#45819: Avoid releasing the GIL in nonblocking socket operations
https://bugs.python.org/issue45819 opened by jcristharif

#45821: Many method parameters in the datetime module are positional-o
https://bugs.python.org/issue45821 opened by AlexWaygood

#45823: phyton stopped working
https://bugs.python.org/issue45823 opened by vicentpaul869

#45824: CSV module document does not include how to append files
https://bugs.python.org/issue45824 opened by wesrl

#45825: Heap Segmentation Fault
https://bugs.python.org/issue45825 opened by thewb

#45828: [sqlite3] use unraisable exceptions in callbacks
https://bugs.python.org/issue45828 opened by erlendaasland

#45829: Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR
https://bugs.python.org/issue45829 opened by Mark.Shannon

#45830: Custom pickler memory leak
https://bugs.python.org/issue45830 opened by douglas-raillard-arm

#45832: Misleading membersip expression documentation
https://bugs.python.org/issue45832 opened by harahu

#45833: NamedTemporaryFile deleted before enclosing context manager ex
https://bugs.python.org/issue45833 opened by Brian McCutchon

#45834: Move runtime except: check to the parser
https://bugs.python.org/issue45834 opened by iritkatriel

#45837: Fix turtle deprecations
https://bugs.python.org/issue45837 opened by hugovk

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838 opened by colesbury

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840 opened by AlexWaygood

#45842: AddressSanitizer: bad-free - hello world c extension
https://bugs.python.org/issue45842 opened by FrancescElies

#45843: Optimizing LOAD_CONST followed by COMPARE_OP (or IS_OP)
https://bugs.python.org/issue45843 opened by February291948

#45844: Dead link 'consolelib' in faq/library
https://bugs.python.org/issue45844 opened by JMcB17

#45845: Dead link 'pythoncraft.com/OSCON2001' in faq/library
https://bugs.python.org/issue45845 opened by JMcB17

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846 opened by JMcB17

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 opened by christian.heimes

#45848: Pegen's nice error reporting crashes with non-UTF-8 files
https://bugs.python.org/issue45848 opened by petr.viktorin



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

#45848: Pegen's nice error reporting crashes with non-UTF-8 files
https://bugs.python.org/issue45848

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846

#45845: Dead link 'pythoncraft.com/OSCON2001' in faq/library
https://bugs.python.org/issue45845

#45844: Dead link 'consolelib' in faq/library
https://bugs.python.org/issue45844

#45842: AddressSanitizer: bad-free - hello world c extension
https://bugs.python.org/issue45842

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838

#45830: Custom pickler memory leak
https://bugs.python.org/issue45830

#45828: [sqlite3] use unraisable exceptions in callbacks
https://bugs.python.org/issue45828

#45818: socketserver.BaseRequestHandler inherited class
https://bugs.python.org/issue45818

#45815: Document exceptions raised by fnmtach
https://bugs.python.org/issue45815

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813

#45811: Improve error message when source code contains invisible cont
https://bugs.python.org/issue45811

#45810: Prohibit invisible control characters in string literals and c
https://bugs.python.org/issue45810



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

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846

#45843: Optimizing LOAD_CONST followed by COMPARE_OP (or IS_OP)
https://bugs.python.org/issue45843

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838

#45837: Fix turtle deprecations
https://bugs.python.org/issue45837

#45834: Move runtime except: check to the parser
https://bugs.python.org/issue45834

#45829: Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR
https://bugs.python.org/issue45829

#45828: [sqlite3] use unraisable exceptions in callbacks
https://bugs.python.org/issue45828

#45819: Avoid releasing the GIL in nonblocking socket operations
https://bugs.python.org/issue45819

#45816: Python does not support standalone MSVC v143 (VS 2022) Build T
https://bugs.python.org/issue45816

#45809: Race condition in WeakKeyDictionary/WeakKeyDictionary
https://bugs.python.org/issue45809

#45808: configure check for HAVE_CRYPT_R is wrong
https://bugs.python.org/issue45808

#45806: Cannot Recover From StackOverflow in 3.9 Tests
https://bugs.python.org/issue45806

#45804: IDLE - faster shell writing
https://bugs.python.org/issue45804



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

#45116: Performance regression 3.10b1: inlining issue in the big _PyEv
https://bugs.python.org/issue45116 8 msgs

#45573: Use pkg-config autoconf macros to detect flags for Modules/Set
https://bugs.python.org/issue45573 7 msgs

#45795: urllib http client vulnerable to DOS attack
https://bugs.python.org/issue45795 7 msgs

#45742: python -h can't find -R option
https://bugs.python.org/issue45742 6 msgs

#10483: http.server - what is executable on Windows
https://bugs.python.org/issue10483 5 msgs

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059 5 msgs

#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476 5 msgs

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775 5 msgs

#45829: Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR
https://bugs.python.org/issue45829 5 msgs

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295 4 msgs



Issues closed (43)
==================

#6669: TarFile.getmembers fails at struct.unpack: unpack requires a s
https://bugs.python.org/issue6669 closed by vstinner

#20868: Lib/test/test_socket.py: skip testGetServBy if /etc/services i
https://bugs.python.org/issue20868 closed by iritkatriel

#25381: Update doc of three C exception values.
https://bugs.python.org/issue25381 closed by terry.reedy

#28132: impossible to uninstall python3.6.0b1-amd64 from windows 10
https://bugs.python.org/issue28132 closed by iritkatriel

#28533: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue28533 closed by vstinner

#38625: SpooledTemporaryFile does not seek correctly after being rolle
https://bugs.python.org/issue38625 closed by methane

#42540: Debug pymalloc crash when using os.fork() [regression]
https://bugs.python.org/issue42540 closed by lukasz.langa

#44295: self.assertDictContainsSubset warning is unhelpful
https://bugs.python.org/issue44295 closed by rhettinger

#45103: IDLE: make configdialog font page survive font failures
https://bugs.python.org/issue45103 closed by terry.reedy

#45243: [sqlite3] add support for changing connection limits
https://bugs.python.org/issue45243 closed by erlendaasland

#45429: [Windows] time.sleep() should use CREATE_WAITABLE_TIMER_HIGH_R
https://bugs.python.org/issue45429 closed by corona10

#45510: Specialize BINARY_SUBTRACT
https://bugs.python.org/issue45510 closed by corona10

#45512: [sqlite3] simplify "isolation level"
https://bugs.python.org/issue45512 closed by erlendaasland

#45636: Merge BINARY_*/INPLACE_* into BINARY_OP
https://bugs.python.org/issue45636 closed by Mark.Shannon

#45640: Production tokens are not clickable
https://bugs.python.org/issue45640 closed by lukasz.langa

#45736: 2to3 does not support integer division fixing
https://bugs.python.org/issue45736 closed by lukasz.langa

#45738: 3.11 exec raises SystemError instead of SyntaxError on char af
https://bugs.python.org/issue45738 closed by pablogsal

#45752: copy module doc wrongly says it doesn't copy arrays
https://bugs.python.org/issue45752 closed by asvetlov

#45764: Parse error improvement forgetting ( after def
https://bugs.python.org/issue45764 closed by pablogsal

#45765: importlib.metadata fails to find distributions in empty path
https://bugs.python.org/issue45765 closed by jaraco

#45772: socket.socket should be a class instead of a function
https://bugs.python.org/issue45772 closed by arhadthedev

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774 closed by erlendaasland

#45781: Deleting __debug__ should be an SyntaxError
https://bugs.python.org/issue45781 closed by terry.reedy

#45788: Doc sys.prefix lib & include directories on Windows and Mac
https://bugs.python.org/issue45788 closed by terry.reedy

#45792: contextvars.Token has wrong module name in Sphinx's objects.in
https://bugs.python.org/issue45792 closed by asvetlov

#45796: Using tab to cycle through tkinter widgets breaks foreground s
https://bugs.python.org/issue45796 closed by ned.deily

#45798: Move _decimal build setup into configure
https://bugs.python.org/issue45798 closed by christian.heimes

#45799: Fix confusing wording in Doc/library/__main__.rst
https://bugs.python.org/issue45799 closed by eric.smith

#45800: Move expat handling into configure and Makefile
https://bugs.python.org/issue45800 closed by christian.heimes

#45801: Incorrect "Perhaps you forgot a comma" hint
https://bugs.python.org/issue45801 closed by pablogsal

#45807: Strange SyntaxError message / suggestions for "@x = 123"
https://bugs.python.org/issue45807 closed by pablogsal

#45812: SystemError when using code.interact
https://bugs.python.org/issue45812 closed by aroberge

#45814: datetime.time.strftime: use the same function signature for C
https://bugs.python.org/issue45814 closed by p-ganssle

#45817: Build Windows and macOS installers with Tcl/Tk 8.6.12
https://bugs.python.org/issue45817 closed by aivarannamaa

#45820: Parser can segfault if an error happens before reading any inp
https://bugs.python.org/issue45820 closed by lukasz.langa

#45822: Py_CompileString does not respect the coding cookie with the n
https://bugs.python.org/issue45822 closed by pablogsal

#45826: unittest.assertRaisesRegex is broken in Python 3.11 and leadin
https://bugs.python.org/issue45826 closed by lukasz.langa

#45827: Unittest - commenting passing tests cause previous failing tes
https://bugs.python.org/issue45827 closed by gvanrossum

#45831: _Py_DumpASCII() writes characters one by one leading to corrup
https://bugs.python.org/issue45831 closed by lukasz.langa

#45835: Race condition in test_queue can lead to test failures
https://bugs.python.org/issue45835 closed by lukasz.langa

#45836: unittest.TestCase.assertWarns raises RuntimeEror if sys.module
https://bugs.python.org/issue45836 closed by lukasz.langa

#45839: python3 executable is able to install pandas
https://bugs.python.org/issue45839 closed by christian.heimes

#45841: IDLE fails to save files in macOS 12.0.1 Monterey
https://bugs.python.org/issue45841 closed by terry.reedy
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/CKISJM52ODIJV7RWWKEOEDEEMVN6XCBL/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-19 - 2021-11-26)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
open 7266 (-24)
closed 50367 (+81)
total 57633 (+57)

Open issues with patches: 2879


Issues opened (36)
==================

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774 reopened by erlendaasland

#45853: Misspelled _IGNORED_ERROS in Lib/pathlib.py
https://bugs.python.org/issue45853 opened by andrei.avk

#45854: winreg: implement RegGetValue
https://bugs.python.org/issue45854 opened by imba-tjd

#45855: PyCapsule_Import still using PyImport_ImportModuleNoBlock
https://bugs.python.org/issue45855 opened by georg.brandl

#45857: PEP 604 Union syntax does not support forward references
https://bugs.python.org/issue45857 opened by TNThung

#45858: Deprecate default converters in sqlite3
https://bugs.python.org/issue45858 opened by iafisher

#45860: UnboundLocalError leads to Illegal instruction crashing CPytho
https://bugs.python.org/issue45860 opened by xxm

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863 opened by jmr

#45868: xattr support missing in os module under cygwin
https://bugs.python.org/issue45868 opened by enok2

#45869: Unicode and acii regular expressions do not agree on ascii spa
https://bugs.python.org/issue45869 opened by control-k

#45870: There's no readline module on Windows Python (cmd.Cmd)
https://bugs.python.org/issue45870 opened by keeely

#45872: Turtle documentation, write()
https://bugs.python.org/issue45872 opened by willyns

#45874: urllib.parse.parse_qsl does not parse empty query string with
https://bugs.python.org/issue45874 opened by sattler

#45875: gzip.decompress performance can be improved with memoryviews
https://bugs.python.org/issue45875 opened by rhpvorderman

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876 opened by rhettinger

#45877: Inconsistency in minimal supported version of Microsoft Visual
https://bugs.python.org/issue45877 opened by arhadthedev

#45878: Use `self.assertRaises` instead of `try/except` in `ctypes/tes
https://bugs.python.org/issue45878 opened by sobolevn

#45879: Access violation
https://bugs.python.org/issue45879 opened by vladexl

#45881: Cross compiling on Linux is untested, undocumented, and broken
https://bugs.python.org/issue45881 opened by christian.heimes

#45882: mailbox fails to read message from mbox
https://bugs.python.org/issue45882 opened by peter.wurmsdobler

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883 opened by jcristharif

#45885: Specialize COMPARE_OP
https://bugs.python.org/issue45885 opened by Dennis Sweeney

#45886: Fix Program/_freeze_module for cross compiling Python
https://bugs.python.org/issue45886 opened by christian.heimes

#45887: [subinterpreters] Pull all interpreter-global objects into one
https://bugs.python.org/issue45887 opened by eric.snow

#45888: Revisit: start_tls() difficult when using asyncio.start_server
https://bugs.python.org/issue45888 opened by rob-blackbourn

#45889: pathlib: Path.match does not work on paths
https://bugs.python.org/issue45889 opened by nickpapior

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890 opened by iritkatriel

#45894: exception lost when loop.stop() in finally
https://bugs.python.org/issue45894 opened by Amos.Anderson

#45896: Conflicting statements in docs about default support for async
https://bugs.python.org/issue45896 opened by Rob4226

#45897: Frozen dataclasses with slots raise TypeError
https://bugs.python.org/issue45897 opened by trey

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898 opened by christian.heimes

#45901: store app file type ignores command-line arguments
https://bugs.python.org/issue45901 opened by eryksun

#45902: Bytes and bytesarrays can be sorted with a much faster count s
https://bugs.python.org/issue45902 opened by rhpvorderman

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903 opened by jwilk

#45904: Pasting the U00FF character into Python REPL misinterprets cha
https://bugs.python.org/issue45904 opened by gwk

#45905: Provide a C API for introspectable frames for Cython and simil
https://bugs.python.org/issue45905 opened by Mark.Shannon



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

#45905: Provide a C API for introspectable frames for Cython and simil
https://bugs.python.org/issue45905

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903

#45901: store app file type ignores command-line arguments
https://bugs.python.org/issue45901

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890

#45888: Revisit: start_tls() difficult when using asyncio.start_server
https://bugs.python.org/issue45888

#45887: [subinterpreters] Pull all interpreter-global objects into one
https://bugs.python.org/issue45887

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883

#45882: mailbox fails to read message from mbox
https://bugs.python.org/issue45882

#45877: Inconsistency in minimal supported version of Microsoft Visual
https://bugs.python.org/issue45877

#45874: urllib.parse.parse_qsl does not parse empty query string with
https://bugs.python.org/issue45874

#45872: Turtle documentation, write()
https://bugs.python.org/issue45872

#45868: xattr support missing in os module under cygwin
https://bugs.python.org/issue45868

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863

#45860: UnboundLocalError leads to Illegal instruction crashing CPytho
https://bugs.python.org/issue45860

#45854: winreg: implement RegGetValue
https://bugs.python.org/issue45854



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

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890

#45887: [subinterpreters] Pull all interpreter-global objects into one
https://bugs.python.org/issue45887

#45886: Fix Program/_freeze_module for cross compiling Python
https://bugs.python.org/issue45886

#45885: Specialize COMPARE_OP
https://bugs.python.org/issue45885

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883

#45881: Cross compiling on Linux is untested, undocumented, and broken
https://bugs.python.org/issue45881

#45878: Use `self.assertRaises` instead of `try/except` in `ctypes/tes
https://bugs.python.org/issue45878

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876

#45874: urllib.parse.parse_qsl does not parse empty query string with
https://bugs.python.org/issue45874

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863

#45855: PyCapsule_Import still using PyImport_ImportModuleNoBlock
https://bugs.python.org/issue45855

#45854: winreg: implement RegGetValue
https://bugs.python.org/issue45854

#45853: Misspelled _IGNORED_ERROS in Lib/pathlib.py
https://bugs.python.org/issue45853

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847



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

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 30 msgs

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876 21 msgs

#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280 15 msgs

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813 9 msgs

#45902: Bytes and bytesarrays can be sorted with a much faster count s
https://bugs.python.org/issue45902 9 msgs

#45889: pathlib: Path.match does not work on paths
https://bugs.python.org/issue45889 8 msgs

#45299: SMTP.send_message() does from mangling when it should not
https://bugs.python.org/issue45299 7 msgs

#45509: Gzip header corruption not properly checked.
https://bugs.python.org/issue45509 5 msgs

#45857: PEP 604 Union syntax does not support forward references
https://bugs.python.org/issue45857 5 msgs

#45869: Unicode and acii regular expressions do not agree on ascii spa
https://bugs.python.org/issue45869 5 msgs



Issues closed (77)
==================

#2516: Instance methods are misreporting the number of arguments
https://bugs.python.org/issue2516 closed by iritkatriel

#2786: Names in function call exception should have class names, if t
https://bugs.python.org/issue2786 closed by iritkatriel

#18061: m68k Python 3.3 test results
https://bugs.python.org/issue18061 closed by iritkatriel

#19270: sched.cancel() doesn't distinguish equal events and can break
https://bugs.python.org/issue19270 closed by iritkatriel

#22067: time_test fails after strptime()
https://bugs.python.org/issue22067 closed by iritkatriel

#28989: .dll files missing
https://bugs.python.org/issue28989 closed by iritkatriel

#29154: 5 failures in test_doctest: ModuleNotFoundError: No module nam
https://bugs.python.org/issue29154 closed by iritkatriel

#32082: atexit module: allow getting/setting list of handlers directly
https://bugs.python.org/issue32082 closed by iritkatriel

#32936: RobotFileParser.parse() should raise an exception when the rob
https://bugs.python.org/issue32936 closed by iritkatriel

#33158: Add fileobj property to csv reader and writer objects
https://bugs.python.org/issue33158 closed by iritkatriel

#33393: update config.guess and config.sub
https://bugs.python.org/issue33393 closed by christian.heimes

#33489: Newer externals for windows do not always trigger rebuild
https://bugs.python.org/issue33489 closed by terry.reedy

#33558: Python has no icon in taskbar and in start screen
https://bugs.python.org/issue33558 closed by iritkatriel

#34943: sched cancel (wrong item removed from queue)
https://bugs.python.org/issue34943 closed by iritkatriel

#38541: Performance degradation of attribute accesses in Python 3.7.4
https://bugs.python.org/issue38541 closed by iritkatriel

#38642: python3.7.3 seems to cause add-apt-repository to rejct or not
https://bugs.python.org/issue38642 closed by christian.heimes

#39026: Include/cpython/pystate.h contains non-relative of initconfig.
https://bugs.python.org/issue39026 closed by vstinner

#40324: python 3.8.2 idle not opening
https://bugs.python.org/issue40324 closed by iritkatriel

#41498: Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T no
https://bugs.python.org/issue41498 closed by christian.heimes

#41742: Request for docs.python.org/3/library/configparser.html#except
https://bugs.python.org/issue41742 closed by iritkatriel

#42158: http.server doesn't guess n-quads, n-triples, notation3 and Tr
https://bugs.python.org/issue42158 closed by lukasz.langa

#42872: Inconsistent exceptions thrown by pathlib.Path.mkdir on differ
https://bugs.python.org/issue42872 closed by iritkatriel

#43007: set_wakeup_fd() only works in main thread
https://bugs.python.org/issue43007 closed by MeneMeneTekel

#43185: <unittest> AssertRaises() causes core dump in handling recursi
https://bugs.python.org/issue43185 closed by lukasz.langa

#43399: xml.etree.ElementTree.extend does not work with iterators when
https://bugs.python.org/issue43399 closed by alexprengere

#44556: ctypes unittest crashes with libffi 3.4.2
https://bugs.python.org/issue44556 closed by ned.deily

#44649: dataclasses slots with init=False field raises AttributeExcept
https://bugs.python.org/issue44649 closed by eric.smith

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733 closed by pitrou

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035 closed by petr.viktorin

#45250: Make sure documentation is accurate for what an (async) iterab
https://bugs.python.org/issue45250 closed by brett.cannon

#45450: Improve syntax error for parenthesized arguments
https://bugs.python.org/issue45450 closed by pablogsal

#45507: Small oversight in 3.11 gzip.decompress implementation with re
https://bugs.python.org/issue45507 closed by lukasz.langa

#45514: Deprecate legacy functions from importlib.resources (importlib
https://bugs.python.org/issue45514 closed by jaraco

#45548: Update Modules/Setup
https://bugs.python.org/issue45548 closed by christian.heimes

#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561 closed by nascheme

#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568 closed by asvetlov

#45609: Specialize STORE_SUBSCR
https://bugs.python.org/issue45609 closed by pablogsal

#45616: Python Launcher Matches 3.10 instead of 3.1
https://bugs.python.org/issue45616 closed by zach.ware

#45619: Mentioning structural pattern matching in the list of binding
https://bugs.python.org/issue45619 closed by gvanrossum

#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 closed by eric.smith

#45709: 3.11 regression: tracing with-statement on exit from block
https://bugs.python.org/issue45709 closed by pablogsal

#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727 closed by pablogsal

#45760: Remove "PyNumber_InMatrixMultiply"
https://bugs.python.org/issue45760 closed by corona10

#45766: Add direct proportion option to statistics.linear_regression()
https://bugs.python.org/issue45766 closed by rhettinger

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775 closed by vstinner

#45783: test_freeze fails if a file is removed
https://bugs.python.org/issue45783 closed by petr.viktorin

#45803: make_dataclass is missing the documented kw_only argument
https://bugs.python.org/issue45803 closed by eric.smith

#45806: Cannot Recover From StackOverflow in 3.9 Tests
https://bugs.python.org/issue45806 closed by lukasz.langa

#45811: Improve error message when source code contains invisible cont
https://bugs.python.org/issue45811 closed by pablogsal

#45837: Fix turtle deprecations
https://bugs.python.org/issue45837 closed by lukasz.langa

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838 closed by lukasz.langa

#45843: Optimizing constant comparisons/contains
https://bugs.python.org/issue45843 closed by serhiy.storchaka

#45845: Fix bad links in faqs
https://bugs.python.org/issue45845 closed by terry.reedy

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846 closed by serhiy.storchaka

#45848: Pegen's nice error reporting crashes with non-UTF-8 files
https://bugs.python.org/issue45848 closed by pablogsal

#45849: Embedded python doesn't recognize exit()
https://bugs.python.org/issue45849 closed by steve.dower

#45850: Port deep-freeze to Windows
https://bugs.python.org/issue45850 closed by gvanrossum

#45851: statistics.multimode is inefficient (time and space) (mode som
https://bugs.python.org/issue45851 closed by rhettinger

#45852: statistics.mode test doesn't test what it claims to
https://bugs.python.org/issue45852 closed by rhettinger

#45856: [doc] map() documentation ambiguous about consumption order
https://bugs.python.org/issue45856 closed by rhettinger

#45859: test_collections has a wrong test in case _itemgetter is not a
https://bugs.python.org/issue45859 closed by rhettinger

#45861: Can't find a usable init.tcl
https://bugs.python.org/issue45861 closed by nobodyatall

#45862: Anomaly of eval() of list comprehension
https://bugs.python.org/issue45862 closed by mark.dickinson

#45864: unittest does not discover tests in PEP420 packages
https://bugs.python.org/issue45864 closed by adamchainz

#45865: Old syntax in unittest
https://bugs.python.org/issue45865 closed by serhiy.storchaka

#45866: Out of tree build of Python 3.11.0a2+ breaks regen-frozen
https://bugs.python.org/issue45866 closed by vstinner

#45867: kwarg default value expression incorrectly evaluated
https://bugs.python.org/issue45867 closed by moefear85

#45871: Refactor exception matcher validation out of JUMP_IF_NOT_EXC_M
https://bugs.python.org/issue45871 closed by iritkatriel

#45873: Stop using bootstrap_python for deep-freeze in UNIX builds
https://bugs.python.org/issue45873 closed by gvanrossum

#45880: Performance regression of Int object operators. (Python 3.11)
https://bugs.python.org/issue45880 closed by gvanrossum

#45884: datetime.strptime incorrectly handling hours and minutes with
https://bugs.python.org/issue45884 closed by joxtoby27

#45891: bool variable isinstance of int
https://bugs.python.org/issue45891 closed by steven.daprano

#45892: Improve REPL with the underscore separators for int/float
https://bugs.python.org/issue45892 closed by eric.smith

#45893: Azure Pipelines currently failing
https://bugs.python.org/issue45893 closed by christian.heimes

#45895: _Py_Sigset_Converter used without #ifdef HAVE_SIGSET_T check
https://bugs.python.org/issue45895 closed by christian.heimes

#45899: NameError on if clause of class-level list comprehension
https://bugs.python.org/issue45899 closed by mark.dickinson

#45900: Type annotations needed for convenience functions in ipaddress
https://bugs.python.org/issue45900 closed by asvetlov
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-26 - 2021-12-03)
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 7252 (-14)
closed 50449 (+82)
total 57701 (+68)

Open issues with patches: 2884


Issues opened (47)
==================

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530 reopened by steve.dower

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813 reopened by Dennis Sweeney

#45906: Python github installation issue
https://bugs.python.org/issue45906 opened by mazen001.ahmed001

#45909: sysconfig --generate-posix-vars creates wrong file when cross
https://bugs.python.org/issue45909 opened by christian.heimes

#45910: mailbox should support options for calling email parser
https://bugs.python.org/issue45910 opened by bpoaugust

#45913: readline + GTK + Pytest Seg Fault with Python 3.7 and 3.10 on
https://bugs.python.org/issue45913 opened by danyeaw

#45914: Very first multiprocessing example not working on Windows 11
https://bugs.python.org/issue45914 opened by quattrozhou

#45915: Use fcntl(fd, F_GETFD) to check whether an fd is valid
https://bugs.python.org/issue45915 opened by christian.heimes

#45916: documentation link error
https://bugs.python.org/issue45916 opened by cookiez6

#45919: Use WinAPI GetFileType() in is_valid_fd()
https://bugs.python.org/issue45919 opened by eryksun

#45921: codecs module doesn't support iso-8859-6-i, iso-8859-6-e, iso-
https://bugs.python.org/issue45921 opened by msapiro

#45922: Many method, function, built-in... are not clickable and shoul
https://bugs.python.org/issue45922 opened by Arthur-Milchior

#45923: Improve performance of sys.settracing based tools.
https://bugs.python.org/issue45923 opened by Mark.Shannon

#45924: Incorrect traceback when future's exception is raised multiple
https://bugs.python.org/issue45924 opened by iritkatriel

#45925: Upgrade macOS and Windows installers to use SQLite 3.37.0
https://bugs.python.org/issue45925 opened by erlendaasland

#45926: singledispatchmethod doesn't handle named arguments
https://bugs.python.org/issue45926 opened by alisson276

#45927: timeit accepts -c/--clock and -t/--time without any functional
https://bugs.python.org/issue45927 opened by lemburg

#45929: extend json.tool --json-lines to ignore empty rows
https://bugs.python.org/issue45929 opened by ZeD

#45934: python curses newterm implementation
https://bugs.python.org/issue45934 opened by draganic1

#45935: Add test for Issue11109: socketserver.ForkingMixIn leaves zomb
https://bugs.python.org/issue45935 opened by iritkatriel

#45937: Pdb can't use the commands through -c or .pdbrc files
https://bugs.python.org/issue45937 opened by Zrincet

#45938: EmailMessage as_bytes
https://bugs.python.org/issue45938 opened by marc.villain

#45940: add_multiarch_paths breaks cross compilation to Emscripten
https://bugs.python.org/issue45940 opened by ethan smith

#45942: shutil.copytree can raise OSErrors not wrapped in shutil.Error
https://bugs.python.org/issue45942 opened by Floozutter

#45944: Avoid calling isatty() for most open() calls
https://bugs.python.org/issue45944 opened by collinanderson

#45945: compileall.py throws a traceback when using -j0 and thus 'make
https://bugs.python.org/issue45945 opened by Alexander Kanavin

#45946: RecursionError when annotating a field with the same name as a
https://bugs.python.org/issue45946 opened by Gobot1234

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947 opened by Mark.Shannon

#45948: Unexpected instantiation behavior for xml.etree.ElementTree.XM
https://bugs.python.org/issue45948 opened by rdsteed

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949 opened by christian.heimes

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950 opened by christian.heimes

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953 opened by eric.snow

#45955: Calling read() on HTTPError may cause KeyError in tempfile
https://bugs.python.org/issue45955 opened by sivel

#45957: _tkinter.TclError: expected boolean value but got ""
https://bugs.python.org/issue45957 opened by amin-nejad

#45959: Teach pprint about dict views
https://bugs.python.org/issue45959 opened by rhettinger

#45960: bullseye arm/v7 time.time() Operation not permitted
https://bugs.python.org/issue45960 opened by SaschaJohn

#45962: Clarify that PyModule_AddString{Constant,Macro} use utf-8
https://bugs.python.org/issue45962 opened by Antony.Lee

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963 opened by Mark.Shannon

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964 opened by mcepl

#45965: fileinput.input(path, inplace=True) crashes for valid filename
https://bugs.python.org/issue45965 opened by jamil.raichouni

#45967: Tkinter.ttk.Treeview does not clear after opening and reopenin
https://bugs.python.org/issue45967 opened by hmeneley

#45968: Windows installer should add also "%USERPROFILE%\AppData\Roami
https://bugs.python.org/issue45968 opened by lucatrv

#45969: When uninstalling Python under Windows the "Scripts" folders s
https://bugs.python.org/issue45969 opened by lucatrv

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970 opened by jason.haslam

#45971: calendar module issue
https://bugs.python.org/issue45971 opened by ssv5088

#45972: typing.NamedTuple with default arguments without type annotati
https://bugs.python.org/issue45972 opened by emontnemery

#45973: Not possible to clear PyImport_Inittab after PyImport_AppendIn
https://bugs.python.org/issue45973 opened by daniel-falk



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

#45973: Not possible to clear PyImport_Inittab after PyImport_AppendIn
https://bugs.python.org/issue45973

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970

#45968: Windows installer should add also "%USERPROFILE%\AppData\Roami
https://bugs.python.org/issue45968

#45965: fileinput.input(path, inplace=True) crashes for valid filename
https://bugs.python.org/issue45965

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963

#45962: Clarify that PyModule_AddString{Constant,Macro} use utf-8
https://bugs.python.org/issue45962

#45960: bullseye arm/v7 time.time() Operation not permitted
https://bugs.python.org/issue45960

#45959: Teach pprint about dict views
https://bugs.python.org/issue45959

#45955: Calling read() on HTTPError may cause KeyError in tempfile
https://bugs.python.org/issue45955

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953

#45948: Unexpected instantiation behavior for xml.etree.ElementTree.XM
https://bugs.python.org/issue45948

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947

#45946: RecursionError when annotating a field with the same name as a
https://bugs.python.org/issue45946

#45942: shutil.copytree can raise OSErrors not wrapped in shutil.Error
https://bugs.python.org/issue45942

#45938: EmailMessage as_bytes
https://bugs.python.org/issue45938



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

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947

#45944: Avoid calling isatty() for most open() calls
https://bugs.python.org/issue45944

#45940: add_multiarch_paths breaks cross compilation to Emscripten
https://bugs.python.org/issue45940

#45929: extend json.tool --json-lines to ignore empty rows
https://bugs.python.org/issue45929

#45916: documentation link error
https://bugs.python.org/issue45916

#45915: Use fcntl(fd, F_GETFD) to check whether an fd is valid
https://bugs.python.org/issue45915

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898

#45897: Frozen dataclasses with slots raise TypeError
https://bugs.python.org/issue45897



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

#45476: [C API] PEP 674: Disallow using macros as l-value
https://bugs.python.org/issue45476 16 msgs

#45870: There's no readline module on Windows Python (cmd.Cmd)
https://bugs.python.org/issue45870 13 msgs

#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280 8 msgs

#45739: The Python implementation of Decimal does not support the "N"
https://bugs.python.org/issue45739 7 msgs

#45957: _tkinter.TclError: expected boolean value but got ""
https://bugs.python.org/issue45957 7 msgs

#11352: Update cgi module doc
https://bugs.python.org/issue11352 6 msgs

#45972: typing.NamedTuple with default arguments without type annotati
https://bugs.python.org/issue45972 6 msgs

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 5 msgs

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964 5 msgs

#28140: Give better errors for OS commands, like 'pip', in REPL, scrip
https://bugs.python.org/issue28140 4 msgs



Issues closed (79)
==================

#7951: Should str.format allow negative indexes when used for __getit
https://bugs.python.org/issue7951 closed by eric.smith

#11109: socketserver.ForkingMixIn leaves zombies, also fails to reap a
https://bugs.python.org/issue11109 closed by iritkatriel

#12957: [doc] mmap.resize changes memory address of mmap'd region
https://bugs.python.org/issue12957 closed by eryksun

#17708: sys.flags.hash_randomization doesn't return correct value
https://bugs.python.org/issue17708 closed by iritkatriel

#19460: Add test for MIMENonMultipart
https://bugs.python.org/issue19460 closed by asvetlov

#19941: python -m imports non-ASCII .py file without encoding declarat
https://bugs.python.org/issue19941 closed by eryksun

#21020: PyMethodDef ml_doc is char* instead of const char*
https://bugs.python.org/issue21020 closed by iritkatriel

#21021: PyMemberDef name is char* instead of const char*
https://bugs.python.org/issue21021 closed by iritkatriel

#21616: argparse explodes with nargs='*' and a tuple metavar
https://bugs.python.org/issue21616 closed by iritkatriel

#22356: mention explicitly that stdlib assumes gmtime(0) epoch is 1970
https://bugs.python.org/issue22356 closed by iritkatriel

#22656: `help` ignores `__doc__` of descriptors
https://bugs.python.org/issue22656 closed by rhettinger

#22811: _top_level_dir state leaks on defaultTestLoader
https://bugs.python.org/issue22811 closed by iritkatriel

#22942: Language Reference - optional comma
https://bugs.python.org/issue22942 closed by iritkatriel

#23538: New Windows installer in 3.5.0a1 breaks compatibility with Win
https://bugs.python.org/issue23538 closed by iritkatriel

#23599: single and double quotes stripped upon paste with MacPorts lib
https://bugs.python.org/issue23599 closed by ned.deily

#23991: ZipFile sanity checks
https://bugs.python.org/issue23991 closed by iritkatriel

#24124: Two versions of instructions for installing Python modules
https://bugs.python.org/issue24124 closed by iritkatriel

#24966: shutil.get_terminal_size() throws ValueError if stdout is deta
https://bugs.python.org/issue24966 closed by eryksun

#25238: Version added of context parameter for xmlrpc.client.ServerPro
https://bugs.python.org/issue25238 closed by iritkatriel

#25477: text mode for pkgutil.get_data
https://bugs.python.org/issue25477 closed by iritkatriel

#25810: Python 3 documentation for eval is incorrect
https://bugs.python.org/issue25810 closed by iritkatriel

#27161: Confusing exception in Path().with_name
https://bugs.python.org/issue27161 closed by iritkatriel

#28352: winfo_pathname(..) | window id "xyz" doesn't exist in this app
https://bugs.python.org/issue28352 closed by iritkatriel

#28422: multiprocessing Manager mutable type member access failure
https://bugs.python.org/issue28422 closed by iritkatriel

#28499: Logging module documentation needs a rework.
https://bugs.python.org/issue28499 closed by vinay.sajip

#30214: make_zip.py lacks command a few line options.
https://bugs.python.org/issue30214 closed by iritkatriel

#30533: missing feature in inspect module: getmembers_static
https://bugs.python.org/issue30533 closed by dino.viehland

#31042: Inconsistency in documentation of operator.index
https://bugs.python.org/issue31042 closed by iritkatriel

#31184: Fix data descriptor detection in inspect.getattr_static
https://bugs.python.org/issue31184 closed by iritkatriel

#33381: [doc] Incorrect documentation for strftime()/strptime() format
https://bugs.python.org/issue33381 closed by iritkatriel

#33581: Document "optional components that are commonly included in Py
https://bugs.python.org/issue33581 closed by iritkatriel

#35535: time.strptime() unexpectedly gives the same result for %U and
https://bugs.python.org/issue35535 closed by iritkatriel

#37699: Explicit mention of raised ValueError's after .detach() of und
https://bugs.python.org/issue37699 closed by iritkatriel

#38760: Document for urllib.error.HTTPError.headers Should Specify Wha
https://bugs.python.org/issue38760 closed by iritkatriel

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

#42268: ./configure failing when --with-memory-sanitizer specified
https://bugs.python.org/issue42268 closed by pablogsal

#43498: "dictionary changed size during iteration" error in _ExecutorM
https://bugs.python.org/issue43498 closed by asvetlov

#43905: dataclasses.astuple (and .asdict) do deepcopy on all fields
https://bugs.python.org/issue43905 closed by eric.smith

#44391: PC/launcher.c???one more argument than required
https://bugs.python.org/issue44391 closed by vinay.sajip

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 closed by iritkatriel

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678 closed by andrei.avk

#44695: asdict use deep copy to dataclass instances
https://bugs.python.org/issue44695 closed by andrei.avk

#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 closed by steve.dower

#45614: traceback of exception with non-unicode __module__
https://bugs.python.org/issue45614 closed by iritkatriel

#45721: Improve error message for OS command entered at >>> prompt
https://bugs.python.org/issue45721 closed by terry.reedy

#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725 closed by Mark.Shannon

#45842: AddressSanitizer: bad-free - hello world c extension
https://bugs.python.org/issue45842 closed by FrancescElies

#45872: Turtle: invalid example for write doc
https://bugs.python.org/issue45872 closed by terry.reedy

#45875: gzip.decompress performance can be improved with memoryviews
https://bugs.python.org/issue45875 closed by rhpvorderman

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876 closed by rhettinger

#45878: Use `self.assertRaises` instead of `try/except` in `ctypes/tes
https://bugs.python.org/issue45878 closed by sobolevn

#45889: pathlib: Path.match does not work on paths
https://bugs.python.org/issue45889 closed by nickpapior

#45896: Conflicting statements in docs about default support for async
https://bugs.python.org/issue45896 closed by asvetlov

#45901: store app file type ignores command-line arguments
https://bugs.python.org/issue45901 closed by steve.dower

#45902: Bytes and bytesarrays can be sorted with a much faster count s
https://bugs.python.org/issue45902 closed by gregory.p.smith

#45904: Pasting the U00FF character into Python REPL misinterprets cha
https://bugs.python.org/issue45904 closed by ned.deily

#45907: Optimize literal comparisons and contains
https://bugs.python.org/issue45907 closed by pablogsal

#45908: dict.fromkeys insertion order
https://bugs.python.org/issue45908 closed by rhettinger

#45911: SystemError occured while running an extention
https://bugs.python.org/issue45911 closed by serhiy.storchaka

#45912: [argparse] Print texts starting with capital letters and finis
https://bugs.python.org/issue45912 closed by eric.smith

#45917: Add math.exp2() function: 2^x
https://bugs.python.org/issue45917 closed by mark.dickinson

#45918: Possibly use ROUND_05UP in decimal's localcontext() example
https://bugs.python.org/issue45918 closed by rhettinger

#45920: make doctest fails
https://bugs.python.org/issue45920 closed by ned.deily

#45928: Set up file stream for redirecting GC logs
https://bugs.python.org/issue45928 closed by pablogsal

#45930: Lambda function bug
https://bugs.python.org/issue45930 closed by eric.smith

#45931: Directory.Build.props/targets leaks from folders above the rep
https://bugs.python.org/issue45931 closed by steve.dower

#45932: EmailMessage incorrectly splits name and address header
https://bugs.python.org/issue45932 closed by r.david.murray

#45933: Illegal Instrution (Core Dumped)
https://bugs.python.org/issue45933 closed by guacaplushy

#45936: collections.Counter drops key if value is 0 and updating using
https://bugs.python.org/issue45936 closed by rhettinger

#45939: PyErr_SetObject documentation lacks mention of reference count
https://bugs.python.org/issue45939 closed by serhiy.storchaka

#45941: help("modules") segfaults on 3.11, MacOS
https://bugs.python.org/issue45941 closed by iritkatriel

#45943: Spam
https://bugs.python.org/issue45943 closed by Jelle Zijlstra

#45951: Debugger cannot be resolved
https://bugs.python.org/issue45951 closed by boett1

#45952: Tools/c-analyzer is out-of-date.
https://bugs.python.org/issue45952 closed by eric.snow

#45954: Rename PyConfig.no_debug_ranges to PyConfig.code_debug_ranges
https://bugs.python.org/issue45954 closed by vstinner

#45956: Add scanf regular expressions to re
https://bugs.python.org/issue45956 closed by tekknolagi

#45958: Document typo in unpack_from()
https://bugs.python.org/issue45958 closed by zach.ware

#45961: [doc] Missing documentation for wait_for module
https://bugs.python.org/issue45961 closed by iritkatriel

#45966: Error in Multiplication
https://bugs.python.org/issue45966 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-03 - 2021-12-10)
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 7195 (-57)
closed 50572 (+123)
total 57767 (+66)

Open issues with patches: 2859


Issues opened (44)
==================

#23469: Delete Misc/*.wpr files
https://bugs.python.org/issue23469 reopened by berker.peksag

#28533: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue28533 reopened by vstinner

#31184: Fix data descriptor detection in inspect.getattr_static
https://bugs.python.org/issue31184 reopened by davidhalter

#45620: A misleading url in 'Floating Point Arithmetic' page
https://bugs.python.org/issue45620 reopened by eric.smith

#45798: Move _decimal build setup into configure
https://bugs.python.org/issue45798 reopened by ned.deily

#45975: Simplify some while-loops with walrus operator
https://bugs.python.org/issue45975 opened by nickdrozd

#45977: Unexpected effect of sys.pycache_prefix = ""
https://bugs.python.org/issue45977 opened by andrei.avk

#45978: deepfreeze opaquely fails on Windows when building from Visual
https://bugs.python.org/issue45978 opened by Dennis Sweeney

#45979: Fix Tkinter tests with old Tk
https://bugs.python.org/issue45979 opened by serhiy.storchaka

#45981: Get raw file name in bytes from ZipFile
https://bugs.python.org/issue45981 opened by accelerator0099

#45985: AttributeError from @property inadvertantly flows into __getat
https://bugs.python.org/issue45985 opened by koreno

#45988: inspect.signature fails on a @staticmethod
https://bugs.python.org/issue45988 opened by PhilipVinc

#45990: Exception notes need more documentation
https://bugs.python.org/issue45990 opened by cool-RR

#45991: Improve ambiguous docstrings in pkgutil
https://bugs.python.org/issue45991 opened by khock

#45992: distutils paths are scattered between PythonXY and PythonXY-32
https://bugs.python.org/issue45992 opened by uranusjr

#45994: Add simple usage to email module
https://bugs.python.org/issue45994 opened by tarao1006

#45995: string formatting: normalize negative zero
https://bugs.python.org/issue45995 opened by John Belmonte

#45996: Worse error from asynccontextmanager in Python 3.10
https://bugs.python.org/issue45996 opened by Dima.Tisnek

#45997: asyncio.Semaphore waiters deque doesn't work
https://bugs.python.org/issue45997 opened by hyzyla

#45998: Document best practice for including and linking python framew
https://bugs.python.org/issue45998 opened by ronaldoussoren

#46005: [doc] replace 'distutils' examples with 'setuptools'
https://bugs.python.org/issue46005 opened by elmjag

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 opened by vstinner

#46010: Cookie cutter templates to allow variable fields and data tran
https://bugs.python.org/issue46010 opened by Francisco

#46011: Python 3.10 email returns invalid Date: header unchanged.
https://bugs.python.org/issue46011 opened by msapiro

#46013: Confusing period in object.__hash__ doc
https://bugs.python.org/issue46013 opened by JMcB17

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014 opened by evansd

#46017: Tutorial incorrectly refers to skits rather than sketches.
https://bugs.python.org/issue46017 opened by k2k

#46020: Optimize long_pow for the common case
https://bugs.python.org/issue46020 opened by rhettinger

#46021: fcntl module update supports FreeBSD F_KINFO flag
https://bugs.python.org/issue46021 opened by devnexen

#46022: Multiprocessing.Server.serve_forever runs sys.exit()
https://bugs.python.org/issue46022 opened by bar.harel

#46023: Modules/makesetup generated rules ignore *disabled*
https://bugs.python.org/issue46023 opened by christian.heimes

#46024: Different behaviour with zipfile
https://bugs.python.org/issue46024 opened by flvn.dev

#46026: importlib.resources.read_text() raises FileNotFound
https://bugs.python.org/issue46026 opened by Zac Hatfield-Dodds

#46027: email.utils.parsedate_to_datetime() handling of -0000 offset
https://bugs.python.org/issue46027 opened by fdrake

#46028: 3.11.0a3: under tox, sys._base_executable is wrong
https://bugs.python.org/issue46028 opened by nedbat

#46030: socket module add couple of FreeBSD constants
https://bugs.python.org/issue46030 opened by dcarlier

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031 opened by penguin_wwy

#46032: functools' singledispatch does not support GenericAlias
https://bugs.python.org/issue46032 opened by kumaraditya303

#46033: Duplicated sentence in for statement documentation
https://bugs.python.org/issue46033 opened by michcio1234

#46035: mimetypes.guess_type returns deprecated mimetype application/x
https://bugs.python.org/issue46035 opened by milahu

#46036: Single-phase initialized modules gets initialized multiple tim
https://bugs.python.org/issue46036 opened by daniel-falk

#46037: logging.config.dictConfig with disable_existing_loggers set, a
https://bugs.python.org/issue46037 opened by vladmihaisima

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038 opened by arhadthedev

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039 opened by Mark.Shannon



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

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038

#46037: logging.config.dictConfig with disable_existing_loggers set, a
https://bugs.python.org/issue46037

#46036: Single-phase initialized modules gets initialized multiple tim
https://bugs.python.org/issue46036

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031

#46030: socket module add couple of FreeBSD constants
https://bugs.python.org/issue46030

#46027: email.utils.parsedate_to_datetime() handling of -0000 offset
https://bugs.python.org/issue46027

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014

#46010: Cookie cutter templates to allow variable fields and data tran
https://bugs.python.org/issue46010

#46005: [doc] replace 'distutils' examples with 'setuptools'
https://bugs.python.org/issue46005

#45998: Document best practice for including and linking python framew
https://bugs.python.org/issue45998

#45991: Improve ambiguous docstrings in pkgutil
https://bugs.python.org/issue45991

#45990: Exception notes need more documentation
https://bugs.python.org/issue45990

#45985: AttributeError from @property inadvertantly flows into __getat
https://bugs.python.org/issue45985

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970



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

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038

#46033: Duplicated sentence in for statement documentation
https://bugs.python.org/issue46033

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031

#46023: Modules/makesetup generated rules ignore *disabled*
https://bugs.python.org/issue46023

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014

#46013: Confusing period in object.__hash__ doc
https://bugs.python.org/issue46013

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006

#45979: Fix Tkinter tests with old Tk
https://bugs.python.org/issue45979

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947

#45944: Avoid calling isatty() for most open() calls
https://bugs.python.org/issue45944



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

#32683: isinstance is calling ob.__getattribute__ as a fallback instea
https://bugs.python.org/issue32683 13 msgs

#45995: string formatting: normalize negative zero
https://bugs.python.org/issue45995 12 msgs

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 11 msgs

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 11 msgs

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 9 msgs

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950 9 msgs

#45934: python curses newterm implementation
https://bugs.python.org/issue45934 8 msgs

#44092: [sqlite3] Remove special rollback handling
https://bugs.python.org/issue44092 7 msgs

#46021: fcntl module update supports FreeBSD F_KINFO flag
https://bugs.python.org/issue46021 6 msgs

#43683: Handle generator (and coroutine) state in the bytecode.
https://bugs.python.org/issue43683 5 msgs



Issues closed (100)
===================

#8161: inconsistency behavior in ctypes.c_char_p dereferencing
https://bugs.python.org/issue8161 closed by iritkatriel

#12413: make faulthandler dump traceback of child processes
https://bugs.python.org/issue12413 closed by vstinner

#13548: line number when tracing an implicit return
https://bugs.python.org/issue13548 closed by iritkatriel

#15673: PEP 3121, 384 Refactoring applied to testcapi module
https://bugs.python.org/issue15673 closed by erlendaasland

#17113: argparse.RawDescriptionHelpFormatter should not delete blank l
https://bugs.python.org/issue17113 closed by iritkatriel

#17780: the test suite should use a TEMPDIR in the build directory, no
https://bugs.python.org/issue17780 closed by iritkatriel

#20751: Harmonize descriptor protocol documentation: direct call, supe
https://bugs.python.org/issue20751 closed by rhettinger

#20899: Nested namespace imports do not work inside zip archives
https://bugs.python.org/issue20899 closed by iritkatriel

#20936: test_strftime: enormous allocation, fails under Clang sanitize
https://bugs.python.org/issue20936 closed by iritkatriel

#21731: Calendar Problem with Windows (XP)
https://bugs.python.org/issue21731 closed by iritkatriel

#21952: fnmatch.py can appear in tracemalloc diffs
https://bugs.python.org/issue21952 closed by vstinner

#22282: ipaddress module accepts octal formatted IPv4 addresses in IPv
https://bugs.python.org/issue22282 closed by iritkatriel

#22910: test_pydoc test_synopsis_sourceless is a flaky test
https://bugs.python.org/issue22910 closed by gregory.p.smith

#23104: [Windows x86-64] ctypes: Incorrect function call
https://bugs.python.org/issue23104 closed by iritkatriel

#23317: Incorrect description of descriptor invocation in Python Langu
https://bugs.python.org/issue23317 closed by rhettinger

#24393: Test urllib2_localnet fails depending on host proxy configurat
https://bugs.python.org/issue24393 closed by iritkatriel

#24709: Unix build uses '-Wno-unused-result', which icc doesn't recogn
https://bugs.python.org/issue24709 closed by ammar2

#26159: Unsafe to BaseEventLoop.set_debug(False) when PYTHONASYNCIODEB
https://bugs.python.org/issue26159 closed by iritkatriel

#27016: BlockingIOError not raised inside function.
https://bugs.python.org/issue27016 closed by iritkatriel

#27831: Python 3.4.5 leaks memory when attempting to load non-existent
https://bugs.python.org/issue27831 closed by ammar2

#27946: elementtree calls PyDict_GetItem without owning a reference to
https://bugs.python.org/issue27946 closed by serhiy.storchaka

#28953: Use `raise from` when raising new IncompleteRead
https://bugs.python.org/issue28953 closed by asvetlov

#29309: Interpreter hang when interrupting a loop.run_in_executor() fu
https://bugs.python.org/issue29309 closed by iritkatriel

#29590: Incorrect stack traces when re-entering a generator/coroutine
https://bugs.python.org/issue29590 closed by iritkatriel

#29899: zlib missing when --enable--optimizations option appended
https://bugs.python.org/issue29899 closed by iritkatriel

#29988: with statements are not ensuring that __exit__ is called if __
https://bugs.python.org/issue29988 closed by Mark.Shannon

#31139: Improve tracemalloc demo code in docs
https://bugs.python.org/issue31139 closed by vstinner

#31441: Descriptor example in documentation is confusing, possibly wro
https://bugs.python.org/issue31441 closed by rhettinger

#31735: Documentation incorrectly states how descriptors are invoked
https://bugs.python.org/issue31735 closed by rhettinger

#33080: regen-importlib is causing build races against other regen-all
https://bugs.python.org/issue33080 closed by Alexander Kanavin

#33632: undefined behaviour: signed integer overflow in threadmodule.c
https://bugs.python.org/issue33632 closed by vstinner

#34338: abstractmethod can run on classes
https://bugs.python.org/issue34338 closed by iritkatriel

#35362: list inheritor with abstract content does not raise
https://bugs.python.org/issue35362 closed by iritkatriel

#35419: Thread.is_alive while running Process.is_alive causes either p
https://bugs.python.org/issue35419 closed by iritkatriel

#35821: Clarify when logging events are propagated when propagate is t
https://bugs.python.org/issue35821 closed by vinay.sajip

#36392: IPv4Interface Object has no attributte prefixlen
https://bugs.python.org/issue36392 closed by andrei.avk

#36850: shutil.copy2 fails with even with source network filesystem no
https://bugs.python.org/issue36850 closed by eryksun

#37198: _parse_localename fail to parse 'en_IL'
https://bugs.python.org/issue37198 closed by christian.heimes

#39694: Incorrect dictionary unpacking when calling str.format
https://bugs.python.org/issue39694 closed by rhettinger

#41174: asyncio.coroutine decorator returns a non-generator function w
https://bugs.python.org/issue41174 closed by iritkatriel

#43418: FTPLib error when server returns byte message instead of strin
https://bugs.python.org/issue43418 closed by andrei.avk

#43474: http.server.BaseHTTPRequestHandler end_header() fails
https://bugs.python.org/issue43474 closed by andrei.avk

#43806: asyncio.StreamReader hangs when reading from pipe and other pr
https://bugs.python.org/issue43806 closed by kormang

#43931: Add the Python version to the API data.
https://bugs.python.org/issue43931 closed by pablogsal

#44016: Enum related deprecation warnings in test_httpservers and test
https://bugs.python.org/issue44016 closed by vstinner

#44035: Regenerating the configure script fails even if dependencies a
https://bugs.python.org/issue44035 closed by christian.heimes

#44077: IP_RECVTOS option is missing from socket module
https://bugs.python.org/issue44077 closed by andrei.avk

#44166: Make IndexError messages for list more informative
https://bugs.python.org/issue44166 closed by rhettinger

#44245: Cross-compilation of CPython 3.8 with _socket module using And
https://bugs.python.org/issue44245 closed by laheller

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534 closed by andrei.avk

#44735: Failed venv Activation With "&" In Folder Name
https://bugs.python.org/issue44735 closed by eryksun

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359 closed by asvetlov

#45415: Assert oparg < INSTR_OFFSET()
https://bugs.python.org/issue45415 closed by steve.dower

#45420: Python 3.10 final installation failure
https://bugs.python.org/issue45420 closed by wyz23x2

#45607: Make it possible to enrich an exception's error message
https://bugs.python.org/issue45607 closed by iritkatriel

#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 closed by pablogsal

#45654: Freeze the runpy module.
https://bugs.python.org/issue45654 closed by gvanrossum

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662 closed by serhiy.storchaka

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663 closed by serhiy.storchaka

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664 closed by serhiy.storchaka

#45732: Make python.org Windows and macOS installers use Tk 8.6.12
https://bugs.python.org/issue45732 closed by ned.deily

#45816: Python does not support standalone MSVC v143 (VS 2022) Build T
https://bugs.python.org/issue45816 closed by steve.dower

#45823: python stopped working
https://bugs.python.org/issue45823 closed by asvetlov

#45885: Specialize COMPARE_OP
https://bugs.python.org/issue45885 closed by Dennis Sweeney

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890 closed by iritkatriel

#45916: documentation link error
https://bugs.python.org/issue45916 closed by terry.reedy

#45957: _tkinter.TclError: expected boolean value but got ""
https://bugs.python.org/issue45957 closed by ned.deily

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963 closed by pablogsal

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964 closed by mcepl

#45967: Tkinter.ttk.Treeview does not clear after opening and reopenin
https://bugs.python.org/issue45967 closed by ned.deily

#45971: calendar module does not recognize switch to Gregorian
https://bugs.python.org/issue45971 closed by terry.reedy

#45974: Using walrus produces different/unoptimized bytecode
https://bugs.python.org/issue45974 closed by BTaskaya

#45976: Random._randbelow() loses time by caching an attribute lookup
https://bugs.python.org/issue45976 closed by rhettinger

#45980: Why there isn't a ???Python 2.2??? for PyPI's classifiers?
https://bugs.python.org/issue45980 closed by steven.daprano

#45982: Bug in Error messages
https://bugs.python.org/issue45982 closed by pablogsal

#45983: PyType_Spec.name must remain valid after PyType_FromSpec
https://bugs.python.org/issue45983 closed by ronaldoussoren

#45984: Error messages for invalid string prefixes and potential attri
https://bugs.python.org/issue45984 closed by pablogsal

#45986: 3.10.0 ships with older tcl/tk DLLs than 3.9.9 causing Windows
https://bugs.python.org/issue45986 closed by ned.deily

#45987: os.chdir in unittest's test case causes RecursionError on Wind
https://bugs.python.org/issue45987 closed by tos-kamiya

#45989: Add new function or method to return the dict key with the max
https://bugs.python.org/issue45989 closed by eric.smith

#45993: Main branch of CPython does not build anymore on macOS
https://bugs.python.org/issue45993 closed by sobolevn

#45999: Links to packaging broken
https://bugs.python.org/issue45999 closed by ned.deily

#46000: NetBSD curses compatibility
https://bugs.python.org/issue46000 closed by serhiy.storchaka

#46001: JSON module documentation mentions OverflowError for case that
https://bugs.python.org/issue46001 closed by serhiy.storchaka

#46002: py Launcher for Windows with MSYS2
https://bugs.python.org/issue46002 closed by Zernoxi

#46003: os.replace is not cross-platform: at least improve documentati
https://bugs.python.org/issue46003 closed by hancos

#46004: Incorrect bad token identified in 3.10.1
https://bugs.python.org/issue46004 closed by pablogsal

#46007: [C API] PyUnicode_CHECK_INTERNED() doesn't work in the limited
https://bugs.python.org/issue46007 closed by vstinner

#46008: Prepare runtime/interp/thread state and init for upcoming chan
https://bugs.python.org/issue46008 closed by eric.snow

#46009: sending non-None values makes generator raise StopIteration on
https://bugs.python.org/issue46009 closed by pablogsal

#46012: unittest AsyncConnection not described
https://bugs.python.org/issue46012 closed by asvetlov

#46015: Windows venvs do not include DLLs directory
https://bugs.python.org/issue46015 closed by steve.dower

#46016: fcntl module add F_DUP2FD_CLOEXEC
https://bugs.python.org/issue46016 closed by vstinner

#46018: expm1 may incorrectly raise OverflowError on underflow
https://bugs.python.org/issue46018 closed by steve.dower

#46019: collections.Counter - Cast list of keys into set to remove ite
https://bugs.python.org/issue46019 closed by rhettinger

#46025: Raising in an atexit function in dev mode crashes
https://bugs.python.org/issue46025 closed by pablogsal

#46029: "ValueError: Invalid isoformat string" from a valid string
https://bugs.python.org/issue46029 closed by eric.smith

#46034: Patch-adding __init__ in a class takes no effect when called f
https://bugs.python.org/issue46034 closed by vstinner

#1512163: mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)
https://bugs.python.org/issue1512163 closed by iritkatriel

#1653457: Python misbehaves when installed in / (patch attached)
https://bugs.python.org/issue1653457 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-10 - 2021-12-17)
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 7180 (-15)
closed 50665 (+93)
total 57845 (+78)

Open issues with patches: 2857


Issues opened (56)
==================

#20741: Documentation archives should be available also in tar.xz form
https://bugs.python.org/issue20741 reopened by iritkatriel

#23522: Misleading note in Statistics module documentation
https://bugs.python.org/issue23522 reopened by gvanrossum

#29221: ABC Recursion Error on isinstance() with less than recursion l
https://bugs.python.org/issue29221 reopened by serhiy.storchaka

#43749: venv module does not copy the correct python exe
https://bugs.python.org/issue43749 reopened by eryksun

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 reopened by andrei.avk

#46044: Update distutils documentation to say PyPI only accepts tar.g
https://bugs.python.org/issue46044 opened by mbussonn

#46045: NetBSD: do not use POSIX semaphores
https://bugs.python.org/issue46045 opened by wiz

#46050: [pathlib] Option so that OSError does not block glob in pathli
https://bugs.python.org/issue46050 opened by matt32106

#46051: Make @atexit.register work for functions with arguments
https://bugs.python.org/issue46051 opened by quapka

#46052: IDLE: make Ctrl,Alt + IME non-ascii letter work on Windows
https://bugs.python.org/issue46052 opened by anton.bryl

#46053: NetBSD: ossaudio support incomplete
https://bugs.python.org/issue46053 opened by wiz

#46054: Incorrect error when parsing non-utf8 files
https://bugs.python.org/issue46054 opened by pablogsal

#46055: Speed up binary shifting operators
https://bugs.python.org/issue46055 opened by xuxinhang

#46061: Journal execution gives fatal error in Python 3.10.1
https://bugs.python.org/issue46061 opened by eaqrzn

#46064: Permalinks to underscored documentation entries don't work.
https://bugs.python.org/issue46064 opened by Fabian Dill

#46065: re.findall takes forever and never ends
https://bugs.python.org/issue46065 opened by ramzitra

#46066: TypedDict alternative definition syntax with keyword args is c
https://bugs.python.org/issue46066 opened by 97littleleaf11

#46067: SSLContext.set_npn_protocols broken in Python 3.10, tries to c
https://bugs.python.org/issue46067 opened by diabonas

#46068: Change use of warnings.warn to logging.warning in a few places
https://bugs.python.org/issue46068 opened by andrei.avk

#46070: _PyImport_FixupExtensionObject() regression causing a crash in
https://bugs.python.org/issue46070 opened by graysky

#46071: Graphlib documentation
https://bugs.python.org/issue46071 opened by dam1784

#46072: Unify handling of stats in the CPython VM
https://bugs.python.org/issue46072 opened by Mark.Shannon

#46073: ast.unparse produces: 'FunctionDef' object has no attribute 'l
https://bugs.python.org/issue46073 opened by TheRobotCarlson

#46075: CookieJar.extract_cookies doesn't process cookies form local d
https://bugs.python.org/issue46075 opened by keddad

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076 opened by AlexWaygood

#46077: Include sha256 hashes of release downloads in announcement com
https://bugs.python.org/issue46077 opened by gregory.p.smith

#46079: [doc] Broken URL in "Brief Tour of the Standard Library"
https://bugs.python.org/issue46079 opened by vivekvashist

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS
https://bugs.python.org/issue46080 opened by felixfontein

#46083: PyUnicode_FSConverter() has confusing reference semantics
https://bugs.python.org/issue46083 opened by twouters

#46084: Python 3.9.6 scan_dir returns filenotfound on long paths, but
https://bugs.python.org/issue46084 opened by jschwar313

#46085: OrderedDict iterator allocates di_result unnecessarily
https://bugs.python.org/issue46085 opened by Kevin Shweh

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086 opened by gibu

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088 opened by gvanrossum

#46089: Problems with AF_PACKET sockets
https://bugs.python.org/issue46089 opened by gallard

#46090: C extensions can't swap out live frames anymore
https://bugs.python.org/issue46090 opened by brandtbucher

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091 opened by ucodery

#46092: Fix/update missing parameters in function signatures for Built
https://bugs.python.org/issue46092 opened by vivekvashist

#46094: Missing unit test on unittest.TestResult to check for required
https://bugs.python.org/issue46094 opened by DreamSh0t

#46095: Warning about iterate/modify has unwarranted detail
https://bugs.python.org/issue46095 opened by turepalsson

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096 opened by dzhamoytsin

#46097: Split function versions into 1-0xffff and 0x1000+ regions
https://bugs.python.org/issue46097 opened by Mark.Shannon

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098 opened by iritkatriel

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099 opened by kulikjak

#46100: Simplify readline / editline detection
https://bugs.python.org/issue46100 opened by christian.heimes

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101 opened by Lucas Cimon

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103 opened by hongweipeng

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104 opened by AlexWaygood

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106 opened by ned.deily

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107 opened by iritkatriel

#46108: Enum repr() incorrect when mixed with non-__new__ data types
https://bugs.python.org/issue46108 opened by ethan.furman

#46109: Separate resources and abc docs from other importlib docs
https://bugs.python.org/issue46109 opened by jaraco

#46110: `eval("-"*3000000 + "4")` in cmd causes hard crash
https://bugs.python.org/issue46110 opened by charles.mcmarrow.4

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113 opened by vivekvashist

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114 opened by penguinolog

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115 opened by xxm

#46117: tk could not refresh auto in mac os
https://bugs.python.org/issue46117 opened by asper



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

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096

#46095: Warning about iterate/modify has unwarranted detail
https://bugs.python.org/issue46095

#46083: PyUnicode_FSConverter() has confusing reference semantics
https://bugs.python.org/issue46083

#46077: Include sha256 hashes of release downloads in announcement com
https://bugs.python.org/issue46077

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076

#46075: CookieJar.extract_cookies doesn't process cookies form local d
https://bugs.python.org/issue46075

#46071: Graphlib documentation
https://bugs.python.org/issue46071

#46067: SSLContext.set_npn_protocols broken in Python 3.10, tries to c
https://bugs.python.org/issue46067

#46053: NetBSD: ossaudio support incomplete
https://bugs.python.org/issue46053



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

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113

#46109: Separate resources and abc docs from other importlib docs
https://bugs.python.org/issue46109

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096

#46094: Missing unit test on unittest.TestResult to check for required
https://bugs.python.org/issue46094

#46092: Fix/update missing parameters in function signatures for Built
https://bugs.python.org/issue46092

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS
https://bugs.python.org/issue46080



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

#46028: 3.11.0a3: under tox, sys._base_executable is wrong
https://bugs.python.org/issue46028 21 msgs

#46052: IDLE: make Ctrl,Alt + IME non-ascii letter work on Windows
https://bugs.python.org/issue46052 12 msgs

#46084: Python 3.9.6 scan_dir returns filenotfound on long paths, but
https://bugs.python.org/issue46084 12 msgs

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 9 msgs

#46070: _PyImport_FixupExtensionObject() regression causing a crash in
https://bugs.python.org/issue46070 9 msgs

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 8 msgs

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383 8 msgs

#22815: unexpected successes are not output
https://bugs.python.org/issue22815 7 msgs

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059 6 msgs

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292 6 msgs



Issues closed (75)
==================

#4733: Add a "decode to declared encoding" version of urlopen to urll
https://bugs.python.org/issue4733 closed by ajaksu2

#9504: signal.signal/signal.alarm not working as expected
https://bugs.python.org/issue9504 closed by iritkatriel

#13236: unittest needs more flush calls
https://bugs.python.org/issue13236 closed by lukasz.langa

#16392: [doc] import crashes on circular imports in ext modules
https://bugs.python.org/issue16392 closed by scoder

#16594: SocketServer should set SO_REUSEPORT along with SO_REUSEADDR w
https://bugs.python.org/issue16594 closed by asvetlov

#17763: test_pydoc fails with the installed testsuite
https://bugs.python.org/issue17763 closed by iritkatriel

#18467: argparse - problematic 'default' behavior
https://bugs.python.org/issue18467 closed by iritkatriel

#19737: Documentation of globals() and locals() should be improved
https://bugs.python.org/issue19737 closed by lukasz.langa

#19838: test.test_pathlib.PosixPathTest.test_touch_common fails on Fre
https://bugs.python.org/issue19838 closed by iritkatriel

#21390: readline: setlocale() returns NULL on Android
https://bugs.python.org/issue21390 closed by vstinner

#21461: Recognize -pthread
https://bugs.python.org/issue21461 closed by wiz

#21964: inconsistency in list-generator comprehension with yield(-from
https://bugs.python.org/issue21964 closed by iritkatriel

#23010: "unclosed file" warning when defining unused logging FileHandl
https://bugs.python.org/issue23010 closed by vinay.sajip

#23148: Missing the charset parameter in as_encoded_word()
https://bugs.python.org/issue23148 closed by serhiy.storchaka

#23948: Deprecate os.kill() on Windows
https://bugs.python.org/issue23948 closed by eryksun

#24010: Add error checks to PyInit__locale()
https://bugs.python.org/issue24010 closed by iritkatriel

#24012: Add error checks to PyInit_pyexpat()
https://bugs.python.org/issue24012 closed by iritkatriel

#24116: --with-pydebug has no effect when the final python binary is c
https://bugs.python.org/issue24116 closed by iritkatriel

#25834: getpass falls back when sys.stdin is changed
https://bugs.python.org/issue25834 closed by iritkatriel

#25864: collections.abc.Mapping should include a __reversed__ that rai
https://bugs.python.org/issue25864 closed by AlexWaygood

#26216: run runtktests.py error when test tkinter
https://bugs.python.org/issue26216 closed by iritkatriel

#26726: Incomplete Internationalization in Argparse Module
https://bugs.python.org/issue26726 closed by iritkatriel

#26952: argparse help formatter raises IndexError
https://bugs.python.org/issue26952 closed by iritkatriel

#27062: `inspect` doesn't have `__all__`
https://bugs.python.org/issue27062 closed by lukasz.langa

#27258: Exception in BytesGenerator.flatten
https://bugs.python.org/issue27258 closed by iritkatriel

#27718: help('signal') incomplete (e.g: signal.signal not visible)
https://bugs.python.org/issue27718 closed by serhiy.storchaka

#30716: Failing tests with installed 3.6.2rc1 on Win 10-64
https://bugs.python.org/issue30716 closed by iritkatriel

#36674: "unittest.TestCase.debug" should honour "skip" (and other test
https://bugs.python.org/issue36674 closed by serhiy.storchaka

#38584: argparse: Specifying a whitespace-only help message to a posit
https://bugs.python.org/issue38584 closed by Lucas Cimon

#38590: argparse unexpected behavior with argument group inside mutual
https://bugs.python.org/issue38590 closed by iritkatriel

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927 closed by iritkatriel

#42114: Documentation of ctypes.CDLL does not correspond to code
https://bugs.python.org/issue42114 closed by lukasz.langa

#42962: Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
https://bugs.python.org/issue42962 closed by eryksun

#43862: warnings: -W option and PYTHONWARNINGS now use the message as
https://bugs.python.org/issue43862 closed by vstinner

#44674: dataclasses should allow frozendict default value
https://bugs.python.org/issue44674 closed by eric.smith

#44893: importlib.metadata Entrypoint has a broken _asdict
https://bugs.python.org/issue44893 closed by jaraco

#44896: AttributeError in ast.unparse
https://bugs.python.org/issue44896 closed by BTaskaya

#45635: Tidy up error handling in traceback.c / python run.c
https://bugs.python.org/issue45635 closed by iritkatriel

#45643: Add signal.SIGSTKFLT constant (Linux)
https://bugs.python.org/issue45643 closed by vstinner

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684 closed by AlexWaygood

#45690: Argparse exclusive group inside required exclusive group displ
https://bugs.python.org/issue45690 closed by iritkatriel

#45755: Specialized generic class does not return class attributes in
https://bugs.python.org/issue45755 closed by kj

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840 closed by serhiy.storchaka

#45855: Replace PyImport_ImportModuleNoBlock with PyImport_ImportModul
https://bugs.python.org/issue45855 closed by asvetlov

#45919: Use WinAPI GetFileType() in is_valid_fd()
https://bugs.python.org/issue45919 closed by corona10

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949 closed by christian.heimes

#45977: Unexpected effect of sys.pycache_prefix = ""
https://bugs.python.org/issue45977 closed by andrei.avk

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014 closed by lukasz.langa

#46040: asyncio.coroutine documented as removed in 3.10
https://bugs.python.org/issue46040 closed by asvetlov

#46041: Add reference counting micro-optimizations to listobject.c
https://bugs.python.org/issue46041 closed by rhettinger

#46042: Error range of "duplicate argument" SyntaxErrors is too big
https://bugs.python.org/issue46042 closed by pablogsal

#46043: Python Launcher Not Opening Files.
https://bugs.python.org/issue46043 closed by ned.deily

#46046: I/O bound threads got to no chance to run with small CPU bound
https://bugs.python.org/issue46046 closed by kj

#46047: When using Py_NewInterpreter, some modules fail to import in P
https://bugs.python.org/issue46047 closed by diabonas

#46048: embeddable distro cannot import modules
https://bugs.python.org/issue46048 closed by steve.dower

#46049: ._pth files untested on Linux
https://bugs.python.org/issue46049 closed by steve.dower

#46056: Cannot use virtual environment on Windows 10 in corporate secu
https://bugs.python.org/issue46056 closed by gregory.p.smith

#46057: argparse: embedded groups may prevent options from being in he
https://bugs.python.org/issue46057 closed by iritkatriel

#46058: argparse: arg groups and mutually exclusive groups behave inco
https://bugs.python.org/issue46058 closed by iritkatriel

#46059: Typo in match Statement example
https://bugs.python.org/issue46059 closed by kj

#46060: Clarify asyncio.new_event_loop return value
https://bugs.python.org/issue46060 closed by pbryan2

#46062: tkinter.filedialog.SaveAs: create new folder on Ubuntu?
https://bugs.python.org/issue46062 closed by serhiy.storchaka

#46063: TimedRotatingFileHandler deletes wrong files
https://bugs.python.org/issue46063 closed by vinay.sajip

#46069: Spam
https://bugs.python.org/issue46069 closed by serhiy.storchaka

#46074: deepfreeze should rehash all strings upon reset
https://bugs.python.org/issue46074 closed by gvanrossum

#46078: `ast.unparse` fails on `class C: i: int`??? convert broken fro
https://bugs.python.org/issue46078 closed by samuelmarks

#46081: Document the msg argument for assertRaises
https://bugs.python.org/issue46081 closed by cool-RR

#46082: type casting of bool
https://bugs.python.org/issue46082 closed by AlexWaygood

#46087: format library documentation error
https://bugs.python.org/issue46087 closed by serhiy.storchaka

#46093: 2D array issue
https://bugs.python.org/issue46093 closed by eric.smith

#46102: pdb can't convert dict_values to list
https://bugs.python.org/issue46102 closed by christian.heimes

#46105: Requirement syntax broken when extras indicated on url_req
https://bugs.python.org/issue46105 closed by jaraco

#46111: test_unittest fails in optimized mode
https://bugs.python.org/issue46111 closed by serhiy.storchaka

#46112: PEP 8 code format
https://bugs.python.org/issue46112 closed by serhiy.storchaka

#46116: _asyncio_backend.py datagram_received doesn't handle Future ca
https://bugs.python.org/issue46116 closed by asvetlov
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-17 - 2021-12-24)
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 7196 (+16)
closed 50706 (+41)
total 57902 (+57)

Open issues with patches: 2866


Issues opened (37)
==================

#44598: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44598 reopened by sxt1001

#46118: Migrate importlib.resources into a package
https://bugs.python.org/issue46118 opened by jaraco

#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119 opened by kumaraditya303

#46120: Add note to `typing.Union` that it is recommended to use `|` i
https://bugs.python.org/issue46120 opened by sobolevn

#46121: Add a note to QueueListener documentation saying that SimpleQu
https://bugs.python.org/issue46121 opened by iamdbychkov

#46124: Deprecation warning in zoneinfo module
https://bugs.python.org/issue46124 opened by xtreak

#46125: Test the preferred API instead of relying on legacy for covera
https://bugs.python.org/issue46125 opened by jaraco

#46126: Unittest output drives developers to avoid docstrings
https://bugs.python.org/issue46126 opened by jaraco

#46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces
https://bugs.python.org/issue46128 opened by asvetlov

#46133: Unclear whether one can (or how to) provide source to exec-gen
https://bugs.python.org/issue46133 opened by posita

#46134: Confusing error message for AttributeError with dataclasses
https://bugs.python.org/issue46134 opened by landonjpginn

#46141: Fix ipaddress.ip_network TypeErrors
https://bugs.python.org/issue46141 opened by bar.harel

#46142: python --help output is too long
https://bugs.python.org/issue46142 opened by eric.araujo

#46143: [docs] IO > Text Encoding info outdated
https://bugs.python.org/issue46143 opened by gilbertson.david

#46146: Python IDLE fails to start (tk font issue?)
https://bugs.python.org/issue46146 opened by mcepl

#46147: Support AddressSanitizer in Windows build
https://bugs.python.org/issue46147 opened by anthonypjshaw

#46148: Optimize pathlib
https://bugs.python.org/issue46148 opened by kumaraditya303

#46149: FIPS usedforsecurity flag is no longer functional with OpenSSL
https://bugs.python.org/issue46149 opened by florinspatar

#46150: test_pathlib assumes "fakeuser" does not exist as user
https://bugs.python.org/issue46150 opened by twouters

#46151: SimpleCookie.js_output is vulnerable to HTML injection
https://bugs.python.org/issue46151 opened by trungpaaa

#46154: MIMEMultipart enforces line endings also for binary subparts
https://bugs.python.org/issue46154 opened by sophonet

#46156: 3.9.9: python built-in SSL module unable to connect to an IIS
https://bugs.python.org/issue46156 opened by lkraav

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157 opened by jordan-bonecutter

#46158: Hardcoded sysroot path, to MacOSX11.sdk, in python sysconfig
https://bugs.python.org/issue46158 opened by akumar9

#46159: Segfault when using trace functions in 3.11a3
https://bugs.python.org/issue46159 opened by reaperhulk

#46161: `class A(1, 2, 3, **d): pass` gives bad bytecode
https://bugs.python.org/issue46161 opened by zq1997

#46162: Make `builtins.property` generic
https://bugs.python.org/issue46162 opened by sobolevn

#46163: multiprocessing logger deadlocks if used with logging.handlers
https://bugs.python.org/issue46163 opened by iamdbychkov

#46166: Get "self" args or non-null co_varnames from frame object with
https://bugs.python.org/issue46166 opened by Skylion007

#46167: Parse assert (x == y, "Descriptive text") as statement params
https://bugs.python.org/issue46167 opened by gregory.p.smith

#46168: Incorrect format specified for the "style" key in the configur
https://bugs.python.org/issue46168 opened by bokunogf

#46169: Same-moment datetimes with different ZoneInfo timezones are no
https://bugs.python.org/issue46169 opened by huonw

#46170: Improving the error message when subclassing NewType
https://bugs.python.org/issue46170 opened by Gobot1234

#46171: venv module produces spurious warning that location has moved
https://bugs.python.org/issue46171 opened by layday

#46172: [doc] Outdated description of `license` object
https://bugs.python.org/issue46172 opened by CCXXXI

#46173: float(x) with large x not raise OverflowError
https://bugs.python.org/issue46173 opened by cykerway

#46174: Feature Request for Python Interfaces
https://bugs.python.org/issue46174 opened by Orie



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

#46174: Feature Request for Python Interfaces
https://bugs.python.org/issue46174

#46172: [doc] Outdated description of `license` object
https://bugs.python.org/issue46172

#46170: Improving the error message when subclassing NewType
https://bugs.python.org/issue46170

#46166: Get "self" args or non-null co_varnames from frame object with
https://bugs.python.org/issue46166

#46163: multiprocessing logger deadlocks if used with logging.handlers
https://bugs.python.org/issue46163

#46159: Segfault when using trace functions in 3.11a3
https://bugs.python.org/issue46159

#46154: MIMEMultipart enforces line endings also for binary subparts
https://bugs.python.org/issue46154

#46151: SimpleCookie.js_output is vulnerable to HTML injection
https://bugs.python.org/issue46151

#46141: Fix ipaddress.ip_network TypeErrors
https://bugs.python.org/issue46141

#46133: Unclear whether one can (or how to) provide source to exec-gen
https://bugs.python.org/issue46133

#46121: Add a note to QueueListener documentation saying that SimpleQu
https://bugs.python.org/issue46121

#46120: Add note to `typing.Union` that it is recommended to use `|` i
https://bugs.python.org/issue46120

#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098



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

#46167: Parse assert (x == y, "Descriptive text") as statement params
https://bugs.python.org/issue46167

#46162: Make `builtins.property` generic
https://bugs.python.org/issue46162

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157

#46150: test_pathlib assumes "fakeuser" does not exist as user
https://bugs.python.org/issue46150

#46148: Optimize pathlib
https://bugs.python.org/issue46148

#46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces
https://bugs.python.org/issue46128

#46126: Unittest output drives developers to avoid docstrings
https://bugs.python.org/issue46126

#46125: Test the preferred API instead of relying on legacy for covera
https://bugs.python.org/issue46125

#46124: Deprecation warning in zoneinfo module
https://bugs.python.org/issue46124

#46120: Add note to `typing.Union` that it is recommended to use `|` i
https://bugs.python.org/issue46120

#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119

#46118: Migrate importlib.resources into a package
https://bugs.python.org/issue46118

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114

#46109: Separate resources docs from other importlib docs
https://bugs.python.org/issue46109

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103



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

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295 18 msgs

#46167: Parse assert (x == y, "Descriptive text") as statement params
https://bugs.python.org/issue46167 11 msgs

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157 9 msgs

#46146: Python IDLE fails to start (tk font issue?)
https://bugs.python.org/issue46146 8 msgs

#46126: Unittest output drives developers to avoid docstrings
https://bugs.python.org/issue46126 7 msgs

#46148: Optimize pathlib
https://bugs.python.org/issue46148 7 msgs

#46109: Separate resources docs from other importlib docs
https://bugs.python.org/issue46109 6 msgs

#46090: C extensions can't swap out live frames anymore
https://bugs.python.org/issue46090 5 msgs

#46117: tk could not refresh auto in mac os
https://bugs.python.org/issue46117 5 msgs

#46173: float(x) with large x not raise OverflowError
https://bugs.python.org/issue46173 5 msgs



Issues closed (37)
==================

#29328: struct module should support variable-length strings
https://bugs.python.org/issue29328 closed by AlexWaygood

#34624: -W option and PYTHONWARNINGS env variable does not accept modu
https://bugs.python.org/issue34624 closed by coldfix

#34643: How to build Release Version of Python in Windows?
https://bugs.python.org/issue34643 closed by AlexWaygood

#37578: Change Glob: Allow Recursion for Hidden Files
https://bugs.python.org/issue37578 closed by AlexWaygood

#45978: deepfreeze opaquely fails on Windows when building from Visual
https://bugs.python.org/issue45978 closed by Dennis Sweeney

#45996: Worse error from asynccontextmanager in Python 3.10
https://bugs.python.org/issue45996 closed by asvetlov

#46044: Update distutils documentation to say PyPI only accepts tar.g
https://bugs.python.org/issue46044 closed by brett.cannon

#46065: re.findall takes forever and never ends
https://bugs.python.org/issue46065 closed by gdr@garethrees.org

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076 closed by rhettinger

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088 closed by steve.dower

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099 closed by AlexWaygood

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104 closed by AlexWaygood

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106 closed by ned.deily

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107 closed by iritkatriel

#46110: compile("-"*3000000 + "4", '', mode) causes hard crash
https://bugs.python.org/issue46110 closed by pablogsal

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113 closed by kj

#46122: Update/fix types.UnionType to types.Union in Built-in Types do
https://bugs.python.org/issue46122 closed by kj

#46123: _freeze_module on Windows can be built faster with no optimiza
https://bugs.python.org/issue46123 closed by steve.dower

#46127: Missing HTML span element in exceptions.html
https://bugs.python.org/issue46127 closed by vivekvashist

#46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase
https://bugs.python.org/issue46129 closed by asvetlov

#46130: Untranslatable link text in whatsnew/3.10
https://bugs.python.org/issue46130 closed by kj

#46131: Add PyType_FastSubclass for float
https://bugs.python.org/issue46131 closed by rhettinger

#46132: Consider adding __slots__ to enums?
https://bugs.python.org/issue46132 closed by rhettinger

#46135: Changing a label's text is not working properly on transparent
https://bugs.python.org/issue46135 closed by ned.deily

#46136: "dh low key " issue when try to connect mysql
https://bugs.python.org/issue46136 closed by christian.heimes

#46137: Update/change built-in keyword type used in RE example
https://bugs.python.org/issue46137 closed by vivekvashist

#46138: Strange behavior with lists
https://bugs.python.org/issue46138 closed by eric.smith

#46139: Boolean Logic Check - Built-in Types Documentation page
https://bugs.python.org/issue46139 closed by abriabrisham

#46140: Some API methods could take const Py_buffer* instead of Py_buf
https://bugs.python.org/issue46140 closed by serhiy.storchaka

#46144: math.log() returns improper output
https://bugs.python.org/issue46144 closed by joshinsel

#46145: List reference not working properly
https://bugs.python.org/issue46145 closed by antarab

#46152: rename wave.py class nane
https://bugs.python.org/issue46152 closed by christian.heimes

#46153: function fails in exec when locals is given
https://bugs.python.org/issue46153 closed by steven.daprano

#46155: Implement ExceptionGroup __new__
https://bugs.python.org/issue46155 closed by iritkatriel

#46160: IPy->IPSet AttributeError: module 'collections' has no attribu
https://bugs.python.org/issue46160 closed by serhiy.storchaka

#46164: New `both()` operator for matching multiple variables to one
https://bugs.python.org/issue46164 closed by steven.daprano

#46165: pythin is core dumping with SIGILL in pytest of the jupyter-se
https://bugs.python.org/issue46165 closed by christian.heimes
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/QJKDN6XRQW5CBN6BEEYV34SWB2ZMAYIP/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-24 - 2021-12-31)
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 7195 ( -1)
closed 50747 (+41)
total 57942 (+40)

Open issues with patches: 2871


Issues opened (32)
==================

#46118: Migrate importlib.resources into a package
https://bugs.python.org/issue46118 reopened by jaraco

#46175: Zero argument super() does not function properly inside genera
https://bugs.python.org/issue46175 opened by tritium

#46177: can't install launcher for all users
https://bugs.python.org/issue46177 opened by Amine

#46178: Remove `.travis.yml`?
https://bugs.python.org/issue46178 opened by sobolevn

#46180: Button clicked failed when mouse hover tooltip and tooltip des
https://bugs.python.org/issue46180 opened by Jason990420

#46181: Destroying an expaned Combobox prevents Entry focus until Alt+
https://bugs.python.org/issue46181 opened by j.lahav

#46182: `super` and descriptor clarification
https://bugs.python.org/issue46182 opened by Arthur-Milchior

#46184: Remove `netlify.toml`?
https://bugs.python.org/issue46184 opened by sobolevn

#46186: replace `io.IncrementalNewlineDecoder` with non incremental ne
https://bugs.python.org/issue46186 opened by guoci

#46187: Optionally support rounding for math.isqrt()
https://bugs.python.org/issue46187 opened by rhettinger

#46192: Optimize builtin functions min() and max()
https://bugs.python.org/issue46192 opened by colorfulappl

#46194: Wrong base class for transport returned by loop.create_datagra
https://bugs.python.org/issue46194 opened by asvetlov

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195 opened by med2277

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196 opened by sharewell

#46197: ensurepip bootstrap breaks out of isolated environment
https://bugs.python.org/issue46197 opened by kcdodd

#46198: Duplicated test name `test_get_unstructured_invalid_ew` in `te
https://bugs.python.org/issue46198 opened by sobolevn

#46199: Calculation influenced by print
https://bugs.python.org/issue46199 opened by wby78826

#46200: Discourage logging f-strings due to security considerations
https://bugs.python.org/issue46200 opened by ariebovenberg

#46201: PEP 495 misnames PyDateTime_DATE_GET_FOLD
https://bugs.python.org/issue46201 opened by drougge

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202 opened by iritkatriel

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203 opened by mark.dickinson

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204 opened by dam1784

#46205: Race condition in runtest_mp leads to hangs (never exits)
https://bugs.python.org/issue46205 opened by colesbury

#46206: Crash when editing emoji containing strings
https://bugs.python.org/issue46206 opened by 10maurycy10

#46207: Log emit performance degradation in RotatingFileHandlers due t
https://bugs.python.org/issue46207 opened by dfritz

#46208: os.path.normpath change between 3.11.0a2 and 3.11.0a3+
https://bugs.python.org/issue46208 opened by hugovk

#46209: add documentation for decoding newlines in the `io` module
https://bugs.python.org/issue46209 opened by guoci

#46210: print deadlocks
https://bugs.python.org/issue46210 opened by notarealdeveloper

#46211: Recursively calling makepasv() finally leads to core dumped.
https://bugs.python.org/issue46211 opened by xxm

#46212: Avoid temporary `varargs` tuple creation in argument passing
https://bugs.python.org/issue46212 opened by colorfulappl

#46213: webbrowser.open doesn't work in Termux
https://bugs.python.org/issue46213 opened by DonaldDuck1313

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214 opened by iritkatriel



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

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214

#46213: webbrowser.open doesn't work in Termux
https://bugs.python.org/issue46213

#46211: Recursively calling makepasv() finally leads to core dumped.
https://bugs.python.org/issue46211

#46210: print deadlocks
https://bugs.python.org/issue46210

#46209: add documentation for decoding newlines in the `io` module
https://bugs.python.org/issue46209

#46207: Log emit performance degradation in RotatingFileHandlers due t
https://bugs.python.org/issue46207

#46205: Race condition in runtest_mp leads to hangs (never exits)
https://bugs.python.org/issue46205

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202

#46201: PEP 495 misnames PyDateTime_DATE_GET_FOLD
https://bugs.python.org/issue46201

#46198: Duplicated test name `test_get_unstructured_invalid_ew` in `te
https://bugs.python.org/issue46198

#46197: ensurepip bootstrap breaks out of isolated environment
https://bugs.python.org/issue46197

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196

#46181: Destroying an expaned Combobox prevents Entry focus until Alt+
https://bugs.python.org/issue46181



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

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214

#46212: Avoid temporary `varargs` tuple creation in argument passing
https://bugs.python.org/issue46212

#46210: print deadlocks
https://bugs.python.org/issue46210

#46209: add documentation for decoding newlines in the `io` module
https://bugs.python.org/issue46209

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202

#46198: Duplicated test name `test_get_unstructured_invalid_ew` in `te
https://bugs.python.org/issue46198

#46197: ensurepip bootstrap breaks out of isolated environment
https://bugs.python.org/issue46197

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195

#46194: Wrong base class for transport returned by loop.create_datagra
https://bugs.python.org/issue46194

#46192: Optimize builtin functions min() and max()
https://bugs.python.org/issue46192

#46186: replace `io.IncrementalNewlineDecoder` with non incremental ne
https://bugs.python.org/issue46186

#46184: Remove `netlify.toml`?
https://bugs.python.org/issue46184



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

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295 22 msgs

#46187: Optionally support rounding for math.isqrt()
https://bugs.python.org/issue46187 17 msgs

#46170: Improving the error message when subclassing NewType
https://bugs.python.org/issue46170 7 msgs

#46175: Zero argument super() does not function properly inside genera
https://bugs.python.org/issue46175 6 msgs

#46118: Migrate importlib.resources into a package
https://bugs.python.org/issue46118 5 msgs

#46182: `super` and descriptor clarification
https://bugs.python.org/issue46182 5 msgs

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195 5 msgs

#46124: Deprecation warning in zoneinfo module
https://bugs.python.org/issue46124 4 msgs

#46171: venv module produces spurious warning that location has moved
https://bugs.python.org/issue46171 4 msgs

#2756: urllib.request.add_header fails with existing unredirected_hea
https://bugs.python.org/issue2756 3 msgs



Issues closed (36)
==================

#9334: argparse does not accept options taking arguments beginning wi
https://bugs.python.org/issue9334 closed by rhettinger

#13672: Add co_qualname attribute in code objects
https://bugs.python.org/issue13672 closed by iritkatriel

#18677: Enhanced context managers with ContextManagerExit and None
https://bugs.python.org/issue18677 closed by AlexWaygood

#31914: Document Pool.(star)map return type
https://bugs.python.org/issue31914 closed by AlexWaygood

#34498: Python 3.7+ break on singledispatch_function.register(pseudo_t
https://bugs.python.org/issue34498 closed by serhiy.storchaka

#34963: String representation for types created with typing.NewType(??
https://bugs.python.org/issue34963 closed by serhiy.storchaka

#38397: __init_subclass__ causes TypeError when used with more standar
https://bugs.python.org/issue38397 closed by AlexWaygood

#38522: Py_USING_MEMORY_DEBUGGER is referenced in docs but not present
https://bugs.python.org/issue38522 closed by benjamin.peterson

#41569: json.JSONEncoder.default should be called for dict keys as wel
https://bugs.python.org/issue41569 closed by andrei.avk

#41593: pathlib PermissionError problem
https://bugs.python.org/issue41593 closed by andrei.avk

#41850: inspect.py: access block stack
https://bugs.python.org/issue41850 closed by Dennis Sweeney

#42079: Why does tarfile.next swallow InvalidHeaderError
https://bugs.python.org/issue42079 closed by andrei.avk

#42918: Nested multi-line expression will lead to "compile()" fails
https://bugs.python.org/issue42918 closed by lukasz.langa

#43639: Do not raise AttributeError on instance attribute update/delet
https://bugs.python.org/issue43639 closed by rhettinger

#45189: Drop the "list_frozen" command from _test_embed.
https://bugs.python.org/issue45189 closed by corona10

#45321: Module xml.parsers.expat.errors misses error code constants of
https://bugs.python.org/issue45321 closed by scoder

#45496: Tkinter: test_winfo_rgb failure
https://bugs.python.org/issue45496 closed by serhiy.storchaka

#45508: Specialize INPLACE_ADD
https://bugs.python.org/issue45508 closed by Dennis Sweeney

#45853: Misspelled _IGNORED_ERROS in Lib/pathlib.py
https://bugs.python.org/issue45853 closed by serhiy.storchaka

#46032: functools' singledispatch does not support GenericAlias
https://bugs.python.org/issue46032 closed by serhiy.storchaka

#46085: OrderedDict iterator allocates di_result unnecessarily
https://bugs.python.org/issue46085 closed by corona10

#46090: C extensions can't swap out live frames anymore
https://bugs.python.org/issue46090 closed by brandtbucher

#46109: Separate resources docs from other importlib docs
https://bugs.python.org/issue46109 closed by jaraco

#46120: Add note to `typing.Union` that it is recommended to use `|` i
https://bugs.python.org/issue46120 closed by AlexWaygood

#46150: test_pathlib assumes "fakeuser" does not exist as user
https://bugs.python.org/issue46150 closed by gregory.p.smith

#46172: [doc] Outdated description of `license` object
https://bugs.python.org/issue46172 closed by CCXXXI

#46174: Feature Request for Python Interfaces
https://bugs.python.org/issue46174 closed by ronaldoussoren

#46176: mmap module add MAP_STACK constant mostly for OpenBSD
https://bugs.python.org/issue46176 closed by corona10

#46179: Delete selected item generate "<<TreeviewSelect>>" event or no
https://bugs.python.org/issue46179 closed by Jason990420

#46183: float function errors on negative number string with comma sep
https://bugs.python.org/issue46183 closed by steven.daprano

#46185: Python 3.10.1 installer refers to /Applications/Python 3.9 Ins
https://bugs.python.org/issue46185 closed by erlendaasland

#46188: dictionary creation error
https://bugs.python.org/issue46188 closed by steven.daprano

#46189: Text containing "wide" character not correctly refreshed
https://bugs.python.org/issue46189 closed by serhiy.storchaka

#46190: Omit k in random.sample()
https://bugs.python.org/issue46190 closed by rhettinger

#46191: Conflict between using annotations in singledispatch() and MyP
https://bugs.python.org/issue46191 closed by serhiy.storchaka

#46193: Using a dictionary for open files.
https://bugs.python.org/issue46193 closed by Keepun
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-31 - 2022-01-07)
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 ( +4)
closed 50825 (+78)
total 58024 (+82)

Open issues with patches: 2886


Issues opened (50)
==================

#34931: os.path.splitext with more dots
https://bugs.python.org/issue34931 reopened by xnovakj

#46009: sending non-None values makes generator raise StopIteration on
https://bugs.python.org/issue46009 reopened by christian.heimes

#46110: compile("-"*3000000 + "4", '', mode) causes hard crash
https://bugs.python.org/issue46110 reopened by pablogsal

#46216: spurious link to os.system() from os.times() documentation ent
https://bugs.python.org/issue46216 opened by emery.berger

#46217: 3.11 build failure on Win10: new _freeze_module changes?
https://bugs.python.org/issue46217 opened by terry.reedy

#46220: imaplib.py "select" mailbox names containing spaces.
https://bugs.python.org/issue46220 opened by mckenzm

#46223: asyncio cause infinite loop during debug
https://bugs.python.org/issue46223 opened by zillionare

#46225: f_lasti behaves differently for lambdas returned from loops
https://bugs.python.org/issue46225 opened by nedbat

#46226: User specific paths added to System PATH environment variable
https://bugs.python.org/issue46226 opened by akrymskiy

#46227: add pathlib.Path.walk method
https://bugs.python.org/issue46227 opened by Ovsyanka

#46232: Client certificates with UniqueIdentifier in the subject break
https://bugs.python.org/issue46232 opened by kacper

#46234: 3.11: Tracing of decorators now visits the decorator line befo
https://bugs.python.org/issue46234 opened by nedbat

#46235: Do all ref-counting at once for sequence multiplication
https://bugs.python.org/issue46235 opened by Dennis Sweeney

#46237: Incorrect line reported in syntax error
https://bugs.python.org/issue46237 opened by arian-f

#46242: Improve error message when attempting to extend an enum with `
https://bugs.python.org/issue46242 opened by sobolevn

#46244: typing._TypeVarLike missing __slots__
https://bugs.python.org/issue46244 opened by ariebovenberg

#46245: Add support for dir_fd in shutil.rmtree()
https://bugs.python.org/issue46245 opened by serhiy.storchaka

#46246: importlib.metadata.DeprecatedList appears to be missing __slot
https://bugs.python.org/issue46246 opened by ariebovenberg

#46247: in xml.dom.minidom, Node and DocumentLS appear to be missing _
https://bugs.python.org/issue46247 opened by ariebovenberg

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 opened by erlendaasland

#46250: 3.10 docs responsive design removes navigation buttons (next,
https://bugs.python.org/issue46250 opened by vkvanjavk

#46252: SSLWantReadError causes _SelectorSocketTransport to close
https://bugs.python.org/issue46252 opened by matan1008

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253 opened by juliangilbey

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254 opened by uriya1998

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255 opened by malin

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258 opened by mark.dickinson

#46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs
https://bugs.python.org/issue46261 opened by erlendaasland

#46264: 'I'.lower() should give non dotted i for LANG=tr_TR
https://bugs.python.org/issue46264 opened by fbacher

#46265: Error when cross compiling for hardfloat MIPS
https://bugs.python.org/issue46265 opened by jefferyto

#46267: gzip.compress incorrectly ignores level parameter
https://bugs.python.org/issue46267 opened by rhpvorderman

#46269: '__new__' is never shown in `dir(SomeEnum)`
https://bugs.python.org/issue46269 opened by sobolevn

#46270: Comparison operators in Python Tutorial 5.7
https://bugs.python.org/issue46270 opened by realjanpaulus

#46271: frozen modules are not regenerated on bytecode magic change wh
https://bugs.python.org/issue46271 opened by christian.heimes

#46272: Fix bitwise and logical terminology in python.gram
https://bugs.python.org/issue46272 opened by rhettinger

#46273: Document what asyncio.wait() and asyncio.as_completed() do if
https://bugs.python.org/issue46273 opened by termim

#46274: Tokenizer module does not handle backslash characters correctl
https://bugs.python.org/issue46274 opened by ucodery

#46275: caret location for syntax error pointing with f-strings
https://bugs.python.org/issue46275 opened by williamnavaraj

#46276: ImportError: DLL load failed while importing
https://bugs.python.org/issue46276 opened by 89z

#46279: [docs] Minor information-ordering issue in __main__ doc
https://bugs.python.org/issue46279 opened by ferdnyc

#46280: About vulnerabilities in Cpython native code
https://bugs.python.org/issue46280 opened by urnotmax

#46282: print() docs do not indicate its return value
https://bugs.python.org/issue46282 opened by SnoopJeDi

#46283: [subinterpreters] Unicode interned strings must not be shared
https://bugs.python.org/issue46283 opened by vstinner

#46284: DirEntry returns invalid values for is_dir and is_file on NFS
https://bugs.python.org/issue46284 opened by Nicolas SURRIBAS

#46285: http/server.py wont respect its protocol_version
https://bugs.python.org/issue46285 opened by openalmeida

#46287: UNC path normalisation issues on Windows
https://bugs.python.org/issue46287 opened by steve.dower

#46289: AST: FomattedValue conversion's default value should be -1
https://bugs.python.org/issue46289 opened by iyume

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290 opened by zsol

#46291: [doc] First argument to raise can also be BaseException
https://bugs.python.org/issue46291 opened by gtitze

#46292: Add microseconds to logging.LogRecord
https://bugs.python.org/issue46292 opened by jamescasbon

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296 opened by sobolevn



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

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296

#46292: Add microseconds to logging.LogRecord
https://bugs.python.org/issue46292

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290

#46284: DirEntry returns invalid values for is_dir and is_file on NFS
https://bugs.python.org/issue46284

#46283: [subinterpreters] Unicode interned strings must not be shared
https://bugs.python.org/issue46283

#46279: [docs] Minor information-ordering issue in __main__ doc
https://bugs.python.org/issue46279

#46274: Tokenizer module does not handle backslash characters correctl
https://bugs.python.org/issue46274

#46273: Document what asyncio.wait() and asyncio.as_completed() do if
https://bugs.python.org/issue46273

#46271: frozen modules are not regenerated on bytecode magic change wh
https://bugs.python.org/issue46271

#46267: gzip.compress incorrectly ignores level parameter
https://bugs.python.org/issue46267

#46265: Error when cross compiling for hardfloat MIPS
https://bugs.python.org/issue46265

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253



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

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296

#46292: Add microseconds to logging.LogRecord
https://bugs.python.org/issue46292

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290

#46282: print() docs do not indicate its return value
https://bugs.python.org/issue46282

#46280: About vulnerabilities in Cpython native code
https://bugs.python.org/issue46280

#46269: '__new__' is never shown in `dir(SomeEnum)`
https://bugs.python.org/issue46269

#46267: gzip.compress incorrectly ignores level parameter
https://bugs.python.org/issue46267

#46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs
https://bugs.python.org/issue46261

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253

#46252: SSLWantReadError causes _SelectorSocketTransport to close
https://bugs.python.org/issue46252

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249

#46246: importlib.metadata.DeprecatedList appears to be missing __slot
https://bugs.python.org/issue46246



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

#46280: About vulnerabilities in Cpython native code
https://bugs.python.org/issue46280 21 msgs

#46070: [subinterpreters] asyncio crash when importing _asyncio in sub
https://bugs.python.org/issue46070 17 msgs

#45665: Problems caused by isinstance(list[int], type) returning True
https://bugs.python.org/issue45665 10 msgs

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 9 msgs

#34931: os.path.splitext with more dots
https://bugs.python.org/issue34931 8 msgs

#45925: Upgrade macOS and Windows installers to use SQLite 3.37.2
https://bugs.python.org/issue45925 7 msgs

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 7 msgs

#46142: python --help output is too long
https://bugs.python.org/issue46142 7 msgs

#46187: Optionally support rounding for math.isqrt()
https://bugs.python.org/issue46187 6 msgs

#46198: Duplicate and unused code in tests
https://bugs.python.org/issue46198 6 msgs



Issues closed (75)
==================

#9937: _winreg.EnumValue causes MemoryError
https://bugs.python.org/issue9937 closed by iritkatriel

#17951: TypeError during gdb backtracing
https://bugs.python.org/issue17951 closed by iritkatriel

#20369: concurrent.futures.wait() blocks forever when given duplicate
https://bugs.python.org/issue20369 closed by AlexWaygood

#25478: Consider adding a normalize() method to collections.Counter()
https://bugs.python.org/issue25478 closed by rhettinger

#30337: Vague wording of pkgutil.walk_packages parameter 'prefix'
https://bugs.python.org/issue30337 closed by iritkatriel

#31137: Add a path attribute to NamedTemporaryFile
https://bugs.python.org/issue31137 closed by iritkatriel

#32696: Fix pickling exceptions with multiple arguments
https://bugs.python.org/issue32696 closed by iritkatriel

#33130: functools.reduce signature uses `iterable`, documentation shou
https://bugs.python.org/issue33130 closed by iritkatriel

#33252: [doc] Clarify ResourceWarning documentation
https://bugs.python.org/issue33252 closed by iritkatriel

#33857: python exception on Solaris : code for hash blake2b was not fo
https://bugs.python.org/issue33857 closed by iritkatriel

#34538: Remove encouragement to author a base class for all Exception
https://bugs.python.org/issue34538 closed by iritkatriel

#37489: pickling instance which inherited from Exception with keyword
https://bugs.python.org/issue37489 closed by iritkatriel

#39181: Add `os.makedirs()` as `Path.mkdir()` equivalent in correspond
https://bugs.python.org/issue39181 closed by jack1142

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 closed by Mark.Shannon

#40477: Python Launcher app on macOS 10.15+ fails to run scripts
https://bugs.python.org/issue40477 closed by ned.deily

#40545: Expose _PyErr_GetTopmostException
https://bugs.python.org/issue40545 closed by iritkatriel

#42032: Setting PYTHONPYCACHEPREFIX using ~ (tilde) creates a "~" fold
https://bugs.python.org/issue42032 closed by petr.viktorin

#42657: Python 3.9.1 building process could not use local standard lib
https://bugs.python.org/issue42657 closed by ned.deily

#43122: Python Launcher doesn't open a terminal window
https://bugs.python.org/issue43122 closed by ned.deily

#44092: [sqlite3] Remove special rollback handling
https://bugs.python.org/issue44092 closed by pablogsal

#44669: TypeError: 'type' object is not subscriptable
https://bugs.python.org/issue44669 closed by iritkatriel

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256 closed by Mark.Shannon

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292 closed by iritkatriel

#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 closed by iritkatriel

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 closed by iritkatriel

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903 closed by Mariatta

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031 closed by Mark.Shannon

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039 closed by Mark.Shannon

#46079: [doc] Broken URL in "Brief Tour of the Standard Library"
https://bugs.python.org/issue46079 closed by rhettinger

#46095: Improve SeqIter documentation
https://bugs.python.org/issue46095 closed by rhettinger

#46148: Optimize pathlib
https://bugs.python.org/issue46148 closed by kumaraditya303

#46178: Remove `.travis.yml`?
https://bugs.python.org/issue46178 closed by sobolevn

#46181: Destroying an expaned Combobox prevents Entry focus until Alt+
https://bugs.python.org/issue46181 closed by serhiy.storchaka

#46182: `super` and descriptor clarification
https://bugs.python.org/issue46182 closed by rhettinger

#46184: Remove `netlify.toml`?
https://bugs.python.org/issue46184 closed by sobolevn

#46196: documentation for cmd library should include columnize() funct
https://bugs.python.org/issue46196 closed by eric.araujo

#46199: Calculation influenced by print
https://bugs.python.org/issue46199 closed by mark.dickinson

#46202: remove opcode POP_EXCEPT_AND_RERAISE
https://bugs.python.org/issue46202 closed by iritkatriel

#46206: Crash when editing emoji containing strings
https://bugs.python.org/issue46206 closed by pablogsal

#46208: os.path.normpath change between 3.11.0a2 and 3.11.0a3+
https://bugs.python.org/issue46208 closed by steve.dower

#46215: Wrong error line after using pdb
https://bugs.python.org/issue46215 closed by bedapisl

#46218: Change long_pow() to sliding window algorithm
https://bugs.python.org/issue46218 closed by tim.peters

#46219: except* assumes that an exception group is truthy
https://bugs.python.org/issue46219 closed by iritkatriel

#46221: Simplify except* implementation and move helpers to exceptions
https://bugs.python.org/issue46221 closed by iritkatriel

#46222: posixmodule sendfile FreeBSD's constants update
https://bugs.python.org/issue46222 closed by asvetlov

#46224: doc: Fix bisect example using mutable function default
https://bugs.python.org/issue46224 closed by rhettinger

#46228: argparse docs: default for prog= in ArgumentParser() should be
https://bugs.python.org/issue46228 closed by rhettinger

#46229: CODE_OF_CONDUCT shadowing org default
https://bugs.python.org/issue46229 closed by Mariatta

#46230: NEWLINE* is missing in 'file' rule in PEG grammar
https://bugs.python.org/issue46230 closed by pablogsal

#46231: grammar rule definition is missing: invalid_double_starred_kvp
https://bugs.python.org/issue46231 closed by pablogsal

#46233: Minor speedup for bigint squaring
https://bugs.python.org/issue46233 closed by tim.peters

#46236: PyFunction_GetAnnotations returning Tuple vs Dict
https://bugs.python.org/issue46236 closed by pablogsal

#46238: Improve constants usage / definition in asyncio.windows_events
https://bugs.python.org/issue46238 closed by asvetlov

#46239: Incosistent error message in asyncio: windows_events / windows
https://bugs.python.org/issue46239 closed by asvetlov

#46240: Incorrect hint about forgetting a comma
https://bugs.python.org/issue46240 closed by pablogsal

#46241: importlib.utils.find_spec() has issues with "tests" folder
https://bugs.python.org/issue46241 closed by brett.cannon

#46243: Spam
https://bugs.python.org/issue46243 closed by christian.heimes

#46248: Compilation errors on macOS
https://bugs.python.org/issue46248 closed by ned.deily

#46251: logger.config.configure_formatter executes arbitrary code
https://bugs.python.org/issue46251 closed by vinay.sajip

#46256: Objects __del__ called after module have been removed
https://bugs.python.org/issue46256 closed by pablogsal

#46257: Convert statistics sum of squares to a single pass algorithm
https://bugs.python.org/issue46257 closed by rhettinger

#46259: float formatting error?
https://bugs.python.org/issue46259 closed by rhettinger

#46260: Misleading SyntaxError on f-string
https://bugs.python.org/issue46260 closed by eric.smith

#46262: Enum tests: Error path in `_missing_()` is not covered for `Fl
https://bugs.python.org/issue46262 closed by ethan.furman

#46263: FreeBSD buildbots cannot compile Python
https://bugs.python.org/issue46263 closed by christian.heimes

#46266: Improve day constants (`MONDAY` ... `SUNDAY`) in `calendar.py`
https://bugs.python.org/issue46266 closed by rhettinger

#46268: Buildbot failure for buildbot/AMD64 FreeBSD Non-Debug / Shared
https://bugs.python.org/issue46268 closed by erlendaasland

#46277: '''...''' error
https://bugs.python.org/issue46277 closed by vstinner

#46278: AbstractEventLoop.call_* should reflect the 'context' argument
https://bugs.python.org/issue46278 closed by asvetlov

#46281: Python 3.10.1 build errors on Ubuntu 18.04
https://bugs.python.org/issue46281 closed by christian.heimes

#46286: use the new POP_JUMP_IF_NOT_NONE to simplify except* a bit
https://bugs.python.org/issue46286 closed by iritkatriel

#46288: Migrating python 2.7 to 3.6 using 2to3 tool
https://bugs.python.org/issue46288 closed by eric.smith

#46293: Typo in specifying escape sequence
https://bugs.python.org/issue46293 closed by steven.daprano

#46294: Integer overflow & Int values loaded into Bool detected via Li
https://bugs.python.org/issue46294 closed by swirsz

#46295: Subinterpreters hang in GIL adquisition if an extension module
https://bugs.python.org/issue46295 closed by pablogsal
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-07 - 2022-01-14)
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 7202 ( +3)
closed 50906 (+81)
total 58108 (+84)

Open issues with patches: 2886


Issues opened (48)
==================

#32876: HTMLParser raises exception on some inputs
https://bugs.python.org/issue32876 reopened by iritkatriel

#46298: Automatically check for __slots__-mistakes in Lib
https://bugs.python.org/issue46298 opened by ariebovenberg

#46304: Unable to iterate over lines in a file without a block of code
https://bugs.python.org/issue46304 opened by jaraco

#46309: Task created by StreamReaderProtocol gets garbage collected.
https://bugs.python.org/issue46309 opened by simwr872

#46311: Clean up PyLong_FromLong and PyLong_FromLongLong
https://bugs.python.org/issue46311 opened by mark.dickinson

#46312: range() function could accept slice() objects as parameters
https://bugs.python.org/issue46312 opened by yota moteuchi

#46313: SSLObject does not raise SSLEOFError on OpenSSL 3
https://bugs.python.org/issue46313 opened by alex.gronholm

#46315: Add support for WebAssembly System Interface (wasm32-wasi)
https://bugs.python.org/issue46315 opened by christian.heimes

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316 opened by barneygale

#46317: Pathlib.rename isn't robust
https://bugs.python.org/issue46317 opened by Oz.Tiram

#46318: asyncio and ssl: ResourceWarning: unclosed transport
https://bugs.python.org/issue46318 opened by mdk

#46323: Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c
https://bugs.python.org/issue46323 opened by hydroflask

#46325: Documentation for SubprocessTransport.get_pipe_transport retur
https://bugs.python.org/issue46325 opened by xx11mz

#46326: 'venv --clear' should prompt user before nuking entire directo
https://bugs.python.org/issue46326 opened by alimpfard

#46329: Split up the CALL_NO_KW and CALL_KW instructions.
https://bugs.python.org/issue46329 opened by Mark.Shannon

#46330: Simplify the signature of __exit__
https://bugs.python.org/issue46330 opened by Jelle Zijlstra

#46333: ForwardRef.__eq__ does not respect module parameter
https://bugs.python.org/issue46333 opened by andreash

#46334: Glossary URLs with anchor link no longer jump to definitions
https://bugs.python.org/issue46334 opened by trey

#46335: asyncio.create_subprocess_exec throws RuntimeError yet still e
https://bugs.python.org/issue46335 opened by Clint Olsen

#46336: Sixth element of tuple from __reduce__(), inconsistency betwee
https://bugs.python.org/issue46336 opened by lev.bishop

#46337: urllib.parse: Allow more flexibility in schemes and URL resolu
https://bugs.python.org/issue46337 opened by lincolnauster

#46338: libc_ver() runtime error when sys.executable is empty
https://bugs.python.org/issue46338 opened by allie.hammond

#46339: PEG parser segfault from ast.literal_eval
https://bugs.python.org/issue46339 opened by gregory.p.smith

#46340: DeprecationWarning emitted when running asyncio tests
https://bugs.python.org/issue46340 opened by kumaraditya303

#46341: duplicate paragraphs - asyncio Coroutines and Tasks file
https://bugs.python.org/issue46341 opened by davem

#46343: Add PyErr_GetActiveException and PyErr_SetActiveException
https://bugs.python.org/issue46343 opened by iritkatriel

#46349: inspect.getdoc() should append parent class method docs when e
https://bugs.python.org/issue46349 opened by gregory.p.smith

#46350: re.sub, re.Match.expand, etc doesn't allow x, u, U, or N escap
https://bugs.python.org/issue46350 opened by bup

#46351: Makefile missing '/' for some path names
https://bugs.python.org/issue46351 opened by gwolski

#46353: 'pydoc -k' fails when some module's loader is not found
https://bugs.python.org/issue46353 opened by dlax

#46356: [C API] Enforce usage of PyFrame_GetBack()
https://bugs.python.org/issue46356 opened by vstinner

#46360: Inconsistent import behavior for (unusual) submodules
https://bugs.python.org/issue46360 opened by eric.snow

#46361: Small ints aren't always cached properly
https://bugs.python.org/issue46361 opened by brandtbucher

#46363: Two typos in versions 3.7 document translation of zh_CN
https://bugs.python.org/issue46363 opened by perlang

#46364: asyncio subprocess cannot read from /dev/stdin
https://bugs.python.org/issue46364 opened by xoph

#46367: multiprocessing's "spawn" doesn't actually use spawn
https://bugs.python.org/issue46367 opened by jakirkham

#46368: faulthandler: add the ability to dump all interpreters, not on
https://bugs.python.org/issue46368 opened by vstinner

#46369: get_type_hints does not evaluate ForwardRefs inside NewType
https://bugs.python.org/issue46369 opened by andreash

#46371: A better way to resolve ForwardRefs in type aliases across mod
https://bugs.python.org/issue46371 opened by andreash

#46372: int/float specializations should mutate the LHS in-place when
https://bugs.python.org/issue46372 opened by brandtbucher

#46373: TypedDict and NamedTuple do not evaluate cross-module ForwardR
https://bugs.python.org/issue46373 opened by andreash

#46374: Assertion failed in ceval.c
https://bugs.python.org/issue46374 opened by kumaraditya303

#46375: io.BytesIO does not have peek()
https://bugs.python.org/issue46375 opened by marcelm

#46376: PyMapping_Check returns 1 for list
https://bugs.python.org/issue46376 opened by aviramha

#46377: TimedRotatingFileHandler "midnight" misleading when interval >
https://bugs.python.org/issue46377 opened by mschiess

#46378: Experiment with LLVM BOLT binary optimizer
https://bugs.python.org/issue46378 opened by corona10

#46379: itertools.product reference implementation creates temporaries
https://bugs.python.org/issue46379 opened by mwallerb

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380 opened by sobolevn



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

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380

#46378: Experiment with LLVM BOLT binary optimizer
https://bugs.python.org/issue46378

#46375: io.BytesIO does not have peek()
https://bugs.python.org/issue46375

#46373: TypedDict and NamedTuple do not evaluate cross-module ForwardR
https://bugs.python.org/issue46373

#46372: int/float specializations should mutate the LHS in-place when
https://bugs.python.org/issue46372

#46371: A better way to resolve ForwardRefs in type aliases across mod
https://bugs.python.org/issue46371

#46367: multiprocessing's "spawn" doesn't actually use spawn
https://bugs.python.org/issue46367

#46341: duplicate paragraphs - asyncio Coroutines and Tasks file
https://bugs.python.org/issue46341

#46337: urllib.parse: Allow more flexibility in schemes and URL resolu
https://bugs.python.org/issue46337

#46329: Split up the CALL_NO_KW and CALL_KW instructions.
https://bugs.python.org/issue46329

#46325: Documentation for SubprocessTransport.get_pipe_transport retur
https://bugs.python.org/issue46325

#46317: Pathlib.rename isn't robust
https://bugs.python.org/issue46317

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316

#46311: Clean up PyLong_FromLong and PyLong_FromLongLong
https://bugs.python.org/issue46311

#46298: Automatically check for __slots__-mistakes in Lib
https://bugs.python.org/issue46298



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

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380

#46379: itertools.product reference implementation creates temporaries
https://bugs.python.org/issue46379

#46377: TimedRotatingFileHandler "midnight" misleading when interval >
https://bugs.python.org/issue46377

#46376: PyMapping_Check returns 1 for list
https://bugs.python.org/issue46376

#46372: int/float specializations should mutate the LHS in-place when
https://bugs.python.org/issue46372

#46368: faulthandler: add the ability to dump all interpreters, not on
https://bugs.python.org/issue46368

#46364: asyncio subprocess cannot read from /dev/stdin
https://bugs.python.org/issue46364

#46361: Small ints aren't always cached properly
https://bugs.python.org/issue46361

#46353: 'pydoc -k' fails when some module's loader is not found
https://bugs.python.org/issue46353

#46343: Add PyErr_GetActiveException and PyErr_SetActiveException
https://bugs.python.org/issue46343

#46339: PEG parser segfault from ast.literal_eval
https://bugs.python.org/issue46339

#46337: urllib.parse: Allow more flexibility in schemes and URL resolu
https://bugs.python.org/issue46337

#46333: ForwardRef.__eq__ does not respect module parameter
https://bugs.python.org/issue46333

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316

#46315: Add support for WebAssembly System Interface (wasm32-wasi)
https://bugs.python.org/issue46315



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

#46070: [subinterpreters] crash when importing _sre in subinterpreters
https://bugs.python.org/issue46070 18 msgs

#46291: [doc] First argument to raise can also be BaseException
https://bugs.python.org/issue46291 13 msgs

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295 10 msgs

#39298: add BLAKE3 to hashlib
https://bugs.python.org/issue39298 10 msgs

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 8 msgs

#46279: [docs] Minor information-ordering issue in __main__ doc
https://bugs.python.org/issue46279 8 msgs

#40479: Port _hashlib to OpenSSL 3.0.0
https://bugs.python.org/issue40479 7 msgs

#46304: Unable to iterate over lines in a file without a block of code
https://bugs.python.org/issue46304 7 msgs

#46313: SSLObject does not raise SSLEOFError on OpenSSL 3
https://bugs.python.org/issue46313 7 msgs

#46142: python --help output is too long
https://bugs.python.org/issue46142 6 msgs



Issues closed (75)
==================

#23183: timeit CLI best of 3: undocumented output format
https://bugs.python.org/issue23183 closed by iritkatriel

#23819: test_asyncio fails when run under -O
https://bugs.python.org/issue23819 closed by asvetlov

#24650: Error in yield expression documentation
https://bugs.python.org/issue24650 closed by iritkatriel

#27273: subprocess.run(cmd, input='text') should pass universal_newlin
https://bugs.python.org/issue27273 closed by gregory.p.smith

#28546: [doc] Clarify setting pdb breakpoints
https://bugs.python.org/issue28546 closed by iritkatriel

#31472: "Emulating callable objects" documentation misleading
https://bugs.python.org/issue31472 closed by iritkatriel

#32679: concurrent.futures should store full sys.exc_info()
https://bugs.python.org/issue32679 closed by iritkatriel

#32996: Improve What's New in 3.7
https://bugs.python.org/issue32996 closed by iritkatriel

#37591: test_concurrent_future failed
https://bugs.python.org/issue37591 closed by iritkatriel

#37595: Python 3.7.4 does not build on Raspbian Buster with optimizati
https://bugs.python.org/issue37595 closed by christian.heimes

#38204: Cannot compile on RPi with optimizations
https://bugs.python.org/issue38204 closed by iritkatriel

#39316: settrace skips lines when chaining methods without arguments
https://bugs.python.org/issue39316 closed by iritkatriel

#40064: py38: document xml.etree.cElementTree will be removed in 3.9
https://bugs.python.org/issue40064 closed by iritkatriel

#44133: Some C-API symbols (e.g. Py_FrozenMain) are not always exporte
https://bugs.python.org/issue44133 closed by vstinner

#44577: Probably defect in Python 3.7.11
https://bugs.python.org/issue44577 closed by iritkatriel

#44594: AsyncExitStack.enter_async_context() is mishandling exception
https://bugs.python.org/issue44594 closed by iritkatriel

#45331: Can create enum of ranges, cannot create range enum. Range sho
https://bugs.python.org/issue45331 closed by AlexWaygood

#45729: [doc] "history and license" link has wrong target
https://bugs.python.org/issue45729 closed by mdk

#45786: Avoid allocating when exiting frame; it may be unsafe.
https://bugs.python.org/issue45786 closed by Mark.Shannon

#45797: AMD64 Arch Linux Asan Debug buildbot sometimes hangs before te
https://bugs.python.org/issue45797 closed by vstinner

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 closed by vstinner

#46162: Make `builtins.property` generic
https://bugs.python.org/issue46162 closed by sobolevn

#46203: Add timeout for Windows build steps
https://bugs.python.org/issue46203 closed by mark.dickinson

#46205: test.libregrtest: Race condition in runtest_mp leads to hangs
https://bugs.python.org/issue46205 closed by corona10

#46216: spurious link to os.system() from os.times() documentation ent
https://bugs.python.org/issue46216 closed by iritkatriel

#46217: 3.11 build failure on Win10: new _freeze_module changes?
https://bugs.python.org/issue46217 closed by steve.dower

#46235: Do all ref-counting at once for sequence multiplication
https://bugs.python.org/issue46235 closed by tim.peters

#46237: Incorrect line reported in syntax error
https://bugs.python.org/issue46237 closed by pablogsal

#46244: typing._TypeVarLike missing __slots__
https://bugs.python.org/issue46244 closed by AlexWaygood

#46253: C API documentation of Py_UNICODE_* character properties macro
https://bugs.python.org/issue46253 closed by benjamin.peterson

#46261: [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs
https://bugs.python.org/issue46261 closed by erlendaasland

#46269: '__new__' is never shown in `dir(SomeEnum)`
https://bugs.python.org/issue46269 closed by sobolevn

#46270: Comparison operators in Python Tutorial 5.7
https://bugs.python.org/issue46270 closed by rhettinger

#46272: Fix bitwise and logical terminology in python.gram
https://bugs.python.org/issue46272 closed by rhettinger

#46285: http/server.py wont respect its protocol_version
https://bugs.python.org/issue46285 closed by openalmeida

#46289: AST: FomattedValue conversion's default value should be -1
https://bugs.python.org/issue46289 closed by BTaskaya

#46290: Parameter names are inaccurate in dataclasses docs
https://bugs.python.org/issue46290 closed by taleinat

#46296: Unreachable condition: `if enum_class._member_type_ is object`
https://bugs.python.org/issue46296 closed by ethan.furman

#46297: Python interpreter crashes on bootup with multiple PythonPaths
https://bugs.python.org/issue46297 closed by steve.dower

#46299: Improve several exception handling practices in `test_descr.py
https://bugs.python.org/issue46299 closed by corona10

#46300: zlib.compress level and wbits args are shown as keyword-only i
https://bugs.python.org/issue46300 closed by andrei.avk

#46301: Enum tests: One branch is not covered in `Enum._convert_`
https://bugs.python.org/issue46301 closed by ethan.furman

#46302: IndexError inside list comprehension + workaround
https://bugs.python.org/issue46302 closed by steven.daprano

#46303: _Py_stat and _Py_wstat using incorrect type for status argumen
https://bugs.python.org/issue46303 closed by vstinner

#46305: SyntaxError when using dict key in fstring
https://bugs.python.org/issue46305 closed by Samisafool

#46306: Suspicious operation in `doctest.py`: `None - 1`
https://bugs.python.org/issue46306 closed by eric.smith

#46307: string.Template should allow inspection of identifiers
https://bugs.python.org/issue46307 closed by AlexWaygood

#46308: Unportable test(1) operator in configure script
https://bugs.python.org/issue46308 closed by vstinner

#46310: Simplify `for` loop in `.close()` method in `asyncio/windows_e
https://bugs.python.org/issue46310 closed by asvetlov

#46314: Stray RESUME opcode for unused lambda
https://bugs.python.org/issue46314 closed by Mark.Shannon

#46319: datetime.utcnow() should return a timezone aware datetime
https://bugs.python.org/issue46319 closed by p-ganssle

#46320: runtime/interp/thread state refactoring leads to segmentation
https://bugs.python.org/issue46320 closed by Quentin.Pradet

#46321: Don't need delineators on lists
https://bugs.python.org/issue46321 closed by Dennis Sweeney

#46322: Invalid file path of SSLKEYLOGFILE throw FileNotFoundError
https://bugs.python.org/issue46322 closed by ghaaf

#46324: 'import traceback' Causes a Crash
https://bugs.python.org/issue46324 closed by steven.daprano

#46327: `test_enum` contains tests for older versions of python
https://bugs.python.org/issue46327 closed by sobolevn

#46328: add sys.exception()
https://bugs.python.org/issue46328 closed by iritkatriel

#46331: 3.11: tracing revisits class line after class docstring
https://bugs.python.org/issue46331 closed by erlendaasland

#46332: Use raise..from in logging/config instead of assigning __cause
https://bugs.python.org/issue46332 closed by iritkatriel

#46342: Make @final introspectable at runtime
https://bugs.python.org/issue46342 closed by AlexWaygood

#46344: 3.11: except/else/if/raise traced incorrectly
https://bugs.python.org/issue46344 closed by iritkatriel

#46345: Add an explicit test for `get_type_hints` for a class field wi
https://bugs.python.org/issue46345 closed by sobolevn

#46346: New compilation warnings on Windows
https://bugs.python.org/issue46346 closed by vstinner

#46347: memory leak in PyEval_EvalCodeEx
https://bugs.python.org/issue46347 closed by yselivanov

#46348: Modernize `test_typing`
https://bugs.python.org/issue46348 closed by AlexWaygood

#46352: Spam
https://bugs.python.org/issue46352 closed by Dennis Sweeney

#46354: AttributeError: module 'collections' has no attribute 'Mapping
https://bugs.python.org/issue46354 closed by AlexWaygood

#46355: [C API] Document PyFrameObject and PyThreadState changes and e
https://bugs.python.org/issue46355 closed by vstinner

#46357: socket module fix warning build on FreeBSD
https://bugs.python.org/issue46357 closed by devnexen

#46358: Modernize `test_asyncio/test_base_events.py`
https://bugs.python.org/issue46358 closed by AlexWaygood

#46359: Continue to modernize `test_typing.py`
https://bugs.python.org/issue46359 closed by sobolevn

#46362: os.path.abspath() needs more normalization on Windows
https://bugs.python.org/issue46362 closed by steve.dower

#46365: _ curses module is not installed
https://bugs.python.org/issue46365 closed by simon28li

#46366: Recursively propagate the mode, in os.makedirs
https://bugs.python.org/issue46366 closed by dcasier

#46370: Move runtime static init to its own header file.
https://bugs.python.org/issue46370 closed by eric.snow
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/LPLRKAP7RSZ4ZXX5Z3DSVJKANO6GZRNC/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-14 - 2022-01-21)
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 7175 (-27)
closed 51014 (+108)
total 58189 (+81)

Open issues with patches: 2878


Issues opened (59)
==================

#24711: Document getpass.getpass behavior on ^C
https://bugs.python.org/issue24711 reopened by iritkatriel

#44133: Some C-API symbols (e.g. Py_FrozenMain) are not always exporte
https://bugs.python.org/issue44133 reopened by vstinner

#45522: Allow to build Python without freelists
https://bugs.python.org/issue45522 reopened by vstinner

#46035: mimetypes.guess_type returns deprecated mimetype application/x
https://bugs.python.org/issue46035 reopened by iritkatriel

#46133: Feature request: allow mechanism for creator of exec-generated
https://bugs.python.org/issue46133 reopened by posita

#46381: Improve documentation of CFLAGS_NODIST, LDFLAGS_NODIST
https://bugs.python.org/issue46381 opened by matthiaskoeppe

#46382: dataclass(slots=True) does not account for slots in base class
https://bugs.python.org/issue46382 opened by ariebovenberg

#46383: _zoneinfo module_free has invalid function signature
https://bugs.python.org/issue46383 opened by christian.heimes

#46384: Request: make lzma._(encode|decode)_filter_properties public
https://bugs.python.org/issue46384 opened by miurahr

#46389: 3.11: unused generator comprehensions cause f_lineno==None
https://bugs.python.org/issue46389 opened by nedbat

#46390: Multiple test failures on Alpine 3.15 / musl-1.2.2-r7
https://bugs.python.org/issue46390 opened by christian.heimes

#46391: Library multiprocess leaks named resources.
https://bugs.python.org/issue46391 opened by milestonejxd

#46392: MessageIDHeader is too strict for message-id
https://bugs.python.org/issue46392 opened by bpoaugust

#46393: Generate frozenset constants when explicitly appropriate
https://bugs.python.org/issue46393 opened by terry.reedy

#46396: Invalid usage of `Concatenate` is not covered at all
https://bugs.python.org/issue46396 opened by sobolevn

#46397: urllib.parse.urlencode() return wrong character
https://bugs.python.org/issue46397 opened by scratch

#46398: posixshmem module shm_rename freebsd support.
https://bugs.python.org/issue46398 opened by devnexen

#46399: Addition of `mapping` attribute to dict views classes has inad
https://bugs.python.org/issue46399 opened by AlexWaygood

#46400: Please update bundled libexpat to 2.4.3 with security fixes
https://bugs.python.org/issue46400 opened by sping

#46404: 3.11a4: a small attrs regression
https://bugs.python.org/issue46404 opened by tinchester

#46406: optimize int division
https://bugs.python.org/issue46406 opened by gregory.p.smith

#46407: optimizing `1 << n` or `2 ** n` and modulo-only operations
https://bugs.python.org/issue46407 opened by February291948

#46410: TypeError when parsing regexp with unicode named character seq
https://bugs.python.org/issue46410 opened by jirkamarsik

#46414: Add typing.reveal_type
https://bugs.python.org/issue46414 opened by Jelle Zijlstra

#46416: Direct invocation of `Lib/test/test_typing.py` fails
https://bugs.python.org/issue46416 opened by sobolevn

#46417: Clear static types in Py_Finalize() for embedded Python
https://bugs.python.org/issue46417 opened by vstinner

#46419: Incomplete Comparison to C++ Methods
https://bugs.python.org/issue46419 opened by jharmse

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420 opened by Dennis Sweeney

#46421: unittest ValueError when invoking as module
https://bugs.python.org/issue46421 opened by BaderSZ

#46422: Why do we need `dis.Positions`?
https://bugs.python.org/issue46422 opened by sobolevn

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425 opened by sobolevn

#46426: Improve tests for the dir_fd argument
https://bugs.python.org/issue46426 opened by serhiy.storchaka

#46429: Merge all deepfrozen files into one
https://bugs.python.org/issue46429 opened by kumaraditya303

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430 opened by kumaraditya303

#46431: Trouble subclassing ExceptionGroup
https://bugs.python.org/issue46431 opened by petr.viktorin

#46432: AMD64 FreeBSD Shared 3.x buildbot fails to build: error: error
https://bugs.python.org/issue46432 opened by vstinner

#46433: _PyType_GetModuleByDef optimization is incorrect
https://bugs.python.org/issue46433 opened by petr.viktorin

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434 opened by sparrowt

#46435: MessageID parser can crash with IndexError: string index out o
https://bugs.python.org/issue46435 opened by bpoaugust

#46436: Pass the -d/--directory command-line option to http.server.CGI
https://bugs.python.org/issue46436 opened by maggyero

#46438: Static linking _decimal module breaks test_freeze
https://bugs.python.org/issue46438 opened by steve.dower

#46439: Clarify urllib.request.add_header documentation
https://bugs.python.org/issue46439 opened by epicfaace

#46440: ArgumentParser.parse_args exits on missing required argument w
https://bugs.python.org/issue46440 opened by trilader

#46442: testExceptionCleanupNames doesn't test anything?
https://bugs.python.org/issue46442 opened by yellowdusk1590

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445 opened by sobolevn

#46446: OpenBSD not MULTIARCH
https://bugs.python.org/issue46446 opened by kmosiejczuk

#46447: datetime.isoformat() documentation does not point to the risk
https://bugs.python.org/issue46447 opened by jeanCarloMachado

#46448: TypedDict inspect.signature error
https://bugs.python.org/issue46448 opened by jhwang

#46449: Deep-freezed modules create inconsistency in sys.gettotalrefco
https://bugs.python.org/issue46449 opened by vstinner

#46451: Possibly bad interaction with tracing and cython?
https://bugs.python.org/issue46451 opened by seberg

#46452: Possible false detection of Windows LZMA library as a malware
https://bugs.python.org/issue46452 opened by thfetoile

#46453: argparse subparser help text is not escaped before string form
https://bugs.python.org/issue46453 opened by pbsds

#46455: Deprecate / remove os.name=java
https://bugs.python.org/issue46455 opened by xmorel

#46456: Add mime type "image/avif"
https://bugs.python.org/issue46456 opened by wangjiahua

#46457: test_unittest: TestAsyncCase.test_debug_cleanup_same_loop() ha
https://bugs.python.org/issue46457 opened by vstinner

#46458: Optimise try-except code generation for the happy path
https://bugs.python.org/issue46458 opened by iritkatriel

#46459: Installing python to external drive (USB) using python install
https://bugs.python.org/issue46459 opened by oMqngo

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460 opened by sobolevn

#46461: Kodi crashing
https://bugs.python.org/issue46461 opened by mrpg



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

#46461: Kodi crashing
https://bugs.python.org/issue46461

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460

#46457: test_unittest: TestAsyncCase.test_debug_cleanup_same_loop() ha
https://bugs.python.org/issue46457

#46456: Add mime type "image/avif"
https://bugs.python.org/issue46456

#46453: argparse subparser help text is not escaped before string form
https://bugs.python.org/issue46453

#46447: datetime.isoformat() documentation does not point to the risk
https://bugs.python.org/issue46447

#46446: OpenBSD not MULTIARCH
https://bugs.python.org/issue46446

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445

#46440: ArgumentParser.parse_args exits on missing required argument w
https://bugs.python.org/issue46440

#46439: Clarify urllib.request.add_header documentation
https://bugs.python.org/issue46439

#46438: Static linking _decimal module breaks test_freeze
https://bugs.python.org/issue46438

#46436: Pass the -d/--directory command-line option to http.server.CGI
https://bugs.python.org/issue46436

#46435: MessageID parser can crash with IndexError: string index out o
https://bugs.python.org/issue46435

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420

#46419: Incomplete Comparison to C++ Methods
https://bugs.python.org/issue46419



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

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460

#46458: Optimise try-except code generation for the happy path
https://bugs.python.org/issue46458

#46446: OpenBSD not MULTIARCH
https://bugs.python.org/issue46446

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445

#46442: testExceptionCleanupNames doesn't test anything?
https://bugs.python.org/issue46442

#46439: Clarify urllib.request.add_header documentation
https://bugs.python.org/issue46439

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434

#46433: _PyType_GetModuleByDef optimization is incorrect
https://bugs.python.org/issue46433

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430

#46429: Merge all deepfrozen files into one
https://bugs.python.org/issue46429

#46426: Improve tests for the dir_fd argument
https://bugs.python.org/issue46426

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425

#46422: Why do we need `dis.Positions`?
https://bugs.python.org/issue46422

#46421: unittest ValueError when invoking as module
https://bugs.python.org/issue46421

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420



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

#46417: Clear static types in Py_Finalize() for embedded Python
https://bugs.python.org/issue46417 20 msgs

#46399: Addition of `mapping` attribute to dict views classes has inad
https://bugs.python.org/issue46399 19 msgs

#46376: PyMapping_Check returns 1 for list
https://bugs.python.org/issue46376 14 msgs

#40066: Enum: modify __repr__, __str__; update docs
https://bugs.python.org/issue40066 11 msgs

#46071: Graphlib documentation (edge direction)
https://bugs.python.org/issue46071 11 msgs

#46393: Generate frozenset constants when explicitly appropriate
https://bugs.python.org/issue46393 9 msgs

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425 9 msgs

#46382: dataclass(slots=True) does not account for slots in base class
https://bugs.python.org/issue46382 8 msgs

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434 8 msgs

#46392: MessageIDHeader is too strict for message-id
https://bugs.python.org/issue46392 7 msgs



Issues closed (101)
===================

#13649: termios.ICANON is not documented
https://bugs.python.org/issue13649 closed by iritkatriel

#20281: [doc] time.strftime %z format specifier is the same as %Z
https://bugs.python.org/issue20281 closed by iritkatriel

#23162: collections.abc sequences don't check identity before equality
https://bugs.python.org/issue23162 closed by iritkatriel

#23557: Misc/SpecialBuilds.txt contains outdated information about PYM
https://bugs.python.org/issue23557 closed by iritkatriel

#25652: collections.UserString.__rmod__() raises NameError
https://bugs.python.org/issue25652 closed by iritkatriel

#27302: csv.Sniffer guesses wrong when unquoted fields contain quotes
https://bugs.python.org/issue27302 closed by iritkatriel

#28169: shift exponent overflow
https://bugs.python.org/issue28169 closed by iritkatriel

#28186: Autogenerated tabs / trailing whitespace
https://bugs.python.org/issue28186 closed by iritkatriel

#28206: signal.Signals not documented
https://bugs.python.org/issue28206 closed by iritkatriel

#28477: Add optional user argument to pathlib.Path.home()
https://bugs.python.org/issue28477 closed by iritkatriel

#29541: Python3 error while building on Alt-F
https://bugs.python.org/issue29541 closed by iritkatriel

#29860: smtplib.py doesn't capitalize EHLO.
https://bugs.python.org/issue29860 closed by iritkatriel

#29964: [doc] %z directive has no effect on the output of time.strptim
https://bugs.python.org/issue29964 closed by iritkatriel

#30268: Make mimetypes.guess_type accept path-like objects
https://bugs.python.org/issue30268 closed by iritkatriel

#30492: 'make clinic' does not work for out of tree builds / clinic.py
https://bugs.python.org/issue30492 closed by iritkatriel

#30512: CAN Socket support for NetBSD
https://bugs.python.org/issue30512 closed by serhiy.storchaka

#30819: Linking with 'ld -b' fails with 64-bit using Itanium HP compil
https://bugs.python.org/issue30819 closed by iritkatriel

#31876: python363.chm includes gibberish
https://bugs.python.org/issue31876 closed by iritkatriel

#32976: linux/random.h present but cannot be compiled
https://bugs.python.org/issue32976 closed by iritkatriel

#33286: Conflict between tqdm and multiprocessing on windows
https://bugs.python.org/issue33286 closed by iritkatriel

#33994: python build egg fails with error while compiling test cases
https://bugs.python.org/issue33994 closed by iritkatriel

#34672: '%Z' strftime specifier never works with musl
https://bugs.python.org/issue34672 closed by iritkatriel

#34924: inspect.signature isn't aware that types.MethodType can wrap a
https://bugs.python.org/issue34924 closed by iritkatriel

#35107: untokenize() fails on tokenize output when a newline is missin
https://bugs.python.org/issue35107 closed by iritkatriel

#35974: os.DirEntry.inode() returns invalid value within Docker contai
https://bugs.python.org/issue35974 closed by iritkatriel

#36369: test_weakref super slow on RPi Zero
https://bugs.python.org/issue36369 closed by iritkatriel

#37084: _ctypes not failing, can't find reason
https://bugs.python.org/issue37084 closed by iritkatriel

#37310: Solaris 11.3 w/ Studio 12.6 test_ctypes fail
https://bugs.python.org/issue37310 closed by iritkatriel

#37311: Solaris 11.3 w/ Studio 12.6 test_support fail
https://bugs.python.org/issue37311 closed by iritkatriel

#37776: [subinterpreters] Test Py_Finalize() from a subinterpreter
https://bugs.python.org/issue37776 closed by vstinner

#37800: Clean up the documentation on module attributes
https://bugs.python.org/issue37800 closed by iritkatriel

#38550: hashlib missing algorithms
https://bugs.python.org/issue38550 closed by iritkatriel

#38963: multiprocessing processes seem to "bleed" user information (GI
https://bugs.python.org/issue38963 closed by iritkatriel

#39147: using zipfile with root privilege shows FileNotFoundError
https://bugs.python.org/issue39147 closed by iritkatriel

#39276: type() cause segmentation fault in callback function called f
https://bugs.python.org/issue39276 closed by iritkatriel

#39663: IDLE: Add additional tests for pyparse
https://bugs.python.org/issue39663 closed by iritkatriel

#39819: NULL pointer crash in Modules/_cursesmodule.c in PyInit__curse
https://bugs.python.org/issue39819 closed by iritkatriel

#39952: Using VS2019 to automatically build Python3 and it failed to b
https://bugs.python.org/issue39952 closed by iritkatriel

#40116: Regression in memory use of shared key dictionaries for "compa
https://bugs.python.org/issue40116 closed by Mark.Shannon

#40729: Update the list of auto-generated files in .gitattributes
https://bugs.python.org/issue40729 closed by BTaskaya

#41034: test_builtin: PtyTests fail when run twice
https://bugs.python.org/issue41034 closed by vstinner

#41857: Document timeout arguments to poll() in select module
https://bugs.python.org/issue41857 closed by taleinat

#42028: Regression in mimetypes for image/bmp
https://bugs.python.org/issue42028 closed by iritkatriel

#42199: bytecode_helper assertNotInBytecode fails too eagerly
https://bugs.python.org/issue42199 closed by iritkatriel

#42548: debugger stops at breakpoint of `pass` that is not actually re
https://bugs.python.org/issue42548 closed by iritkatriel

#42712: Segmentation fault in running ast.literal_eval() with large ex
https://bugs.python.org/issue42712 closed by iritkatriel

#43430: Exception raised when attempting to create Enum via functional
https://bugs.python.org/issue43430 closed by iritkatriel

#43476: Enabling access to showsyntaxerror for IDLE's shell
https://bugs.python.org/issue43476 closed by terry.reedy

#43869: Fix documentation of epoch/time.time
https://bugs.python.org/issue43869 closed by vstinner

#43975: Incorrect MIME type returned for .js files Windows 10.
https://bugs.python.org/issue43975 closed by iritkatriel

#44024: Improve the TypeError message for non-string second arguments
https://bugs.python.org/issue44024 closed by serhiy.storchaka

#44901: Info about used pickle protocol used by multiprocessing.Queue
https://bugs.python.org/issue44901 closed by iritkatriel

#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 closed by steve.dower

#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 closed by shihai1991

#45535: Enum's dir() does not contain inherited members
https://bugs.python.org/issue45535 closed by ethan.furman

#45554: multiprocessing exitcode is insufficiently documented
https://bugs.python.org/issue45554 closed by pitrou

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680 closed by kj

#45834: Move runtime except: check to the parser
https://bugs.python.org/issue45834 closed by iritkatriel

#45877: Inconsistency in minimal supported version of Microsoft Visual
https://bugs.python.org/issue45877 closed by arhadthedev

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947 closed by Mark.Shannon

#46017: Tutorial incorrectly refers to skits rather than sketches.
https://bugs.python.org/issue46017 closed by iritkatriel

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038 closed by arhadthedev

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS
https://bugs.python.org/issue46080 closed by taleinat

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086 closed by taleinat

#46108: Enum repr() incorrect when mixed with non-__new__ data types
https://bugs.python.org/issue46108 closed by ethan.furman

#46242: Improve error message when attempting to extend an enum with `
https://bugs.python.org/issue46242 closed by AlexWaygood

#46255: Remove unnecessary check in _IOBase._check*() methods
https://bugs.python.org/issue46255 closed by malin

#46258: Minor algorithmic improvements for math.isqrt
https://bugs.python.org/issue46258 closed by mark.dickinson

#46316: Optimize pathlib.Path.iterdir()
https://bugs.python.org/issue46316 closed by zach.ware

#46339: PEG parser segfault from ast.literal_eval
https://bugs.python.org/issue46339 closed by pablogsal

#46361: Small ints aren't always cached properly
https://bugs.python.org/issue46361 closed by mark.dickinson

#46363: Two typos in versions 3.7 document translation of zh_CN
https://bugs.python.org/issue46363 closed by iritkatriel

#46379: itertools.product reference implementation creates temporaries
https://bugs.python.org/issue46379 closed by rhettinger

#46380: `test_functools.TestLRU` must not use `functools` module dire
https://bugs.python.org/issue46380 closed by rhettinger

#46385: Remove parenthetical symbols for readability and nlp
https://bugs.python.org/issue46385 closed by Dennis Sweeney

#46386: Improve `test_typing::test_immutability_by_copy_and_pickle`
https://bugs.python.org/issue46386 closed by corona10

#46387: `test_field_descriptor` in `test_collections` should test all
https://bugs.python.org/issue46387 closed by rhettinger

#46388: Improve test coverage of functools.total_ordering
https://bugs.python.org/issue46388 closed by rhettinger

#46394: setuptools' _distutils_hack breaks Python build
https://bugs.python.org/issue46394 closed by christian.heimes

#46395: `Concatenate` is not covered to be a return type in `test_typi
https://bugs.python.org/issue46395 closed by sobolevn

#46401: Setuptools 60.0 breaks building from source on Debian 11: No m
https://bugs.python.org/issue46401 closed by i-Ching

#46402: Enhance sqlite3 to avoid implicit creation?
https://bugs.python.org/issue46402 closed by erlendaasland

#46403: Unhelpful SyntaxError
https://bugs.python.org/issue46403 closed by terry.reedy

#46405: Warning compiling main on Windows
https://bugs.python.org/issue46405 closed by terry.reedy

#46408: signal module wrongly relies on small int singletons
https://bugs.python.org/issue46408 closed by christian.heimes

#46409: Add a new bytecode instruction to create generators
https://bugs.python.org/issue46409 closed by Mark.Shannon

#46411: modernize exception handling in tests
https://bugs.python.org/issue46411 closed by iritkatriel

#46412: PyQT6 projects crashes with python 3.10
https://bugs.python.org/issue46412 closed by ronaldoussoren

#46413: `__or__` is not covered for `_GenericAlias` and `_SpecialGener
https://bugs.python.org/issue46413 closed by kj

#46415: ipaddress.ip_{address,network,interface} raises TypeError inst
https://bugs.python.org/issue46415 closed by Jelle Zijlstra

#46418: Simplify `MODULE` variable in `test_enum.py`
https://bugs.python.org/issue46418 closed by sobolevn

#46423: CLI: Addition assignment for tuples
https://bugs.python.org/issue46423 closed by mark.dickinson

#46424: `typing.Annotated` one type argument usage is not covered in t
https://bugs.python.org/issue46424 closed by sobolevn

#46427: Correct MSBuild's configuration for _freeze_module.exe
https://bugs.python.org/issue46427 closed by steve.dower

#46428: Cython Build: '_PyErr_StackItem??? has no member named ???exc_
https://bugs.python.org/issue46428 closed by YoSTEALTH

#46437: Non-required `hasattr` checks in `test_typing`
https://bugs.python.org/issue46437 closed by AlexWaygood

#46441: Caret points to wrong line on 'return yield 42' in REPL
https://bugs.python.org/issue46441 closed by pablogsal

#46443: Deepfreeze use preallocated small ints
https://bugs.python.org/issue46443 closed by kumaraditya303

#46444: Wrong value of pi for larger values using math.cos() function
https://bugs.python.org/issue46444 closed by serhiy.storchaka

#46450: namedtuple leaks data between instances when field's default v
https://bugs.python.org/issue46450 closed by eric.smith

#46454: '0 -> /dev/null' is lost
https://bugs.python.org/issue46454 closed by vstinner
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-21 - 2022-01-28)
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 7157 (-18)
closed 51138 (+124)
total 58295 (+106)

Open issues with patches: 2888


Issues opened (71)
==================

#33205: GROWTH_RATE prevents dict shrinking
https://bugs.python.org/issue33205 reopened by rhettinger

#38195: A bug in the multiprocessing module
https://bugs.python.org/issue38195 reopened by eshkrig

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733 reopened by gregory.p.smith

#44734: turtle: tests for Vec2D.__abs__ are too strict
https://bugs.python.org/issue44734 reopened by petr.viktorin

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162 reopened by gregory.p.smith

#45200: Address Sanitizer: libasan dead lock in pthread_create() (test
https://bugs.python.org/issue45200 reopened by vstinner

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680 reopened by kj

#46240: Incorrect hint about forgetting a comma
https://bugs.python.org/issue46240 reopened by vstinner

#46285: protocol_version in http.server.test can be ignored
https://bugs.python.org/issue46285 reopened by eric.araujo

#46462: Email Header Folding Converts Non-CRLF Newlines to CRLFs
https://bugs.python.org/issue46462 opened by jwalterclark

#46464: concurrent.futures.ProcessPoolExecutor can deadlock when tcmal
https://bugs.python.org/issue46464 opened by yilei

#46465: Regression caused by CALL_FUNCTION specialization for C functi
https://bugs.python.org/issue46465 opened by vstinner

#46472: A option that choose between single quote and double quote in
https://bugs.python.org/issue46472 opened by I-love-study

#46475: typing.Never and typing.assert_never
https://bugs.python.org/issue46475 opened by Jelle Zijlstra

#46477: Enum: ensure bitwise operators on subclasses are correct
https://bugs.python.org/issue46477 opened by ethan.furman

#46479: Implement typing.reveal_locals
https://bugs.python.org/issue46479 opened by Jelle Zijlstra

#46480: Implement typing.assert_type
https://bugs.python.org/issue46480 opened by Jelle Zijlstra

#46482: `typing.Annotation.__new__` is not covered
https://bugs.python.org/issue46482 opened by sobolevn

#46483: `pathlib.PurePath.__class_getitem__` does not return `GenericA
https://bugs.python.org/issue46483 opened by sobolevn

#46484: Add test for Calendar().iterweekdays()
https://bugs.python.org/issue46484 opened by wangjiahua

#46487: `_SSLProtocolTransport` doesn't have the `get_write_buffer_lim
https://bugs.python.org/issue46487 opened by mooncell07

#46489: webbrowser crashes Ubuntu kernel
https://bugs.python.org/issue46489 opened by dizcza

#46490: Add "follow_symlinks=False" support for "os.utime()" on Window
https://bugs.python.org/issue46490 opened by Delgan

#46493: Add an API to indicate if the process might have multiple thre
https://bugs.python.org/issue46493 opened by gregory.p.smith

#46494: Mention typing_extensions in the typing documentation
https://bugs.python.org/issue46494 opened by Jelle Zijlstra

#46495: IDLE subsection of What's New 3.11
https://bugs.python.org/issue46495 opened by terry.reedy

#46496: idlelib/NEWS.txt for 3.11.0 and backports
https://bugs.python.org/issue46496 opened by terry.reedy

#46497: IDLE macOS shortcut ctrl+S doesn???t work for show completions
https://bugs.python.org/issue46497 opened by dvd101x

#46498: Add new triplets for loongarch64
https://bugs.python.org/issue46498 opened by loongson-zn

#46500: make timeit module accept files
https://bugs.python.org/issue46500 opened by CCLDArjun

#46501: Windows 10, turtle left right not working
https://bugs.python.org/issue46501 opened by wizprokidz

#46506: [Windows] wrap CreateFile to support follow_symlinks
https://bugs.python.org/issue46506 opened by eryksun

#46507: enabling cProfile to profile code given as an argument "?? la"
https://bugs.python.org/issue46507 opened by jul2

#46508: codec name acceptance became way too lenient in 3.9
https://bugs.python.org/issue46508 opened by gregory.p.smith

#46509: Type-specialized Py_DECREF
https://bugs.python.org/issue46509 opened by Dennis Sweeney

#46511: dataclasses: Allow typing.Annotated to wrap dataclasses-specif
https://bugs.python.org/issue46511 opened by GBeauregard

#46512: Explicit or correct behavior of filecmp.cmpfiles w/ absolute p
https://bugs.python.org/issue46512 opened by bers

#46518: SSL socket timeout not set after client connects via accept
https://bugs.python.org/issue46518 opened by tomazas

#46520: `ast.unparse` produces syntactically illegal code for identifi
https://bugs.python.org/issue46520 opened by Kodiologist

#46521: compile_command not raising syntax error when command ends wit
https://bugs.python.org/issue46521 opened by tusharsadhwani

#46522: concurrent.futures.__getattr__ raises the wrong AttributeError
https://bugs.python.org/issue46522 opened by graingert

#46523: Test suite skips failing tests when setUp[Class] fails
https://bugs.python.org/issue46523 opened by sobolevn

#46524: test_peg_generator takes 8 minutes on Windows
https://bugs.python.org/issue46524 opened by vstinner

#46525: datetime.timestamp() lose precision when the time is too large
https://bugs.python.org/issue46525 opened by yilei

#46526: iglob exclude patterns
https://bugs.python.org/issue46526 opened by hleth

#46528: Simplify the VM's stack manipulations
https://bugs.python.org/issue46528 opened by brandtbucher

#46532: Improve effeciency of PRECALL/CALL instructions
https://bugs.python.org/issue46532 opened by Mark.Shannon

#46533: Specialize for staticmethods and classmethods
https://bugs.python.org/issue46533 opened by Mark.Shannon

#46534: Implementing PEP 673 (Self type)
https://bugs.python.org/issue46534 opened by Gobot1234

#46535: Possible bug: pdb causes exception
https://bugs.python.org/issue46535 opened by cklb

#46540: dylibs not loading properly from NFS mounts
https://bugs.python.org/issue46540 opened by embassy_vfx

#46541: Replace _Py_IDENTIFIER() with statically initialized objects.
https://bugs.python.org/issue46541 opened by eric.snow

#46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui
https://bugs.python.org/issue46542 opened by vstinner

#46543: Add sys._getfunc
https://bugs.python.org/issue46543 opened by Jelle Zijlstra

#46544: `textwrap.TextWrapper` leaks two intermediate vars into class
https://bugs.python.org/issue46544 opened by sobolevn

#46547: `pydoc.Helper` leaks several `for` loop variables
https://bugs.python.org/issue46547 opened by sobolevn

#46548: macOS installers cannot be signed on Monterey
https://bugs.python.org/issue46548 opened by nneonneo

#46550: __slots__ updates despite being read-only
https://bugs.python.org/issue46550 opened by IanLee1521

#46553: typing: get_type_hints on stringified lone ClassVar raises Typ
https://bugs.python.org/issue46553 opened by GBeauregard

#46554: Add append keyword argument to Path.write_text() and Path.writ
https://bugs.python.org/issue46554 opened by keelung-yang

#46555: Unicode-mangled names refer inconsistently to constants
https://bugs.python.org/issue46555 opened by Kodiologist

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556 opened by barneygale

#46557: Logging captured warnings with a format string unnecessarily g
https://bugs.python.org/issue46557 opened by mnito

#46559: base64 documentation is out-dated; altchars has to have the ex
https://bugs.python.org/issue46559 opened by ynn

#46560: ParamSpec: Typo in doc string
https://bugs.python.org/issue46560 opened by ESchalton

#46561: Descriptor resolution should own arguments passed to descripto
https://bugs.python.org/issue46561 opened by tekknolagi

#46563: Add tests and documentation regarding context of exception in
https://bugs.python.org/issue46563 opened by iritkatriel

#46564: Near zero-cost super().meth() calls via adaptive superinstruct
https://bugs.python.org/issue46564 opened by kj

#46565: Multiple modules leak `for` loop variables into module's names
https://bugs.python.org/issue46565 opened by sobolevn

#46566: Support -3.11-arm64 in py.exe launcher
https://bugs.python.org/issue46566 opened by steve.dower

#46567: Add Tcl/Tk builds for ARM64
https://bugs.python.org/issue46567 opened by steve.dower



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

#46567: Add Tcl/Tk builds for ARM64
https://bugs.python.org/issue46567

#46566: Support -3.11-arm64 in py.exe launcher
https://bugs.python.org/issue46566

#46564: Near zero-cost super().meth() calls via adaptive superinstruct
https://bugs.python.org/issue46564

#46563: Add tests and documentation regarding context of exception in
https://bugs.python.org/issue46563

#46559: base64 documentation is out-dated; altchars has to have the ex
https://bugs.python.org/issue46559

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556

#46555: Unicode-mangled names refer inconsistently to constants
https://bugs.python.org/issue46555

#46547: `pydoc.Helper` leaks several `for` loop variables
https://bugs.python.org/issue46547

#46543: Add sys._getfunc
https://bugs.python.org/issue46543

#46540: dylibs not loading properly from NFS mounts
https://bugs.python.org/issue46540

#46535: Possible bug: pdb causes exception
https://bugs.python.org/issue46535

#46534: Implementing PEP 673 (Self type)
https://bugs.python.org/issue46534

#46525: datetime.timestamp() lose precision when the time is too large
https://bugs.python.org/issue46525

#46518: SSL socket timeout not set after client connects via accept
https://bugs.python.org/issue46518

#46512: Explicit or correct behavior of filecmp.cmpfiles w/ absolute p
https://bugs.python.org/issue46512



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

#46565: Multiple modules leak `for` loop variables into module's names
https://bugs.python.org/issue46565

#46564: Near zero-cost super().meth() calls via adaptive superinstruct
https://bugs.python.org/issue46564

#46563: Add tests and documentation regarding context of exception in
https://bugs.python.org/issue46563

#46561: Descriptor resolution should own arguments passed to descripto
https://bugs.python.org/issue46561

#46560: ParamSpec: Typo in doc string
https://bugs.python.org/issue46560

#46557: Logging captured warnings with a format string unnecessarily g
https://bugs.python.org/issue46557

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556

#46554: Add append keyword argument to Path.write_text() and Path.writ
https://bugs.python.org/issue46554

#46553: typing: get_type_hints on stringified lone ClassVar raises Typ
https://bugs.python.org/issue46553

#46547: `pydoc.Helper` leaks several `for` loop variables
https://bugs.python.org/issue46547

#46544: `textwrap.TextWrapper` leaks two intermediate vars into class
https://bugs.python.org/issue46544

#46543: Add sys._getfunc
https://bugs.python.org/issue46543

#46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui
https://bugs.python.org/issue46542

#46541: Replace _Py_IDENTIFIER() with statically initialized objects.
https://bugs.python.org/issue46541

#46534: Implementing PEP 673 (Self type)
https://bugs.python.org/issue46534



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

#45382: platform() is not able to detect windows 11
https://bugs.python.org/issue45382 17 msgs

#46465: Regression caused by CALL_FUNCTION specialization for C functi
https://bugs.python.org/issue46465 13 msgs

#41370: PEP 585 and ForwardRef
https://bugs.python.org/issue41370 9 msgs

#46528: Simplify the VM's stack manipulations
https://bugs.python.org/issue46528 9 msgs

#46553: typing: get_type_hints on stringified lone ClassVar raises Typ
https://bugs.python.org/issue46553 9 msgs

#46425: Multiple test modules fail to run if invoked directly
https://bugs.python.org/issue46425 8 msgs

#46524: test_peg_generator takes 8 minutes on Windows
https://bugs.python.org/issue46524 8 msgs

#34680: asyncio event_loop fails when accessed from multiple threads
https://bugs.python.org/issue34680 7 msgs

#38472: setup.py: GCC detection is broken when cross-compiling with a
https://bugs.python.org/issue38472 7 msgs

#45476: [C API] PEP 674: Disallow using macros (Py_TYPE and Py_SIZE) a
https://bugs.python.org/issue45476 7 msgs



Issues closed (125)
===================

#5884: pydoc to return error status code
https://bugs.python.org/issue5884 closed by iritkatriel

#7057: tkinter doc: more 3.x updates
https://bugs.python.org/issue7057 closed by zach.ware

#10943: abitype: Need better support to port C extension modules to th
https://bugs.python.org/issue10943 closed by zach.ware

#21987: TarFile.getmember on directory requires trailing slash iff ove
https://bugs.python.org/issue21987 closed by serhiy.storchaka

#22045: Python make issue
https://bugs.python.org/issue22045 closed by iritkatriel

#22211: Remove VMS specific code in expat.h & xmlrole.h
https://bugs.python.org/issue22211 closed by iritkatriel

#23289: concurrent.futures.Executor.map is not equivalent to map.
https://bugs.python.org/issue23289 closed by iritkatriel

#23556: [doc] Scope for raise without argument is different in Python
https://bugs.python.org/issue23556 closed by iritkatriel

#23769: valgrind reports leaks for test_zipimport
https://bugs.python.org/issue23769 closed by vstinner

#24046: Incomplete build on AIX
https://bugs.python.org/issue24046 closed by iritkatriel

#29844: Windows Python installers not installing DLL to System32/SysWO
https://bugs.python.org/issue29844 closed by zach.ware

#30053: Problems building with --enable-profiling on macOS using homeb
https://bugs.python.org/issue30053 closed by iritkatriel

#30424: make pydoc-topics fails
https://bugs.python.org/issue30424 closed by iritkatriel

#31011: Users (except from the one who installed) not able to see pyt
https://bugs.python.org/issue31011 closed by iritkatriel

#31305: 'pydoc -w import' report "no Python documentation found for 'i
https://bugs.python.org/issue31305 closed by iritkatriel

#31698: Add REQ_NAME to the node.h API
https://bugs.python.org/issue31698 closed by Jelle Zijlstra

#31991: Race condition in wait with timeout for multiprocessing.Event
https://bugs.python.org/issue31991 closed by iritkatriel

#32202: [ctypes] all long double tests fail on android-24-x86_64
https://bugs.python.org/issue32202 closed by iritkatriel

#32203: [ctypes] test_struct_by_value fails on android-24-arm64
https://bugs.python.org/issue32203 closed by iritkatriel

#32343: Leak Sanitizer reports memory leaks while building using ASAN
https://bugs.python.org/issue32343 closed by iritkatriel

#33822: IDLE subsection of What's New 3.8
https://bugs.python.org/issue33822 closed by terry.reedy

#33936: OPENSSL_VERSION_1_1 never defined in _hashopenssl.c
https://bugs.python.org/issue33936 closed by christian.heimes

#33983: unify types for lib2to3.pytree.Base.children
https://bugs.python.org/issue33983 closed by Jelle Zijlstra

#35774: ASAN, memory leak
https://bugs.python.org/issue35774 closed by vstinner

#36257: configure with --with-icc --with-cxx-main=icpc
https://bugs.python.org/issue36257 closed by iritkatriel

#37080: Cannot compile Python3.7.3 on Alt-F (ARM)
https://bugs.python.org/issue37080 closed by iritkatriel

#37886: PyStructSequence_UnnamedField not exported
https://bugs.python.org/issue37886 closed by iritkatriel

#38039: Segfault when pickling dictionary with large pandas dataframes
https://bugs.python.org/issue38039 closed by iritkatriel

#38665: Crash when running SQLAlchemy with pyodbc
https://bugs.python.org/issue38665 closed by iritkatriel

#39708: final link stage in compile fails for 3.8.1 with missing CFLAG
https://bugs.python.org/issue39708 closed by iritkatriel

#39731: ModuleNotFoundError: No module named '_ctypes'
https://bugs.python.org/issue39731 closed by iritkatriel

#39854: f-strings with format specifiers have wrong col_offset
https://bugs.python.org/issue39854 closed by iritkatriel

#40170: [C API] Prepare PyTypeObject structure for a stable ABI: avoid
https://bugs.python.org/issue40170 closed by vstinner

#40250: unable to comment out r'\u' string with triple quote marks
https://bugs.python.org/issue40250 closed by iritkatriel

#40356: OverflowError: mktime argument out of range
https://bugs.python.org/issue40356 closed by iritkatriel

#41209: Scripts Folder is Empty
https://bugs.python.org/issue41209 closed by iritkatriel

#41403: Uncaught AttributeError in unittest.mock._get_target
https://bugs.python.org/issue41403 closed by iritkatriel

#41603: Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5
https://bugs.python.org/issue41603 closed by iritkatriel

#41682: [Windows] : Proactor test_sendfile_close_peer_in_the_middle_of
https://bugs.python.org/issue41682 closed by vstinner

#41906: logging.config.dictConfig does not work with callable filters
https://bugs.python.org/issue41906 closed by vinay.sajip

#42091: strftime returns empty string for -d, -I 3.8.3
https://bugs.python.org/issue42091 closed by iritkatriel

#42585: Segmentation fault on Linux with multiprocess queue
https://bugs.python.org/issue42585 closed by iritkatriel

#42982: Update suggested number of iterations for pbkdf2_hmac()
https://bugs.python.org/issue42982 closed by gregory.p.smith

#43536: 3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test
https://bugs.python.org/issue43536 closed by vstinner

#44642: Union of a type and the typing module function
https://bugs.python.org/issue44642 closed by sobolevn

#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 closed by taleinat

#45868: xattr support missing in os module under cygwin
https://bugs.python.org/issue45868 closed by iritkatriel

#45945: compileall.py throws a traceback when using -j0 and thus 'make
https://bugs.python.org/issue45945 closed by iritkatriel

#46071: Graphlib documentation (edge direction)
https://bugs.python.org/issue46071 closed by dam1784

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091 closed by pablogsal

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098 closed by iritkatriel

#46124: Deprecation warning in zoneinfo module
https://bugs.python.org/issue46124 closed by jaraco

#46157: Typo in JSON documentation
https://bugs.python.org/issue46157 closed by serhiy.storchaka

#46204: Graphlib documentation (general cleanup)
https://bugs.python.org/issue46204 closed by dam1784

#46214: Remove unused opcode ROT_FOUR
https://bugs.python.org/issue46214 closed by iritkatriel

#46249: [sqlite3] move set lastrowid out of the query loop and enable
https://bugs.python.org/issue46249 closed by corona10

#46254: Better fitting type for iterating in the trace_init C function
https://bugs.python.org/issue46254 closed by iritkatriel

#46340: DeprecationWarning emitted when running asyncio tests
https://bugs.python.org/issue46340 closed by kumaraditya303

#46378: Experiment with LLVM BOLT binary optimizer
https://bugs.python.org/issue46378 closed by corona10

#46383: _zoneinfo module_free has invalid function signature
https://bugs.python.org/issue46383 closed by christian.heimes

#46396: `Concatenate` should not raise any semantic errors
https://bugs.python.org/issue46396 closed by gvanrossum

#46399: Addition of `mapping` attribute to dict views classes has inad
https://bugs.python.org/issue46399 closed by AlexWaygood

#46406: optimize int division
https://bugs.python.org/issue46406 closed by mark.dickinson

#46407: optimizing `1 << n` or `2 ** n` and modulo-only operations
https://bugs.python.org/issue46407 closed by tim.peters

#46416: Direct invocation of `Lib/test/test_typing.py` fails
https://bugs.python.org/issue46416 closed by sobolevn

#46417: Clear static types in Py_Finalize() for embedded Python
https://bugs.python.org/issue46417 closed by vstinner

#46419: Incomplete Comparison to C++ Methods
https://bugs.python.org/issue46419 closed by gvanrossum

#46420: Use NOTRACE_DISPATCH in specialized opcodes
https://bugs.python.org/issue46420 closed by Dennis Sweeney

#46422: Why do we need `dis.Positions`?
https://bugs.python.org/issue46422 closed by sobolevn

#46426: Improve tests for the dir_fd argument
https://bugs.python.org/issue46426 closed by serhiy.storchaka

#46429: Merge all deepfrozen files into one
https://bugs.python.org/issue46429 closed by kumaraditya303

#46431: Trouble subclassing ExceptionGroup
https://bugs.python.org/issue46431 closed by iritkatriel

#46434: pdb help fails with AttributeError when using Windows embeddab
https://bugs.python.org/issue46434 closed by steve.dower

#46442: testExceptionCleanupNames doesn't test anything?
https://bugs.python.org/issue46442 closed by eric.smith

#46445: Multiple inheritance of TypedDict is not covered in `test_typi
https://bugs.python.org/issue46445 closed by sobolevn

#46449: Deep-freezed modules create inconsistency in sys.gettotalrefco
https://bugs.python.org/issue46449 closed by vstinner

#46452: Possible false detection of Windows LZMA library as a malware
https://bugs.python.org/issue46452 closed by terry.reedy

#46453: argparse subparser help text is not escaped before string form
https://bugs.python.org/issue46453 closed by iritkatriel

#46460: Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCE
https://bugs.python.org/issue46460 closed by iritkatriel

#46463: escape4chm.py script causing AttributeError in docs build
https://bugs.python.org/issue46463 closed by steve.dower

#46466: help function reads comments
https://bugs.python.org/issue46466 closed by steven.daprano

#46467: Rounding 5,50,500 behaves differently depending on preceding v
https://bugs.python.org/issue46467 closed by steven.daprano

#46468: http.server documentation missing default value for port
https://bugs.python.org/issue46468 closed by asvetlov

#46469: asyncio Generic classes should return GenericAlias in __class_
https://bugs.python.org/issue46469 closed by asvetlov

#46470: `_remove_dups_flatten` in `typing.py` contains dead branch
https://bugs.python.org/issue46470 closed by kj

#46471: use global singletons for single byte bytes objects in deepfre
https://bugs.python.org/issue46471 closed by erlendaasland

#46473: importlib.metadata does not honor .egg-link files
https://bugs.python.org/issue46473 closed by onlinespending

#46474: Inefficient regular expression complexity in EntryPoint.patter
https://bugs.python.org/issue46474 closed by jaraco

#46476: Not all memory allocated by _Py_Quicken() is released at Pytho
https://bugs.python.org/issue46476 closed by vstinner

#46478: DirEntry.stat() of os.scandir() has no dir_fd parameter
https://bugs.python.org/issue46478 closed by vstinner

#46481: Implement vectorcall protocol for weakref_call()
https://bugs.python.org/issue46481 closed by corona10

#46485: ~ PEG operator in the grammar
https://bugs.python.org/issue46485 closed by pablogsal

#46486: Rename DesciptorClassification => DescriptorClassification in
https://bugs.python.org/issue46486 closed by rhettinger

#46488: listsort.txt wrongly assumes you cannot calculate leading zero
https://bugs.python.org/issue46488 closed by rhettinger

#46491: typing: allow Annotated in outermost scope
https://bugs.python.org/issue46491 closed by kj

#46492: BrokenPipeError when piping to head (linux)
https://bugs.python.org/issue46492 closed by royroy

#46499: circular impoty
https://bugs.python.org/issue46499 closed by iritkatriel

#46502: Py_CompileString no longer allows to tell "incomplete input" f
https://bugs.python.org/issue46502 closed by pablogsal

#46503: assertion failure in Parser/string_parser.c
https://bugs.python.org/issue46503 closed by eric.smith

#46504: Faster code for trial quotient in x_divrem
https://bugs.python.org/issue46504 closed by tim.peters

#46505: Simplify exception handling code in py_compile
https://bugs.python.org/issue46505 closed by iritkatriel

#46510: Update Python2-style exception handling
https://bugs.python.org/issue46510 closed by iritkatriel

#46513: AC_C_CHAR_UNSIGNED from configure.ac confuses GCC 12+ by defin
https://bugs.python.org/issue46513 closed by christian.heimes

#46514: Pathlib Path.touch() seems to ignore groups write bit for mode
https://bugs.python.org/issue46514 closed by ronaldoussoren

#46515: SPAM
https://bugs.python.org/issue46515 closed by mrabarnett

#46516: Use existing unbound_local_error label in DELETE_FAST opcode
https://bugs.python.org/issue46516 closed by kj

#46517: Review exception handling in urllib
https://bugs.python.org/issue46517 closed by iritkatriel

#46519: test_typing failing on branch 3.10
https://bugs.python.org/issue46519 closed by kj

#46527: enumerate no longer accepts iterable keyword argument
https://bugs.python.org/issue46527 closed by corona10

#46529: Improve test coverage of `Union` and `Optional` repr()
https://bugs.python.org/issue46529 closed by kj

#46530: `'thread_time'` is missing from `test_get_clock_info`
https://bugs.python.org/issue46530 closed by sobolevn

#46531: Simplify exception handling in `doctest.py`
https://bugs.python.org/issue46531 closed by sobolevn

#46536: Better for loop
https://bugs.python.org/issue46536 closed by eric.smith

#46537: zipfile crash on windows, detected during pip install pyodbc-
https://bugs.python.org/issue46537 closed by Martin-Forster

#46538: [C API] Make the PyDescrObject structure opaque: PyDescr_NAME(
https://bugs.python.org/issue46538 closed by vstinner

#46539: typing: forward references don't understand special type forms
https://bugs.python.org/issue46539 closed by AlexWaygood

#46545: `textwrap.TextWrapper` leaks two intermediate vars into class
https://bugs.python.org/issue46545 closed by sobolevn

#46546: `importlib.metadata.DeprecatedList` leaks `method_name` variab
https://bugs.python.org/issue46546 closed by sobolevn

#46549: Error in list comprehension conditionals when used in class at
https://bugs.python.org/issue46549 closed by Dennis Sweeney

#46551: Provide number of workers option for fast PGO build time
https://bugs.python.org/issue46551 closed by corona10

#46552: typing: get_type_hints can't handle stringified annotations wi
https://bugs.python.org/issue46552 closed by gvanrossum

#46558: Quadratic time internal base conversions
https://bugs.python.org/issue46558 closed by tim.peters

#46562: Add typeof or enum behavior in the typing module
https://bugs.python.org/issue46562 closed by Jelle Zijlstra

#1635741: Py_Finalize() doesn't clear all Python objects at exit
https://bugs.python.org/issue1635741 closed by vstinner

#1471934: Python libcrypt build problem on Solaris 8, 9, 10 and OpenSola
https://bugs.python.org/issue1471934 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-01-28 - 2022-02-04)
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 7144 (-13)
closed 51222 (+84)
total 58366 (+71)

Open issues with patches: 2890


Issues opened (44)
==================

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 reopened by vstinner

#45773: Compiler hangs during jump elimination
https://bugs.python.org/issue45773 reopened by brandtbucher

#46570: Windows support for OpenSSL 3.0
https://bugs.python.org/issue46570 opened by jay0lee

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571 opened by sobolevn

#46575: One-off errors in hashlib.scrypt error messages
https://bugs.python.org/issue46575 opened by ron_kaminsky

#46577: Hostname spoofing via backslashes in URL
https://bugs.python.org/issue46577 opened by meetdash

#46578: cant DEBUG os.spawnv()
https://bugs.python.org/issue46578 opened by michaellongge

#46580: email.utils.unquote strips too many slashes
https://bugs.python.org/issue46580 opened by hbandi

#46581: _typevar_types and _paramspec_tvars are missing from _GenericA
https://bugs.python.org/issue46581 opened by posita

#46585: Should we re-export `PyObj_FromPtr` in `ctypes`?
https://bugs.python.org/issue46585 opened by sobolevn

#46586: In documentation contents enum.property erroneously links to b
https://bugs.python.org/issue46586 opened by Dutcho

#46587: datetime and time tests use non-portal "%4Y" format
https://bugs.python.org/issue46587 opened by christian.heimes

#46589: Improve documentation for typing._GenericAlias
https://bugs.python.org/issue46589 opened by matthew.rahtz

#46592: Undocumented behavior in strptime for ISO week dates
https://bugs.python.org/issue46592 opened by Jonatan Skogsfors

#46593: memoryview lacks support for half floats
https://bugs.python.org/issue46593 opened by pitrou

#46594: Windows "Edit with IDLE >" only has one selection
https://bugs.python.org/issue46594 opened by terry.reedy

#46596: PyLineTable_InitAddressRange isn't exported - causing C Extens
https://bugs.python.org/issue46596 opened by nathan3

#46598: ElementTree: wrong XML prolog for the utf-8-sig encoding
https://bugs.python.org/issue46598 opened by prikryl

#46600: Python built with clang -O0 allocates 10x more stack memory th
https://bugs.python.org/issue46600 opened by vstinner

#46601: macOS installer "Install Certificates.command" fails if pip is
https://bugs.python.org/issue46601 opened by cryptophoto

#46603: `typing._strip_annotations` is not fully covered
https://bugs.python.org/issue46603 opened by sobolevn

#46604: Documentation fix in ssl module
https://bugs.python.org/issue46604 opened by glk0

#46605: Py_XDECREF() module on fail in Py_mod_exec
https://bugs.python.org/issue46605 opened by ov2k

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606 opened by methane

#46607: Add DeprecationWarning to configparser's LegacyInterpolation
https://bugs.python.org/issue46607 opened by hugovk

#46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB
https://bugs.python.org/issue46608 opened by kumaraditya303

#46609: Generator-based coroutines in Python 3.10 docs
https://bugs.python.org/issue46609 opened by srittau

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611 opened by sobolevn

#46613: Add PyType_GetModuleByDef to the public & limited API
https://bugs.python.org/issue46613 opened by petr.viktorin

#46614: Add option to output UTC datetimes as "Z" in `.isoformat()`
https://bugs.python.org/issue46614 opened by p-ganssle

#46615: Use-after-free by mutating set during set operations
https://bugs.python.org/issue46615 opened by Dennis Sweeney

#46619: lazy module property not recognized by doctests
https://bugs.python.org/issue46619 opened by jaraco

#46620: Documentation of ipaddress behavior for prefix length with lea
https://bugs.python.org/issue46620 opened by lay20114

#46621: Should map(function, iterable, ...) replace StopIteration with
https://bugs.python.org/issue46621 opened by xavieryao

#46622: Support decorating a coroutine with functools.cached_property
https://bugs.python.org/issue46622 opened by uranusjr

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623 opened by vstinner

#46625: timeout option of socket.create_connection is not respected
https://bugs.python.org/issue46625 opened by Nicolas SURRIBAS

#46631: Implement a "strict" mode for getpass.getuser()
https://bugs.python.org/issue46631 opened by eryksun

#46632: test_ssl: 2 tests fail on cstratak-CentOS9-fips-x86_64
https://bugs.python.org/issue46632 opened by vstinner

#46633: AddressSanitizer: Skip tests directly in Python, not with exte
https://bugs.python.org/issue46633 opened by vstinner

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634 opened by erlendaasland

#46635: unittest.defaultTestLoader.discover fails for namespace packag
https://bugs.python.org/issue46635 opened by tpapastylianou

#46637: Incorrect error message: "missing 1 required positional argume
https://bugs.python.org/issue46637 opened by Anders.Hovm??ller

#46638: Inconsistent registry virtualization in Windows Store package
https://bugs.python.org/issue46638 opened by steve.dower



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

#46635: unittest.defaultTestLoader.discover fails for namespace packag
https://bugs.python.org/issue46635

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634

#46632: test_ssl: 2 tests fail on cstratak-CentOS9-fips-x86_64
https://bugs.python.org/issue46632

#46631: Implement a "strict" mode for getpass.getuser()
https://bugs.python.org/issue46631

#46625: timeout option of socket.create_connection is not respected
https://bugs.python.org/issue46625

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623

#46622: Support decorating a coroutine with functools.cached_property
https://bugs.python.org/issue46622

#46620: Documentation of ipaddress behavior for prefix length with lea
https://bugs.python.org/issue46620

#46619: lazy module property not recognized by doctests
https://bugs.python.org/issue46619

#46614: Add option to output UTC datetimes as "Z" in `.isoformat()`
https://bugs.python.org/issue46614

#46613: Add PyType_GetModuleByDef to the public & limited API
https://bugs.python.org/issue46613

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611

#46609: Generator-based coroutines in Python 3.10 docs
https://bugs.python.org/issue46609

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606

#46605: Py_XDECREF() module on fail in Py_mod_exec
https://bugs.python.org/issue46605



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

#46638: Inconsistent registry virtualization in Windows Store package
https://bugs.python.org/issue46638

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623

#46615: Use-after-free by mutating set during set operations
https://bugs.python.org/issue46615

#46613: Add PyType_GetModuleByDef to the public & limited API
https://bugs.python.org/issue46613

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611

#46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB
https://bugs.python.org/issue46608

#46607: Add DeprecationWarning to configparser's LegacyInterpolation
https://bugs.python.org/issue46607

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606

#46604: Documentation fix in ssl module
https://bugs.python.org/issue46604

#46603: `typing._strip_annotations` is not fully covered
https://bugs.python.org/issue46603

#46600: Python built with clang -O0 allocates 10x more stack memory th
https://bugs.python.org/issue46600

#46589: Improve documentation for typing._GenericAlias
https://bugs.python.org/issue46589

#46581: _typevar_types and _paramspec_tvars are missing from _GenericA
https://bugs.python.org/issue46581

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571



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

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 13 msgs

#46600: Python built with clang -O0 allocates 10x more stack memory th
https://bugs.python.org/issue46600 13 msgs

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571 11 msgs

#29688: Add support for Path.absolute()
https://bugs.python.org/issue29688 7 msgs

#46521: codeop._maybe_compile passes code with error + triple quotes
https://bugs.python.org/issue46521 7 msgs

#46555: Unicode-mangled names refer inconsistently to constants
https://bugs.python.org/issue46555 7 msgs

#46615: Use-after-free by mutating set during set operations
https://bugs.python.org/issue46615 7 msgs

#42238: Deprecate suspicious.py?
https://bugs.python.org/issue42238 6 msgs

#45975: Simplify some while-loops with walrus operator
https://bugs.python.org/issue45975 6 msgs

#33222: Various test failures if PYTHONUSERBASE is not canonicalized
https://bugs.python.org/issue33222 5 msgs



Issues closed (73)
==================

#6682: Default traceback does not handle PEP302 loaded modules
https://bugs.python.org/issue6682 closed by iritkatriel

#12010: Compile fails when sizeof(wchar_t) == 1
https://bugs.python.org/issue12010 closed by iritkatriel

#26276: Inconsistent behaviour of PEP 3101 formatting between versions
https://bugs.python.org/issue26276 closed by eric.smith

#26552: Failing ensure_future still creates a Task
https://bugs.python.org/issue26552 closed by gvanrossum

#27101: Compilation of python (modules) for foreign target platform pr
https://bugs.python.org/issue27101 closed by iritkatriel

#29155: test.test_spwd.TestSpwdNonRoot failure with FileNotFoundError
https://bugs.python.org/issue29155 closed by iritkatriel

#29172: blake2: Use lowest-common denominator signature of #pragma pac
https://bugs.python.org/issue29172 closed by iritkatriel

#30210: No Documentation on tkinter dnd module
https://bugs.python.org/issue30210 closed by iritkatriel

#30393: test_readline hangs
https://bugs.python.org/issue30393 closed by iritkatriel

#36346: Prepare for removing the legacy Unicode C API
https://bugs.python.org/issue36346 closed by methane

#37588: Py_DEPRECATED and unavoidable warnings
https://bugs.python.org/issue37588 closed by iritkatriel

#38682: struct timeval is not declared
https://bugs.python.org/issue38682 closed by iritkatriel

#38902: image/webp support in mimetypes
https://bugs.python.org/issue38902 closed by eric.araujo

#39339: ProcessPoolExecutor() Exception in thread QueueManagerThread
https://bugs.python.org/issue39339 closed by iritkatriel

#39711: SIGBUS and core dumped during tests of 3.8.1
https://bugs.python.org/issue39711 closed by iritkatriel

#40746: test_gdb failing on 32-bit armv7l when built with GCC -Og: <cl
https://bugs.python.org/issue40746 closed by gregory.p.smith

#42784: issues with object.h includes
https://bugs.python.org/issue42784 closed by iritkatriel

#43012: Remove pathlib accessors
https://bugs.python.org/issue43012 closed by eric.araujo

#43320: test test_webbrowser "can't locate runnable browser" with enab
https://bugs.python.org/issue43320 closed by iritkatriel

#43359: Dead assignment in Py_UniversalNewlineFgets
https://bugs.python.org/issue43359 closed by iritkatriel

#43540: importlib: Document how to replace load_module() in What's New
https://bugs.python.org/issue43540 closed by vstinner

#43583: make test failures, 2 tests failed: test_embed test_tabnan
https://bugs.python.org/issue43583 closed by iritkatriel

#44031: test_embed and test_tabnanny fails if the current directory is
https://bugs.python.org/issue44031 closed by iritkatriel

#44359: test_ftplib.test_makeport() fails as "env changes" if a socket
https://bugs.python.org/issue44359 closed by vstinner

#44977: Deprecate delegation of int to __trunc__
https://bugs.python.org/issue44977 closed by serhiy.storchaka

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 closed by christian.heimes

#45555: Object stays alive for weak reference if an exception happens
https://bugs.python.org/issue45555 closed by iritkatriel

#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703 closed by petr.viktorin

#45925: Upgrade macOS and Windows installers to use SQLite 3.37.2
https://bugs.python.org/issue45925 closed by ned.deily

#45990: Exception notes need more documentation
https://bugs.python.org/issue45990 closed by iritkatriel

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101 closed by paul.j3

#46440: ArgumentParser.parse_args exits on missing required argument w
https://bugs.python.org/issue46440 closed by paul.j3

#46451: Tracing causes module globals to be mutated when calling funct
https://bugs.python.org/issue46451 closed by seberg

#46458: Optimise try-except code generation for the happy path
https://bugs.python.org/issue46458 closed by iritkatriel

#46482: `typing.Annotation.__new__` is not covered
https://bugs.python.org/issue46482 closed by sobolevn

#46483: `pathlib.PurePath.__class_getitem__` does not return `GenericA
https://bugs.python.org/issue46483 closed by serhiy.storchaka

#46487: `_SSLProtocolTransport` doesn't have the `get_write_buffer_lim
https://bugs.python.org/issue46487 closed by asvetlov

#46489: webbrowser crashes Ubuntu kernel
https://bugs.python.org/issue46489 closed by dizcza

#46524: test_peg_generator takes 8 minutes on Windows
https://bugs.python.org/issue46524 closed by gregory.p.smith

#46540: dylibs not loading properly from NFS mounts
https://bugs.python.org/issue46540 closed by ned.deily

#46542: test_json and test_lib2to3 crash on s390x Fedora Clang 3.x bui
https://bugs.python.org/issue46542 closed by vstinner

#46550: __slots__ updates despite being read-only
https://bugs.python.org/issue46550 closed by ronaldoussoren

#46560: ParamSpec: Typo in doc string
https://bugs.python.org/issue46560 closed by kj

#46563: Add tests regarding context of exception in a finally block
https://bugs.python.org/issue46563 closed by iritkatriel

#46568: non awaited coroutines on a IsolatedAsyncioTestCase results on
https://bugs.python.org/issue46568 closed by asvetlov

#46569: final note on StrEnum documentation incorrectly refers to int.
https://bugs.python.org/issue46569 closed by ethan.furman

#46572: Unicode identifiers not necessarily unique
https://bugs.python.org/issue46572 closed by eryksun

#46573: Python modules such as pyglet or pygame crash Python when tkin
https://bugs.python.org/issue46573 closed by ronaldoussoren

#46574: itertools.count should work with non-number types
https://bugs.python.org/issue46574 closed by rhettinger

#46576: test_peg_generator is extremely slow
https://bugs.python.org/issue46576 closed by gregory.p.smith

#46579: Compiling from source prints ??ModuleNotFoundError: No module
https://bugs.python.org/issue46579 closed by christian.heimes

#46582: Windows builds fail: fatal error RC1116: RC terminating after
https://bugs.python.org/issue46582 closed by vstinner

#46583: Modernize `selectors.py` by removing unused `sys.version_info`
https://bugs.python.org/issue46583 closed by asvetlov

#46584: Modernize `ctypes/test_python_api` by removing old version che
https://bugs.python.org/issue46584 closed by zach.ware

#46588: IDLE fix typo in test_calltip.py
https://bugs.python.org/issue46588 closed by caioagiani

#46590: I suggests to modify Include/object.h in 98 line
https://bugs.python.org/issue46590 closed by 4d656f77

#46591: Make About IDLE links clickable
https://bugs.python.org/issue46591 closed by terry.reedy

#46595: [doc] Undocumented behavior of importlib.metadata.version
https://bugs.python.org/issue46595 closed by cowlinator

#46597: Remove Python 3.3 compatibility code from overlapped.c
https://bugs.python.org/issue46597 closed by kumaraditya303

#46599: Objects/object.c:767:24: runtime error: member access within n
https://bugs.python.org/issue46599 closed by christian.heimes

#46602: Subtle trouble with heredoc append in configure.
https://bugs.python.org/issue46602 closed by ned.deily

#46610: assertCountEqual doesn't work as expected for dictionary eleme
https://bugs.python.org/issue46610 closed by serhiy.storchaka

#46612: Unclear behavior of += operator
https://bugs.python.org/issue46612 closed by eric.smith

#46616: test_importlib leaves stray registry entries on Windows
https://bugs.python.org/issue46616 closed by steve.dower

#46617: CSV Creation occasional off by one error
https://bugs.python.org/issue46617 closed by matthewstidham

#46618: Exponent operator(**) interpreter issue
https://bugs.python.org/issue46618 closed by tim.peters

#46624: random.randrange removed support for non-integer types after j
https://bugs.python.org/issue46624 closed by rhettinger

#46626: expose IP_BIND_ADDRESS_NO_PORT linux socket option
https://bugs.python.org/issue46626 closed by benjamin.peterson

#46627: Regex hangs indefinitely
https://bugs.python.org/issue46627 closed by tim.peters

#46628: Can't install YARL
https://bugs.python.org/issue46628 closed by eric.smith

#46629: Cannot sideload MSIX package on Windows
https://bugs.python.org/issue46629 closed by steve.dower

#46630: IDLE: Set query focus to entry box on Windows
https://bugs.python.org/issue46630 closed by terry.reedy

#46636: Bugs of 2to3 on built-in function or types(classes)
https://bugs.python.org/issue46636 closed by gregory.p.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-04 - 2022-02-11)
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 7178 (+34)
closed 51272 (+50)
total 58450 (+84)

Open issues with patches: 2912


Issues opened (63)
==================

#42548: debugger stops at breakpoint of `pass` that is not actually re
https://bugs.python.org/issue42548 reopened by iritkatriel

#44006: symbol documentation still exists
https://bugs.python.org/issue44006 reopened by vstinner

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 reopened by vstinner

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430 reopened by christian.heimes

#46639: Ceil division with math.ceildiv
https://bugs.python.org/issue46639 opened by Vladimir Feinberg

#46640: Python can now use the C99 NAN constant or __builtin_nan()
https://bugs.python.org/issue46640 opened by vstinner

#46642: typing: tested TypeVar instance subclass TypeError is incident
https://bugs.python.org/issue46642 opened by GBeauregard

#46643: typing.Annotated cannot wrap typing.ParamSpec args/kwargs
https://bugs.python.org/issue46643 opened by GBeauregard

#46644: typing: remove callable() check from typing._type_check
https://bugs.python.org/issue46644 opened by GBeauregard

#46645: Portable python3 shebang for Windows, macOS, and Linux
https://bugs.python.org/issue46645 opened by joshtriplett

#46646: `address` arg can be `bytes` for `ip_*` functions in `ipaddres
https://bugs.python.org/issue46646 opened by sobolevn

#46649: Propagate Python thread name to thread state structure
https://bugs.python.org/issue46649 opened by Gabriele Tornetta

#46650: `priority` in `sched.scheduler` is not sufficiently tested
https://bugs.python.org/issue46650 opened by sobolevn

#46652: Use code.co_qualname to provide richer information
https://bugs.python.org/issue46652 opened by Gabriele Tornetta

#46653: sys.path entries normalization in site.py doesn't follow POSIX
https://bugs.python.org/issue46653 opened by jpoiret

#46654: urllib.request.urlopen doesn't handle UNC paths produced by pa
https://bugs.python.org/issue46654 opened by ikelos

#46655: typing.TypeAlias is not in the list of allowed plain _SpecialF
https://bugs.python.org/issue46655 opened by GBeauregard

#46656: Compile fails if Py_NO_NAN is defined
https://bugs.python.org/issue46656 opened by mark.dickinson

#46657: Add mimalloc memory allocator
https://bugs.python.org/issue46657 opened by christian.heimes

#46658: shutil Lib enables sendfile on solaris for regular files
https://bugs.python.org/issue46658 opened by devnexen

#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 opened by vstinner

#46661: Duplicat deprecation warnings in docs for asyncio
https://bugs.python.org/issue46661 opened by gvanrossum

#46662: Lib/sqlite3/dbapi2.py: convert_timestamp function failed to co
https://bugs.python.org/issue46662 opened by Rayologist

#46663: test_math test_cmath test_complex fails on Fedora Rawhide buil
https://bugs.python.org/issue46663 opened by vstinner

#46664: PY_SSIZE_T_MAX is not an integer constant expression
https://bugs.python.org/issue46664 opened by ov2k

#46665: IDLE Windows shortcuts by default
https://bugs.python.org/issue46665 opened by primexx

#46666: IDLE Add indent guide
https://bugs.python.org/issue46666 opened by primexx

#46667: SequenceMatcher & autojunk - false negative
https://bugs.python.org/issue46667 opened by jonathan-lp

#46668: encodings: the "mbcs" alias doesn't work
https://bugs.python.org/issue46668 opened by vstinner

#46670: Build Python with -Wundef: don't use undefined macros
https://bugs.python.org/issue46670 opened by vstinner

#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671 opened by Nnarol

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672 opened by onerandomusername

#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675 opened by Mark.Shannon

#46677: TypedDict docs are incomplete
https://bugs.python.org/issue46677 opened by Jelle Zijlstra

#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679 opened by notarealdeveloper

#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681 opened by iii-i

#46682: python 3.10 Py_Initialize/Py_Main std path no longer includes
https://bugs.python.org/issue46682 opened by pjaggi1

#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685 opened by sobolevn

#46686: [venv / PC/launcher] issue with a space in the installed pytho
https://bugs.python.org/issue46686 opened by hokiedsp

#46689: `list(FunctionType(a.gi_code, {})(0))` crashes Python
https://bugs.python.org/issue46689 opened by sobolevn

#46690: create_autospec() doesn't respect configure_mock style kwargs
https://bugs.python.org/issue46690 opened by marchant.jm

#46691: sysconfig.get_platform() raises ValueError on macOS if '-arch'
https://bugs.python.org/issue46691 opened by duncanmmacleod

#46692: match case does not support regex
https://bugs.python.org/issue46692 opened by AliRn

#46695: _io_TextIOWrapper_reconfigure_impl errors out too early
https://bugs.python.org/issue46695 opened by mirabilos

#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696 opened by devnexen

#46697: _ctypes_simple_instance returns inverted logic
https://bugs.python.org/issue46697 opened by hydroflask

#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700 opened by mirabilos

#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702 opened by brandtbucher

#46704: Parser API not checking for null-terminator
https://bugs.python.org/issue46704 opened by anthonypjshaw

#46705: Memory optimization for set.issubset
https://bugs.python.org/issue46705 opened by panda1200

#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711 opened by vstinner

#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712 opened by kumaraditya303

#46713: Provide a C implementation of collections.abc.KeysView and fri
https://bugs.python.org/issue46713 opened by jab

#46715: asyncio.create_unix_server has an off-by-one error concerning
https://bugs.python.org/issue46715 opened by jnsnow

#46716: regrtest didn't respect the timeout when running test_subproce
https://bugs.python.org/issue46716 opened by vstinner

#46717: Raising exception multiple times leaks memory
https://bugs.python.org/issue46717 opened by ggensure

#46718: Feature: itertools: add batches
https://bugs.python.org/issue46718 opened by socketpair

#46719: Call not visited in ast.NodeTransformer
https://bugs.python.org/issue46719 opened by davidcastells

#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720 opened by maggyero

#46721: Optimize set.issuperset() for non-set argument
https://bugs.python.org/issue46721 opened by serhiy.storchaka

#46722: Different behavior for functiools.partial between inspect.isfu
https://bugs.python.org/issue46722 opened by IliyaZinoviev

#46723: SimpleQueue.put_nowait() documentation error
https://bugs.python.org/issue46723 opened by antonycardazzi

#46724: Odd Bytecode Generation in 3.10
https://bugs.python.org/issue46724 opened by saulshanabrook



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

#46724: Odd Bytecode Generation in 3.10
https://bugs.python.org/issue46724

#46723: SimpleQueue.put_nowait() documentation error
https://bugs.python.org/issue46723

#46722: Different behavior for functiools.partial between inspect.isfu
https://bugs.python.org/issue46722

#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720

#46715: asyncio.create_unix_server has an off-by-one error concerning
https://bugs.python.org/issue46715

#46713: Provide a C implementation of collections.abc.KeysView and fri
https://bugs.python.org/issue46713

#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711

#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700

#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696

#46695: _io_TextIOWrapper_reconfigure_impl errors out too early
https://bugs.python.org/issue46695

#46682: python 3.10 Py_Initialize/Py_Main std path no longer includes
https://bugs.python.org/issue46682

#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681

#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672

#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671



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

#46721: Optimize set.issuperset() for non-set argument
https://bugs.python.org/issue46721

#46720: Add support of path-like objects to multiprocessing.set_execut
https://bugs.python.org/issue46720

#46715: asyncio.create_unix_server has an off-by-one error concerning
https://bugs.python.org/issue46715

#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712

#46711: test_logging: test_post_fork_child_no_deadlock() failed with t
https://bugs.python.org/issue46711

#46705: Memory optimization for set.issubset
https://bugs.python.org/issue46705

#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702

#46697: _ctypes_simple_instance returns inverted logic
https://bugs.python.org/issue46697

#46696: socketmodule add Linux SO_INCOMING_CPU constant
https://bugs.python.org/issue46696

#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685

#46681: gzip.compress does not forward compresslevel to zlib.compress
https://bugs.python.org/issue46681

#46679: test.support.wait_process ignores timeout argument
https://bugs.python.org/issue46679

#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672

#46671: "ValueError: min() arg is an empty sequence" is wrong (builtin
https://bugs.python.org/issue46671



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

#46586: In documentation contents enum.property erroneously links to b
https://bugs.python.org/issue46586 15 msgs

#46640: Python can now use the C99 NAN constant or __builtin_nan()
https://bugs.python.org/issue46640 15 msgs

#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 13 msgs

#46644: typing: remove callable() check from typing._type_check
https://bugs.python.org/issue46644 12 msgs

#46639: Ceil division with math.ceildiv
https://bugs.python.org/issue46639 11 msgs

#46657: Add mimalloc memory allocator
https://bugs.python.org/issue46657 11 msgs

#46654: urllib.request.urlopen doesn't handle UNC paths produced by pa
https://bugs.python.org/issue46654 10 msgs

#46656: Compile fails if Py_NO_NAN is defined
https://bugs.python.org/issue46656 9 msgs

#46670: Build Python with -Wundef: don't use undefined macros
https://bugs.python.org/issue46670 9 msgs

#46166: [C API] Get "self" args or non-null co_varnames from frame obj
https://bugs.python.org/issue46166 7 msgs



Issues closed (48)
==================

#23952: cgi: Document the 'maxlen' member of the cgi module
https://bugs.python.org/issue23952 closed by ethan.furman

#31369: re.RegexFlag is not included in __all__, makes type inference
https://bugs.python.org/issue31369 closed by ethan.furman

#34191: argparse: Missing subparser error message should be more clear
https://bugs.python.org/issue34191 closed by ned.deily

#41259: Find adverbs is not correct on the documentation
https://bugs.python.org/issue41259 closed by serhiy.storchaka

#43216: Removal of @asyncio.coroutine in Python 3.11
https://bugs.python.org/issue43216 closed by asvetlov

#43366: Unclosed bracket bug in code.interact prevents identifying syn
https://bugs.python.org/issue43366 closed by pablogsal

#43532: Add keyword-only fields to dataclasses
https://bugs.python.org/issue43532 closed by eric.smith

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953 closed by Dennis Sweeney

#45436: test_tk.test_configure_type() fails with Tcl/Tk 8.6.11
https://bugs.python.org/issue45436 closed by zach.ware

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863 closed by vstinner

#46119: Update bundled pip to 21.3.1 and setuptools to 59.7.0
https://bugs.python.org/issue46119 closed by kumaraditya303

#46161: `class A(1, 2, 3, **d): pass` gives bad bytecode
https://bugs.python.org/issue46161 closed by Mark.Shannon

#46323: Use _PyObject_Vectorcall in Modules/_ctypes/callbacks.c
https://bugs.python.org/issue46323 closed by corona10

#46475: typing.Never and typing.assert_never
https://bugs.python.org/issue46475 closed by Jelle Zijlstra

#46479: Implement typing.reveal_locals
https://bugs.python.org/issue46479 closed by Jelle Zijlstra

#46521: codeop._maybe_compile passes code with error + triple quotes
https://bugs.python.org/issue46521 closed by pablogsal

#46528: Simplify the VM's stack manipulations
https://bugs.python.org/issue46528 closed by brandtbucher

#46554: Add append keyword argument to Path.write_text() and Path.writ
https://bugs.python.org/issue46554 closed by keelung-yang

#46556: pathlib.Path.__enter__() should emit DeprecationWarning
https://bugs.python.org/issue46556 closed by brett.cannon

#46608: Exclude marshalled-frozen data if deep-freezing to save 300 KB
https://bugs.python.org/issue46608 closed by kumaraditya303

#46609: Generator-based coroutines in Python 3.10, 3.9 docs
https://bugs.python.org/issue46609 closed by terry.reedy

#46611: Improve coverage of `__instancecheck__` and `__subclasscheck__
https://bugs.python.org/issue46611 closed by serhiy.storchaka

#46638: Inconsistent registry virtualization in Windows Store package
https://bugs.python.org/issue46638 closed by steve.dower

#46641: multiplication error 2.2 and 2.1
https://bugs.python.org/issue46641 closed by zach.ware

#46647: `test_functools` unexpected failures when C `_functoolsmodule`
https://bugs.python.org/issue46647 closed by sobolevn

#46648: `test.test_urllib2.MiscTests.test_issue16464` flaky due to ext
https://bugs.python.org/issue46648 closed by vstinner

#46651: test_urllib2.test_issue16464() fails randomly
https://bugs.python.org/issue46651 closed by vstinner

#46660: datetime.timestamp() fails for naive-datetime values prior to
https://bugs.python.org/issue46660 closed by smrpy

#46669: Add types.Self
https://bugs.python.org/issue46669 closed by rhettinger

#46673: Py_BuildValue tuple creation segfaults in python3.9..3.11
https://bugs.python.org/issue46673 closed by olupton

#46674: Two if in a row in generators
https://bugs.python.org/issue46674 closed by BTaskaya

#46676: ParamSpec args and kwargs are not equal to themselves.
https://bugs.python.org/issue46676 closed by serhiy.storchaka

#46678: Invalid cross device link in Lib/test/support/import_helper.py
https://bugs.python.org/issue46678 closed by brett.cannon

#46680: file calls itself
https://bugs.python.org/issue46680 closed by Dennis Sweeney

#46683: Python 3.6.15 source tarball installs 3.6.8?
https://bugs.python.org/issue46683 closed by zach.ware

#46684: Expose frozenset._hash classmethod
https://bugs.python.org/issue46684 closed by rhettinger

#46687: Update pyexpat for CVE-2021-45960
https://bugs.python.org/issue46687 closed by steve.dower

#46688: Add sys.is_interned
https://bugs.python.org/issue46688 closed by methane

#46693: dataclass generated __str__ does not use overridden member __s
https://bugs.python.org/issue46693 closed by eric.smith

#46694: isdigit/isnumeric vs int()
https://bugs.python.org/issue46694 closed by mark.dickinson

#46701: cannot use typographical quotation marks in bug description
https://bugs.python.org/issue46701 closed by eric.smith

#46703: boolean operation issue (True == False == False)
https://bugs.python.org/issue46703 closed by pablogsal

#46706: AxelRacer
https://bugs.python.org/issue46706 closed by Dennis Sweeney

#46707: Parser hanging on stacked { tokens
https://bugs.python.org/issue46707 closed by pablogsal

#46708: test_asyncio: test_sock_client_fail() changes asyncio.events._
https://bugs.python.org/issue46708 closed by asvetlov

#46709: test_urllib: testInterruptCaught() has a race condition and fa
https://bugs.python.org/issue46709 closed by vstinner

#46710: Install launcher for all users on the domain
https://bugs.python.org/issue46710 closed by marcus.siqueira

#46714: Python 3.10 - Users (except from the one who installed) not ab
https://bugs.python.org/issue46714 closed by steve.dower
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/TET7BS6LLC46KLSXU5J6QUUQYEV2CWWQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-11 - 2022-02-18)
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 7218 (+40)
closed 51299 (+27)
total 58517 (+67)

Open issues with patches: 2932


Issues opened (52)
==================

#46725: Unpacking without parentheses is allowed since 3.9
https://bugs.python.org/issue46725 opened by pablogsal

#46726: Thread spuriously marked dead after interrupting a join call
https://bugs.python.org/issue46726 opened by Kevin Shweh

#46727: Should shutil functions support bytes paths?
https://bugs.python.org/issue46727 opened by Jelle Zijlstra

#46729: Better str() for BaseExceptionGroup
https://bugs.python.org/issue46729 opened by iritkatriel

#46731: posix._fcopyfile flags addition
https://bugs.python.org/issue46731 opened by devnexen

#46732: object.__bool__ docstring is wrong
https://bugs.python.org/issue46732 opened by Jelle Zijlstra

#46733: pathlib.Path methods can raise NotImplementedError
https://bugs.python.org/issue46733 opened by barneygale

#46734: Add Maildir.get_flags() to access message flags without openin
https://bugs.python.org/issue46734 opened by gildea

#46735: gettext.translations crashes when locale is unset
https://bugs.python.org/issue46735 opened by amazingminecrafter2015

#46736: Generate HTML 5 with SimpleHTTPRequestHandler.list_directory
https://bugs.python.org/issue46736 opened by dom1310df

#46740: Improve Telnetlib's throughput
https://bugs.python.org/issue46740 opened by martin_kirch

#46742: Add '-d $fd' option to trace module, akin to bash -x feature
https://bugs.python.org/issue46742 opened by PenelopeFudd

#46743: Enable usage of object.__orig_class__ in __init__
https://bugs.python.org/issue46743 opened by Gobot1234

#46744: installers on ARM64 suggest wrong folders
https://bugs.python.org/issue46744 opened by conio

#46746: IDLE: Consistently handle non .py source files
https://bugs.python.org/issue46746 opened by terry.reedy

#46748: Python.h includes stdbool.h
https://bugs.python.org/issue46748 opened by petr.viktorin

#46749: Support cross compilation on macOS
https://bugs.python.org/issue46749 opened by autoantwort

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750 opened by slingamn

#46751: Windows-style path is not recognized under cygwin
https://bugs.python.org/issue46751 opened by mikekaganski

#46752: Introduce task groups to asyncio and change task cancellation
https://bugs.python.org/issue46752 opened by gvanrossum

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753 opened by eric.snow

#46754: Improve Python Language Reference based on [K??hl 2020]
https://bugs.python.org/issue46754 opened by gvanrossum

#46755: QueueHandler logs stack_info twice
https://bugs.python.org/issue46755 opened by erik.montnemery

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756 opened by serhiy.storchaka

#46757: dataclasses should define an empty __post_init__
https://bugs.python.org/issue46757 opened by NeilGirdhar

#46758: Incorrect behaviour creating a Structure with ctypes.c_bool bi
https://bugs.python.org/issue46758 opened by dudenwatschn

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759 opened by cjwatson

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760 opened by Mark.Shannon

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761 opened by larry

#46763: os.path.samefile incorrect results for shadow copies
https://bugs.python.org/issue46763 opened by nijave

#46764: Wrapping a bound method with a @classmethod no longer works
https://bugs.python.org/issue46764 opened by msullivan

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765 opened by eric.snow

#46767: [Doc] sqlite3 Cursor.execute() return value is unspecified
https://bugs.python.org/issue46767 opened by kephas

#46769: Improve documentation for `typing.TypeVar`
https://bugs.python.org/issue46769 opened by AlexWaygood

#46770: ConfigParser(dict_type=) not behaving as expected
https://bugs.python.org/issue46770 opened by malonn

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771 opened by gvanrossum

#46772: Statically Initialize PyArg_Parser in clinic.py
https://bugs.python.org/issue46772 opened by eric.snow

#46773: Add a Private API for Looking Up Global Objects
https://bugs.python.org/issue46773 opened by eric.snow

#46774: Importlib.metadata.version picks first distribution not latest
https://bugs.python.org/issue46774 opened by kkirsche-github

#46775: [Windows] OSError should unconditionally call winerror_to_errn
https://bugs.python.org/issue46775 opened by eryksun

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777 opened by serhiy.storchaka

#46779: Add ssl.CERT_REQUIRED_NO_VERIFY as possible value for ssl.SSLC
https://bugs.python.org/issue46779 opened by freundTech

#46781: Tracing: c_return doesn't report the result
https://bugs.python.org/issue46781 opened by smurfix

#46782: Docs error for 3.10
https://bugs.python.org/issue46782 opened by usetohandletrush

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784 opened by yilei

#46785: On Windows, os.stat() can fail if called while another process
https://bugs.python.org/issue46785 opened by Antony.Lee

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786 opened by jnns

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787 opened by themylogin

#46788: regrtest fails to start on missing performance counter names
https://bugs.python.org/issue46788 opened by jkloth

#46789: Restore caching of externals on Windows buildbots
https://bugs.python.org/issue46789 opened by jkloth

#46790: Normalize handling of negative timeouts in subprocess.py
https://bugs.python.org/issue46790 opened by jkloth

#46791: Allow os.remove to defer to rmdir
https://bugs.python.org/issue46791 opened by bup



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

#46791: Allow os.remove to defer to rmdir
https://bugs.python.org/issue46791

#46788: regrtest fails to start on missing performance counter names
https://bugs.python.org/issue46788

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784

#46782: Docs error for 3.10
https://bugs.python.org/issue46782

#46779: Add ssl.CERT_REQUIRED_NO_VERIFY as possible value for ssl.SSLC
https://bugs.python.org/issue46779

#46775: [Windows] OSError should unconditionally call winerror_to_errn
https://bugs.python.org/issue46775

#46774: Importlib.metadata.version picks first distribution not latest
https://bugs.python.org/issue46774

#46773: Add a Private API for Looking Up Global Objects
https://bugs.python.org/issue46773

#46772: Statically Initialize PyArg_Parser in clinic.py
https://bugs.python.org/issue46772

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759



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

#46787: ProcessPoolExecutor exception memory leak
https://bugs.python.org/issue46787

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784

#46781: Tracing: c_return doesn't report the result
https://bugs.python.org/issue46781

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765

#46764: Wrapping a bound method with a @classmethod no longer works
https://bugs.python.org/issue46764

#46760: test_dis should test the dis module, not everything else
https://bugs.python.org/issue46760

#46759: sys.excepthook documentation doesn't mention that it isn't cal
https://bugs.python.org/issue46759

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756

#46755: QueueHandler logs stack_info twice
https://bugs.python.org/issue46755

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753

#46752: Introduce task groups to asyncio and change task cancellation
https://bugs.python.org/issue46752

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750



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

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771 38 msgs

#46726: Thread spuriously marked dead after interrupting a join call
https://bugs.python.org/issue46726 16 msgs

#46541: Replace _Py_IDENTIFIER() with statically initialized objects.
https://bugs.python.org/issue46541 11 msgs

#45447: Make IDLE recognize .pyi stub files as source for open, save,
https://bugs.python.org/issue45447 10 msgs

#46743: Enable usage of object.__orig_class__ in __init__
https://bugs.python.org/issue46743 10 msgs

#46752: Introduce task groups to asyncio and change task cancellation
https://bugs.python.org/issue46752 8 msgs

#46751: Windows-style path is not recognized under cygwin
https://bugs.python.org/issue46751 7 msgs

#46716: regrtest didn't respect the timeout when running test_subproce
https://bugs.python.org/issue46716 6 msgs

#46733: pathlib.Path methods can raise NotImplementedError
https://bugs.python.org/issue46733 6 msgs

#46750: some code paths in ssl and _socket still import idna unconditi
https://bugs.python.org/issue46750 6 msgs



Issues closed (27)
==================

#29418: inspect.isroutine does not return True for some bound builtin
https://bugs.python.org/issue29418 closed by BTaskaya

#38619: [Doc] UUID.hex is lowercase
https://bugs.python.org/issue38619 closed by Mariatta

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

#45948: Unexpected instantiation behavior for xml.etree.ElementTree.XM
https://bugs.python.org/issue45948 closed by serhiy.storchaka

#46066: Deprecate keyword args syntax for TypedDict definition
https://bugs.python.org/issue46066 closed by Jelle Zijlstra

#46333: ForwardRef.__eq__ does not respect module parameter
https://bugs.python.org/issue46333 closed by Jelle Zijlstra

#46436: Pass the -d/--directory command-line option to http.server.CGI
https://bugs.python.org/issue46436 closed by eric.araujo

#46634: [sqlite3]??speed up cursor.execute*()
https://bugs.python.org/issue46634 closed by erlendaasland

#46666: IDLE Add indent guide
https://bugs.python.org/issue46666 closed by terry.reedy

#46700: wrong nomenclature (options vs. arguments) in argparse
https://bugs.python.org/issue46700 closed by rhettinger

#46704: Parser API not checking for null-terminator
https://bugs.python.org/issue46704 closed by pablogsal

#46718: Feature: itertools: add batches
https://bugs.python.org/issue46718 closed by rhettinger

#46728: Docstring of combinations_with_replacement for consistency
https://bugs.python.org/issue46728 closed by corona10

#46730: Please consider mentioning property without setter when an att
https://bugs.python.org/issue46730 closed by Dennis Sweeney

#46737: Default to the standard normal distribution
https://bugs.python.org/issue46737 closed by rhettinger

#46738: Allow http.server to emit HTML 5
https://bugs.python.org/issue46738 closed by Jelle Zijlstra

#46739: dataclasses __eq__ isn't logical
https://bugs.python.org/issue46739 closed by Dennis Sweeney

#46741: Docstring for asyncio.protocols.BufferedProtocol appears out o
https://bugs.python.org/issue46741 closed by asvetlov

#46745: Typo in new PositionsIterator
https://bugs.python.org/issue46745 closed by sobolevn

#46747: bisect.bisect/insort don't document key parameter
https://bugs.python.org/issue46747 closed by Dennis Sweeney

#46762: assertion failure in f-string parsing Parser/string_parser.c
https://bugs.python.org/issue46762 closed by pablogsal

#46766: Add a class for file operations so a syntax such as open("file
https://bugs.python.org/issue46766 closed by serhiy.storchaka

#46768: CVE-201-4160 Vulnerability Is Found in Lib/site-packages/crypt
https://bugs.python.org/issue46768 closed by christian.heimes

#46776: RecursionError when using property() inside classes
https://bugs.python.org/issue46776 closed by steven.daprano

#46778: Enable parallel compilation on Windows builds
https://bugs.python.org/issue46778 closed by steve.dower

#46780: Allow Fractions to return 1/6 for "0.17", "0.167", "0.1667", e
https://bugs.python.org/issue46780 closed by mark.dickinson

#46783: Add a new feature to enumerate(iterable, start=0) built-in fun
https://bugs.python.org/issue46783 closed by rhettinger
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-18 - 2022-02-25)
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 7220 ( +2)
closed 51363 (+64)
total 58583 (+66)

Open issues with patches: 2939


Issues opened (46)
==================

#46793: expose expat XML billion laughs attack mitigation APIs
https://bugs.python.org/issue46793 opened by gregory.p.smith

#46794: Please update bundled libexpat to 2.4.6 with security fixes (5
https://bugs.python.org/issue46794 opened by sping

#46797: ast.Constant.n deprecated without warning
https://bugs.python.org/issue46797 opened by jwilk

#46798: xml.etree.ElementTree: get() doesn't return default value, alw
https://bugs.python.org/issue46798 opened by padremayi

#46799: ShareableList memory bloat and performance improvement
https://bugs.python.org/issue46799 opened by tcl326

#46803: Item not shown when using mouse wheel to scroll for Listbox/Co
https://bugs.python.org/issue46803 opened by Jason990420

#46805: Add low level UDP socket functions to asyncio
https://bugs.python.org/issue46805 opened by alex.gronholm

#46806: Overlapping PYTHONPATH may cause import already imported modul
https://bugs.python.org/issue46806 opened by aklajnert

#46808: remove NEXT_BLOCK() from compile.c
https://bugs.python.org/issue46808 opened by iritkatriel

#46809: copy.deepcopy can fail with unhelpful diagnostics
https://bugs.python.org/issue46809 opened by remdragon

#46810: multiprocessing.connection.Client doesn't support ipv6
https://bugs.python.org/issue46810 opened by mhupfer

#46811: Test suite needs adjustments for Expat >=2.4.5
https://bugs.python.org/issue46811 opened by sping

#46812: Thread starvation with threading.Condition
https://bugs.python.org/issue46812 opened by msg555

#46814: Documentation for constructing abstract base classes is mislea
https://bugs.python.org/issue46814 opened by Yoshanuikabundi

#46815: Extra `DeprecationWarning` when running `lib2to3` tests
https://bugs.python.org/issue46815 opened by sobolevn

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816 opened by arhadthedev

#46817: Add a line-start table to the code object.
https://bugs.python.org/issue46817 opened by Mark.Shannon

#46823: Add LOAD_FAST__LOAD_ATTR_INSTACE_VALUE combined opcode
https://bugs.python.org/issue46823 opened by Dennis Sweeney

#46824: use AI_NUMERICHOST | AI_NUMERICSERV to skip getaddrinfo thread
https://bugs.python.org/issue46824 opened by graingert

#46826: prefixes argument to site.getsitepackages() missing documentat
https://bugs.python.org/issue46826 opened by asnell

#46828: math.prod can return integers (contradicts doc)
https://bugs.python.org/issue46828 opened by neilwebber

#46829: Confusing CancelError message if multiple cancellations are sc
https://bugs.python.org/issue46829 opened by asvetlov

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831 opened by hauntsaninja

#46832: unicodeobject.c doesn't compile when defined EXPERIMENTAL_ISOL
https://bugs.python.org/issue46832 opened by moytrage

#46833: Installer Wizard is unclear and has redundant settings
https://bugs.python.org/issue46833 opened by buhtz

#46834: test_gdb started to fail on buildbot/s390x RHEL7
https://bugs.python.org/issue46834 opened by sobolevn

#46835: ImportError: bad magic number in ... does not indicate where i
https://bugs.python.org/issue46835 opened by hroncok

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836 opened by vstinner

#46838: Parameters and arguments parser syntax error improvments
https://bugs.python.org/issue46838 opened by Andy_kl

#46840: xmlrpc.client.ServerProxy shows password in __repr__ when usin
https://bugs.python.org/issue46840 opened by perrinjerome

#46841: Inline bytecode caches
https://bugs.python.org/issue46841 opened by brandtbucher

#46842: py to pyc location mapping with sys.pycache_prefix isn't 1-to-
https://bugs.python.org/issue46842 opened by benrg

#46843: PersistentTaskGroup API
https://bugs.python.org/issue46843 opened by achimnol

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845 opened by methane

#46846: functools.partial objects should set __signature__ and _annota
https://bugs.python.org/issue46846 opened by larry

#46847: functools.update_wrapper doesn't understand partial objects an
https://bugs.python.org/issue46847 opened by larry

#46848: Use optimized string search function in mmap.find()
https://bugs.python.org/issue46848 opened by rumpelsepp

#46849: Memory problems detected using Valgrind
https://bugs.python.org/issue46849 opened by sxt1001

#46850: [C API] Move _PyEval_EvalFrameDefault() to the internal C API
https://bugs.python.org/issue46850 opened by vstinner

#46851: Document multiprocessing.set_forkserver_preload
https://bugs.python.org/issue46851 opened by maggyero

#46852: Remove the float.__setformat__() method
https://bugs.python.org/issue46852 opened by vstinner

#46853: Python interpreter can get code from memory, it is not secure.
https://bugs.python.org/issue46853 opened by i5-7200u

#46854: Failed to compile static python3.7.12
https://bugs.python.org/issue46854 opened by aprpp

#46855: printing a string with strange characters loops forever
https://bugs.python.org/issue46855 opened by svild

#46856: datetime.max conversion
https://bugs.python.org/issue46856 opened by joris.geysens

#46857: Python leaks one reference at exit on Windows
https://bugs.python.org/issue46857 opened by vstinner



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

#46855: printing a string with strange characters loops forever
https://bugs.python.org/issue46855

#46854: Failed to compile static python3.7.12
https://bugs.python.org/issue46854

#46853: Python interpreter can get code from memory, it is not secure.
https://bugs.python.org/issue46853

#46849: Memory problems detected using Valgrind
https://bugs.python.org/issue46849

#46847: functools.update_wrapper doesn't understand partial objects an
https://bugs.python.org/issue46847

#46846: functools.partial objects should set __signature__ and _annota
https://bugs.python.org/issue46846

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845

#46842: py to pyc location mapping with sys.pycache_prefix isn't 1-to-
https://bugs.python.org/issue46842

#46840: xmlrpc.client.ServerProxy shows password in __repr__ when usin
https://bugs.python.org/issue46840

#46832: unicodeobject.c doesn't compile when defined EXPERIMENTAL_ISOL
https://bugs.python.org/issue46832

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831

#46826: prefixes argument to site.getsitepackages() missing documentat
https://bugs.python.org/issue46826

#46817: Add a line-start table to the code object.
https://bugs.python.org/issue46817

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816

#46815: Extra `DeprecationWarning` when running `lib2to3` tests
https://bugs.python.org/issue46815



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

#46857: Python leaks one reference at exit on Windows
https://bugs.python.org/issue46857

#46852: Remove the float.__setformat__() method
https://bugs.python.org/issue46852

#46850: [C API] Move _PyEval_EvalFrameDefault() to the internal C API
https://bugs.python.org/issue46850

#46848: Use optimized string search function in mmap.find()
https://bugs.python.org/issue46848

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845

#46841: Inline bytecode caches
https://bugs.python.org/issue46841

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836

#46835: ImportError: bad magic number in ... does not indicate where i
https://bugs.python.org/issue46835

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831

#46826: prefixes argument to site.getsitepackages() missing documentat
https://bugs.python.org/issue46826

#46824: use AI_NUMERICHOST | AI_NUMERICSERV to skip getaddrinfo thread
https://bugs.python.org/issue46824

#46823: Add LOAD_FAST__LOAD_ATTR_INSTACE_VALUE combined opcode
https://bugs.python.org/issue46823

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816

#46815: Extra `DeprecationWarning` when running `lib2to3` tests
https://bugs.python.org/issue46815

#46814: Documentation for constructing abstract base classes is mislea
https://bugs.python.org/issue46814



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

#46771: Add some form of cancel scopes
https://bugs.python.org/issue46771 30 msgs

#46430: intern strings in deepfrozen modules
https://bugs.python.org/issue46430 15 msgs

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836 15 msgs

#46843: PersistentTaskGroup API
https://bugs.python.org/issue46843 14 msgs

#40421: [C API] Add getter functions for PyFrameObject and maybe move
https://bugs.python.org/issue40421 11 msgs

#46852: Remove the float.__setformat__() method
https://bugs.python.org/issue46852 10 msgs

#46794: Please update bundled libexpat to 2.4.6 with security fixes (5
https://bugs.python.org/issue46794 9 msgs

#46761: functools.update_wrapper breaks the signature of functools.par
https://bugs.python.org/issue46761 7 msgs

#45100: Improve help() by making typing.overload() information accessi
https://bugs.python.org/issue45100 6 msgs

#45316: [C API] Functions not exported with PyAPI_FUNC()
https://bugs.python.org/issue45316 6 msgs



Issues closed (59)
==================

#26897: [doc] Clarify Popen stdin, stdout, stderr
https://bugs.python.org/issue26897 closed by Jelle Zijlstra

#34429: [doc] On Windows tempfile.TemporaryFile behaves like NamedTemp
https://bugs.python.org/issue34429 closed by iritkatriel

#36557: [doc] Clarify the meaning of /uninstall in windows cli
https://bugs.python.org/issue36557 closed by iritkatriel

#39327: shutil.rmtree using vagrant synched folder fails
https://bugs.python.org/issue39327 closed by serhiy.storchaka

#42766: urllib.request.HTTPPasswordMgr uses commonprefix instead of co
https://bugs.python.org/issue42766 closed by serhiy.storchaka

#43119: asyncio.Queue.put never yields if the queue is unbounded
https://bugs.python.org/issue43119 closed by asvetlov

#43311: bpo-43311: PyInterpreterState_New use thread-specific data tst
https://bugs.python.org/issue43311 closed by vstinner

#43364: Windows: Make UTF-8 mode more accessible
https://bugs.python.org/issue43364 closed by methane

#44011: Borrow asyncio ssl implementation from uvloop
https://bugs.python.org/issue44011 closed by asvetlov

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886 closed by asvetlov

#45146: Add a possibility for asyncio.Condition to determine the count
https://bugs.python.org/issue45146 closed by asvetlov

#45390: asyncio.Task doesn't propagate CancelledError() exception corr
https://bugs.python.org/issue45390 closed by asvetlov

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883 closed by asvetlov

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898 closed by christian.heimes

#46252: Forbid passing SSLSocket into asyncio methods
https://bugs.python.org/issue46252 closed by asvetlov

#46356: [C API] Enforce usage of PyFrame_GetBack()
https://bugs.python.org/issue46356 closed by vstinner

#46400: Please update bundled libexpat to 2.4.4 with security fixes (C
https://bugs.python.org/issue46400 closed by ned.deily

#46432: AMD64 FreeBSD Shared 3.x buildbot fails to build: error: error
https://bugs.python.org/issue46432 closed by vstinner

#46522: concurrent.futures.__getattr__ raises the wrong AttributeError
https://bugs.python.org/issue46522 closed by asvetlov

#46571: Strange `@typing.no_type_check` behavior for class variables
https://bugs.python.org/issue46571 closed by Jelle Zijlstra

#46603: `typing._strip_annotations` is not fully covered
https://bugs.python.org/issue46603 closed by Jelle Zijlstra

#46606: Large C stack usage of os.getgroups() and os.setgroups()
https://bugs.python.org/issue46606 closed by methane

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623 closed by vstinner

#46656: Remove the Py_NO_NAN macro: require NAN to build Python 3.11
https://bugs.python.org/issue46656 closed by vstinner

#46659: Deprecate locale.getdefaultlocale() function
https://bugs.python.org/issue46659 closed by vstinner

#46663: test_math test_cmath test_complex fails on Fedora Rawhide buil
https://bugs.python.org/issue46663 closed by vstinner

#46668: encodings: the "mbcs" alias doesn't work
https://bugs.python.org/issue46668 closed by vstinner

#46672: NameError in asyncio.gather when passing a invalid type as an
https://bugs.python.org/issue46672 closed by asvetlov

#46685: Add additional tests for new features in `typing.py`
https://bugs.python.org/issue46685 closed by Jelle Zijlstra

#46702: Specialize UNPACK_SEQUENCE
https://bugs.python.org/issue46702 closed by brandtbucher

#46717: Raising exception multiple times leaks memory
https://bugs.python.org/issue46717 closed by iritkatriel

#46725: Unpacking without parentheses is allowed since 3.9
https://bugs.python.org/issue46725 closed by pablogsal

#46729: Better str() for BaseExceptionGroup
https://bugs.python.org/issue46729 closed by iritkatriel

#46732: Builtin __bool__ docstrings are wrong
https://bugs.python.org/issue46732 closed by Jelle Zijlstra

#46736: Generate HTML 5 with SimpleHTTPRequestHandler.list_directory
https://bugs.python.org/issue46736 closed by benjamin.peterson

#46757: dataclasses should define an empty __post_init__
https://bugs.python.org/issue46757 closed by eric.smith

#46765: Replace Locally Cached Strings with Statically Initialized Obj
https://bugs.python.org/issue46765 closed by eric.snow

#46777: Fix incorrect use of directives in asyncio documentation
https://bugs.python.org/issue46777 closed by serhiy.storchaka

#46784: Duplicated symbols when linking embedded Python with libexpat
https://bugs.python.org/issue46784 closed by gregory.p.smith

#46792: Indentation not preserved with ruamel.yaml.round_trip_dump
https://bugs.python.org/issue46792 closed by zach.ware

#46795: Why Does 3rd/Python39/Lib/site-packages/psycopg2/_psycopg.cp39
https://bugs.python.org/issue46795 closed by zach.ware

#46796: Simplify handling of removed parameter "loop" in asyncio
https://bugs.python.org/issue46796 closed by asvetlov

#46800: Support for pause(2)
https://bugs.python.org/issue46800 closed by zach.ware

#46801: test_typing emits deprecation warnings
https://bugs.python.org/issue46801 closed by iritkatriel

#46802: Wrong result unpacking binary data with ctypes bitfield.
https://bugs.python.org/issue46802 closed by helo9

#46804: spam
https://bugs.python.org/issue46804 closed by serhiy.storchaka

#46807: Wrong class __annotations__ when field name and type are equal
https://bugs.python.org/issue46807 closed by serhiy.storchaka

#46813: Allow developer to resize the dictionary
https://bugs.python.org/issue46813 closed by rhettinger

#46818: Proper way to inherit from collections.abc.Coroutine
https://bugs.python.org/issue46818 closed by asvetlov

#46819: Add an Error / Exception / Warning when contextlib.suppress()
https://bugs.python.org/issue46819 closed by serhiy.storchaka

#46820: SyntaxError on `1not in...`
https://bugs.python.org/issue46820 closed by serhiy.storchaka

#46821: Introspection support for typing.overload
https://bugs.python.org/issue46821 closed by Jelle Zijlstra

#46822: test_create_server_ssl_over_ssl times out on some systems
https://bugs.python.org/issue46822 closed by steve.dower

#46825: slow matching on regular expression
https://bugs.python.org/issue46825 closed by serhiy.storchaka

#46827: asyncio SelectorEventLoop.sock_connect fails with a UDP socket
https://bugs.python.org/issue46827 closed by asvetlov

#46830: Add Find functionality to Squeezed Text viewer
https://bugs.python.org/issue46830 closed by terry.reedy

#46837: lstrip and strip not working as expected
https://bugs.python.org/issue46837 closed by jigar030

#46839: Process finished with exit code -1073741819 (0xC0000005)
https://bugs.python.org/issue46839 closed by zach.ware

#46844: Implicit binding of PersistentTaskGroup (or virtual event loop
https://bugs.python.org/issue46844 closed by gvanrossum
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/6TXOWIX5S7Z56ULZZE43LLPWNCU6M6AZ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2022-02-25 - 2022-03-04)
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 7224 ( +4)
closed 51425 (+62)
total 58649 (+66)

Open issues with patches: 2938


Issues opened (48)
==================

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807 reopened by gvanrossum

#46623: test_zlib: test_pair() and test_speech128() fail with s390x ha
https://bugs.python.org/issue46623 reopened by petr.viktorin

#46823: Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode
https://bugs.python.org/issue46823 reopened by brandtbucher

#46858: mmap constructor resets the file pointer on Windows
https://bugs.python.org/issue46858 opened by benrg

#46860: `--with-suffix` not respected on case-insensitive file systems
https://bugs.python.org/issue46860 opened by brett.cannon

#46862: subprocess makes environment blocks with duplicate keys on Win
https://bugs.python.org/issue46862 opened by benrg

#46863: Python 3.10 OpenSSL Configuration Issues
https://bugs.python.org/issue46863 opened by adam

#46864: Deprecate ob_shash in BytesObject
https://bugs.python.org/issue46864 opened by methane

#46868: Improve performance of math.prod with bignums (and functools.r
https://bugs.python.org/issue46868 opened by benrg

#46870: Improper Input Validation in urlparse
https://bugs.python.org/issue46870 opened by P0cas

#46872: Odd handling of signal raised if an illegal syscall is attempt
https://bugs.python.org/issue46872 opened by bup

#46878: [sqlite3] remove "non-standard" from docstrings
https://bugs.python.org/issue46878 opened by erlendaasland

#46879: [doc] incorrect sphinx object names
https://bugs.python.org/issue46879 opened by push-f

#46880: zipfile library doesn't extract windows zip files properly on
https://bugs.python.org/issue46880 opened by nimrodf

#46881: Statically allocate and initialize the latin1 characters.
https://bugs.python.org/issue46881 opened by kumaraditya303

#46882: Clarify argument type of platform.platform(aliased, terse) to
https://bugs.python.org/issue46882 opened by Rotzbua

#46883: Add glossary entries to clarify the true/True and false/False
https://bugs.python.org/issue46883 opened by steven.daprano

#46884: [doc] msilib.rst uses data directive to document modules
https://bugs.python.org/issue46884 opened by push-f

#46885: Ensure PEP 663 changes are reverted from 3.11
https://bugs.python.org/issue46885 opened by pablogsal

#46887: ./Programs/_freeze_module fails with MSAN: Uninitialized value
https://bugs.python.org/issue46887 opened by vstinner

#46888: SharedMemory.close() destroys memory
https://bugs.python.org/issue46888 opened by ronny-rentner

#46890: venv does not create "python" link in python 3.11
https://bugs.python.org/issue46890 opened by ronaldoussoren

#46892: Async Call-Stack Reconstruction
https://bugs.python.org/issue46892 opened by mpage

#46893: Allow extensions to set the vectorcall field on instances of P
https://bugs.python.org/issue46893 opened by itamaro

#46895: Allow extensions to set a callback to be invoked when a type i
https://bugs.python.org/issue46895 opened by mpage

#46896: add support for watching writes to selected dictionaries
https://bugs.python.org/issue46896 opened by carljm

#46897: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46897 opened by mpage

#46898: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46898 opened by mpage

#46899: use of uninitialized value with msan from subprocess_fork_exec
https://bugs.python.org/issue46899 opened by yilei

#46901: Deprecate and eventually remove macOS-only PYTHONEXECUTABLE en
https://bugs.python.org/issue46901 opened by ned.deily

#46902: Typo hint message for from-imports?
https://bugs.python.org/issue46902 opened by Jean_Abou_Samra

#46903: Crash when setting attribute with string subclass as the name
https://bugs.python.org/issue46903 opened by ronaldoussoren

#46904: Python Decimal supports '#' format, C Decimal does not.
https://bugs.python.org/issue46904 opened by const

#46905: winsound.PlaySound should accept pathlib.Path instances
https://bugs.python.org/issue46905 opened by Julian-O

#46906: Add PyFloat_(Pack|Unpack)(2|4|8) to the public C API
https://bugs.python.org/issue46906 opened by methane

#46907: Update Windows and MacOS installer to SQLite 3.38.0.
https://bugs.python.org/issue46907 opened by felixxm

#46908: Debugger jumps to a wrong instruction in for loop
https://bugs.python.org/issue46908 opened by franarenasafan

#46911: Early tracing has lineno=None for modules
https://bugs.python.org/issue46911 opened by nedbat

#46912: Full gc collection blocked from collecting after some amount o
https://bugs.python.org/issue46912 opened by al3x3i.k

#46913: UBSAN: test_ctypes, test_faulthandler and test_hashlib are fai
https://bugs.python.org/issue46913 opened by vstinner

#46914: On Osx Monterey(12.x), Logging.handlers.SysLogHandler does not
https://bugs.python.org/issue46914 opened by pbloom

#46915: Build with Py_LIMITED_API fails unknown type name ???PyModuleD
https://bugs.python.org/issue46915 opened by christian.heimes

#46917: Require IEEE 754 floating point to build Python 3.11
https://bugs.python.org/issue46917 opened by vstinner

#46918: The vulnerability is included in /lib/python3.9/ensurepip afte
https://bugs.python.org/issue46918 opened by zjmxq

#46920: Remove code made dead long ago with #if 0
https://bugs.python.org/issue46920 opened by arhadthedev

#46921: Vectorcall support for super()
https://bugs.python.org/issue46921 opened by kj

#46922: tarfile.TarFile.next() crashes on empty tar files
https://bugs.python.org/issue46922 opened by progval

#46923: Implement stack overflow protection for supported platforms
https://bugs.python.org/issue46923 opened by Mark.Shannon



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

#46923: Implement stack overflow protection for supported platforms
https://bugs.python.org/issue46923

#46922: tarfile.TarFile.next() crashes on empty tar files
https://bugs.python.org/issue46922

#46921: Vectorcall support for super()
https://bugs.python.org/issue46921

#46917: Require IEEE 754 floating point to build Python 3.11
https://bugs.python.org/issue46917

#46912: Full gc collection blocked from collecting after some amount o
https://bugs.python.org/issue46912

#46904: Python Decimal supports '#' format, C Decimal does not.
https://bugs.python.org/issue46904

#46901: Deprecate and eventually remove macOS-only PYTHONEXECUTABLE en
https://bugs.python.org/issue46901

#46899: use of uninitialized value with msan from subprocess_fork_exec
https://bugs.python.org/issue46899

#46898: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46898

#46897: Add API to allow extensions to set callback function on creati
https://bugs.python.org/issue46897

#46895: Allow extensions to set a callback to be invoked when a type i
https://bugs.python.org/issue46895

#46893: Allow extensions to set the vectorcall field on instances of P
https://bugs.python.org/issue46893

#46892: Async Call-Stack Reconstruction
https://bugs.python.org/issue46892

#46881: Statically allocate and initialize the latin1 characters.
https://bugs.python.org/issue46881

#46879: [doc] incorrect sphinx object names
https://bugs.python.org/issue46879



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

#46921: Vectorcall support for super()
https://bugs.python.org/issue46921

#46920: Remove code made dead long ago with #if 0
https://bugs.python.org/issue46920

#46913: UBSAN: test_ctypes, test_faulthandler and test_hashlib are fai
https://bugs.python.org/issue46913

#46907: Update Windows and MacOS installer to SQLite 3.38.0.
https://bugs.python.org/issue46907

#46906: Add PyFloat_(Pack|Unpack)(2|4|8) to the public C API
https://bugs.python.org/issue46906

#46903: Crash when setting attribute with string subclass as the name
https://bugs.python.org/issue46903

#46887: ./Programs/_freeze_module fails with MSAN: Uninitialized value
https://bugs.python.org/issue46887

#46884: [doc] msilib.rst uses data directive to document modules
https://bugs.python.org/issue46884

#46882: Clarify argument type of platform.platform(aliased, terse) to
https://bugs.python.org/issue46882

#46881: Statically allocate and initialize the latin1 characters.
https://bugs.python.org/issue46881

#46879: [doc] incorrect sphinx object names
https://bugs.python.org/issue46879

#46878: [sqlite3] remove "non-standard" from docstrings
https://bugs.python.org/issue46878

#46864: Deprecate ob_shash in BytesObject
https://bugs.python.org/issue46864

#46860: `--with-suffix` not respected on case-insensitive file systems
https://bugs.python.org/issue46860

#46850: [C API] Move _PyEval_EvalFrameDefault() to the internal C API
https://bugs.python.org/issue46850



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

#46841: Inline bytecode caches
https://bugs.python.org/issue46841 16 msgs

#46913: UBSAN: test_ctypes, test_faulthandler and test_hashlib are fai
https://bugs.python.org/issue46913 15 msgs

#46890: venv does not create "python" link in python 3.11
https://bugs.python.org/issue46890 14 msgs

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807 10 msgs

#46863: Python 3.10 OpenSSL Configuration Issues
https://bugs.python.org/issue46863 10 msgs

#46868: Improve performance of math.prod with bignums (and functools.r
https://bugs.python.org/issue46868 8 msgs

#46896: add support for watching writes to selected dictionaries
https://bugs.python.org/issue46896 8 msgs

#46836: [C API] Move PyFrameObject to the internal C API
https://bugs.python.org/issue46836 7 msgs

#46888: SharedMemory.close() destroys memory
https://bugs.python.org/issue46888 7 msgs

#17505: [doc] email.header.Header.__unicode__ does not decode header
https://bugs.python.org/issue17505 6 msgs



Issues closed (58)
==================

#6634: [doc] sys.exit() called from threads other than the main one:
https://bugs.python.org/issue6634 closed by iritkatriel

#10515: csv sniffer does not recognize quotes at the end of line
https://bugs.python.org/issue10515 closed by iritkatriel

#15002: urllib2 does not download 4 MB file completely using ftp
https://bugs.python.org/issue15002 closed by iritkatriel

#21910: [doc] File protocol should document if writelines must handle
https://bugs.python.org/issue21910 closed by Jelle Zijlstra

#30698: asyncio sslproto do not shutdown ssl layer cleanly
https://bugs.python.org/issue30698 closed by asvetlov

#42337: Skip building web installers on Windows
https://bugs.python.org/issue42337 closed by steve.dower

#45062: test_asyncio: test_huge_content_recvinto() failed on PPC64LE R
https://bugs.python.org/issue45062 closed by vstinner

#45065: test_asyncio failed (env changed) on s390x RHEL8 Refleaks 3.10
https://bugs.python.org/issue45065 closed by vstinner

#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159 closed by asvetlov

#45431: [C API] Rename CFrame or hide it to only export names starting
https://bugs.python.org/issue45431 closed by vstinner

#45492: stdlib inspect documentation on code.co_names is incorrect
https://bugs.python.org/issue45492 closed by iritkatriel

#46195: Annotated and Optional get_type_hints buggy interaction
https://bugs.python.org/issue46195 closed by Jelle Zijlstra

#46311: Clean up PyLong_FromLong and PyLong_FromLongLong
https://bugs.python.org/issue46311 closed by Mark.Shannon

#46318: asyncio and ssl: ResourceWarning: unclosed transport
https://bugs.python.org/issue46318 closed by asvetlov

#46389: 3.11: unused generator comprehensions cause f_lineno==None
https://bugs.python.org/issue46389 closed by Mark.Shannon

#46567: Add Tcl/Tk builds for ARM64
https://bugs.python.org/issue46567 closed by steve.dower

#46633: AddressSanitizer: Skip tests directly in Python, not with exte
https://bugs.python.org/issue46633 closed by vstinner

#46643: typing.Annotated cannot wrap typing.ParamSpec args/kwargs
https://bugs.python.org/issue46643 closed by Jelle Zijlstra

#46661: Duplicate deprecation warnings in docs for asyncio
https://bugs.python.org/issue46661 closed by gvanrossum

#46675: Allow more than 16 items in split-keys dicts and "virtual" obj
https://bugs.python.org/issue46675 closed by Mark.Shannon

#46712: Share global string identifiers in deepfreeze
https://bugs.python.org/issue46712 closed by gvanrossum

#46748: Python.h includes stdbool.h
https://bugs.python.org/issue46748 closed by erlendaasland

#46753: Statically allocate and initialize the empty tuple.
https://bugs.python.org/issue46753 closed by eric.snow

#46756: Incorrect authorization check in urllib.request
https://bugs.python.org/issue46756 closed by pablogsal

#46786: embed, source, track, wbr HTML elements not considered empty
https://bugs.python.org/issue46786 closed by scoder

#46794: Please update bundled libexpat to 2.4.6 with security fixes (5
https://bugs.python.org/issue46794 closed by corona10

#46808: remove NEXT_BLOCK() from compile.c
https://bugs.python.org/issue46808 closed by iritkatriel

#46816: Remove declarations for non-__STDC__ compilers
https://bugs.python.org/issue46816 closed by vstinner

#46831: Outdated comment for __build_class__ in compile.c
https://bugs.python.org/issue46831 closed by Jelle Zijlstra

#46845: dict: Use smaller entry for Unicode-key only dict.
https://bugs.python.org/issue46845 closed by methane

#46848: Use optimized string search function in mmap.find()
https://bugs.python.org/issue46848 closed by Dennis Sweeney

#46849: Memory problems detected using Valgrind
https://bugs.python.org/issue46849 closed by sxt1001

#46852: Remove the float.__set_format__() method
https://bugs.python.org/issue46852 closed by mark.dickinson

#46853: Python interpreter can get code from memory, it is not secure.
https://bugs.python.org/issue46853 closed by brett.cannon

#46854: Failed to compile static python3.7.12
https://bugs.python.org/issue46854 closed by ned.deily

#46855: printing a string with strange characters loops forever
https://bugs.python.org/issue46855 closed by svild

#46857: Python leaks one reference at exit on Windows
https://bugs.python.org/issue46857 closed by vstinner

#46859: NameError: free variable 'outer' referenced before assignment
https://bugs.python.org/issue46859 closed by Jelle Zijlstra

#46861: os.environ forces variable names to upper case on Windows
https://bugs.python.org/issue46861 closed by eryksun

#46865: *() Invalid Syntax: iterable unpacking of empty tuple
https://bugs.python.org/issue46865 closed by serhiy.storchaka

#46866: bytes class extension with slices
https://bugs.python.org/issue46866 closed by serhiy.storchaka

#46867: difference of work
https://bugs.python.org/issue46867 closed by grifonice99

#46869: platform.release() and sys returns wrong version on Windows 11
https://bugs.python.org/issue46869 closed by eryksun

#46871: Lambda can't be pickled with "spawn" and only "fork"
https://bugs.python.org/issue46871 closed by ronaldoussoren

#46873: inspect.getsource with some lambdas in decorators does not get
https://bugs.python.org/issue46873 closed by ahopkins

#46874: [sqlite3] optimise user-defined functions
https://bugs.python.org/issue46874 closed by erlendaasland

#46875: Missing name in TaskGroup.__repr__()
https://bugs.python.org/issue46875 closed by achimnol

#46876: Walrus operator not in help
https://bugs.python.org/issue46876 closed by AlexWaygood

#46877: [doc] unittest.doModuleCleanups() does not exist
https://bugs.python.org/issue46877 closed by gvanrossum

#46886: ARM64 Windows Non-Debug 3.x: random build error: failure durin
https://bugs.python.org/issue46886 closed by vstinner

#46889: enable sqlite math functions on macos
https://bugs.python.org/issue46889 closed by erlendaasland

#46891: Crash in ModuleType subclass with __slots__
https://bugs.python.org/issue46891 closed by Mark.Shannon

#46894: make install DESTDIR= uses /lib/python3.10/lib-dynload out of
https://bugs.python.org/issue46894 closed by ned.deily

#46900: marshal.dumps represents the same list object differently
https://bugs.python.org/issue46900 closed by Dreeseaw

#46909: Update getpath.py to look for os.pyc in __pycache__ folders
https://bugs.python.org/issue46909 closed by steve.dower

#46910: Expect IndentationError, get SyntaxError: 'break' outside loop
https://bugs.python.org/issue46910 closed by pablogsal

#46916: There is a problem with escape characters in the path passed i
https://bugs.python.org/issue46916 closed by vincent.fung

#46919: After Python 3.9.2 is installed, the CVE-2019-12900 and CVE-20
https://bugs.python.org/issue46919 closed by ned.deily