ACTIVITY SUMMARY (2020-12-18 - 2020-12-25) Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 7554 ( +0) closed 46925 (+68) total 54479 (+68) Open issues with patches: 3033 Issues opened (49) ================== #42634: Incorrect line number in bytecode for try-except-finally https://bugs.python.org/issue42634 reopened by nedbat #42676: zoneinfo uses locale depending functions for parsing https://bugs.python.org/issue42676 opened by serhiy.storchaka #42677: Support comments in argparse fromfile_prefix_chars files https://bugs.python.org/issue42677 opened by nabelekt #42678: [Enum] _sunder_ methods only looked up in the last Enum class https://bugs.python.org/issue42678 opened by ethan.furman #42679: Minor improvement in datetime.timestamp() docs https://bugs.python.org/issue42679 opened by olvinroght #42680: unicode identifiers not accessible or assignable through globa https://bugs.python.org/issue42680 opened by outofculture #42681: mistake in curses documentation https://bugs.python.org/issue42681 opened by arbor #42682: awaiting a wrapped asyncio.Task multiple times gives long, rep https://bugs.python.org/issue42682 opened by lilydjwg #42683: asyncio should handle keyboard interrupt while the event loop https://bugs.python.org/issue42683 opened by paul.moore #42684: Improvements to documentation for PyUnicode_FS{Converter,Decod https://bugs.python.org/issue42684 opened by Antony.Lee #42686: include built-in Math functions in SQLite to 3.35.0 of march 2 https://bugs.python.org/issue42686 opened by Big Stone #42687: tokenize module does not recognize Barry as FLUFL https://bugs.python.org/issue42687 opened by esoma #42688: ctypes memory error on Apple Silicon with external libffi https://bugs.python.org/issue42688 opened by erykoff #42690: Aiohttp fails when using intel ax200 wireless card https://bugs.python.org/issue42690 opened by JasperTecHK #42692: Build fails on macOS when compiler doesn't define __has_builti https://bugs.python.org/issue42692 opened by jmr #42693: "if 0:" lines are traced; they didn't use to be https://bugs.python.org/issue42693 opened by nedbat #42694: Failed test_new_curses_panel in test_curses https://bugs.python.org/issue42694 opened by serhiy.storchaka #42696: Duplicated unused bytecodes at end of function https://bugs.python.org/issue42696 opened by nedbat #42698: Deadlock in pysqlite_connection_dealloc() https://bugs.python.org/issue42698 opened by hydroflask #42700: xml.parsers.expat.errors description of codes/messages is flip https://bugs.python.org/issue42700 opened by goodmami #42705: Intercepting thread lock objects not working under context man https://bugs.python.org/issue42705 opened by mhmdkanj #42707: Python uses ANSI CP for stdio on Windows console instead of us https://bugs.python.org/issue42707 opened by u36959 #42710: Viewing pydoc API documentation https://bugs.python.org/issue42710 opened by Faris Chugthai #42712: Segmentation fault in running ast.literal_eval() with large ex https://bugs.python.org/issue42712 opened by xxm #42713: Segmentation fault in running eval() with large expression siz https://bugs.python.org/issue42713 opened by xxm #42714: Segmentation fault in running compile() with large expression https://bugs.python.org/issue42714 opened by xxm #42715: Segmentation fault in running exec() with large expression siz https://bugs.python.org/issue42715 opened by xxm #42716: Segmentation fault in running ast.parse() with large expressio https://bugs.python.org/issue42716 opened by xxm #42717: The python interpreter crashed with "_enter_buffered_busy" https://bugs.python.org/issue42717 opened by xxm #42719: Eliminate NOPs in the assembler, by emitting zero-width entrie https://bugs.python.org/issue42719 opened by Mark.Shannon #42721: Using of simple dialogs without default root window https://bugs.python.org/issue42721 opened by serhiy.storchaka #42722: Add --debug command line option to unittest to enable post-mor https://bugs.python.org/issue42722 opened by Dominik V. #42724: Change library name when building. https://bugs.python.org/issue42724 opened by corentin.bolou27 #42725: PEP 563: Should the behavior change for yield/yield from's https://bugs.python.org/issue42725 opened by BTaskaya #42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds https://bugs.python.org/issue42727 opened by ethan.furman #42728: Typo in documentation: importlib.metadata https://bugs.python.org/issue42728 opened by sighingnow #42730: TypeError/hang inside of Time.Sleep() when _thread.interrupt_m https://bugs.python.org/issue42730 opened by AR-Kareem #42731: Enhancement request for proxying PyString https://bugs.python.org/issue42731 opened by Thrameos #42733: [issue] io's r+ mode truncate(0) https://bugs.python.org/issue42733 opened by ke265379ke #42734: Outdated CodeType call in "bogus_code_obj.py" https://bugs.python.org/issue42734 opened by xxm #42735: "trace_at_recursion_limit.py" should be removed from "Python/L https://bugs.python.org/issue42735 opened by xxm #42736: Add support for making Linux prctl(...) calls to subprocess https://bugs.python.org/issue42736 opened by gregory.p.smith #42737: PEP 563: drop annotations for complex assign targets https://bugs.python.org/issue42737 opened by BTaskaya #42738: subprocess: don't close all file descriptors by default (close https://bugs.python.org/issue42738 opened by vstinner #42739: Crash when try to disassemble bogus code object https://bugs.python.org/issue42739 opened by serhiy.storchaka #42740: typing.py get_args and get_origin should support PEP 604 and 6 https://bugs.python.org/issue42740 opened by kj #42741: Sync 3.9's whatsnew document in 3.10 with 3.9 branch https://bugs.python.org/issue42741 opened by kj #42742: Add abc.Mapping to dataclass https://bugs.python.org/issue42742 opened by abrosimov.a.a #42743: pdb vanishing breakpoints https://bugs.python.org/issue42743 opened by ds2606 Most recent 15 issues with no replies (15) ========================================== #42743: pdb vanishing breakpoints https://bugs.python.org/issue42743 #42741: Sync 3.9's whatsnew document in 3.10 with 3.9 branch https://bugs.python.org/issue42741 #42740: typing.py get_args and get_origin should support PEP 604 and 6 https://bugs.python.org/issue42740 #42739: Crash when try to disassemble bogus code object https://bugs.python.org/issue42739 #42738: subprocess: don't close all file descriptors by default (close https://bugs.python.org/issue42738 #42737: PEP 563: drop annotations for complex assign targets https://bugs.python.org/issue42737 #42736: Add support for making Linux prctl(...) calls to subprocess https://bugs.python.org/issue42736 #42735: "trace_at_recursion_limit.py" should be removed from "Python/L https://bugs.python.org/issue42735 #42728: Typo in documentation: importlib.metadata https://bugs.python.org/issue42728 #42722: Add --debug command line option to unittest to enable post-mor https://bugs.python.org/issue42722 #42719: Eliminate NOPs in the assembler, by emitting zero-width entrie https://bugs.python.org/issue42719 #42713: Segmentation fault in running eval() with large expression siz https://bugs.python.org/issue42713 #42710: Viewing pydoc API documentation https://bugs.python.org/issue42710 #42700: xml.parsers.expat.errors description of codes/messages is flip https://bugs.python.org/issue42700 #42694: Failed test_new_curses_panel in test_curses https://bugs.python.org/issue42694 Most recent 15 issues waiting for review (15) ============================================= #42741: Sync 3.9's whatsnew document in 3.10 with 3.9 branch https://bugs.python.org/issue42741 #42740: typing.py get_args and get_origin should support PEP 604 and 6 https://bugs.python.org/issue42740 #42734: Outdated CodeType call in "bogus_code_obj.py" https://bugs.python.org/issue42734 #42728: Typo in documentation: importlib.metadata https://bugs.python.org/issue42728 #42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds https://bugs.python.org/issue42727 #42722: Add --debug command line option to unittest to enable post-mor https://bugs.python.org/issue42722 #42721: Using of simple dialogs without default root window https://bugs.python.org/issue42721 #42700: xml.parsers.expat.errors description of codes/messages is flip https://bugs.python.org/issue42700 #42692: Build fails on macOS when compiler doesn't define __has_builti https://bugs.python.org/issue42692 #42688: ctypes memory error on Apple Silicon with external libffi https://bugs.python.org/issue42688 #42687: tokenize module does not recognize Barry as FLUFL https://bugs.python.org/issue42687 #42681: mistake in curses documentation https://bugs.python.org/issue42681 #42673: Optimize round_size for rehashing https://bugs.python.org/issue42673 #42671: Make the Python finalization more deterministic https://bugs.python.org/issue42671 #42663: zoneinfo does not support full range of allowed transition hou https://bugs.python.org/issue42663 Top 10 most discussed issues (10) ================================= #42693: "if 0:" lines are traced; they didn't use to be https://bugs.python.org/issue42693 23 msgs #38435: Start the deprecation cycle for subprocess preexec_fn https://bugs.python.org/issue38435 9 msgs #42725: PEP 563: Should the behavior change for yield/yield from's https://bugs.python.org/issue42725 8 msgs #42677: Support comments in argparse fromfile_prefix_chars files https://bugs.python.org/issue42677 6 msgs #42686: include built-in Math functions in SQLite to 3.35.0 of march 2 https://bugs.python.org/issue42686 6 msgs #42707: Python uses ANSI CP for stdio on Windows console instead of us https://bugs.python.org/issue42707 6 msgs #42696: Duplicated unused bytecodes at end of function https://bugs.python.org/issue42696 5 msgs #42727: [Enum] EnumMeta.__prepare__ needs to accept **kwds https://bugs.python.org/issue42727 5 msgs #42734: Outdated CodeType call in "bogus_code_obj.py" https://bugs.python.org/issue42734 5 msgs #42042: sphinx3 renders diffrently docs.python.org for 3.10 https://bugs.python.org/issue42042 4 msgs Issues closed (61) ================== #9694: argparse required arguments displayed under "optional argument https://bugs.python.org/issue9694 closed by rhettinger #12800: 'tarfile.StreamError: seeking backwards is not allowed' when e https://bugs.python.org/issue12800 closed by mdk #17140: Document multiprocessing.pool.ThreadPool https://bugs.python.org/issue17140 closed by ned.deily #18131: Tkinter Variables require a proper master https://bugs.python.org/issue18131 closed by serhiy.storchaka #19733: Setting image parameter of a button crashes with Cocoa Tk https://bugs.python.org/issue19733 closed by serhiy.storchaka #23522: Misleading note in Statistics module documentation https://bugs.python.org/issue23522 closed by steven.daprano #24792: zipimporter masks import errors https://bugs.python.org/issue24792 closed by iritkatriel #25246: Alternative algorithm for deque_remove() https://bugs.python.org/issue25246 closed by rhettinger #29030: argparse: choices override default metavar https://bugs.python.org/issue29030 closed by rhettinger #31483: ButtonPress event not firing until button release Python 3.6.1 https://bugs.python.org/issue31483 closed by serhiy.storchaka #32112: Should uuid.UUID() accept another UUID() instance? https://bugs.python.org/issue32112 closed by iritkatriel #35790: Correct the description of sys.exc_info() and add a code examp https://bugs.python.org/issue35790 closed by mdk #36675: Doctest directives and comments missing from code samples https://bugs.python.org/issue36675 closed by mdk #36968: Top level transient modal windows stopping deiconify on window https://bugs.python.org/issue36968 closed by serhiy.storchaka #37232: Parallel compilation fails because of low ulimit. https://bugs.python.org/issue37232 closed by kulikjak #37717: argparse subcommand docs has non-existent parameter "action" https://bugs.python.org/issue37717 closed by paul.j3 #37779: configparser: add documentation about several read() behaviour https://bugs.python.org/issue37779 closed by sblondon #38308: Add optional weighting to statistics.harmonic_mean() https://bugs.python.org/issue38308 closed by rhettinger #38381: Possible wordcode optimization for STORE/LOAD pairs https://bugs.python.org/issue38381 closed by rhettinger #40219: ttk LabeledScale: label covered by hidden element https://bugs.python.org/issue40219 closed by serhiy.storchaka #40284: Add mapping methods to types.SimpleNamespace https://bugs.python.org/issue40284 closed by rhettinger #40866: Use PyModule_AddType() in posix module initialisation https://bugs.python.org/issue40866 closed by erlendaasland #41724: SQLite returns "str" instead of "datetime.datetime" with aggre https://bugs.python.org/issue41724 closed by eric.smith #41960: Add globalns and localns to the inspect.signature and inspect. https://bugs.python.org/issue41960 closed by BTaskaya #42008: Internal Random class calling seed() with incorrect argument https://bugs.python.org/issue42008 closed by rhettinger #42277: Solaris & PEP 3149: start using ABI version tagged .so files https://bugs.python.org/issue42277 closed by kulikjak #42470: DeprecationWarning triggers for sequences which happen to be s https://bugs.python.org/issue42470 closed by rhettinger #42525: Optimize class/module level annotation https://bugs.python.org/issue42525 closed by serhiy.storchaka #42529: CPython DLL initialization routine failed from PYC cache file https://bugs.python.org/issue42529 closed by Thrameos #42559: random.getrandbits: Should it be explicit that it returns unsi https://bugs.python.org/issue42559 closed by rhettinger #42572: Better path handling with argparse https://bugs.python.org/issue42572 closed by rhettinger #42604: EXT_SUFFIX too short on FreeBSD and AIX https://bugs.python.org/issue42604 closed by pablogsal #42630: Variable.__init__ raises obscure AttributeError https://bugs.python.org/issue42630 closed by serhiy.storchaka #42650: Can people use dest=argparse.SUPPRESS in custom Action classes https://bugs.python.org/issue42650 closed by bmw #42651: Recursive traceback crashes Python Interpreter https://bugs.python.org/issue42651 closed by ronaldoussoren #42652: recursive in finally clause cause Python interpreter crash. https://bugs.python.org/issue42652 closed by ronaldoussoren #42669: "except" documentation still suggests nested tuples are allowe https://bugs.python.org/issue42669 closed by eric.smith #42670: Missing word in itertools.product https://bugs.python.org/issue42670 closed by rhettinger #42672: tkinter/__init__.py raises a NameError if NoDefaultRoot() https://bugs.python.org/issue42672 closed by serhiy.storchaka #42674: __init_subclass__ only called for first subclass when class ha https://bugs.python.org/issue42674 closed by ethan.furman #42675: Document changes made in bpo-42195 https://bugs.python.org/issue42675 closed by kj #42685: Improve placing of simple query windows. https://bugs.python.org/issue42685 closed by serhiy.storchaka #42689: Installation https://bugs.python.org/issue42689 closed by josh.r #42691: macOS 11.1 + Homebrew 2.6.2 + Python 3.9.1 = "IDLE" crash https://bugs.python.org/issue42691 closed by ned.deily #42695: tkinter keysym_num value is incorrect https://bugs.python.org/issue42695 closed by serhiy.storchaka #42697: 3.8.7rc1 regression: 'free(): invalid pointer' after running b https://bugs.python.org/issue42697 closed by pablogsal #42699: Use `.join(k for k in g)` instead of `.join([k for k in g])` https://bugs.python.org/issue42699 closed by rhettinger #42701: Discrepency between configure.ac and configure https://bugs.python.org/issue42701 closed by ned.deily #42702: Inconsistent state after autoreconf https://bugs.python.org/issue42702 closed by agbaroni #42703: Asyncio Event Documentation Links Incorrect https://bugs.python.org/issue42703 closed by asvetlov #42704: [macOS] [python3.7] : platform.machine() returns x86_64 on ARM https://bugs.python.org/issue42704 closed by ned.deily #42706: random.uniform 2x slower than inline implementation https://bugs.python.org/issue42706 closed by rhettinger #42708: AttributeError when running multiprocessing on MacOS 11 with A https://bugs.python.org/issue42708 closed by reeyarn #42709: I https://bugs.python.org/issue42709 closed by rhettinger #42711: lru_cache and NotImplemented https://bugs.python.org/issue42711 closed by rhettinger #42718: Allow zero-width entries in code.co_lines() https://bugs.python.org/issue42718 closed by Mark.Shannon #42720: << operator has a bug https://bugs.python.org/issue42720 closed by eric.smith #42723: Unclear why dict unpacking cannot be used in dict comprehensio https://bugs.python.org/issue42723 closed by steven.daprano #42726: gdb/libpython.py InstanceProxy does not work with py3 https://bugs.python.org/issue42726 closed by miss-islington #42729: tokenize, ast: No direct way to parse tokens into AST, a gap i https://bugs.python.org/issue42729 closed by serhiy.storchaka #42732: Buildbot s390x Fedora LTO + PGO 3.x fails intermittently https://bugs.python.org/issue42732 closed by kj _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/5JP7GT73BSNK4R7FX6WXLT5KAXFKLPAH/ Code of Conduct: http://python.org/psf/codeofconduct/