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

1 2 3 4 5 6 7  View All