[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Dec 22 12:09:29 EST 2017
- 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 (2017-12-15 - 2017-12-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 6342 (+12) closed 37819 (+64) total 44161 (+76)
Open issues with patches: 2456
Issues opened (52)
#30697: segfault in PyErr_NormalizeException() after memory exhaustion https://bugs.python.org/issue30697 reopened by brett.cannon
#32335: Failed Python build on Fedora 27 https://bugs.python.org/issue32335 opened by amitg-b14
#32336: Save OrderedDict import in argparse https://bugs.python.org/issue32336 opened by rhettinger
#32337: Dict order is now guaranteed, so add tests and doc for it https://bugs.python.org/issue32337 opened by rhettinger
#32338: Save OrderedDict import in re https://bugs.python.org/issue32338 opened by serhiy.storchaka
#32339: Make the dict type used in csv.DictReader configurable https://bugs.python.org/issue32339 opened by serhiy.storchaka
#32343: Leak Sanitizer reports memory leaks while building using ASAN https://bugs.python.org/issue32343 opened by kirit1193
#32345: EIO from write() is only fatal if print() contains a newline https://bugs.python.org/issue32345 opened by Creideiki
#32346: Speed up slot lookup for class creation https://bugs.python.org/issue32346 opened by pitrou
#32347: System Integrity Protection breaks shutil.copystat() https://bugs.python.org/issue32347 opened by Ryan Govostes
#32352: inspect.getfullargspec
doesn't work fine for some builtin ca
https://bugs.python.org/issue32352 opened by thautwarm
#32353: Add docs about Embedding with an frozen module limitation. https://bugs.python.org/issue32353 opened by Decorater
#32354: Unclear intention of deprecating Py_UNICODE_TOLOWER / Py_UNICO https://bugs.python.org/issue32354 opened by ideasman42
#32358: json.dump: fp must be a text file object https://bugs.python.org/issue32358 opened by qingyunha
#32359: Add getters for all SSLContext internal configuration https://bugs.python.org/issue32359 opened by njs
#32360: Save OrderedDict imports in various stdlibs. https://bugs.python.org/issue32360 opened by inada.naoki
#32361: global / nonlocal interference : is this a bug, a feature or a https://bugs.python.org/issue32361 opened by Camion
#32362: multiprocessing.connection.Connection misdocumented as multipr https://bugs.python.org/issue32362 opened by Amery
#32363: Deprecate task.set_result() and task.set_exception() https://bugs.python.org/issue32363 opened by asvetlov
#32364: Add AbstractFuture and AbstractTask https://bugs.python.org/issue32364 opened by asvetlov
#32367: [Security] CVE-2017-17522: webbrowser.py in Python does not va https://bugs.python.org/issue32367 opened by vstinner
#32368: Segfault when compiling many conditional expressions https://bugs.python.org/issue32368 opened by snordhausen
#32370: Wrong ANSI encoding used by subprocess for some locales https://bugs.python.org/issue32370 opened by Segev Finer
#32371: Delay-loading of python dll is impossible when using some C ma https://bugs.python.org/issue32371 opened by Pierre Chatelier
#32372: Optimize out debug at the AST level https://bugs.python.org/issue32372 opened by serhiy.storchaka
#32373: Add socket.getblocking() method https://bugs.python.org/issue32373 opened by yselivanov
#32374: Document that m_traverse for multi-phase initialized modules c https://bugs.python.org/issue32374 opened by encukou
#32375: Compilation warnings in getpath.c with gcc on Ubuntu / -D_FORT https://bugs.python.org/issue32375 opened by pitrou
#32378: test_npn_protocols broken with LibreSSL 2.6.1+ https://bugs.python.org/issue32378 opened by christian.heimes
#32380: functools.singledispatch interacts poorly with methods https://bugs.python.org/issue32380 opened by Ethan Smith
#32381: Python 3.6 cannot reopen .pyc file with non-ASCII path https://bugs.python.org/issue32381 opened by tianjg
#32384: Generator tests is broken in non-CPython implementation https://bugs.python.org/issue32384 opened by isaiahp
#32387: Disallow untagged C extension import on major platforms https://bugs.python.org/issue32387 opened by pitrou
#32388: Remove cross-version binary compatibility https://bugs.python.org/issue32388 opened by pitrou
#32390: AIX (xlc_r) compile error with Modules/posixmodule.c: Function https://bugs.python.org/issue32390 opened by Michael.Felt
#32391: Add StreamWriter.wait_closed() https://bugs.python.org/issue32391 opened by asvetlov
#32392: subprocess.run documentation does not have **kwargs https://bugs.python.org/issue32392 opened by oprypin
#32393: nav menu jitter in old documentation https://bugs.python.org/issue32393 opened by Joseph Hendrey
#32394: socket lib beahavior change in 3.6.4 https://bugs.python.org/issue32394 opened by skn78
#32395: asyncio.StreamReader.readuntil is not general enough https://bugs.python.org/issue32395 opened by Bruce Merry
#32396: Implement method to write/read to serials without blocking on https://bugs.python.org/issue32396 opened by jabdoa
#32397: textwrap output may change if you wrap a paragraph twice https://bugs.python.org/issue32397 opened by larry
#32398: OSX C++ linking workaround in distutils breaks other packages https://bugs.python.org/issue32398 opened by esuarezsantana
#32399: _uuidmodule.c cannot build on AIX - different typedefs of uuid https://bugs.python.org/issue32399 opened by Michael.Felt
#32400: inspect.isdatadescriptor false negative https://bugs.python.org/issue32400 opened by chnlior
#32401: No module named '_ctypes' https://bugs.python.org/issue32401 opened by YoSTEALTH
#32402: Coverity: CID 1426868/1426867: Null pointer dereferences in t https://bugs.python.org/issue32402 opened by vstinner
#32403: date, time and datetime alternate constructors should take fas https://bugs.python.org/issue32403 opened by p-ganssle
#32404: fromtimestamp does not call new in datetime subclasses https://bugs.python.org/issue32404 opened by p-ganssle
#32408: Performance regression in urllib.proxy_bypass_environment https://bugs.python.org/issue32408 opened by xiang.zhang
#32409: venv activate.bat is UTF-8 encoded but uses current console co https://bugs.python.org/issue32409 opened by Jac0
#32410: Implement loop.sock_sendfile method https://bugs.python.org/issue32410 opened by asvetlov
Most recent 15 issues with no replies (15)
#32410: Implement loop.sock_sendfile method https://bugs.python.org/issue32410
#32408: Performance regression in urllib.proxy_bypass_environment https://bugs.python.org/issue32408
#32404: fromtimestamp does not call new in datetime subclasses https://bugs.python.org/issue32404
#32403: date, time and datetime alternate constructors should take fas https://bugs.python.org/issue32403
#32402: Coverity: CID 1426868/1426867: Null pointer dereferences in t https://bugs.python.org/issue32402
#32400: inspect.isdatadescriptor false negative https://bugs.python.org/issue32400
#32393: nav menu jitter in old documentation https://bugs.python.org/issue32393
#32384: Generator tests is broken in non-CPython implementation https://bugs.python.org/issue32384
#32380: functools.singledispatch interacts poorly with methods https://bugs.python.org/issue32380
#32378: test_npn_protocols broken with LibreSSL 2.6.1+ https://bugs.python.org/issue32378
#32372: Optimize out debug at the AST level https://bugs.python.org/issue32372
#32371: Delay-loading of python dll is impossible when using some C ma https://bugs.python.org/issue32371
#32362: multiprocessing.connection.Connection misdocumented as multipr https://bugs.python.org/issue32362
#32360: Save OrderedDict imports in various stdlibs. https://bugs.python.org/issue32360
#32358: json.dump: fp must be a text file object https://bugs.python.org/issue32358
Most recent 15 issues waiting for review (15)
#32410: Implement loop.sock_sendfile method https://bugs.python.org/issue32410
#32402: Coverity: CID 1426868/1426867: Null pointer dereferences in t https://bugs.python.org/issue32402
#32399: _uuidmodule.c cannot build on AIX - different typedefs of uuid https://bugs.python.org/issue32399
#32390: AIX (xlc_r) compile error with Modules/posixmodule.c: Function https://bugs.python.org/issue32390
#32388: Remove cross-version binary compatibility https://bugs.python.org/issue32388
#32387: Disallow untagged C extension import on major platforms https://bugs.python.org/issue32387
#32384: Generator tests is broken in non-CPython implementation https://bugs.python.org/issue32384
#32378: test_npn_protocols broken with LibreSSL 2.6.1+ https://bugs.python.org/issue32378
#32374: Document that m_traverse for multi-phase initialized modules c https://bugs.python.org/issue32374
#32373: Add socket.getblocking() method https://bugs.python.org/issue32373
#32372: Optimize out debug at the AST level https://bugs.python.org/issue32372
#32363: Deprecate task.set_result() and task.set_exception() https://bugs.python.org/issue32363
#32353: Add docs about Embedding with an frozen module limitation. https://bugs.python.org/issue32353
#32347: System Integrity Protection breaks shutil.copystat() https://bugs.python.org/issue32347
#32346: Speed up slot lookup for class creation https://bugs.python.org/issue32346
Top 10 most discussed issues (10)
#32361: global / nonlocal interference : is this a bug, a feature or a https://bugs.python.org/issue32361 20 msgs
#32030: PEP 432: Rewrite Py_Main() https://bugs.python.org/issue32030 15 msgs
#32259: Misleading "not iterable" Error Message when generator return https://bugs.python.org/issue32259 14 msgs
#32387: Disallow untagged C extension import on major platforms https://bugs.python.org/issue32387 11 msgs
#25749: asyncio.Server class documented but not exported https://bugs.python.org/issue25749 9 msgs
#32394: socket lib beahavior change in 3.6.4 https://bugs.python.org/issue32394 9 msgs
#17852: Built-in module _io can lose data from buffered files at exit https://bugs.python.org/issue17852 8 msgs
#32221: Converting ipv6 address to string representation using getname https://bugs.python.org/issue32221 8 msgs
#32338: Save OrderedDict import in re https://bugs.python.org/issue32338 7 msgs
#32346: Speed up slot lookup for class creation https://bugs.python.org/issue32346 7 msgs
Issues closed (61)
#15216: Add encoding & errors parameters to TextIOWrapper.reconfigure( https://bugs.python.org/issue15216 closed by inada.naoki
#15852: typos in curses argument error messages https://bugs.python.org/issue15852 closed by asvetlov
#19764: subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUP https://bugs.python.org/issue19764 closed by vstinner
#20493: select module: loop if the timeout is too large (OverflowError https://bugs.python.org/issue20493 closed by asvetlov
#24539: StreamReaderProtocol.eof_received() should return True to keep https://bugs.python.org/issue24539 closed by asvetlov
#24795: Make event loops with statement context managers https://bugs.python.org/issue24795 closed by asvetlov
#25074: Bind logger and waninigs modules for asyncio del methods https://bugs.python.org/issue25074 closed by asvetlov
#25675: doc for BaseEventLoop.run_in_executor() says its a coroutine, https://bugs.python.org/issue25675 closed by asvetlov
#26188: Provide more helpful error message when await
is called insi
https://bugs.python.org/issue26188 closed by asvetlov
#26357: asyncio.wait loses coroutine return value https://bugs.python.org/issue26357 closed by asvetlov
#27746: ResourceWarnings in test_asyncio https://bugs.python.org/issue27746 closed by asvetlov
#28212: Closing server in asyncio is not efficient https://bugs.python.org/issue28212 closed by asvetlov
#28697: asyncio.Lock, Condition, Semaphore docs don't mention `async w https://bugs.python.org/issue28697 closed by asvetlov
#28942: await expressions in f-strings https://bugs.python.org/issue28942 closed by yselivanov
#29042: os.path.exists should not throw "Embedded NUL character" excep https://bugs.python.org/issue29042 closed by vstinner
#29344: sock_recv not detected a coroutine https://bugs.python.org/issue29344 closed by asvetlov
#29517: "Can't pickle local object" when uses functools.partial with m https://bugs.python.org/issue29517 closed by yselivanov
#29558: Provide run_until_complete inside loop https://bugs.python.org/issue29558 closed by asvetlov
#29689: Asyncio-namespace helpers for async_generators https://bugs.python.org/issue29689 closed by asvetlov
#29711: When you use stop_serving in proactor loop it's kill all liste https://bugs.python.org/issue29711 closed by yselivanov
#29889: test_asyncio fails always https://bugs.python.org/issue29889 closed by asvetlov
#29970: Severe open file leakage running asyncio SSL server https://bugs.python.org/issue29970 closed by asvetlov
#30014: Speedup DefaultSelectors.modify() by 2x https://bugs.python.org/issue30014 closed by asvetlov
#30050: Please provide a way to disable the warning printed if the sig https://bugs.python.org/issue30050 closed by yselivanov
#30539: Make Proactor public in asyncio.ProactorEventLoop https://bugs.python.org/issue30539 closed by yselivanov
#31059: asyncio.StreamReader.read hangs if n<0 https://bugs.python.org/issue31059 closed by asvetlov
#31094: asyncio: get list of connected clients https://bugs.python.org/issue31094 closed by asvetlov
#31901: atexit callbacks should be run at subinterpreter shutdown https://bugs.python.org/issue31901 closed by pitrou
#32250: Add asyncio.current_task() and asyncio.all_tasks() funcitons https://bugs.python.org/issue32250 closed by asvetlov
#32276: there is no way to make tempfile reproducible (i.e. seed the u https://bugs.python.org/issue32276 closed by serhiy.storchaka
#32287: Import of _pyio module failed on cygwin https://bugs.python.org/issue32287 closed by erik.bray
#32306: Clarify map API in concurrent.futures https://bugs.python.org/issue32306 closed by pitrou
#32315: can't run any scripts with 2.7.x, 32 and 64-bit https://bugs.python.org/issue32315 closed by terry.reedy
#32318: Remove "globals()" call from "socket.accept()" https://bugs.python.org/issue32318 closed by yselivanov
#32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value https://bugs.python.org/issue32323 closed by asvetlov
#32331: Fix socket.type on OSes with SOCK_NONBLOCK https://bugs.python.org/issue32331 closed by yselivanov
#32340: ValueError: time data 'N/A' does not match format '%Y%m%d' https://bugs.python.org/issue32340 closed by r.david.murray
#32341: itertools "generators"? https://bugs.python.org/issue32341 closed by rhettinger
#32342: safe_power(): CID 1426161: Integer handling issues (DIVIDE_B https://bugs.python.org/issue32342 closed by vstinner
#32344: Explore whether peephole.c tuple of constants folding can be a https://bugs.python.org/issue32344 closed by serhiy.storchaka
#32348: Optimize asyncio.Future schedule/add/remove callback https://bugs.python.org/issue32348 closed by yselivanov
#32349: Add detailed return value information for set.intersection fun https://bugs.python.org/issue32349 closed by rhettinger
#32350: pip can't handle MSVC warnings containing special characters https://bugs.python.org/issue32350 closed by paul.moore
#32351: Use fastpath in asyncio.sleep if delay<0 https://bugs.python.org/issue32351 closed by asvetlov
#32355: Optimize asyncio.gather() https://bugs.python.org/issue32355 closed by yselivanov
#32356: asyncio: Make transport.pause_reading()/resume_reading() idemp https://bugs.python.org/issue32356 closed by yselivanov
#32357: Optimize asyncio.iscoroutine() and loop.create_task() for non- https://bugs.python.org/issue32357 closed by yselivanov
#32365: Reference leak: test_ast test_builtin test_compile https://bugs.python.org/issue32365 closed by serhiy.storchaka
#32366: suggestion:html.escape(s, quote=True) escape \n to
https://bugs.python.org/issue32366 closed by r.david.murray
#32369: test_subprocess: last part of test_close_fds() doesn't check w https://bugs.python.org/issue32369 closed by izbyshev
#32376: Unusable syntax error reported when Python keyword in a f-stri https://bugs.python.org/issue32376 closed by r.david.murray
#32377: Difference in ressurrection behavior with del in py2 vs. p https://bugs.python.org/issue32377 closed by pitrou
#32379: MRO computation could be faster https://bugs.python.org/issue32379 closed by pitrou
#32382: Python mulitiprocessing.Queue fail to get according to correct https://bugs.python.org/issue32382 closed by pitrou
#32383: subprocess.Popen() is slower than subprocess.run() https://bugs.python.org/issue32383 closed by Ðиколай Соколов
#32385: Clean up the C3 MRO algorithm implementation. https://bugs.python.org/issue32385 closed by serhiy.storchaka
#32386: dynload_next.c is obsolete https://bugs.python.org/issue32386 closed by benjamin.peterson
#32389: urllib3 wrong computation of 'Content-Length' for file upload https://bugs.python.org/issue32389 closed by r.david.murray
#32405: clr: AttributeError: 'module' object has no attribute 'AddRefe https://bugs.python.org/issue32405 closed by r.david.murray
#32406: Doc: The new dataclasses module is not documented https://bugs.python.org/issue32406 closed by eric.smith
#32407: lib2to3 doesn't work when zipped https://bugs.python.org/issue32407 closed by r.david.murray
- 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 ]