[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri May 31 14:08:08 EDT 2019
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
More information about the Python-Dev
mailing list