[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Mar 1 13:08:03 EST 2019
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]