Mailing List Archive

1 2 3 4 5 6 7  View All
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-06-25 - 2021-07-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 7398 (-12)
closed 48891 (+57)
total 56289 (+45)

Open issues with patches: 2951


Issues opened (28)
==================

#23041: csv needs more quoting rules
https://bugs.python.org/issue23041 reopened by skip.montanaro

#41180: marshal load bypass code.__new__ audit event
https://bugs.python.org/issue41180 reopened by steve.dower

#44511: Improve the bytecode for mapping patterns
https://bugs.python.org/issue44511 opened by brandtbucher

#44512: csv.DictWriter: inconsistency in handling of extrasaction arg
https://bugs.python.org/issue44512 opened by andrei.avk

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514 opened by kfollstad

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515 opened by ncoghlan

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516 opened by sbidoul

#44517: test__xxsubinterpreters: AMD64 Fedora Stable 3.x buildbot abor
https://bugs.python.org/issue44517 opened by erlendaasland

#44518: Finalization of non-exhausted asynchronous generators is defer
https://bugs.python.org/issue44518 opened by serhiy.storchaka

#44521: str.removeprefix(): add strict: bool
https://bugs.python.org/issue44521 opened by socketpair

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522 opened by bupjae2

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 opened by farcat

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525 opened by kj

#44528: Move IP version resolving to http.server's API
https://bugs.python.org/issue44528 opened by pavel-lexyr

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530 opened by Gabriele Tornetta

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531 opened by vstinner

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532 opened by JunyiXie

#44533: Where are the log file(s)
https://bugs.python.org/issue44533 opened by tygrus

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534 opened by roysmith

#44537: Document PGO in devguide
https://bugs.python.org/issue44537 opened by gvanrossum

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539 opened by mohamadmansourx

#44540: venv: activate.bat fails for venv with special characters in P
https://bugs.python.org/issue44540 opened by MB113

#44543: Remove depreciated logging.warn() method
https://bugs.python.org/issue44543 opened by Harry-Lees

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544 opened by andrei.avk

#44547: fraction.Fraction does not implement __int__.
https://bugs.python.org/issue44547 opened by mamrhein

#44549: BZip 1.0.6 Critical Vulnerability
https://bugs.python.org/issue44549 opened by s.s.mahato

#44552: incomplete documentation of __main__.py
https://bugs.python.org/issue44552 opened by mandolaerik

#44553: types.Union should support GC
https://bugs.python.org/issue44553 opened by kj



Most recent 15 issues with no replies (15)
==========================================

#44553: types.Union should support GC
https://bugs.python.org/issue44553

#44552: incomplete documentation of __main__.py
https://bugs.python.org/issue44552

#44549: BZip 1.0.6 Critical Vulnerability
https://bugs.python.org/issue44549

#44540: venv: activate.bat fails for venv with special characters in P
https://bugs.python.org/issue44540

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44528: Move IP version resolving to http.server's API
https://bugs.python.org/issue44528

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514

#44512: csv.DictWriter: inconsistency in handling of extrasaction arg
https://bugs.python.org/issue44512

#44511: Improve the bytecode for mapping patterns
https://bugs.python.org/issue44511



Most recent 15 issues waiting for review (15)
=============================================

#44553: types.Union should support GC
https://bugs.python.org/issue44553

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544

#44543: Remove depreciated logging.warn() method
https://bugs.python.org/issue44543

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514

#44512: csv.DictWriter: inconsistency in handling of extrasaction arg
https://bugs.python.org/issue44512

#44511: Improve the bytecode for mapping patterns
https://bugs.python.org/issue44511

#44501: Packing constant call arguments
https://bugs.python.org/issue44501

#44493: Missing terminated NUL in the length of sockaddr_un
https://bugs.python.org/issue44493



Top 10 most discussed issues (10)
=================================

#44490: PEP 604 Union (int | str) doesn't have __parameters__
https://bugs.python.org/issue44490 9 msgs

#43625: CSV has_headers heuristic could be improved
https://bugs.python.org/issue43625 7 msgs

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531 7 msgs

#44547: fraction.Fraction does not implement __int__.
https://bugs.python.org/issue44547 7 msgs

#44517: test__xxsubinterpreters: AMD64 Fedora Stable 3.x buildbot abor
https://bugs.python.org/issue44517 6 msgs

#44521: str.removeprefix(): add strict: bool
https://bugs.python.org/issue44521 6 msgs

#33140: shutil.chown should not be defined in Windows
https://bugs.python.org/issue33140 5 msgs

#44452: Allow paths to be joined without worrying about a leading slas
https://bugs.python.org/issue44452 5 msgs

#44518: Finalization of non-exhausted asynchronous generators is defer
https://bugs.python.org/issue44518 5 msgs

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 5 msgs



Issues closed (50)
==================

#30256: Adding a SyncManager Queue proxy to a SyncManager dict or Name
https://bugs.python.org/issue30256 closed by gvanrossum

#32215: sqlite3 400x-600x slower depending on formatting of an UPDATE
https://bugs.python.org/issue32215 closed by iritkatriel

#34798: pprint ignores the compact parameter for dicts
https://bugs.python.org/issue34798 closed by iritkatriel

#36265: Remove ABCs from collections
https://bugs.python.org/issue36265 closed by iritkatriel

#36479: [subinterpreters] Exit threads when interpreter is finalizing
https://bugs.python.org/issue36479 closed by vstinner

#37395: Core interpreter should be linked with libgcc_s.so on Linux
https://bugs.python.org/issue37395 closed by vstinner

#37398: contextlib.ContextDecorator decorating async functions
https://bugs.python.org/issue37398 closed by ncoghlan

#38055: Starting multiprocessing.Process raises FileNotFoundError unex
https://bugs.python.org/issue38055 closed by iritkatriel

#38062: Clarify that atexit.unregister matches by equality, not identi
https://bugs.python.org/issue38062 closed by iritkatriel

#40528: Improve / Clear ASDL generator
https://bugs.python.org/issue40528 closed by BTaskaya

#40620: [doc] Range tutorial shorthand could be made clearer
https://bugs.python.org/issue40620 closed by iritkatriel

#41539: print blocks with multiprocessing and buffered output
https://bugs.python.org/issue41539 closed by pitrou

#42588: Improvements to graphlib.TopologicalSorter.static_order() docu
https://bugs.python.org/issue42588 closed by pablogsal

#42888: Not installed ???libgcc_s.so.1??? causes exit crash.
https://bugs.python.org/issue42888 closed by vstinner

#43232: Prohibit previously deprecated operations on asyncio.trsock.Tr
https://bugs.python.org/issue43232 closed by serhiy.storchaka

#43234: Prohibit passing non-ThreadPoolExecutor executors to loop.set_
https://bugs.python.org/issue43234 closed by serhiy.storchaka

#43412: object.h -Wcast-qual warning
https://bugs.python.org/issue43412 closed by vstinner

#43552: Add locale.get_locale_encoding() and locale.get_current_locale
https://bugs.python.org/issue43552 closed by vstinner

#43832: asyncio + multiprocessing = core dump in sem_trywait
https://bugs.python.org/issue43832 closed by asvetlov

#44110: Improve string's __getitem__ error message
https://bugs.python.org/issue44110 closed by serhiy.storchaka

#44117: [C API] Remove deprecated PyEval_InitThreads()
https://bugs.python.org/issue44117 closed by vstinner

#44229: test_ssl: test_get_server_certificate() and test_msg_callback_
https://bugs.python.org/issue44229 closed by erlendaasland

#44288: unittest: _is_relevant_tb_level() fails because tb.tb_frame.f_
https://bugs.python.org/issue44288 closed by vstinner

#44313: Generate LOAD_ATTR+CALL_FUNCTION instead of LOAD_METHOD+CALL_M
https://bugs.python.org/issue44313 closed by BTaskaya

#44404: tkinter's after() AttributeError with functools.partial (no at
https://bugs.python.org/issue44404 closed by serhiy.storchaka

#44440: logging does not work as documented (setLevel)
https://bugs.python.org/issue44440 closed by vinay.sajip

#44464: Remove flake8 exception for deprecation warning (importlib.met
https://bugs.python.org/issue44464 closed by jaraco

#44468: Shouldn't `typing.get_type_hints()` default `globalns` to `{}`
https://bugs.python.org/issue44468 closed by gvanrossum

#44470: 3.11 docs.python.org in Polish not English?
https://bugs.python.org/issue44470 closed by mdk

#44471: Raise TypeError in ExitStack.enter_context() for bad argument
https://bugs.python.org/issue44471 closed by serhiy.storchaka

#44498: add deprecation warnings for asynchat, asyncore and smtpd
https://bugs.python.org/issue44498 closed by iritkatriel

#44509: Build in type alias for paths
https://bugs.python.org/issue44509 closed by arakowski

#44510: file.read() UnicodeDecodeError with UTF-8 BOM in files on Wind
https://bugs.python.org/issue44510 closed by eryksun

#44513: for string methods strip, lstrip, rstrip, when param is a stri
https://bugs.python.org/issue44513 closed by steven.daprano

#44519: help(math.fabs)
https://bugs.python.org/issue44519 closed by rhettinger

#44520: In Lib/urllib/parse.py quote_from_bytes, exception is thrown i
https://bugs.python.org/issue44520 closed by iritkatriel

#44523: weakref.proxy documentation might be outdated
https://bugs.python.org/issue44523 closed by pablogsal

#44526: Doc typo in "What???s New In Python 3.10" (x/y-axis)
https://bugs.python.org/issue44526 closed by pablogsal

#44527: On Windows, subprocess.run gets stuck indefinitely
https://bugs.python.org/issue44527 closed by eryksun

#44529: Using typing.Union in isinstance checks
https://bugs.python.org/issue44529 closed by eric.smith

#44535: Cannot build in VS 2022
https://bugs.python.org/issue44535 closed by steve.dower

#44536: wrong output of np.lcm.reduce(*awg)
https://bugs.python.org/issue44536 closed by mark.dickinson

#44538: ast.Slice 3.9.6 documentation bug
https://bugs.python.org/issue44538 closed by c3-timjbaer

#44541: collections.abc.Sequence index implementation
https://bugs.python.org/issue44541 closed by kj

#44542: Python 3.9.6 Can't Find `coverage`
https://bugs.python.org/issue44542 closed by floatingsunfish

#44545: spam
https://bugs.python.org/issue44545 closed by mark.dickinson

#44546: spam
https://bugs.python.org/issue44546 closed by mark.dickinson

#44548: ttk Indeterminate Progressbar Not Animating Correctly After `s
https://bugs.python.org/issue44548 closed by Jim.Jewett

#44550: SPAM
https://bugs.python.org/issue44550 closed by xtreak

#44551: Substraction: unprecise result
https://bugs.python.org/issue44551 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-02 - 2021-07-09)
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 7397 ( -1)
closed 48931 (+40)
total 56328 (+39)

Open issues with patches: 2952


Issues opened (28)
==================

#38291: Deprecate the typing.io and typing.re pseudo-modules
https://bugs.python.org/issue38291 reopened by gvanrossum

#44550: Spam
https://bugs.python.org/issue44550 reopened by skoolbeep

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554 opened by jaraco

#44556: ctypes unittest crashes with libffi 3.4.2
https://bugs.python.org/issue44556 opened by zan

#44560: Unrecognized charset "eucgb2312_cn" in email header for many M
https://bugs.python.org/issue44560 opened by tommylikehu

#44561: Some expired hyperlinks in Python documentation
https://bugs.python.org/issue44561 opened by StevenHsuYL

#44564: DeprecationWarning in test_enum over formatting
https://bugs.python.org/issue44564 opened by xtreak

#44566: StopIteration subclass suppressed by contextlib.contextmanager
https://bugs.python.org/issue44566 opened by graingert

#44567: venv fails when called from within long path on Windows
https://bugs.python.org/issue44567 opened by schwaerz

#44568: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44568 opened by sxt1001

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569 opened by ammar2

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 opened by pavel-lexyr

#44572: Calls to platform._syscmd_ver() dependent functions consume ST
https://bugs.python.org/issue44572 opened by glukhov.k

#44573: Organize some data files in the Lib/test directory
https://bugs.python.org/issue44573 opened by Leonardofreua

#44574: IDLE: Implement or delete python-context-help.
https://bugs.python.org/issue44574 opened by terry.reedy

#44577: Probably defect in Python 3.7.11
https://bugs.python.org/issue44577 opened by vladislavko

#44579: shutil.copy() inefficient implementation in Windows
https://bugs.python.org/issue44579 opened by sfmc

#44580: pprint does not work for typing.Mapping
https://bugs.python.org/issue44580 opened by hclark

#44581: Interpreter can execute quickened opcodes in tracing mode
https://bugs.python.org/issue44581 opened by Mark.Shannon

#44583: Failure to build on OSF1.
https://bugs.python.org/issue44583 opened by jaykrell

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584 opened by vstinner

#44585: csv library does not correctly interpret some files
https://bugs.python.org/issue44585 opened by voidloop

#44586: unittest requires __init__.py for test discovery
https://bugs.python.org/issue44586 opened by ma19

#44587: BooleanOptionalAction displays default=SUPPRESS unlike other a
https://bugs.python.org/issue44587 opened by a.badger

#44588: Possible double Py_XDECREF in cpython typeobject.c
https://bugs.python.org/issue44588 opened by Wesley-Jzy

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589 opened by quentel

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590 opened by Mark.Shannon

#44592: tkinter focus_get() with non-tkinter Tk widget
https://bugs.python.org/issue44592 opened by Akuli



Most recent 15 issues with no replies (15)
==========================================

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590

#44587: BooleanOptionalAction displays default=SUPPRESS unlike other a
https://bugs.python.org/issue44587

#44585: csv library does not correctly interpret some files
https://bugs.python.org/issue44585

#44580: pprint does not work for typing.Mapping
https://bugs.python.org/issue44580

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569

#44568: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44568

#44564: DeprecationWarning in test_enum over formatting
https://bugs.python.org/issue44564

#44556: ctypes unittest crashes with libffi 3.4.2
https://bugs.python.org/issue44556

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554

#44540: venv: activate.bat fails for venv with special characters in P
https://bugs.python.org/issue44540

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44528: Move IP version resolving to http.server's API
https://bugs.python.org/issue44528

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522



Most recent 15 issues waiting for review (15)
=============================================

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584

#44583: Failure to build on OSF1.
https://bugs.python.org/issue44583

#44581: Interpreter can execute quickened opcodes in tracing mode
https://bugs.python.org/issue44581

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569

#44566: StopIteration subclass suppressed by contextlib.contextmanager
https://bugs.python.org/issue44566

#44561: Some expired hyperlinks in Python documentation
https://bugs.python.org/issue44561

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544

#44543: Remove depreciated logging.warn() method
https://bugs.python.org/issue44543

#44539: Imghdr JPG Quantized
https://bugs.python.org/issue44539

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534

#44532: multi subinterpreters use _PyStructSequence_InitType failed.
https://bugs.python.org/issue44532

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531

#44525: Implement CALL_FUNCTION adaptive interpreter optimizations
https://bugs.python.org/issue44525



Top 10 most discussed issues (10)
=================================

#11343: Make errors due to full parser stack identifiable
https://bugs.python.org/issue11343 7 msgs

#44572: Calls to platform._syscmd_ver() dependent functions consume ST
https://bugs.python.org/issue44572 7 msgs

#39100: email.policy.SMTP throws AttributeError on invalid header
https://bugs.python.org/issue39100 6 msgs

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 6 msgs

#43908: array.array should remain immutable: add Py_TPFLAGS_IMMUTABLET
https://bugs.python.org/issue43908 5 msgs

#43950: Include column offsets for bytecode instructions
https://bugs.python.org/issue43950 5 msgs

#44588: Possible double Py_XDECREF in cpython typeobject.c
https://bugs.python.org/issue44588 5 msgs

#26280: ceval: Optimize list[int] (subscript) operation similarly to C
https://bugs.python.org/issue26280 4 msgs

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249 4 msgs

#44501: Packing constant call arguments
https://bugs.python.org/issue44501 4 msgs



Issues closed (39)
==================

#4600: __class__ assignment error message confusing
https://bugs.python.org/issue4600 closed by terry.reedy

#16321: Move eq.h out of stringlib
https://bugs.python.org/issue16321 closed by rhettinger

#23609: Export PyModuleObject in moduleobject.h
https://bugs.python.org/issue23609 closed by scoder

#31218: del expects __delitem__ if __setitem__ is defined
https://bugs.python.org/issue31218 closed by rhettinger

#34266: Bad behavior with "restart \" or "restart "" in pdb
https://bugs.python.org/issue34266 closed by iritkatriel

#34919: Crash caused by certain characters in a string
https://bugs.python.org/issue34919 closed by iritkatriel

#35277: Upgrade bundled pip/setuptools
https://bugs.python.org/issue35277 closed by ned.deily

#35815: Able to instantiate a subclass with abstract methods from __in
https://bugs.python.org/issue35815 closed by gvanrossum

#35866: concurrent.futures deadlock
https://bugs.python.org/issue35866 closed by vstinner

#36663: pdb: store whole exception information in locals (via user_exc
https://bugs.python.org/issue36663 closed by iritkatriel

#41137: pdb uses the locale encoding for .pdbrc
https://bugs.python.org/issue41137 closed by methane

#41676: asyncio.Event.wait broken link from asyncio.Event
https://bugs.python.org/issue41676 closed by erlendaasland

#42778: Add follow_symlinks=True parameter to both os.path.samefile()
https://bugs.python.org/issue42778 closed by serhiy.storchaka

#42889: Incorrect behavior after ast node visits
https://bugs.python.org/issue42889 closed by terry.reedy

#43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0
https://bugs.python.org/issue43077 closed by paul.moore

#43384: Include regen-stdlib-module-names in regen-all
https://bugs.python.org/issue43384 closed by nascheme

#43453: docs: runtime_checkable example refers to changed behavior in
https://bugs.python.org/issue43453 closed by gvanrossum

#43895: Unnecessary Cache of Shared Object Handles
https://bugs.python.org/issue43895 closed by gregory.p.smith

#44129: zipfile: Add descriptive global variables for general purpose
https://bugs.python.org/issue44129 closed by serhiy.storchaka

#44145: hmac.update is not releasing the GIL when openssl's hmac is us
https://bugs.python.org/issue44145 closed by gregory.p.smith

#44383: argparse.BooleanOptionalAction interacts poorly with ArgumentD
https://bugs.python.org/issue44383 closed by juliangilbey

#44446: linecache.getline TypeError when formatting tracebacks in stac
https://bugs.python.org/issue44446 closed by pablogsal

#44479: Windows build doesn't regenerate some files
https://bugs.python.org/issue44479 closed by steve.dower

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530 closed by pablogsal

#44552: incomplete documentation of __main__.py
https://bugs.python.org/issue44552 closed by mandolaerik

#44553: types.Union should support GC
https://bugs.python.org/issue44553 closed by kj

#44555: Dictionary operations are LINEAR for any dictionary (for a par
https://bugs.python.org/issue44555 closed by rhettinger

#44557: It's a bug? Dict
https://bugs.python.org/issue44557 closed by steven.daprano

#44558: Make the implementation consistency of operator.countOf/indexO
https://bugs.python.org/issue44558 closed by corona10

#44559: Enum: revert to 3.9
https://bugs.python.org/issue44559 closed by ethan.furman

#44562: types.GenericAlias should decref instead of using delete in tp
https://bugs.python.org/issue44562 closed by pablogsal

#44563: Failed tee.fromiterable() corrupts the linked list of all GC o
https://bugs.python.org/issue44563 closed by pablogsal

#44565: python configure config.status: error: cannot find input file:
https://bugs.python.org/issue44565 closed by kevinshi

#44570: 3.10.0b3 doesn't trace line events for return in some cases
https://bugs.python.org/issue44570 closed by pablogsal

#44575: Windows installer prohibits different patches for the same ver
https://bugs.python.org/issue44575 closed by zach.ware

#44576: AttributeError: incorrect line identified in Python 3.10
https://bugs.python.org/issue44576 closed by Mark.Shannon

#44578: dict/list with more than two type parameters doesn't raise a T
https://bugs.python.org/issue44578 closed by gvanrossum

#44582: Accelerate mimetypes.init on Windows
https://bugs.python.org/issue44582 closed by steve.dower

#44591: Added max heap push
https://bugs.python.org/issue44591 closed by rhettinger
_______________________________________________
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/22HZOMWKH7INKKMKGGCCUY4TNPWFSD2V/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-09 - 2021-07-16)
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 7403 ( +6)
closed 48987 (+56)
total 56390 (+62)

Open issues with patches: 2951


Issues opened (40)
==================

#29753: [Linux] ctypes packs bitfields Incorrectly
https://bugs.python.org/issue29753 reopened by FFY00

#44184: crash on windows invoking flake8
https://bugs.python.org/issue44184 reopened by twouters

#44592: tkinter focus_get() with non-tkinter Tk widget
https://bugs.python.org/issue44592 reopened by terry.reedy

#44594: AsyncExitStack.enter_async_context() is mishandling exception
https://bugs.python.org/issue44594 opened by John Belmonte

#44597: Poll returns POLLOUT on Pipe read endpoint on MacOS 10.14
https://bugs.python.org/issue44597 opened by samh42

#44598: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44598 opened by sxt1001

#44600: match/case statements trace incorrectly in 3.10.0b4
https://bugs.python.org/issue44600 opened by nedbat

#44601: argparse: potential bugs on add_subparser due to allow_abbrev
https://bugs.python.org/issue44601 opened by zhongxiang117

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 opened by theacodes

#44604: [Enhancement] Asyncio task decorator to provide interface to d
https://bugs.python.org/issue44604 opened by aa1371

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605 opened by glyph

#44607: Teleport method for turtle class
https://bugs.python.org/issue44607 opened by Muffinlicious

#44609: Buffer support in the stable ABI
https://bugs.python.org/issue44609 opened by tarun.johar

#44610: Format issue with strftime and %Y
https://bugs.python.org/issue44610 opened by bkaznowski

#44611: CPython uses deprecated randomness API
https://bugs.python.org/issue44611 opened by strombrg

#44614: Broken Pipe in Server of Manager in multiprocessing when final
https://bugs.python.org/issue44614 opened by mutax

#44615: Multiprocessing Pool example and comments incomplete/wrong?
https://bugs.python.org/issue44615 opened by mutax

#44617: Undesired Behavior on `match` using Singleton object
https://bugs.python.org/issue44617 opened by thepabloaguilar

#44618: inspect.signature does not work for datetime classes
https://bugs.python.org/issue44618 opened by mauvilsa

#44620: UUIDv1 is not RFC 4122 compliant
https://bugs.python.org/issue44620 opened by contact2

#44621: Python 3.9 traces async for/else incorrectly
https://bugs.python.org/issue44621 opened by nedbat

#44624: Script name for venv PowerShell activate
https://bugs.python.org/issue44624 opened by pwatson

#44625: Python C API version of `fractions` module
https://bugs.python.org/issue44625 opened by lycantropos

#44627: Python terminal cmd line recall
https://bugs.python.org/issue44627 opened by jggammon

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628 opened by Leonardofreua

#44629: Some files from distutils module are importing all exceptions
https://bugs.python.org/issue44629 opened by Leonardofreua

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631 opened by Leonardofreua

#44633: Indexing the union type can return NotImplemented
https://bugs.python.org/issue44633 opened by serhiy.storchaka

#44634: Version is duplicated in name of app in list of installed apps
https://bugs.python.org/issue44634 opened by rakleed

#44637: Quoting issue on header Reply-To
https://bugs.python.org/issue44637 opened by Abridbus

#44640: Fix punctuation in isinstance() error message
https://bugs.python.org/issue44640 opened by wyz23x2

#44642: Union of a type and the typing module function
https://bugs.python.org/issue44642 opened by serhiy.storchaka

#44643: importing does not dispatch to __builtins__.__getitem__ to loo
https://bugs.python.org/issue44643 opened by pxeger

#44644: Implement ???Happy Eyeballs??? algorithim (RFC 8503) in socket
https://bugs.python.org/issue44644 opened by origin400-p

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645 opened by jcea

#44648: Inspect.getsource raises wrong error on classes in interactive
https://bugs.python.org/issue44648 opened by andrei.avk

#44649: dataclasses slots with init=False field raises AttributeExcept
https://bugs.python.org/issue44649 opened by tefra

#44651: An unclear definition in Doc/glossary.rst
https://bugs.python.org/issue44651 opened by StevenHsuYL

#44653: Parameter substitution in the union type does not work with ty
https://bugs.python.org/issue44653 opened by serhiy.storchaka

#44654: Refactor and clean up the union type implementation
https://bugs.python.org/issue44654 opened by serhiy.storchaka



Most recent 15 issues with no replies (15)
==========================================

#44653: Parameter substitution in the union type does not work with ty
https://bugs.python.org/issue44653

#44651: An unclear definition in Doc/glossary.rst
https://bugs.python.org/issue44651

#44649: dataclasses slots with init=False field raises AttributeExcept
https://bugs.python.org/issue44649

#44644: Implement ???Happy Eyeballs??? algorithim (RFC 8503) in socket
https://bugs.python.org/issue44644

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631

#44629: Some files from distutils module are importing all exceptions
https://bugs.python.org/issue44629

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628

#44624: Script name for venv PowerShell activate
https://bugs.python.org/issue44624

#44620: UUIDv1 is not RFC 4122 compliant
https://bugs.python.org/issue44620

#44615: Multiprocessing Pool example and comments incomplete/wrong?
https://bugs.python.org/issue44615

#44614: Broken Pipe in Server of Manager in multiprocessing when final
https://bugs.python.org/issue44614

#44610: Format issue with strftime and %Y
https://bugs.python.org/issue44610

#44609: Buffer support in the stable ABI
https://bugs.python.org/issue44609

#44601: argparse: potential bugs on add_subparser due to allow_abbrev
https://bugs.python.org/issue44601

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590



Most recent 15 issues waiting for review (15)
=============================================

#44654: Refactor and clean up the union type implementation
https://bugs.python.org/issue44654

#44648: Inspect.getsource raises wrong error on classes in interactive
https://bugs.python.org/issue44648

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645

#44640: Fix punctuation in isinstance() error message
https://bugs.python.org/issue44640

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628

#44618: inspect.signature does not work for datetime classes
https://bugs.python.org/issue44618

#44614: Broken Pipe in Server of Manager in multiprocessing when final
https://bugs.python.org/issue44614

#44611: CPython uses deprecated randomness API
https://bugs.python.org/issue44611

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603

#44594: AsyncExitStack.enter_async_context() is mishandling exception
https://bugs.python.org/issue44594

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584

#44583: Failure to build on OSF1.
https://bugs.python.org/issue44583



Top 10 most discussed issues (10)
=================================

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 40 msgs

#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958 8 msgs

#40897: Inheriting from class that defines __new__ causes inspect.sign
https://bugs.python.org/issue40897 7 msgs

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589 7 msgs

#44592: tkinter focus_get() with non-tkinter Tk widget
https://bugs.python.org/issue44592 7 msgs

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645 7 msgs

#29753: [Linux] ctypes packs bitfields Incorrectly
https://bugs.python.org/issue29753 6 msgs

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 6 msgs

#44604: [Enhancement] Asyncio task decorator to provide interface to d
https://bugs.python.org/issue44604 6 msgs

#44637: Quoting issue on header Reply-To
https://bugs.python.org/issue44637 6 msgs



Issues closed (52)
==================

#15907: move doctest test-data files into a subdirectory of Lib/test
https://bugs.python.org/issue15907 closed by iritkatriel

#26280: ceval: Optimize list[int] (subscript) operation similarly to C
https://bugs.python.org/issue26280 closed by iritkatriel

#26329: os.path.normpath("//") returns //
https://bugs.python.org/issue26329 closed by lukasz.langa

#27875: Syslogs /usr/sbin/foo as /foo instead of as foo
https://bugs.python.org/issue27875 closed by ned.deily

#31791: Ensure that all PyTypeObject fields are set to non-NULL defaul
https://bugs.python.org/issue31791 closed by iritkatriel

#33346: Syntax error with async generator inside dictionary comprehens
https://bugs.python.org/issue33346 closed by pablogsal

#34292: test_compile hangs in AMD Ubuntu buildbots
https://bugs.python.org/issue34292 closed by pablogsal

#34388: collect_gdb fails for test.pythoninfo in several AMD64 FreeBSD
https://bugs.python.org/issue34388 closed by pablogsal

#34932: Add macOS TCP_KEEPALIVE to available socket options
https://bugs.python.org/issue34932 closed by pablogsal

#37271: Make multiple passes of the peephole optimizer until bytecode
https://bugs.python.org/issue37271 closed by pablogsal

#38741: Definition of multiple ']' in header configparser
https://bugs.python.org/issue38741 closed by lukasz.langa

#38842: test_multiprocessing_spawn altered the execution environment i
https://bugs.python.org/issue38842 closed by pablogsal

#42073: classmethod does not pass "type/owner" when invoking wrapped _
https://bugs.python.org/issue42073 closed by lukasz.langa

#42194: Docs for argparse.BooleanOptionalAction missing "New in versio
https://bugs.python.org/issue42194 closed by lukasz.langa

#42799: Please document fnmatch LRU cache size (256) and suggest alter
https://bugs.python.org/issue42799 closed by lukasz.langa

#43126: IOBase.readlines(0) behaviour is inconsistent with documentati
https://bugs.python.org/issue43126 closed by lukasz.langa

#43207: InspectLoader.is_package is not an abstract method
https://bugs.python.org/issue43207 closed by lukasz.langa

#43219: shutil.copy raises IsADirectoryError when the directory does n
https://bugs.python.org/issue43219 closed by gregory.p.smith

#43948: sysconfig's osx_framework_user puts headers in different locat
https://bugs.python.org/issue43948 closed by lukasz.langa

#44317: Suggestion for better syntax errors in tokenizer errors
https://bugs.python.org/issue44317 closed by pablogsal

#44514: configparser.rst & bz2.rst leave temp files after 'make doctes
https://bugs.python.org/issue44514 closed by lukasz.langa

#44516: Update bundled pip to 21.1.3
https://bugs.python.org/issue44516 closed by sbidoul

#44517: test__xxsubinterpreters: AMD64 Fedora Stable 3.x buildbot abor
https://bugs.python.org/issue44517 closed by erlendaasland

#44568: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44568 closed by sxt1001

#44569: traceback.py: Allow customization of per-frame line formatting
https://bugs.python.org/issue44569 closed by pablogsal

#44572: Calls to platform._syscmd_ver() dependent functions consume ST
https://bugs.python.org/issue44572 closed by steve.dower

#44581: Interpreter can execute quickened opcodes in tracing mode
https://bugs.python.org/issue44581 closed by Mark.Shannon

#44593: _randbelow_with_getrandbits may request an unnecessary random
https://bugs.python.org/issue44593 closed by lormuc

#44595: round() gives wrong result
https://bugs.python.org/issue44595 closed by steven.daprano

#44596: Operand coercion breaks MappingProxyType encapsulation
https://bugs.python.org/issue44596 closed by serhiy.storchaka

#44599: Changing logging format for one handler changes it for all
https://bugs.python.org/issue44599 closed by vinay.sajip

#44602: Issue with get_build_version in msvc9compiler.py in distutils
https://bugs.python.org/issue44602 closed by steve.dower

#44606: Discrepancy between isinstance() and issubclass() for union ty
https://bugs.python.org/issue44606 closed by serhiy.storchaka

#44608: Memory use increase in function _tkinter._flatten
https://bugs.python.org/issue44608 closed by serhiy.storchaka

#44612: inspect module points that could be using f-String
https://bugs.python.org/issue44612 closed by ammar2

#44613: Make importlib.metadata non-provisional in Python 3.10
https://bugs.python.org/issue44613 closed by barry

#44616: Incorrect tracing for "except" with variable
https://bugs.python.org/issue44616 closed by pablogsal

#44619: Bug in Python 3.7.10
https://bugs.python.org/issue44619 closed by steven.daprano

#44622: async-for loops are traced incorrectly in Python 3.10
https://bugs.python.org/issue44622 closed by lukasz.langa

#44623: help(open('/dev/zero').writelines) gives no help
https://bugs.python.org/issue44623 closed by zach.ware

#44626: Incorrect tracing of nested if/if/for/yield
https://bugs.python.org/issue44626 closed by pablogsal

#44630: Assertion failure in csv module
https://bugs.python.org/issue44630 closed by gregory.p.smith

#44632: Union with TypeVar does not work as intended
https://bugs.python.org/issue44632 closed by serhiy.storchaka

#44635: Convert None to NoneType in the union type constructor
https://bugs.python.org/issue44635 closed by serhiy.storchaka

#44636: It is possible to create a 1-type union type
https://bugs.python.org/issue44636 closed by serhiy.storchaka

#44638: zipfile.ZipFile is closed when zipfile.Path is closed
https://bugs.python.org/issue44638 closed by jaraco

#44639: [sqlite3] Confusing typo "transation"
https://bugs.python.org/issue44639 closed by erlendaasland

#44641: [sqlite3] Use vectorcall in pysqlite_collation_callback
https://bugs.python.org/issue44641 closed by erlendaasland

#44646: hash() of the unity type is not consistent with equality
https://bugs.python.org/issue44646 closed by lukasz.langa

#44647: Non-ASCII characters in os.environ cause silent failures in te
https://bugs.python.org/issue44647 closed by lukasz.langa

#44650: Move test_futures files*.py into a subdirectory of Lib/test
https://bugs.python.org/issue44650 closed by iritkatriel

#44652: Preserve natural order of args in the union type
https://bugs.python.org/issue44652 closed by kj
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-16 - 2021-07-23)
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 7420 (+17)
closed 49041 (+54)
total 56461 (+71)

Open issues with patches: 2951


Issues opened (52)
==================

#44656: Dangerous mismatch between MAXPATHLEN and MAX_PATH on Windows
https://bugs.python.org/issue44656 opened by izbyshev

#44657: instancemethod_call should use PyInstanceMethod_GET_FUNCTION m
https://bugs.python.org/issue44657 opened by colesbury

#44658: No ValueError for duplicate key value in mapping patern when l
https://bugs.python.org/issue44658 opened by jack__d

#44660: email.feedparser Module Lacks Support for Section 3.5 of RFC 6
https://bugs.python.org/issue44660 opened by f18a14c09s

#44662: Add ability to annotate types.Union
https://bugs.python.org/issue44662 opened by uriyyo

#44663: Possible bug in datetime utc
https://bugs.python.org/issue44663 opened by gabhcosta

#44664: builtins.chr and the 'c' format flag raise different errors
https://bugs.python.org/issue44664 opened by bup

#44665: asyncio.create_task() documentation should mention user needs
https://bugs.python.org/issue44665 opened by bernat

#44666: compileall.compile_file fails when sys.stdout is redirected to
https://bugs.python.org/issue44666 opened by stefanhoelzl

#44667: tokenize.py emits spurious NEWLINE if file ends on a comment w
https://bugs.python.org/issue44667 opened by mdartiailh

#44668: More differences in instance and subclass checks between typin
https://bugs.python.org/issue44668 opened by serhiy.storchaka

#44669: TypeError: 'type' object is not subscriptable
https://bugs.python.org/issue44669 opened by michal.dziczkowski

#44671: Create a built-in yaml module
https://bugs.python.org/issue44671 opened by jarpri08

#44673: Embedded Python - local directories in pythonXX._pth
https://bugs.python.org/issue44673 opened by emve

#44674: dataclasses should allow frozendict default value
https://bugs.python.org/issue44674 opened by gianni

#44675: Cross-platform issues with private methods and multiprocessing
https://bugs.python.org/issue44675 opened by ymerej

#44677: CSV sniffing falsely detects space as a delimiter
https://bugs.python.org/issue44677 opened by pt12lol

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678 opened by idan22moral

#44679: unittest.mock.sentinel documentation typo
https://bugs.python.org/issue44679 opened by gaydayav

#44680: Reference cycles from a WeakKeyDictionary value to its key are
https://bugs.python.org/issue44680 opened by andersk

#44682: Pdb commands allows to add commands to invalid breakpoint
https://bugs.python.org/issue44682 opened by andrei.avk

#44684: Docs for mock.call
https://bugs.python.org/issue44684 opened by guettli

#44685: Email package issue with Outlook msg files
https://bugs.python.org/issue44685 opened by heghine

#44686: use pkgutil.resolve_name in unittest.mock
https://bugs.python.org/issue44686 opened by graingert

#44687: io.BufferedReader:peek() closes underlying file, breaking peek
https://bugs.python.org/issue44687 opened by liquidpele

#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea
https://bugs.python.org/issue44688 opened by erlendaasland

#44689: MacOS: Python binaries not portable between Catalina and Big S
https://bugs.python.org/issue44689 opened by bergkvist

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690 opened by idan22moral

#44693: Unclear definition of the "__future__" module in Docs
https://bugs.python.org/issue44693 opened by StevenHsuYL

#44694: Message from BytesParser cannot be flattened immediately
https://bugs.python.org/issue44694 opened by vitas1

#44695: asdict use deep copy to dataclass instances
https://bugs.python.org/issue44695 opened by Itayazolay

#44697: Memory leak when asyncio.open_connection raise
https://bugs.python.org/issue44697 opened by seer

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 opened by twouters

#44699: Simple regex appears to take exponential time in length of inp
https://bugs.python.org/issue44699 opened by brezniczky

#44701: Create a @deprecated decorator (annotation)
https://bugs.python.org/issue44701 opened by Leonardofreua

#44702: Fix weakref doc
https://bugs.python.org/issue44702 opened by Prometheus3375

#44705: Support Windows file open modes for `open` built-in function
https://bugs.python.org/issue44705 opened by lukedeller1

#44707: runtime error: applying zero offset to null pointer in Objects
https://bugs.python.org/issue44707 opened by thatiparthy

#44709: [3.7] Popen Control Characters in stdout affect shell session
https://bugs.python.org/issue44709 opened by San

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711 opened by anton.gruebel

#44712: Replace `type(literal)` with corresponding builtin types
https://bugs.python.org/issue44712 opened by serhiy.storchaka

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717 opened by FFY00

#44718: Incorrect arguments in function select() cause segfault
https://bugs.python.org/issue44718 opened by xxm

#44719: Incorrect callable object crashes Python 3.11.0a0
https://bugs.python.org/issue44719 opened by xxm

#44720: Finding string in iteratively deleted object cause segfault
https://bugs.python.org/issue44720 opened by xxm

#44722: RFC: string Multiline Formatter
https://bugs.python.org/issue44722 opened by creative-resort

#44723: Codec name normalization breaks custom codecs
https://bugs.python.org/issue44723 opened by bodograumann

#44724: Resource Tracker is never reaped
https://bugs.python.org/issue44724 opened by viktor.ivanov

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725 opened by iritkatriel

#44726: Build macOS version with thin lto option
https://bugs.python.org/issue44726 opened by corona10

#44727: Stable ABI should avoid `enum`
https://bugs.python.org/issue44727 opened by petr.viktorin

#44728: Testsuite fails on x86_64
https://bugs.python.org/issue44728 opened by deep42thought



Most recent 15 issues with no replies (15)
==========================================

#44728: Testsuite fails on x86_64
https://bugs.python.org/issue44728

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725

#44724: Resource Tracker is never reaped
https://bugs.python.org/issue44724

#44723: Codec name normalization breaks custom codecs
https://bugs.python.org/issue44723

#44720: Finding string in iteratively deleted object cause segfault
https://bugs.python.org/issue44720

#44719: Incorrect callable object crashes Python 3.11.0a0
https://bugs.python.org/issue44719

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717

#44702: Fix weakref doc
https://bugs.python.org/issue44702

#44701: Create a @deprecated decorator (annotation)
https://bugs.python.org/issue44701

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698

#44695: asdict use deep copy to dataclass instances
https://bugs.python.org/issue44695

#44694: Message from BytesParser cannot be flattened immediately
https://bugs.python.org/issue44694

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690

#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea
https://bugs.python.org/issue44688

#44687: io.BufferedReader:peek() closes underlying file, breaking peek
https://bugs.python.org/issue44687



Most recent 15 issues waiting for review (15)
=============================================

#44726: Build macOS version with thin lto option
https://bugs.python.org/issue44726

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725

#44722: RFC: string Multiline Formatter
https://bugs.python.org/issue44722

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717

#44712: Replace `type(literal)` with corresponding builtin types
https://bugs.python.org/issue44712

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711

#44707: runtime error: applying zero offset to null pointer in Objects
https://bugs.python.org/issue44707

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690

#44682: Pdb commands allows to add commands to invalid breakpoint
https://bugs.python.org/issue44682

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678

#44677: CSV sniffing falsely detects space as a delimiter
https://bugs.python.org/issue44677

#44666: compileall.compile_file fails when sys.stdout is redirected to
https://bugs.python.org/issue44666

#44662: Add ability to annotate types.Union
https://bugs.python.org/issue44662

#44660: email.feedparser Module Lacks Support for Section 3.5 of RFC 6
https://bugs.python.org/issue44660



Top 10 most discussed issues (10)
=================================

#43950: Include column offsets for bytecode instructions
https://bugs.python.org/issue43950 13 msgs

#42414: unable to document fields of dataclass
https://bugs.python.org/issue42414 9 msgs

#44689: MacOS: Python binaries not portable between Catalina and Big S
https://bugs.python.org/issue44689 6 msgs

#43838: There is a way to access an underlying mapping in MappingProxy
https://bugs.python.org/issue43838 5 msgs

#44549: BZip 1.0.6 Critical Vulnerability
https://bugs.python.org/issue44549 5 msgs

#44663: Possible bug in datetime utc
https://bugs.python.org/issue44663 5 msgs

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711 5 msgs

#30511: shutil.make_archive should not need to chdir (alternatively: m
https://bugs.python.org/issue30511 4 msgs

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 4 msgs

#44699: Simple regex appears to take exponential time in length of inp
https://bugs.python.org/issue44699 4 msgs



Issues closed (54)
==================

#14879: invalid docs for subprocess exceptions with shell=True
https://bugs.python.org/issue14879 closed by iritkatriel

#27513: email.utils.getaddresses does not handle Header objects
https://bugs.python.org/issue27513 closed by lukasz.langa

#29555: Update Python Software Foundation Copyright Year
https://bugs.python.org/issue29555 closed by orsenthil

#33063: failed to build _ctypes: undefined reference to `ffi_closure_F
https://bugs.python.org/issue33063 closed by zach.ware

#40897: Inheriting from class that defines __new__ causes inspect.sign
https://bugs.python.org/issue40897 closed by lukasz.langa

#41249: TypedDict inheritance doesn't work with get_type_hints and pos
https://bugs.python.org/issue41249 closed by lukasz.langa

#41546: pprint() gives exception when ran from pythonw
https://bugs.python.org/issue41546 closed by iritkatriel

#41972: bytes.find consistently hangs in a particular scenario
https://bugs.python.org/issue41972 closed by lukasz.langa

#42095: plistlib: Add tests that compare with plutil(1)
https://bugs.python.org/issue42095 closed by lukasz.langa

#42355: symtable: get_namespace doesn't check whether if there are mul
https://bugs.python.org/issue42355 closed by BTaskaya

#42581: Docs site redirection doesn't work for 3.9
https://bugs.python.org/issue42581 closed by ned.deily

#42747: Remove Py_TPFLAGS_HAVE_VERSION_TAG flag?
https://bugs.python.org/issue42747 closed by petr.viktorin

#43086: Excess data in not handled properly in binascii.a2b_base64()
https://bugs.python.org/issue43086 closed by gregory.p.smith

#43629: fix _PyRun_SimpleFileObject create __main__ module and cache.
https://bugs.python.org/issue43629 closed by petr.viktorin

#44340: Add support for building cpython with clang thin lto
https://bugs.python.org/issue44340 closed by corona10

#44353: PEP 604 NewType
https://bugs.python.org/issue44353 closed by kj

#44435: There is no description of PY_SSIZE_T_CLEAN in docs
https://bugs.python.org/issue44435 closed by jack__d

#44490: PEP 604 Union (int | str) doesn't have __parameters__
https://bugs.python.org/issue44490 closed by gvanrossum

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 closed by lukasz.langa

#44539: Support recognizing JPEG files without JFIF or Exif markers
https://bugs.python.org/issue44539 closed by lukasz.langa

#44554: pdb.main is unnecessarily complicated
https://bugs.python.org/issue44554 closed by iritkatriel

#44561: Some expired hyperlinks in Python documentation
https://bugs.python.org/issue44561 closed by StevenHsuYL

#44566: StopIteration subclass suppressed by contextlib.contextmanager
https://bugs.python.org/issue44566 closed by lukasz.langa

#44589: Pattern Matching - duplicate keys in mapping patterns
https://bugs.python.org/issue44589 closed by pablogsal

#44610: Format issue with strftime and %Y
https://bugs.python.org/issue44610 closed by bkaznowski

#44611: CPython uses deprecated randomness API
https://bugs.python.org/issue44611 closed by corona10

#44621: Python 3.9 traces async for/else incorrectly
https://bugs.python.org/issue44621 closed by lukasz.langa

#44628: Remove the broken link for issue #445902 in unixcompiler.py (d
https://bugs.python.org/issue44628 closed by eric.araujo

#44629: Some files from distutils module are importing all exceptions
https://bugs.python.org/issue44629 closed by eric.araujo

#44631: Refactoring the repr() of the _Environ class (os module)
https://bugs.python.org/issue44631 closed by lukasz.langa

#44633: Indexing the union type can return NotImplemented
https://bugs.python.org/issue44633 closed by serhiy.storchaka

#44634: Version is duplicated in name of app in list of installed apps
https://bugs.python.org/issue44634 closed by zach.ware

#44651: An unclear definition in Doc/glossary.rst
https://bugs.python.org/issue44651 closed by mark.dickinson

#44653: Parameter substitution in the union type does not work with ty
https://bugs.python.org/issue44653 closed by lukasz.langa

#44654: Refactor and clean up the union type implementation
https://bugs.python.org/issue44654 closed by serhiy.storchaka

#44655: Confusing message with AttributeError when attribute name matc
https://bugs.python.org/issue44655 closed by pablogsal

#44659: Remove Ivan from list of typing experts
https://bugs.python.org/issue44659 closed by lukasz.langa

#44661: Update property_descr_set to use vectorcall if possible.
https://bugs.python.org/issue44661 closed by corona10

#44670: bug on showing tuple on console
https://bugs.python.org/issue44670 closed by zach.ware

#44672: Final "pass" is traced incorrectly in 3.9 (and before)
https://bugs.python.org/issue44672 closed by lukasz.langa

#44676: Add ability to serialise types.Union
https://bugs.python.org/issue44676 closed by lukasz.langa

#44681: time.sleep(0.001) not working properly
https://bugs.python.org/issue44681 closed by therenoisfood

#44683: Can't subscript objects with the string "1" using str.format()
https://bugs.python.org/issue44683 closed by eric.smith

#44691: bug in interactions between argparse and random
https://bugs.python.org/issue44691 closed by steven.daprano

#44692: Const folding in parser with negative numbers doesn't match fl
https://bugs.python.org/issue44692 closed by steven.daprano

#44696: Python 2.0.1 Installation:
https://bugs.python.org/issue44696 closed by steven.daprano

#44700: Python fails to build (aarch64-apple-darwin20.5.0)
https://bugs.python.org/issue44700 closed by jack__d

#44703: deepcopy(frozenset()) returns a new object
https://bugs.python.org/issue44703 closed by rhettinger

#44704: frozenset.__hash__ vs. Set._hash
https://bugs.python.org/issue44704 closed by rhettinger

#44706: UUID constructor should accept another UUID instance
https://bugs.python.org/issue44706 closed by serhiy.storchaka

#44708: Regression tests with -w should only re-run affected test meth
https://bugs.python.org/issue44708 closed by lukasz.langa

#44710: Unexpected behavior in empty class with pass (Python 3.7.3)
https://bugs.python.org/issue44710 closed by Cheukting

#44713: subprocess.rst typo ``"shell=True"`` => ``shell=True``
https://bugs.python.org/issue44713 closed by eric.araujo

#44721: Problem in tkinter button widget
https://bugs.python.org/issue44721 closed by a.h.misaghi
_______________________________________________
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/YAEPJUCHZPQE6JXJJVCQV7SJRTXUW6CJ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-23 - 2021-07-30)
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 7395 (-25)
closed 49121 (+80)
total 56516 (+55)

Open issues with patches: 2926


Issues opened (34)
==================

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 reopened by belopolsky

#36050: Why does http.client.HTTPResponse._safe_read use MAXAMOUNT
https://bugs.python.org/issue36050 reopened by bmerry

#41103: Removing old buffer support
https://bugs.python.org/issue41103 reopened by methane

#44479: Windows build doesn't regenerate some files
https://bugs.python.org/issue44479 reopened by steve.dower

#44676: Add ability to serialise types.Union
https://bugs.python.org/issue44676 reopened by serhiy.storchaka

#44729: sys.setprofile bug
https://bugs.python.org/issue44729 opened by AliyevH

#44730: unittest.mock.patch does not work as a decorator on generator
https://bugs.python.org/issue44730 opened by garethmjwilliams

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733 opened by cool-RR

#44735: Failed venv Activation With "&" In Folder Name
https://bugs.python.org/issue44735 opened by adore_blvnk

#44738: io_uring as a new backend to selectors and asyncio
https://bugs.python.org/issue44738 opened by achimnol

#44740: Lowercase "Internet" and "web" in docs
https://bugs.python.org/issue44740 opened by felixxm

#44742: smtplib: less confusing behaviour when giving incorrect multip
https://bugs.python.org/issue44742 opened by cmatte

#44743: asyncio DatagramProtocol stops calling callbacks after OSError
https://bugs.python.org/issue44743 opened by JulianOrteil

#44744: [security] Open redirect attack due to insufficient validation
https://bugs.python.org/issue44744 opened by ready-research

#44745: Manual for python 3.9.6 will not let me search
https://bugs.python.org/issue44745 opened by matthman2019

#44748: argparse: a bool indicating if arg was encountered
https://bugs.python.org/issue44748 opened by Thermi

#44749: LOAD_NAME not using PyObject_GetItem when globals() is a dict
https://bugs.python.org/issue44749 opened by douglas-raillard-arm

#44760: Turtle Documentation - Contents Hyperlink conflict
https://bugs.python.org/issue44760 opened by ray_giraffe

#44762: getpass.getpass on Windows fallback detection is bad
https://bugs.python.org/issue44762 opened by matejcik

#44764: Handling interruption in async tasks
https://bugs.python.org/issue44764 opened by ilian

#44766: [easy doc] Remove redundant info in README.valgrind
https://bugs.python.org/issue44766 opened by shihai1991

#44767: python -m flask run gives OSError: [WinError 10013] An attempt
https://bugs.python.org/issue44767 opened by chandrakant.rvce

#44769: socketserver.shutdown should stop serve_forever() immediately
https://bugs.python.org/issue44769 opened by petr.viktorin

#44771: Adopt changes from importlib_resources 5.2
https://bugs.python.org/issue44771 opened by jaraco

#44772: Regression in memory use of instances due to dictionary orderi
https://bugs.python.org/issue44772 opened by Mark.Shannon

#44773: case_insensitive kwarg in str.replace()
https://bugs.python.org/issue44773 opened by nimit.grover24

#44774: incorrect sys.stdout.encoding within a io.StringIO buffer
https://bugs.python.org/issue44774 opened by pcarbonn

#44775: Speed-up typing.cast by implementing it in C
https://bugs.python.org/issue44775 opened by uriyyo

#44776: Docs on mobile do not use monospace font for code snippets, mi
https://bugs.python.org/issue44776 opened by alexprengere

#44779: Checkouts stale following changes to .gitattributes
https://bugs.python.org/issue44779 opened by jaraco

#44780: Incorrect message: "Invalid decimal literal" (python 3.10)
https://bugs.python.org/issue44780 opened by aroberge

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781 opened by iritkatriel

#44782: LRU class given as example in OrderedDict docs not work on pop
https://bugs.python.org/issue44782 opened by maximeLeurent

#44783: SSL needs client OCSP stapling
https://bugs.python.org/issue44783 opened by pprindeville



Most recent 15 issues with no replies (15)
==========================================

#44783: SSL needs client OCSP stapling
https://bugs.python.org/issue44783

#44782: LRU class given as example in OrderedDict docs not work on pop
https://bugs.python.org/issue44782

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781

#44780: Incorrect message: "Invalid decimal literal" (python 3.10)
https://bugs.python.org/issue44780

#44779: Checkouts stale following changes to .gitattributes
https://bugs.python.org/issue44779

#44775: Speed-up typing.cast by implementing it in C
https://bugs.python.org/issue44775

#44772: Regression in memory use of instances due to dictionary orderi
https://bugs.python.org/issue44772

#44766: [easy doc] Remove redundant info in README.valgrind
https://bugs.python.org/issue44766

#44764: Handling interruption in async tasks
https://bugs.python.org/issue44764

#44760: Turtle Documentation - Contents Hyperlink conflict
https://bugs.python.org/issue44760

#44743: asyncio DatagramProtocol stops calling callbacks after OSError
https://bugs.python.org/issue44743

#44742: smtplib: less confusing behaviour when giving incorrect multip
https://bugs.python.org/issue44742

#44735: Failed venv Activation With "&" In Folder Name
https://bugs.python.org/issue44735

#44730: unittest.mock.patch does not work as a decorator on generator
https://bugs.python.org/issue44730

#44729: sys.setprofile bug
https://bugs.python.org/issue44729



Most recent 15 issues waiting for review (15)
=============================================

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781

#44779: Checkouts stale following changes to .gitattributes
https://bugs.python.org/issue44779

#44775: Speed-up typing.cast by implementing it in C
https://bugs.python.org/issue44775

#44771: Adopt changes from importlib_resources 5.2
https://bugs.python.org/issue44771

#44740: Lowercase "Internet" and "web" in docs
https://bugs.python.org/issue44740

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733

#44730: unittest.mock.patch does not work as a decorator on generator
https://bugs.python.org/issue44730

#44726: Build macOS version with thin lto option
https://bugs.python.org/issue44726

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725

#44712: Replace `type(literal)` with corresponding builtin types
https://bugs.python.org/issue44712

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678

#44677: CSV sniffing falsely detects space as a delimiter
https://bugs.python.org/issue44677

#44660: email.feedparser: support RFC 6532 section 3.5
https://bugs.python.org/issue44660

#44645: Python 3.10: Under some trivial circunstances, GIL not release
https://bugs.python.org/issue44645



Top 10 most discussed issues (10)
=================================

#41737: Improper NotADirectoryError when opening a file in a fake dire
https://bugs.python.org/issue41737 9 msgs

#44762: getpass.getpass on Windows fallback detection is bad
https://bugs.python.org/issue44762 8 msgs

#43950: Include column offsets for bytecode instructions
https://bugs.python.org/issue43950 6 msgs

#44660: email.feedparser: support RFC 6532 section 3.5
https://bugs.python.org/issue44660 6 msgs

#44740: Lowercase "Internet" and "web" in docs
https://bugs.python.org/issue44740 6 msgs

#42626: readline history, vi-editingmode and ANSI color codes bug
https://bugs.python.org/issue42626 5 msgs

#43944: Processes in Python 3.9 exiting with code 1 when It's created
https://bugs.python.org/issue43944 5 msgs

#44748: argparse: a bool indicating if arg was encountered
https://bugs.python.org/issue44748 5 msgs

#44771: Adopt changes from importlib_resources 5.2
https://bugs.python.org/issue44771 5 msgs

#44774: incorrect sys.stdout.encoding within a io.StringIO buffer
https://bugs.python.org/issue44774 5 msgs



Issues closed (79)
==================

#25702: Link Time Optimizations support for GCC and CLANG
https://bugs.python.org/issue25702 closed by methane

#26153: PyImport_GetModuleDict: no module dictionary! when `__del__` t
https://bugs.python.org/issue26153 closed by twouters

#27827: pathlib is_reserved fails for some reserved paths on Windows
https://bugs.python.org/issue27827 closed by lukasz.langa

#29298: argparse fails with required subparsers, un-named dest, and em
https://bugs.python.org/issue29298 closed by petr.viktorin

#31746: crashes in sqlite3.Connection in case it is uninitialized or p
https://bugs.python.org/issue31746 closed by erlendaasland

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013 closed by pablogsal

#35728: Tkinter font nametofont requires default root
https://bugs.python.org/issue35728 closed by terry.reedy

#37224: [subinterpreters] test__xxsubinterpreters fails randomly
https://bugs.python.org/issue37224 closed by lukasz.langa

#37715: 2to3 set default encoding
https://bugs.python.org/issue37715 closed by benjamin.peterson

#40085: Argument parsing option c should accept int between -128 to 25
https://bugs.python.org/issue40085 closed by Dennis Sweeney

#40263: ValueError exception on _winapi.WaitForMultipleObjects
https://bugs.python.org/issue40263 closed by steve.dower

#41911: Language reference for expressions incorrectly specifies what
https://bugs.python.org/issue41911 closed by lukasz.langa

#42167: Documentation for SETUP_WITH opcode is wrong
https://bugs.python.org/issue42167 closed by iritkatriel

#42357: Wrong Availability for signal.SIGCHLD
https://bugs.python.org/issue42357 closed by zach.ware

#42853: `OverflowError: signed integer is greater than maximum` in ssl
https://bugs.python.org/issue42853 closed by lukasz.langa

#42892: AttributeError in email.message.get_body()
https://bugs.python.org/issue42892 closed by lukasz.langa

#43184: Missing docs for LoggerAdapter manager and name property
https://bugs.python.org/issue43184 closed by vinay.sajip

#43235: Tools/scripts/stable_abi.py should also check PC/python3dll.c
https://bugs.python.org/issue43235 closed by petr.viktorin

#43443: Should shelve support dict union?
https://bugs.python.org/issue43443 closed by lukasz.langa

#43497: SyntaxWarning for "assertion is always true, perhaps remove pa
https://bugs.python.org/issue43497 closed by iritkatriel

#43565: PyUnicode_KIND macro does not has specified return type
https://bugs.python.org/issue43565 closed by petr.viktorin

#43625: CSV has_headers heuristic could be improved
https://bugs.python.org/issue43625 closed by lukasz.langa

#43897: Implement support for validation of pattern matching ASTs
https://bugs.python.org/issue43897 closed by brandtbucher

#43967: Valgrind memcheck on Py_Initialize
https://bugs.python.org/issue43967 closed by shihai1991

#44021: enum docs in 3.10: missing "New in version 3.10"
https://bugs.python.org/issue44021 closed by Akuli

#44195: importlib.abc.TraversableReader is not implemented
https://bugs.python.org/issue44195 closed by jaraco

#44388: venv API Docs for EnvBuilder.ensure_directories incorrectly de
https://bugs.python.org/issue44388 closed by vinay.sajip

#44399: log rotator cookbook example might waste disk space
https://bugs.python.org/issue44399 closed by vinay.sajip

#44429: Tkinter Flow Geometry Manager
https://bugs.python.org/issue44429 closed by Gary73

#44453: Documented return type of sysconfig.get_path() is wrong
https://bugs.python.org/issue44453 closed by lukasz.langa

#44461: 'Pdb' object has no attribute 'botframe'
https://bugs.python.org/issue44461 closed by jaraco

#44473: logging.handlers.QueueHandler acts unexpected
https://bugs.python.org/issue44473 closed by vinay.sajip

#44515: contextlib test incompatibility with non-refcounted GC
https://bugs.python.org/issue44515 closed by lukasz.langa

#44544: Add full list of possible args to textwrap: wrap, fill, shorte
https://bugs.python.org/issue44544 closed by lukasz.langa

#44590: Create frame objects lazily when needed
https://bugs.python.org/issue44590 closed by Mark.Shannon

#44600: match/case statements trace incorrectly in 3.10.0b4
https://bugs.python.org/issue44600 closed by brandtbucher

#44648: Inspect.getsource raises wrong error on classes in interactive
https://bugs.python.org/issue44648 closed by lukasz.langa

#44657: instancemethod_call should use PyInstanceMethod_GET_FUNCTION m
https://bugs.python.org/issue44657 closed by corona10

#44658: No ValueError for duplicate key value in mapping patern when l
https://bugs.python.org/issue44658 closed by brandtbucher

#44662: Add ability to annotate types.Union
https://bugs.python.org/issue44662 closed by lukasz.langa

#44666: compileall.compile_file fails when sys.stdout is redirected to
https://bugs.python.org/issue44666 closed by lukasz.langa

#44671: Create a built-in yaml module
https://bugs.python.org/issue44671 closed by terry.reedy

#44682: Pdb commands allows to add commands to invalid breakpoint
https://bugs.python.org/issue44682 closed by lukasz.langa

#44688: [sqlite3] Remove ASCII limitation from sqlite3.Connection.crea
https://bugs.python.org/issue44688 closed by erlendaasland

#44693: Unclear definition of the "__future__" module in Docs
https://bugs.python.org/issue44693 closed by terry.reedy

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 closed by lukasz.langa

#44707: runtime error: applying zero offset to null pointer in Objects
https://bugs.python.org/issue44707 closed by lukasz.langa

#44709: [3.7] Popen Control Characters in stdout affect shell session
https://bugs.python.org/issue44709 closed by terry.reedy

#44711: Optimize type check in pipes.py
https://bugs.python.org/issue44711 closed by lukasz.langa

#44717: Improve AttributeError on circular imports of submodules
https://bugs.python.org/issue44717 closed by lukasz.langa

#44719: Incorrect callable object crashes Python 3.11.0a0
https://bugs.python.org/issue44719 closed by Dennis Sweeney

#44720: Weakref proxy crashes on null tp_iternext slot.
https://bugs.python.org/issue44720 closed by lukasz.langa

#44722: RFC: string Multiline Formatter
https://bugs.python.org/issue44722 closed by creative-resort

#44731: Simplify implementation of the union type
https://bugs.python.org/issue44731 closed by pablogsal

#44732: Rename types.Union to types.UnionType
https://bugs.python.org/issue44732 closed by pablogsal

#44734: turtle: tests for Vec2D.__abs__ are too strict
https://bugs.python.org/issue44734 closed by lukasz.langa

#44736: '\t' Escape Sequence behaving differently.
https://bugs.python.org/issue44736 closed by steven.daprano

#44737: Mapping from to collections.abc
https://bugs.python.org/issue44737 closed by Jelle Zijlstra

#44739: Tkinter text horizontal scrollbar is not stationary
https://bugs.python.org/issue44739 closed by logon_name

#44741: Pattern Matching - star subpattern with a subject derived from
https://bugs.python.org/issue44741 closed by brandtbucher

#44746: Improper behaviour of 'finally' keyword
https://bugs.python.org/issue44746 closed by steven.daprano

#44747: Refactor usage of sys._getframe at typing module
https://bugs.python.org/issue44747 closed by lukasz.langa

#44750: .popitem() is inconsistent in collections and collections.abc
https://bugs.python.org/issue44750 closed by rhettinger

#44751: crypt.h should be in _cryptmodule.c, not in public header
https://bugs.python.org/issue44751 closed by miss-islington

#44752: Tab completion executes @property getter function
https://bugs.python.org/issue44752 closed by lukasz.langa

#44753: backupCount is not respected in TimedRotatingFileHandler when
https://bugs.python.org/issue44753 closed by vinay.sajip

#44754: Documentation for pop in Built-in Types
https://bugs.python.org/issue44754 closed by lukasz.langa

#44755: cpython Lib bisect.py overflow (lo + hi) // 2 a problem?
https://bugs.python.org/issue44755 closed by Dennis Sweeney

#44756: In ./Doc, "make html" and "make build" should depend on "make
https://bugs.python.org/issue44756 closed by lukasz.langa

#44757: Insecure Deserialization
https://bugs.python.org/issue44757 closed by steven.daprano

#44758: Why " True != 3 in [3] " is True?
https://bugs.python.org/issue44758 closed by steven.daprano

#44759: ctype generates misleading error-msg opening lib.so when compi
https://bugs.python.org/issue44759 closed by stephan.boekelmann

#44761: NewType __module__ attr default value
https://bugs.python.org/issue44761 closed by lukasz.langa

#44763: "width defaults to 70." in textwrap.wrap documentation is repe
https://bugs.python.org/issue44763 closed by lukasz.langa

#44765: Misspelled Word In Docs
https://bugs.python.org/issue44765 closed by lukasz.langa

#44768: dataclasses.dataclass and collections.namedtuple do the same t
https://bugs.python.org/issue44768 closed by steven.daprano

#44770: float('nan') is True
https://bugs.python.org/issue44770 closed by tim.peters

#44777: Create mechanism to contact buildbot worker owners
https://bugs.python.org/issue44777 closed by lukasz.langa

#44778: os seperator error. str method of PureWindowsPath on Ming64 en
https://bugs.python.org/issue44778 closed by eryksun
_______________________________________________
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/VCOPVFKQQWYHDKGFTNSO3B76TIM7L6YO/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-07-30 - 2021-08-06)
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 7397 ( +2)
closed 49189 (+68)
total 56586 (+70)

Open issues with patches: 2933


Issues opened (48)
==================

#34013: Inconsistent SyntaxError for print
https://bugs.python.org/issue34013 reopened by brandtbucher

#43853: [sqlite3] Improve sqlite3_value_text() error handling
https://bugs.python.org/issue43853 reopened by serhiy.storchaka

#44206: Add a version number to dict keys.
https://bugs.python.org/issue44206 reopened by pablogsal

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 reopened by kj

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 reopened by mark.dickinson

#44756: In ./Doc, "make html" and "make build" should depend on "make
https://bugs.python.org/issue44756 reopened by ned.deily

#44786: test_check_c_globals "crashed" and then "FutureWarning: Possib
https://bugs.python.org/issue44786 opened by iritkatriel

#44787: Missing valid directive %D in datetime.strftime() documentatio
https://bugs.python.org/issue44787 opened by vpjtqwv0101

#44788: Possibility to specify port in __init__ of ftplib.FTP
https://bugs.python.org/issue44788 opened by vpjtqwv0101

#44789: CPython cannot be compiled with -pedantic
https://bugs.python.org/issue44789 opened by blastwave

#44791: Substitution of ParamSpec in Concatenate
https://bugs.python.org/issue44791 opened by serhiy.storchaka

#44795: asyncio.run does not allow for graceful shutdown of main task
https://bugs.python.org/issue44795 opened by andreash

#44796: Add __parameters__ and __getitem__ in TypeVar and ParamSpec
https://bugs.python.org/issue44796 opened by serhiy.storchaka

#44799: typing.get_type_hints() raises TypeError for a variable annota
https://bugs.python.org/issue44799 opened by tkomiya

#44800: Code readability: rename interpreter frames to execution frame
https://bugs.python.org/issue44800 opened by ncoghlan

#44802: Substitution does not work after ParamSpec substitution of the
https://bugs.python.org/issue44802 opened by serhiy.storchaka

#44805: asyncio.StreamReader.read hangs for reused socket file descrip
https://bugs.python.org/issue44805 opened by ntc2

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807 opened by uriyyo

#44809: Changelog missing removal of StrEnum etc.
https://bugs.python.org/issue44809 opened by srittau

#44810: nturl2path: drive definition
https://bugs.python.org/issue44810 opened by NickVeld

#44811: Change default signature algorithms for context in the ssl lib
https://bugs.python.org/issue44811 opened by anis.gandoura

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813 opened by iritkatriel

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815 opened by dreamsorcerer

#44816: PEP 626 does not explain the handling of constants, at all.
https://bugs.python.org/issue44816 opened by brandtbucher

#44817: os.path.realpath fails with WinError 161
https://bugs.python.org/issue44817 opened by Spacetown

#44819: assertSequenceEqual does not use _getAssertEqualityFunc
https://bugs.python.org/issue44819 opened by Rarity

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821 opened by Mark.Shannon

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822 opened by erlendaasland

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826 opened by Mark.Shannon

#44828: Using tkinter.filedialog crashes on macOS Python 3.9.6
https://bugs.python.org/issue44828 opened by Nythepegasus

#44829: zoneinfo.ZoneInfo does not check for Windows device names
https://bugs.python.org/issue44829 opened by apple502j

#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 opened by mark.dickinson

#44831: Inconsistency between datetime.now() and datetime.fromtimestam
https://bugs.python.org/issue44831 opened by Miksus

#44832: Compiler detection is not strict enough
https://bugs.python.org/issue44832 opened by mathstuf

#44834: contextvars.Context.run w/ coroutines gives inconsistent behav
https://bugs.python.org/issue44834 opened by adriangb

#44836: shutil _unpack_zipfile filename encoding issue
https://bugs.python.org/issue44836 opened by yogendraksoni

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839 opened by serhiy.storchaka

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840 opened by nedbat

#44841: ZipInfo crashes on filemode
https://bugs.python.org/issue44841 opened by G.Rakosy

#44843: Add CLI flag to disable hash randomization
https://bugs.python.org/issue44843 opened by FFY00

#44844: The command line of launching Edge on Linux hangs
https://bugs.python.org/issue44844 opened by rayluo

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845 opened by pxeger

#44846: zipfile: cannot create zip file from files with non-utf8 filen
https://bugs.python.org/issue44846 opened by joelpuig

#44847: ABCMeta.__subclasscheck__() doesn't support duck typing.
https://bugs.python.org/issue44847 opened by grahamd

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848 opened by erlendaasland

#44850: Could operator.methodcaller be optimized using LOAD_METHOD?
https://bugs.python.org/issue44850 opened by Antony.Lee

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851 opened by uranusjr

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852 opened by lukasz.langa



Most recent 15 issues with no replies (15)
==========================================

#44850: Could operator.methodcaller be optimized using LOAD_METHOD?
https://bugs.python.org/issue44850

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848

#44847: ABCMeta.__subclasscheck__() doesn't support duck typing.
https://bugs.python.org/issue44847

#44846: zipfile: cannot create zip file from files with non-utf8 filen
https://bugs.python.org/issue44846

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845

#44843: Add CLI flag to disable hash randomization
https://bugs.python.org/issue44843

#44841: ZipInfo crashes on filemode
https://bugs.python.org/issue44841

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840

#44836: shutil _unpack_zipfile filename encoding issue
https://bugs.python.org/issue44836

#44834: contextvars.Context.run w/ coroutines gives inconsistent behav
https://bugs.python.org/issue44834

#44832: Compiler detection is not strict enough
https://bugs.python.org/issue44832

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807

#44802: Substitution does not work after ParamSpec substitution of the
https://bugs.python.org/issue44802



Most recent 15 issues waiting for review (15)
=============================================

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821

#44817: os.path.realpath fails with WinError 161
https://bugs.python.org/issue44817

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813

#44811: Change default signature algorithms for context in the ssl lib
https://bugs.python.org/issue44811

#44810: nturl2path: drive definition
https://bugs.python.org/issue44810

#44807: typing.Protocol silently overrides __init__ method of delivere
https://bugs.python.org/issue44807

#44800: Code readability: rename interpreter frames to execution frame
https://bugs.python.org/issue44800

#44799: typing.get_type_hints() raises TypeError for a variable annota
https://bugs.python.org/issue44799



Top 10 most discussed issues (10)
=================================

#44789: CPython cannot be compiled with -pedantic
https://bugs.python.org/issue44789 12 msgs

#44756: In ./Doc, "make html" and "make build" should depend on "make
https://bugs.python.org/issue44756 8 msgs

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782 7 msgs

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605 7 msgs

#44698: Undefined behaviour in Objects/complexobject.c's complex_pow
https://bugs.python.org/issue44698 7 msgs

#32397: textwrap output may change if you wrap a paragraph twice
https://bugs.python.org/issue32397 6 msgs

#44831: Inconsistency between datetime.now() and datetime.fromtimestam
https://bugs.python.org/issue44831 6 msgs

#43468: functools.cached_property incorrectly locks the entire descrip
https://bugs.python.org/issue43468 5 msgs

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822 5 msgs

#41946: Add concrete examples to os.path documentation
https://bugs.python.org/issue41946 4 msgs



Issues closed (68)
==================

#18255: CPython setup.py problems
https://bugs.python.org/issue18255 closed by ronaldoussoren

#20703: RuntimeError caused by lazy imports in pdb
https://bugs.python.org/issue20703 closed by iritkatriel

#27275: KeyError thrown by optimised collections.OrderedDict.popitem()
https://bugs.python.org/issue27275 closed by lukasz.langa

#31426: [3.5] crash in gen_traverse(): gi_frame.ob_type=NULL, called b
https://bugs.python.org/issue31426 closed by vstinner

#34422: __name__ not available for classes in typing module
https://bugs.python.org/issue34422 closed by kj

#34782: Pdb raises exception when code is executed in a mapping that d
https://bugs.python.org/issue34782 closed by iritkatriel

#35183: os.path.splitext documentation needs typical example
https://bugs.python.org/issue35183 closed by lukasz.langa

#37880: For argparse add_argument with action='store_const', const sho
https://bugs.python.org/issue37880 closed by vinay.sajip

#39091: _PyErr_CreateException() must check that the result is an exce
https://bugs.python.org/issue39091 closed by benjamin.peterson

#39940: Micro-optimizations to PySequence_Tuple()
https://bugs.python.org/issue39940 closed by iritkatriel

#40928: OS X: malloc(): set default diagnostics to DEBUG_WRITE_ON_CRAS
https://bugs.python.org/issue40928 closed by lukasz.langa

#41117: [easy C] GC: Use local variable 'op' when invoking 'traverse'
https://bugs.python.org/issue41117 closed by vstinner

#41354: filecmp.cmp documentation does not match actual code
https://bugs.python.org/issue41354 closed by lukasz.langa

#41706: docs: operator dunder (`__add__`, et al.) invocations describe
https://bugs.python.org/issue41706 closed by brett.cannon

#41737: Improper NotADirectoryError when opening a file in a fake dire
https://bugs.python.org/issue41737 closed by lukasz.langa

#41886: PyType_Type is documented incorrectly
https://bugs.python.org/issue41886 closed by ammar2

#41914: test_pdb fails
https://bugs.python.org/issue41914 closed by iritkatriel

#42958: filecmp.cmp(shallow=True) isn't actually shallow when only mti
https://bugs.python.org/issue42958 closed by lukasz.langa

#43066: Zipfile with leading slashes
https://bugs.python.org/issue43066 closed by lukasz.langa

#43596: change assertRaises message when wrong exception is raised
https://bugs.python.org/issue43596 closed by mark.dickinson

#43749: venv module does not copy the correct python exe
https://bugs.python.org/issue43749 closed by vinay.sajip

#43758: dict.config TimedRotatingFileHandler filename .suffix does not
https://bugs.python.org/issue43758 closed by vinay.sajip

#43874: argparse crashes on subparsers with no dest/metava
https://bugs.python.org/issue43874 closed by terence.honles

#44037: Broad performance regression from 3.10a7 to 3.10b2 with python
https://bugs.python.org/issue44037 closed by ned.deily

#44291: Unify logging.handlers.SysLogHandler behavior with SocketHandl
https://bugs.python.org/issue44291 closed by vinay.sajip

#44301: Is there a way to provide destructor for module written using
https://bugs.python.org/issue44301 closed by lukasz.langa

#44564: DeprecationWarning in test_enum over formatting
https://bugs.python.org/issue44564 closed by lukasz.langa

#44584: Deprecate thread debugging PYTHONTHREADDEBUG=1
https://bugs.python.org/issue44584 closed by vstinner

#44617: Undesired Behavior on `match` using Singleton object
https://bugs.python.org/issue44617 closed by brandtbucher

#44667: tokenize.py emits spurious NEWLINE if file ends on a comment w
https://bugs.python.org/issue44667 closed by pablogsal

#44679: unittest.mock.sentinel documentation typo
https://bugs.python.org/issue44679 closed by Mariatta

#44725: Expose specialization stats in python
https://bugs.python.org/issue44725 closed by iritkatriel

#44738: io_uring as a new backend to selectors and asyncio
https://bugs.python.org/issue44738 closed by terry.reedy

#44749: LOAD_NAME not using PyObject_GetItem when globals() is a dict
https://bugs.python.org/issue44749 closed by terry.reedy

#44760: Turtle Documentation - Contents Hyperlink conflict
https://bugs.python.org/issue44760 closed by lukasz.langa

#44767: python -m flask run gives OSError: [WinError 10013] An attempt
https://bugs.python.org/issue44767 closed by terry.reedy

#44773: case_insensitive kwarg in str.replace()
https://bugs.python.org/issue44773 closed by serhiy.storchaka

#44776: Docs on mobile do not use monospace font for code snippets, mi
https://bugs.python.org/issue44776 closed by terry.reedy

#44781: test_distutils emits deprecation warning about distutils
https://bugs.python.org/issue44781 closed by lukasz.langa

#44782: LRU class given as example in OrderedDict docs not work on pop
https://bugs.python.org/issue44782 closed by rhettinger

#44784: test_importlib uses deprecated SelectableGroups interface
https://bugs.python.org/issue44784 closed by jaraco

#44785: test_pickle issues "DeprecationWarning: The Tix Tk.."
https://bugs.python.org/issue44785 closed by lukasz.langa

#44790: Recursion causes Crash
https://bugs.python.org/issue44790 closed by Dennis Sweeney

#44792: Improve syntax errors for invalid if expressions
https://bugs.python.org/issue44792 closed by pablogsal

#44793: Arguments ignored in substitution in typing.Callable
https://bugs.python.org/issue44793 closed by serhiy.storchaka

#44794: Merge tests for typing.Callable and collection.abc.Callable
https://bugs.python.org/issue44794 closed by serhiy.storchaka

#44797: test_socket should expect warnings in truncated-data tests
https://bugs.python.org/issue44797 closed by iritkatriel

#44798: test_enum emits a deprecation warning from test_custom_strenum
https://bugs.python.org/issue44798 closed by iritkatriel

#44801: Type expression is coerced to a list of parameter arguments in
https://bugs.python.org/issue44801 closed by lukasz.langa

#44803: change tracemalloc.BaseFilter to an abstract class
https://bugs.python.org/issue44803 closed by lukasz.langa

#44804: Port fix of "issue44422" to Python3.6.x
https://bugs.python.org/issue44804 closed by ned.deily

#44806: Subclassing Protocol get different __init__
https://bugs.python.org/issue44806 closed by lukasz.langa

#44808: test_inspect fails in refleak mode
https://bugs.python.org/issue44808 closed by lukasz.langa

#44812: [docs] Document PyMember_{Get/Set}One in C API reference
https://bugs.python.org/issue44812 closed by lukasz.langa

#44814: python 3.9.6 installation installs 0 modules
https://bugs.python.org/issue44814 closed by mark.dickinson

#44818: '\t' (tab) support
https://bugs.python.org/issue44818 closed by serhiy.storchaka

#44820: subprocess hungs when processing <Null> value from mariadb
https://bugs.python.org/issue44820 closed by mark.dickinson

#44823: Docs fail to build - looking for the wrong interpreter (Python
https://bugs.python.org/issue44823 closed by pablogsal

#44824: The 3.10.0rc1 source tarballs contain the Docs/venv directory
https://bugs.python.org/issue44824 closed by hroncok

#44825: node.annotation is not a str in `ast`'s `class _Unparser(NodeV
https://bugs.python.org/issue44825 closed by samuelmarks

#44827: Incomplete 3.10.0rc1 release info
https://bugs.python.org/issue44827 closed by pablogsal

#44833: VideoCapture is not installing
https://bugs.python.org/issue44833 closed by eric.smith

#44835: What does "Python for Windows will still be Python for DOS" me
https://bugs.python.org/issue44835 closed by eric.smith

#44837: os.symlink arg names are bad
https://bugs.python.org/issue44837 closed by krey

#44838: SyntaxError: New message "expected 'else' after 'if' expressio
https://bugs.python.org/issue44838 closed by pablogsal

#44842: String conversion of Path removes '/' from original url
https://bugs.python.org/issue44842 closed by eric.smith

#44849: test_os: test_get_set_inheritable_o_path() failed on AMD64 Fre
https://bugs.python.org/issue44849 closed by vstinner

#44853: 3.10.0rc1 published md5 and size do not match for source archi
https://bugs.python.org/issue44853 closed by pablogsal
_______________________________________________
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/JRFJ4QH7TR35HFRQWOYPPCGOYRFAXK24/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-06 - 2021-08-13)
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 7393 ( -4)
closed 49249 (+60)
total 56642 (+56)

Open issues with patches: 2924


Issues opened (39)
==================

#44855: [doc] Complete the sqlite3 exception documentation
https://bugs.python.org/issue44855 opened by erlendaasland

#44859: Improve some sqlite3 errors
https://bugs.python.org/issue44859 opened by serhiy.storchaka

#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860 opened by uranusjr

#44861: csv.writer stopped to quote values with escapechar with csv.QU
https://bugs.python.org/issue44861 opened by xflr6

#44862: [docs] make "Deprecated since version {deprecated}, will be re
https://bugs.python.org/issue44862 opened by vini.g.fer

#44863: Allow TypedDict to inherit from Generics
https://bugs.python.org/issue44863 opened by sransara

#44864: [argparse] Do not translate user-provided strings in `Argument
https://bugs.python.org/issue44864 opened by jdetrey

#44865: [argparse] Missing translations
https://bugs.python.org/issue44865 opened by jdetrey

#44868: misleading error about fd / follow_symlinks from os.stat()
https://bugs.python.org/issue44868 opened by andrei.avk

#44869: MacOS Monterrey malloc issue
https://bugs.python.org/issue44869 opened by edumorlom

#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874 opened by iritkatriel

#44875: Update dis.findlinestarts documentaiton to reflect new usage o
https://bugs.python.org/issue44875 opened by gwk

#44876: .replace functions in datetime do not call __new__
https://bugs.python.org/issue44876 opened by joelgibson

#44877: Python > 3.7 build fails with IBM XL compiler
https://bugs.python.org/issue44877 opened by quellyn

#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881 opened by nascheme

#44882: add FileInput.rollback() for in-place filters
https://bugs.python.org/issue44882 opened by samwyse

#44883: configure --with-openssl-rpath=DIR too eager about existence o
https://bugs.python.org/issue44883 opened by Elvis.Pranskevichus

#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884 opened by fxcallewaert

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886 opened by Thomas Trummer

#44887: test_input_tty hangs when run multiple times in the same proce
https://bugs.python.org/issue44887 opened by lukasz.langa

#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888 opened by xtkoba

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889 opened by kj

#44892: configparser fails when the file contains a "%" inside a comme
https://bugs.python.org/issue44892 opened by DiddiLeija

#44893: importlib.metadata Entrypoint has a broken _asdict
https://bugs.python.org/issue44893 opened by Ronny.Pfannschmidt

#44894: HTTP request handler should check sys.stderr for None before u
https://bugs.python.org/issue44894 opened by xiaolingbao

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 opened by iritkatriel

#44896: Issue with unparse in ast module
https://bugs.python.org/issue44896 opened by xiaket

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897 opened by nascheme

#44898: Path.read_bytes() failed when path contains chinese character
https://bugs.python.org/issue44898 opened by russiavk

#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899 opened by marko-tuononen

#44900: Implement superinstructions
https://bugs.python.org/issue44900 opened by Mark.Shannon

#44901: Info about used pickle protocol used by multiprocessing.Queue
https://bugs.python.org/issue44901 opened by buhtz

#44903: [Doc] How does one to about getting onto the "Other Graphical
https://bugs.python.org/issue44903 opened by PySimpleGUI

#44904: Erroneous behaviour for abstract class properties
https://bugs.python.org/issue44904 opened by rzepecki.t

#44905: Abstract instance and class attributes for abstract base class
https://bugs.python.org/issue44905 opened by rzepecki.t

#44906: Crash on deep call stack under Windows
https://bugs.python.org/issue44906 opened by aleReimondo

#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907 opened by yangqing

#44908: recommend httpx as well as requests in http.client/urllib.requ
https://bugs.python.org/issue44908 opened by graingert

#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909 opened by pmenzel



Most recent 15 issues with no replies (15)
==========================================

#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909

#44908: recommend httpx as well as requests in http.client/urllib.requ
https://bugs.python.org/issue44908

#44906: Crash on deep call stack under Windows
https://bugs.python.org/issue44906

#44904: Erroneous behaviour for abstract class properties
https://bugs.python.org/issue44904

#44900: Implement superinstructions
https://bugs.python.org/issue44900

#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897

#44896: Issue with unparse in ast module
https://bugs.python.org/issue44896

#44892: configparser fails when the file contains a "%" inside a comme
https://bugs.python.org/issue44892

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889

#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886

#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884

#44883: configure --with-openssl-rpath=DIR too eager about existence o
https://bugs.python.org/issue44883

#44882: add FileInput.rollback() for in-place filters
https://bugs.python.org/issue44882



Most recent 15 issues waiting for review (15)
=============================================

#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907

#44900: Implement superinstructions
https://bugs.python.org/issue44900

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889

#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881

#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874

#44865: [argparse] Missing translations
https://bugs.python.org/issue44865

#44864: [argparse] Do not translate user-provided strings in `Argument
https://bugs.python.org/issue44864

#44863: Allow TypedDict to inherit from Generics
https://bugs.python.org/issue44863

#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860

#44859: Improve some sqlite3 errors
https://bugs.python.org/issue44859

#44855: [doc] Complete the sqlite3 exception documentation
https://bugs.python.org/issue44855

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848



Top 10 most discussed issues (10)
=================================

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 25 msgs

#25782: CPython hangs on error __context__ set to the error itself
https://bugs.python.org/issue25782 13 msgs

#44881: Consider integration of PyObject_GC_UnTrack() with the trashca
https://bugs.python.org/issue44881 13 msgs

#43976: Allow Python distributors to add custom site install schemes
https://bugs.python.org/issue43976 8 msgs

#44877: Python > 3.7 build fails with IBM XL compiler
https://bugs.python.org/issue44877 8 msgs

#40469: TimedRotatingFileHandler rotating on use not time
https://bugs.python.org/issue40469 7 msgs

#40899: Document exceptions raised by importlib.import
https://bugs.python.org/issue40899 7 msgs

#44887: test_input_tty hangs when run multiple times in the same proce
https://bugs.python.org/issue44887 7 msgs

#40222: "Zero cost" exception handling
https://bugs.python.org/issue40222 6 msgs

#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 6 msgs



Issues closed (54)
==================

#19582: Tkinter is not working with Py_SetPath
https://bugs.python.org/issue19582 closed by iritkatriel

#22330: PyOS_mystricmp is broken
https://bugs.python.org/issue22330 closed by iritkatriel

#26228: pty.spawn hangs on FreeBSD 9.3, 10.x, 12.1
https://bugs.python.org/issue26228 closed by lukasz.langa

#27752: [doc] CSV DictReader default dialect name 'excel' is misleadin
https://bugs.python.org/issue27752 closed by lukasz.langa

#30077: Support Apple AIFF-C pseudo compression in aifc.py
https://bugs.python.org/issue30077 closed by lukasz.langa

#32695: tarfile.open() raises TypeError when using compresslevel param
https://bugs.python.org/issue32695 closed by lukasz.langa

#33232: Segmentation fault in operator.attrgetter
https://bugs.python.org/issue33232 closed by iritkatriel

#33349: 2to3 fails to parse async generators in non-async functions
https://bugs.python.org/issue33349 closed by lukasz.langa

#33930: Segfault with deep recursion into object().__dir__
https://bugs.python.org/issue33930 closed by vstinner

#36700: base64 has old references that should be updated
https://bugs.python.org/issue36700 closed by lukasz.langa

#38671: pathlib.Path.resolve(strict=False) returns relative path on Wi
https://bugs.python.org/issue38671 closed by uranusjr

#38840: incorrect __all__ list in multiprocessing.managers module
https://bugs.python.org/issue38840 closed by lukasz.langa

#39498: Signpost security considerations in library
https://bugs.python.org/issue39498 closed by lukasz.langa

#40696: Exception handling with "await" can hang in Python3.9.0b1
https://bugs.python.org/issue40696 closed by chris.jerdonek

#40912: _PyOS_SigintEvent is never closed on Windows
https://bugs.python.org/issue40912 closed by vstinner

#41234: Remove symbol.sym_name
https://bugs.python.org/issue41234 closed by terry.reedy

#41402: email: ContentManager.set_content calls nonexistent method enc
https://bugs.python.org/issue41402 closed by lukasz.langa

#41576: document BaseException in favour of bare except in error tutor
https://bugs.python.org/issue41576 closed by lukasz.langa

#41645: Typo First Page of Documentation
https://bugs.python.org/issue41645 closed by willingc

#41703: Most bytecode changes are absent from Python 3.9 What's new
https://bugs.python.org/issue41703 closed by Mark.Shannon

#41779: add BLOB photo to sqlite3 python
https://bugs.python.org/issue41779 closed by eric.smith

#42053: fwalk: incorrect boolean test for non-fd arguments
https://bugs.python.org/issue42053 closed by serhiy.storchaka

#43392: Optimize repeated calls to `__import__()`
https://bugs.python.org/issue43392 closed by pitrou

#43838: There is a way to access an underlying mapping in MappingProxy
https://bugs.python.org/issue43838 closed by gvanrossum

#44207: Add a version number to Python functions
https://bugs.python.org/issue44207 closed by Mark.Shannon

#44297: Frame with -1 line number
https://bugs.python.org/issue44297 closed by Mark.Shannon

#44338: Port LOAD_GLOBAL to adaptive interpreter
https://bugs.python.org/issue44338 closed by Mark.Shannon

#44522: [doc] open() function errors='surrogateescape' has inaccurate
https://bugs.python.org/issue44522 closed by lukasz.langa

#44605: functools.total_ordering doesn't work with metaclasses
https://bugs.python.org/issue44605 closed by rhettinger

#44772: Regression in memory use of instances due to dictionary orderi
https://bugs.python.org/issue44772 closed by Mark.Shannon

#44819: assertSequenceEqual does not use _getAssertEqualityFunc
https://bugs.python.org/issue44819 closed by iritkatriel

#44821: Instance dictionaries should be created eagerly
https://bugs.python.org/issue44821 closed by Mark.Shannon

#44822: [sqlite3] Do not truncate results of user functions and aggreg
https://bugs.python.org/issue44822 closed by erlendaasland

#44839: Convert Python exceptions to appropriate SQLite error codes
https://bugs.python.org/issue44839 closed by serhiy.storchaka

#44840: Nested if/else gets phantom else trace again (3.10)
https://bugs.python.org/issue44840 closed by pablogsal

#44845: Allow keyword arguments in code.__new__
https://bugs.python.org/issue44845 closed by rhettinger

#44851: Update bundled pip to 21.2.3 and setuptools to 57.4.0
https://bugs.python.org/issue44851 closed by lukasz.langa

#44854: Add .editorconfig to the root directory
https://bugs.python.org/issue44854 closed by lukasz.langa

#44856: Possible reference leak in error paths of update_bases() and _
https://bugs.python.org/issue44856 closed by lukasz.langa

#44857: class member varibles assigned member functions create a circu
https://bugs.python.org/issue44857 closed by cliff.cordeiro

#44858: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44858 closed by uranusjr

#44866: Inconsistent Behavior of int()
https://bugs.python.org/issue44866 closed by steven.daprano

#44867: types.MappingProxyType and collections.defaultdict
https://bugs.python.org/issue44867 closed by rhettinger

#44870: email.message_from_bytes not working on BytesIO() object
https://bugs.python.org/issue44870 closed by eric.smith

#44871: Threading memory leak
https://bugs.python.org/issue44871 closed by benjamin.peterson

#44872: FrameObject uses the old trashcan macros
https://bugs.python.org/issue44872 closed by lukasz.langa

#44873: base64 RFC4648 test cases
https://bugs.python.org/issue44873 closed by lukasz.langa

#44878: Clumsy dispatching on interpreter entry.
https://bugs.python.org/issue44878 closed by Mark.Shannon

#44879: How to insert newline characters as normal characters while in
https://bugs.python.org/issue44879 closed by larry

#44880: Document code.replace()
https://bugs.python.org/issue44880 closed by iritkatriel

#44885: Incorrect exception highlighting for fstring format
https://bugs.python.org/issue44885 closed by pablogsal

#44890: Enable specialization stats collection when in Py_DEBUG
https://bugs.python.org/issue44890 closed by iritkatriel

#44891: Tests for `id(a) == id(a * 1)` for `bytes` and `str`
https://bugs.python.org/issue44891 closed by lukasz.langa

#44902: [Doc] Changing 'Mac OS X'/'OS X' to 'macOS'
https://bugs.python.org/issue44902 closed by meowmeowmeowcat
_______________________________________________
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/MINXECGVVX3IKD7P64FNWSIC76PMHBBB/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-13 - 2021-08-20)
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 7398 ( +5)
closed 49298 (+49)
total 56696 (+54)

Open issues with patches: 2928


Issues opened (35)
==================

#41322: unittest: deprecate test methods returning non-None values
https://bugs.python.org/issue41322 reopened by serhiy.storchaka

#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913 opened by enometh

#44915: Python keywords as string keys in TypedDict
https://bugs.python.org/issue44915 opened by Doug Hoskisson

#44918: Unhandled Exception (Not Implemented) in HTMLParser().feed
https://bugs.python.org/issue44918 opened by md103

#44919: TypedDict subtypes ignore any other metaclasses in 3.9+
https://bugs.python.org/issue44919 opened by sobolevn

#44920: Support UUIDv6, UUIDv7, and UUIDv8 from the new version of RFC
https://bugs.python.org/issue44920 opened by stevesimmons

#44921: dict subclassing is slow
https://bugs.python.org/issue44921 opened by Marco Sulla

#44924: logging.handlers.QueueHandler does not maintain the exc_text
https://bugs.python.org/issue44924 opened by Miksus

#44925: [docs] Confusing deprecation notice for typing.IO
https://bugs.python.org/issue44925 opened by rittneje

#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926 opened by mhils

#44927: [sqlite3] proposal: add sqlite3.Cursor.insert() method
https://bugs.python.org/issue44927 opened by AR

#44928: async generator missing unawaited coroutine warning
https://bugs.python.org/issue44928 opened by graingert

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 opened by pablogsal

#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 opened by bn_append

#44936: test_concurrent_futures: test_cancel_futures_wait_false() and
https://bugs.python.org/issue44936 opened by vstinner

#44937: test_regrest: test_tools_script_run_tests() failed on GHA Wind
https://bugs.python.org/issue44937 opened by vstinner

#44938: Expose PyErr_ChainExceptions in the stable API
https://bugs.python.org/issue44938 opened by pablogsal

#44939: proposal: add support for regex in Literal type hint
https://bugs.python.org/issue44939 opened by leon.mintz

#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940 opened by rondevous

#44941: Add check_methods function to standard library
https://bugs.python.org/issue44941 opened by finnjavier08

#44943: Integrate PyHyphen into the textwrap module?
https://bugs.python.org/issue44943 opened by elsiehupp

#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945 opened by Mark.Shannon

#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946 opened by Mark.Shannon

#44948: DeprecationWarning: Using ioctl() method
https://bugs.python.org/issue44948 opened by Thomas Trummer

#44951: selector.EpollSelector: EPOLLEXCLUSIVE, round 2
https://bugs.python.org/issue44951 opened by David.Gilman

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953 opened by Dennis Sweeney

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 opened by pgimeno

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955 opened by serhiy.storchaka

#44956: curses getch returns wrong value
https://bugs.python.org/issue44956 opened by arbor

#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957 opened by srittau

#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958 opened by erlendaasland

#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959 opened by florinspatar

#44961: @classmethod doesn't set __wrapped__ the same way as functool'
https://bugs.python.org/issue44961 opened by Thomas701

#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962 opened by graingert

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963 opened by lordmauve



Most recent 15 issues with no replies (15)
==========================================

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963

#44961: @classmethod doesn't set __wrapped__ the same way as functool'
https://bugs.python.org/issue44961

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953

#44948: DeprecationWarning: Using ioctl() method
https://bugs.python.org/issue44948

#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945

#44939: proposal: add support for regex in Literal type hint
https://bugs.python.org/issue44939

#44928: async generator missing unawaited coroutine warning
https://bugs.python.org/issue44928

#44919: TypedDict subtypes ignore any other metaclasses in 3.9+
https://bugs.python.org/issue44919

#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913

#44909: configure should pick /usr/bin/g++ automatically if present
https://bugs.python.org/issue44909

#44899: tarfile: add support for creating an archive of potentially ch
https://bugs.python.org/issue44899

#44888: ssl.OP_LEGACY_SERVER_CONNECT missing
https://bugs.python.org/issue44888

#44886: asyncio: create_datagram_endpoint() does not return a Datagram
https://bugs.python.org/issue44886

#44884: logging Formatter behavior when using msecs and braces : '{'
https://bugs.python.org/issue44884



Most recent 15 issues waiting for review (15)
=============================================

#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959

#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958

#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954

#44953: Add vectorcall on operator.itemgetter and attrgetter objects
https://bugs.python.org/issue44953

#44951: selector.EpollSelector: EPOLLEXCLUSIVE, round 2
https://bugs.python.org/issue44951

#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946

#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940

#44938: Expose PyErr_ChainExceptions in the stable API
https://bugs.python.org/issue44938

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929

#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926

#44897: Integrate trashcan mechanism into _Py_Dealloc
https://bugs.python.org/issue44897

#44896: AttributeError in ast.unparse
https://bugs.python.org/issue44896

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895



Top 10 most discussed issues (10)
=================================

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 35 msgs

#44926: typing.get_type_hints() raises for type aliases with forward r
https://bugs.python.org/issue44926 11 msgs

#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560 8 msgs

#44940: Suggest the use of non-capturing groups in re.findall() and re
https://bugs.python.org/issue44940 8 msgs

#41322: unittest: deprecate test methods returning non-None values
https://bugs.python.org/issue41322 6 msgs

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 6 msgs

#44524: __name__ attribute in typing module
https://bugs.python.org/issue44524 5 msgs

#44921: dict subclassing is slow
https://bugs.python.org/issue44921 5 msgs

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 5 msgs

#44924: logging.handlers.QueueHandler does not maintain the exc_text
https://bugs.python.org/issue44924 4 msgs



Issues closed (45)
==================

#16580: [doc] Add examples to int.to_bytes and int.from_bytes
https://bugs.python.org/issue16580 closed by mark.dickinson

#21111: Add a new PyLong_AsUnsignedLongAndOverflow function
https://bugs.python.org/issue21111 closed by mark.dickinson

#26871: Change weird behavior of PyModule_AddObject()
https://bugs.python.org/issue26871 closed by petr.viktorin

#27353: Add nroot function to math
https://bugs.python.org/issue27353 closed by mark.dickinson

#28111: geometric_mean can raise OverflowError for large input length
https://bugs.python.org/issue28111 closed by mark.dickinson

#28327: statistics.geometric_mean gives incorrect results for mixed in
https://bugs.python.org/issue28327 closed by mark.dickinson

#33479: Document tkinter and threads
https://bugs.python.org/issue33479 closed by lukasz.langa

#34882: f(a=1, *args) should be a SyntaxError
https://bugs.python.org/issue34882 closed by pablogsal

#36099: Clarify the difference between mu and xbar in the statistics d
https://bugs.python.org/issue36099 closed by iritkatriel

#38956: argparse.BooleanOptionalAction should not add the default valu
https://bugs.python.org/issue38956 closed by lukasz.langa

#42035: [C API] PyType_GetSlot cannot get tp_name
https://bugs.python.org/issue42035 closed by petr.viktorin

#43350: [sqlite3] Active statements are reset twice in _pysqlite_query
https://bugs.python.org/issue43350 closed by erlendaasland

#44079: [sqlite3] remove superfluous statement weak ref list from conn
https://bugs.python.org/issue44079 closed by pablogsal

#44240: Incorrect behavior of LOAD_ATTR due to overflow in tp_version
https://bugs.python.org/issue44240 closed by Mark.Shannon

#44508: asyncio: document failure mode for loop.call_soon_threadsafe
https://bugs.python.org/issue44508 closed by lukasz.langa

#44625: Python C API version of `fractions` module
https://bugs.python.org/issue44625 closed by mark.dickinson

#44815: asyncio.gather no DeprecationWarning if task are passed
https://bugs.python.org/issue44815 closed by lukasz.langa

#44830: Broken Mozilla devguide link in "Dealing with Bugs" doc sectio
https://bugs.python.org/issue44830 closed by lukasz.langa

#44852: Add ability to wholesale silence DeprecationWarnings while run
https://bugs.python.org/issue44852 closed by lukasz.langa

#44862: [docs] make "Deprecated since version {deprecated}, will be re
https://bugs.python.org/issue44862 closed by terry.reedy

#44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter
https://bugs.python.org/issue44889 closed by kj

#44898: Path.read_bytes() failed when path contains chinese character
https://bugs.python.org/issue44898 closed by terry.reedy

#44900: Implement superinstructions
https://bugs.python.org/issue44900 closed by Mark.Shannon

#44903: [Doc] How does one to about getting onto the "Other Graphical
https://bugs.python.org/issue44903 closed by lukasz.langa

#44907: examples code output do not match the current version 3.9
https://bugs.python.org/issue44907 closed by terry.reedy

#44910: Floating point issue
https://bugs.python.org/issue44910 closed by eric.smith

#44911: Leaked tasks cause IsolatedAsyncioTestCase to throw an excepti
https://bugs.python.org/issue44911 closed by lukasz.langa

#44912: doc: macOS supports os.fsync(fd)
https://bugs.python.org/issue44912 closed by malin

#44914: tp_version_tag is not unique when test runs with -R :
https://bugs.python.org/issue44914 closed by kj

#44916: Random behaviour when importing two modules with the same name
https://bugs.python.org/issue44916 closed by brett.cannon

#44917: interpreter hangs on recursion in both body and handler of a t
https://bugs.python.org/issue44917 closed by iritkatriel

#44922: isinstance breaks on imported dataclasses
https://bugs.python.org/issue44922 closed by eric.smith

#44923: Unittest incorrect result with argparse.ArgumentError in self
https://bugs.python.org/issue44923 closed by serhiy.storchaka

#44930: super-Matlab-style ranged list literal initialization
https://bugs.python.org/issue44930 closed by serhiy.storchaka

#44931: Add "bidimap" to collections library: a simple bidirectional m
https://bugs.python.org/issue44931 closed by rhettinger

#44932: `issubclass` and `isinstance` doesn't check for all 2nd argume
https://bugs.python.org/issue44932 closed by kj

#44933: python3.9-intel64 hardened runtime not enabled
https://bugs.python.org/issue44933 closed by ned.deily

#44935: Solaris: enable posix_spawn in subprocess
https://bugs.python.org/issue44935 closed by gregory.p.smith

#44942: Add number pad enter bind to TK's simpleDialog
https://bugs.python.org/issue44942 closed by terry.reedy

#44944: Addition of _heappush_max method to complete the max heap impl
https://bugs.python.org/issue44944 closed by rhettinger

#44947: SyntaxError: trailing comma not allowed ... misleading
https://bugs.python.org/issue44947 closed by lukasz.langa

#44949: test_readline: test_auto_history_disabled() fails randomly on
https://bugs.python.org/issue44949 closed by vstinner

#44950: Math
https://bugs.python.org/issue44950 closed by Dennis Sweeney

#44952: list need to filter again because the continue empty str value
https://bugs.python.org/issue44952 closed by py_ok

#44960: Add regression test for geometric_mean
https://bugs.python.org/issue44960 closed by iritkatriel
_______________________________________________
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/NO7V6A3ZTM3RCKEG3HJ5FZHDDA3HIGWH/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-20 - 2021-08-27)
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 7413 (+15)
closed 49352 (+54)
total 56765 (+69)

Open issues with patches: 2935


Issues opened (49)
==================

#42085: Add dedicated slot for sending values
https://bugs.python.org/issue42085 reopened by pablogsal

#44964: Semantics of PyCode_Addr2Line() changed
https://bugs.python.org/issue44964 opened by pablogsal

#44969: Subclassing of annotated types does not always work
https://bugs.python.org/issue44969 opened by serhiy.storchaka

#44970: Re-examine complex pow special case handling
https://bugs.python.org/issue44970 opened by mark.dickinson

#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972 opened by rmast

#44974: Warning about "Unknown child process pid" in test_asyncio
https://bugs.python.org/issue44974 opened by serhiy.storchaka

#44975: [typing] Runtime protocols with ClassVar data members should s
https://bugs.python.org/issue44975 opened by kj

#44977: Deprecate delegation of int to __trunc__?
https://bugs.python.org/issue44977 opened by mark.dickinson

#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980 opened by andrei.avk

#44981: wildcard imports should normalise names in `__all__`
https://bugs.python.org/issue44981 opened by christian.kolen

#44982: Add vendor information
https://bugs.python.org/issue44982 opened by FFY00

#44983: Wrong definition of a starred expression in the Language Refer
https://bugs.python.org/issue44983 opened by Takuo Matsuoka

#44985: Inconsistent returned value of inspect.getfullargspec(object._
https://bugs.python.org/issue44985 opened by Mehrzad

#44986: Date formats in help messages of argparse
https://bugs.python.org/issue44986 opened by mail.de.senger

#44987: Speed up unicode normalization of ASCII strings
https://bugs.python.org/issue44987 opened by steven.daprano

#44989: Fix documentation for truth testing
https://bugs.python.org/issue44989 opened by steven.daprano

#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991 opened by erlendaasland

#44994: datetime's C implementation verifies fromisoformat is ASCII, b
https://bugs.python.org/issue44994 opened by Julian

#44995: "Hide the prompts and output" works abnormal
https://bugs.python.org/issue44995 opened by yangqing

#44996: tarfile missing TarInfo.offset_data member in documentation
https://bugs.python.org/issue44996 opened by nilsnolde

#44998: tests failed
https://bugs.python.org/issue44998 opened by jett8998

#44999: Argparse missing translates
https://bugs.python.org/issue44999 opened by santhu_reddy12

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 opened by wbolster

#45002: won't match correct version of tcl/tk
https://bugs.python.org/issue45002 opened by jett8998

#45004: add Enum to ctypes
https://bugs.python.org/issue45004 opened by ethan.furman

#45005: Two Layers of SSL/TLS
https://bugs.python.org/issue45005 opened by mjbmr

#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006 opened by zhangxp1998

#45007: OpenSSL 1.1.1l is released
https://bugs.python.org/issue45007 opened by ned.deily

#45008: asyncio.gather should not "dedup" awaitables
https://bugs.python.org/issue45008 opened by byllyfish

#45009: Get last modified date of Folders and Files using os.path modu
https://bugs.python.org/issue45009 opened by gopeshsingh

#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012 opened by uosiu

#45013: os.path.isfile fails on path exactly 260 Chars long in Windows
https://bugs.python.org/issue45013 opened by ubermidget2

#45015: Language Reference failing to describe the treatment of starre
https://bugs.python.org/issue45015 opened by Takuo Matsuoka

#45016: Multiprocessing freeze support unclear
https://bugs.python.org/issue45016 opened by ronaldoussoren

#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017 opened by iritkatriel

#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018 opened by lukasz.langa

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019 opened by eric.snow

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 opened by eric.snow

#45021: Race condition in thread.py
https://bugs.python.org/issue45021 opened by nullptr

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 opened by steve.dower

#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023 opened by ambwrig

#45024: Cannot extend collections ABCs with protocol
https://bugs.python.org/issue45024 opened by anuppari

#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025 opened by indygreg

#45026: More compact range iterator
https://bugs.python.org/issue45026 opened by serhiy.storchaka

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027 opened by gwerbin

#45029: tkinter doc, hello world example - quit button clobbers method
https://bugs.python.org/issue45029 opened by lyndon.darcy

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030 opened by serhiy.storchaka

#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031 opened by janripke

#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032 opened by jrojas



Most recent 15 issues with no replies (15)
==========================================

#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032

#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027

#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025

#45024: Cannot extend collections ABCs with protocol
https://bugs.python.org/issue45024

#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019

#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017

#45016: Multiprocessing freeze support unclear
https://bugs.python.org/issue45016

#45015: Language Reference failing to describe the treatment of starre
https://bugs.python.org/issue45015

#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012

#45008: asyncio.gather should not "dedup" awaitables
https://bugs.python.org/issue45008

#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006

#45004: add Enum to ctypes
https://bugs.python.org/issue45004



Most recent 15 issues waiting for review (15)
=============================================

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45026: More compact range iterator
https://bugs.python.org/issue45026

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019

#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018

#45006: Add data_offset field to ZipInfo
https://bugs.python.org/issue45006

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001

#44995: "Hide the prompts and output" works abnormal
https://bugs.python.org/issue44995

#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991

#44986: Date formats in help messages of argparse
https://bugs.python.org/issue44986

#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980

#44975: [typing] Runtime protocols with ClassVar data members should s
https://bugs.python.org/issue44975

#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963

#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962



Top 10 most discussed issues (10)
=================================

#42560: Improve Tkinter Documentation
https://bugs.python.org/issue42560 15 msgs

#41102: ZipFile.namelist() does not match the actual files in .zip fil
https://bugs.python.org/issue41102 13 msgs

#44934: Windows installer: Append Python to PATH instead of prepending
https://bugs.python.org/issue44934 13 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 10 msgs

#44972: Add workflow_dispatch trigger for GitHub Actions jobs
https://bugs.python.org/issue44972 9 msgs

#44977: Deprecate delegation of int to __trunc__?
https://bugs.python.org/issue44977 8 msgs

#44981: wildcard imports should normalise names in `__all__`
https://bugs.python.org/issue44981 7 msgs

#39218: Assertion failure when calling statistics.variance() on a floa
https://bugs.python.org/issue39218 5 msgs

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 5 msgs

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 5 msgs



Issues closed (54)
==================

#4442: document immutable type subclassing via __new__
https://bugs.python.org/issue4442 closed by lukasz.langa

#14613: time.time can return NaN
https://bugs.python.org/issue14613 closed by iritkatriel

#17359: Mention "__main__.py" explicitly in command line docs
https://bugs.python.org/issue17359 closed by lukasz.langa

#21184: statistics.pvariance with known mean does not work as expected
https://bugs.python.org/issue21184 closed by rhettinger

#24234: Should we define complex.__complex__ and bytes.__bytes__?
https://bugs.python.org/issue24234 closed by mark.dickinson

#24632: Improve documentation about __main__.py
https://bugs.python.org/issue24632 closed by lukasz.langa

#25867: os.stat raises exception when using unicode and no locale is s
https://bugs.python.org/issue25867 closed by eryksun

#30924: RPM build doc_files needs files separated into separate lines
https://bugs.python.org/issue30924 closed by shihai1991

#30999: statistics module: add a general selection function
https://bugs.python.org/issue30999 closed by rhettinger

#34990: year 2038 problem in compileall.py
https://bugs.python.org/issue34990 closed by ammar2

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596 closed by lukasz.langa

#39301: Specification of bitshift on integers should clearly state flo
https://bugs.python.org/issue39301 closed by mark.dickinson

#39452: Improve the __main__ module documentation
https://bugs.python.org/issue39452 closed by lukasz.langa

#40608: PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwar
https://bugs.python.org/issue40608 closed by iritkatriel

#40635: Documentation for socket.getfqdn incorrect?
https://bugs.python.org/issue40635 closed by lukasz.langa

#40772: module 'resource' has no attribute 'RLIMIT_VMEM'
https://bugs.python.org/issue40772 closed by ronaldoussoren

#42538: AsyncIO strange behaviour
https://bugs.python.org/issue42538 closed by ncoghlan

#43598: test_subprocess logs multiple ResourceWarning warnings
https://bugs.python.org/issue43598 closed by serhiy.storchaka

#43826: Resource warnings in test_subprocess
https://bugs.python.org/issue43826 closed by xtreak

#44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
https://bugs.python.org/issue44690 closed by gregory.p.smith

#44826: Specialize STORE_ATTR using PEP 659 machinery.
https://bugs.python.org/issue44826 closed by Mark.Shannon

#44874: Deprecate Py_TRASHCAN_SAFE_BEGIN/END
https://bugs.python.org/issue44874 closed by lukasz.langa

#44913: segfault in call to embedded PyModule_New
https://bugs.python.org/issue44913 closed by shihai1991

#44915: Python keywords as string keys in TypedDict
https://bugs.python.org/issue44915 closed by gvanrossum

#44918: Unhandled Exception (Not Implemented) in HTMLParser().feed
https://bugs.python.org/issue44918 closed by terry.reedy

#44929: Some RegexFlag cannot be printed in the repr
https://bugs.python.org/issue44929 closed by lukasz.langa

#44940: Clarify the documentation of re.findall()
https://bugs.python.org/issue44940 closed by serhiy.storchaka

#44943: Integrate PyHyphen into the textwrap module?
https://bugs.python.org/issue44943 closed by rhettinger

#44945: Specialize BINARY_ADD using PEP 659 machinery.
https://bugs.python.org/issue44945 closed by Mark.Shannon

#44946: Integer operations are inefficient for "medium" integers.
https://bugs.python.org/issue44946 closed by Mark.Shannon

#44954: Bug in float.fromhex
https://bugs.python.org/issue44954 closed by mark.dickinson

#44955: Method stopTestRun() is not always called for skipped tests
https://bugs.python.org/issue44955 closed by serhiy.storchaka

#44957: typing docs: Mention PEP 604 syntax more prominently
https://bugs.python.org/issue44957 closed by lukasz.langa

#44965: [sqlite3] early exit for non-DML statements in executemany()
https://bugs.python.org/issue44965 closed by pablogsal

#44966: example code does not macth the very version(3.9)
https://bugs.python.org/issue44966 closed by rhettinger

#44967: pydoc should return non-zero exit code when a query is not fou
https://bugs.python.org/issue44967 closed by lukasz.langa

#44968: Fix/remove test_subprocess_wait_no_same_group from test_asynci
https://bugs.python.org/issue44968 closed by serhiy.storchaka

#44971: Named widget has NoneType after single line creation
https://bugs.python.org/issue44971 closed by steven.daprano

#44973: @classmethod can be stacked on @property, but @staticmethod ca
https://bugs.python.org/issue44973 closed by rhettinger

#44976: [sqlite3] lazy creation of result rows
https://bugs.python.org/issue44976 closed by pablogsal

#44978: Argument Clinic should not exclude __complex__ methods
https://bugs.python.org/issue44978 closed by mark.dickinson

#44979: pathlib: support relative path construction
https://bugs.python.org/issue44979 closed by pitrou

#44984: Rewrite test_null_strings in _testcapi
https://bugs.python.org/issue44984 closed by lukasz.langa

#44988: Use the newest tcl/tk support
https://bugs.python.org/issue44988 closed by ned.deily

#44990: Change layout of frames back to specials-locals-stack (from lo
https://bugs.python.org/issue44990 closed by Mark.Shannon

#44992: functools.lru_cache does not guarantee cache hits for equal va
https://bugs.python.org/issue44992 closed by rhettinger

#44993: enum.auto() starts with one instead of zero
https://bugs.python.org/issue44993 closed by eric.smith

#44997: [sqlite3] build fails on macOS 11.5.1
https://bugs.python.org/issue44997 closed by jett8998

#45000: del __debug__ should be a SyntaxError
https://bugs.python.org/issue45000 closed by pablogsal

#45003: Documentation wrote __div__ instead of __truediv__
https://bugs.python.org/issue45003 closed by serhiy.storchaka

#45010: Remove support of special method __div__ in unittest.mock
https://bugs.python.org/issue45010 closed by lukasz.langa

#45011: tests fail when using pure-python instead of _asyncio
https://bugs.python.org/issue45011 closed by lukasz.langa

#45014: SyntaxError describing the error using a wrong term
https://bugs.python.org/issue45014 closed by pablogsal

#45028: module 'unittest.mock' has no attribute 'AsyncMock'
https://bugs.python.org/issue45028 closed by xtreak
_______________________________________________
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/ODWABM2X44ZSIRCTZLPPNSZ5LIVY4ETT/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-08-27 - 2021-09-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 7409 ( -4)
closed 49419 (+67)
total 56828 (+63)

Open issues with patches: 2945


Issues opened (38)
==================

#20658: os.environ.clear() fails with empty keys (posix.unsetenv)
https://bugs.python.org/issue20658 reopened by iritkatriel

#37330: open(): remove 'U' mode, deprecated since Python 3.3
https://bugs.python.org/issue37330 reopened by vstinner

#45033: Calls to PyErr_PrintEx in destructors cause calling async func
https://bugs.python.org/issue45033 opened by zbentley

#45034: Improve struct.pack out of range error messages
https://bugs.python.org/issue45034 opened by steven.daprano

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035 opened by uranusjr

#45036: turtle.onrelease() event doesn't get triggered sometimes
https://bugs.python.org/issue45036 opened by techn010je11y

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040 opened by erlendaasland

#45041: [sqlite3] simplify executescript()
https://bugs.python.org/issue45041 opened by erlendaasland

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042 opened by serhiy.storchaka

#45046: Add support of context managers in unittest
https://bugs.python.org/issue45046 opened by serhiy.storchaka

#45052: WithProcessesTestSharedMemory.test_shared_memory_basics fails
https://bugs.python.org/issue45052 opened by sobolevn

#45053: MD5SumTests.test_checksum_fodder fails on Windows
https://bugs.python.org/issue45053 opened by sobolevn

#45054: json module should issue warning about duplicate keys
https://bugs.python.org/issue45054 opened by Zeturic

#45055: Fresh build on Windows fails the first time for zlib.c
https://bugs.python.org/issue45055 opened by gvanrossum

#45056: compiler: Unnecessary None in co_consts
https://bugs.python.org/issue45056 opened by methane

#45058: Undefined behavior for syntax "except AError or BError:" accep
https://bugs.python.org/issue45058 opened by kftse20031207

#45060: Do not use the equality operators with None
https://bugs.python.org/issue45060 opened by serhiy.storchaka

#45062: test_asyncio: test_huge_content_recvinto() failed on PPC64LE R
https://bugs.python.org/issue45062 opened by vstinner

#45063: PEP 657 Fine Grained Error Locations: omit indicators if they
https://bugs.python.org/issue45063 opened by vstinner

#45065: test_asyncio failed (env changed) on s390x RHEL8 Refleaks 3.10
https://bugs.python.org/issue45065 opened by vstinner

#45066: email parser fails to decode quoted-printable rfc822 message a
https://bugs.python.org/issue45066 opened by anarcat

#45067: Failed to build _curses on CentOS 7
https://bugs.python.org/issue45067 opened by orsenthil

#45069: python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll ass
https://bugs.python.org/issue45069 opened by xcl123

#45073: windows installer quiet installation targetdir escapes "quote"
https://bugs.python.org/issue45073 opened by DMI-1407

#45074: asyncio hang in subprocess wait_closed() on Windows, BrokenPip
https://bugs.python.org/issue45074 opened by byllyfish

#45075: confusion between frame and frame_summary in traceback module
https://bugs.python.org/issue45075 opened by iritkatriel

#45077: multiprocessing.Pool(64) crashes on Windows
https://bugs.python.org/issue45077 opened by saschanaz

#45078: test_importlib: test_read_bytes() fails on AMD64 Windows8.1 No
https://bugs.python.org/issue45078 opened by vstinner

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 opened by iritkatriel

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084 opened by vstinner

#45086: f-string unmatched ']'
https://bugs.python.org/issue45086 opened by Greg Kuhn

#45088: Coroutines & async generators disagree on the iteration protoc
https://bugs.python.org/issue45088 opened by yselivanov

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089 opened by erlendaasland

#45090: Add pairwise to What's New in Python 3.10; mark it as new in i
https://bugs.python.org/issue45090 opened by ramalho

#45091: inspect.Parameter.__str__ does not include subscripted types i
https://bugs.python.org/issue45091 opened by antonio-caceres

#45093: Add method to compare dicts accounting for order
https://bugs.python.org/issue45093 opened by mcarans

#45094: Consider using __forceinline and __attribute__((always_inline)
https://bugs.python.org/issue45094 opened by vstinner

#45095: Easier loggers traversal tree with a logger.getChildren method
https://bugs.python.org/issue45095 opened by sblondon



Most recent 15 issues with no replies (15)
==========================================

#45095: Easier loggers traversal tree with a logger.getChildren method
https://bugs.python.org/issue45095

#45091: inspect.Parameter.__str__ does not include subscripted types i
https://bugs.python.org/issue45091

#45090: Add pairwise to What's New in Python 3.10; mark it as new in i
https://bugs.python.org/issue45090

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089

#45088: Coroutines & async generators disagree on the iteration protoc
https://bugs.python.org/issue45088

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084

#45074: asyncio hang in subprocess wait_closed() on Windows, BrokenPip
https://bugs.python.org/issue45074

#45062: test_asyncio: test_huge_content_recvinto() failed on PPC64LE R
https://bugs.python.org/issue45062

#45046: Add support of context managers in unittest
https://bugs.python.org/issue45046

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035

#45034: Improve struct.pack out of range error messages
https://bugs.python.org/issue45034

#45033: Calls to PyErr_PrintEx in destructors cause calling async func
https://bugs.python.org/issue45033

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45023: Python doesn't exit with proper resultcode on SIGINT in multip
https://bugs.python.org/issue45023



Most recent 15 issues waiting for review (15)
=============================================

#45094: Consider using __forceinline and __attribute__((always_inline)
https://bugs.python.org/issue45094

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083

#45078: test_importlib: test_read_bytes() fails on AMD64 Windows8.1 No
https://bugs.python.org/issue45078

#45075: confusion between frame and frame_summary in traceback module
https://bugs.python.org/issue45075

#45060: Do not use the equality operators with None
https://bugs.python.org/issue45060

#45056: compiler: Unnecessary None in co_consts
https://bugs.python.org/issue45056

#45046: Add support of context managers in unittest
https://bugs.python.org/issue45046

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042

#45041: [sqlite3] simplify executescript()
https://bugs.python.org/issue45041

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027



Top 10 most discussed issues (10)
=================================

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 27 msgs

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 15 msgs

#44689: ctypes.util.find_library() does not find macOS 11+ system libr
https://bugs.python.org/issue44689 13 msgs

#27175: Unpickling Path objects
https://bugs.python.org/issue27175 11 msgs

#44895: refleak test failure in test_exceptions
https://bugs.python.org/issue44895 10 msgs

#25130: Make tests more PyPy compatible
https://bugs.python.org/issue25130 9 msgs

#45025: Reliance on C bit fields in C API is undefined behavior
https://bugs.python.org/issue45025 8 msgs

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042 8 msgs

#34561: Replace list sorting merge_collapse()?
https://bugs.python.org/issue34561 7 msgs

#37596: Reproducible pyc: frozenset is not serialized in a determinist
https://bugs.python.org/issue37596 7 msgs



Issues closed (62)
==================

#16379: SQLite error code not exposed to python
https://bugs.python.org/issue16379 closed by erlendaasland

#19027: undefined symbol: _PyParser_Grammar
https://bugs.python.org/issue19027 closed by iritkatriel

#27334: [sqlite3] context manager leaves db locked if commit fails in
https://bugs.python.org/issue27334 closed by erlendaasland

#31962: test_importlib double free or corruption
https://bugs.python.org/issue31962 closed by vstinner

#32766: 4.7.7. Function Annotations
https://bugs.python.org/issue32766 closed by iritkatriel

#33511: Update config.sub
https://bugs.python.org/issue33511 closed by iritkatriel

#35391: threading.RLock exception handling while waiting
https://bugs.python.org/issue35391 closed by pitrou

#37694: Crash when calling zipimport.zipimporter.__new__().<method>()
https://bugs.python.org/issue37694 closed by iritkatriel

#37719: addSubtest not calling addFailure and addError
https://bugs.python.org/issue37719 closed by serhiy.storchaka

#39218: Assertion failure when calling statistics.variance() on a floa
https://bugs.python.org/issue39218 closed by rhettinger

#39241: Popen of python3.6 hangs on os.read(errpipe_read, 50000)
https://bugs.python.org/issue39241 closed by iritkatriel

#39320: Handle unpacking of */** arguments and rvalues in the compiler
https://bugs.python.org/issue39320 closed by Mark.Shannon

#39817: CRITICAL: TypeError: cannot pickle 'generator'
https://bugs.python.org/issue39817 closed by iritkatriel

#40360: Deprecate lib2to3 (and 2to3) for future removal
https://bugs.python.org/issue40360 closed by vstinner

#40935: Links to Python3 docs for some libs return 404
https://bugs.python.org/issue40935 closed by ned.deily

#41620: Python Unittest does not return results object when the test i
https://bugs.python.org/issue41620 closed by lukasz.langa

#42255: webbrowser.MacOSX is unused, untested and undocumented
https://bugs.python.org/issue42255 closed by lukasz.langa

#43124: [security] smtplib multiple CRLF injection
https://bugs.python.org/issue43124 closed by lukasz.langa

#43612: zlib.compress should have a wbits argument
https://bugs.python.org/issue43612 closed by lukasz.langa

#43613: gzip.compress and gzip.decompress are sub-optimally implemente
https://bugs.python.org/issue43613 closed by rhpvorderman

#43913: unittest module cleanup functions not run unless tearDownModul
https://bugs.python.org/issue43913 closed by lukasz.langa

#44135: issubclass documentation doesn't explain tuple semantic
https://bugs.python.org/issue44135 closed by lukasz.langa

#44394: [security] CVE-2013-0340 "Billion Laughs" fixed in Expat >=2.4
https://bugs.python.org/issue44394 closed by ned.deily

#44449: Segfault in _PyTrash_begin when faulthandler tries to dump thr
https://bugs.python.org/issue44449 closed by vstinner

#44489: _handle_existing_loggers should respect loggers that were manu
https://bugs.python.org/issue44489 closed by vinay.sajip

#44925: [docs] Confusing deprecation notice for typing.IO
https://bugs.python.org/issue44925 closed by lukasz.langa

#44962: asyncio.create_task weakrefset race condition
https://bugs.python.org/issue44962 closed by lukasz.langa

#44980: Clean up tests that return a value that isn't None
https://bugs.python.org/issue44980 closed by andrei.avk

#45001: Date parsing helpers in email module incorrectly raise IndexEr
https://bugs.python.org/issue45001 closed by ned.deily

#45007: OpenSSL 1.1.1l is released
https://bugs.python.org/issue45007 closed by lukasz.langa

#45018: Pickling a range iterator with an index of over sizeof(int) st
https://bugs.python.org/issue45018 closed by lukasz.langa

#45019: Freezing modules has manual steps but could be automated.
https://bugs.python.org/issue45019 closed by eric.snow

#45029: tkinter doc, hello world example - quit button clobbers method
https://bugs.python.org/issue45029 closed by terry.reedy

#45031: [Windows] datetime.fromtimestamp(t) when t = 253402210800 fail
https://bugs.python.org/issue45031 closed by eryksun

#45032: struct.unpack() returns NaN
https://bugs.python.org/issue45032 closed by steven.daprano

#45037: theme-change.py for tkinter lib
https://bugs.python.org/issue45037 closed by zach.ware

#45038: Bugs
https://bugs.python.org/issue45038 closed by zach.ware

#45039: use ADDOP_LOAD_CONST consistently
https://bugs.python.org/issue45039 closed by iritkatriel

#45043: Typo (change 'two' to 'three')
https://bugs.python.org/issue45043 closed by nofliesonyou

#45044: Agreeing on error raised by large repeat value for sequences
https://bugs.python.org/issue45044 closed by rhettinger

#45045: Optimize mapping patterns of structural pattern matching
https://bugs.python.org/issue45045 closed by corona10

#45047: Update demo files
https://bugs.python.org/issue45047 closed by serhiy.storchaka

#45048: subprocess.run(capture_output=Bool) does the opposite of expec
https://bugs.python.org/issue45048 closed by DragonEggBedrockBreaking

#45049: added cbrt() in MATH_RADIANS_METHODDEF which is missing befor
https://bugs.python.org/issue45049 closed by serhiy.storchaka

#45050: created unittest file analyze_text.py
https://bugs.python.org/issue45050 closed by serhiy.storchaka

#45051: wrote optimised async_test.py for async lib
https://bugs.python.org/issue45051 closed by zach.ware

#45057: Simplify RegressionTestResult
https://bugs.python.org/issue45057 closed by serhiy.storchaka

#45059: Typo: using "==" instead of "="
https://bugs.python.org/issue45059 closed by terry.reedy

#45061: [C API] Detect refcount bugs on True/False in C extensions
https://bugs.python.org/issue45061 closed by vstinner

#45064: Raising AttributeError in descriptor decorator causing searchi
https://bugs.python.org/issue45064 closed by uriyyo

#45068: python 3.9.2 contains libcrypto-1_1.dll and libssl-1_1.dll ass
https://bugs.python.org/issue45068 closed by zach.ware

#45070: python 3.9.2 contains wininst-10.0-amd64.exe. wininst-10.0.exe
https://bugs.python.org/issue45070 closed by zach.ware

#45071: python 3.9.2 contains _bz2.pyd associates CVE-2019-12900 and C
https://bugs.python.org/issue45071 closed by zach.ware

#45072: python 3.9.2 contains ensurepip and pip associates CVE-2021-35
https://bugs.python.org/issue45072 closed by zach.ware

#45076: open "r+" problem
https://bugs.python.org/issue45076 closed by zach.ware

#45079: 3.8.11 and 3.8.12 missing Windows artifacts, only tarballs - b
https://bugs.python.org/issue45079 closed by zach.ware

#45080: functools._HashedSeq implements __hash__ but not __eq__
https://bugs.python.org/issue45080 closed by leopold.talirz

#45081: dataclasses that inherit from Protocol subclasses have wrong _
https://bugs.python.org/issue45081 closed by julianfortune

#45082: ctypes: Deprecate c_buffer() alias to create_string_buffer()
https://bugs.python.org/issue45082 closed by lukasz.langa

#45085: Remove the binhex module, binhex4 and hexbin4 standards
https://bugs.python.org/issue45085 closed by lukasz.langa

#45087: Confusing error message when trying split bytes.
https://bugs.python.org/issue45087 closed by eric.smith

#45092: Make set ordered like dict
https://bugs.python.org/issue45092 closed by serhiy.storchaka
_______________________________________________
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/OFCEPMGYI2FB3Y3TRU6ZBZ7UKYIBMON2/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-03 - 2021-09-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 7376 (-33)
closed 49524 (+105)
total 56900 (+72)

Open issues with patches: 2929


Issues opened (53)
==================

#36550: Avoid creating AttributeError exceptions in the debugger
https://bugs.python.org/issue36550 reopened by iritkatriel

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 reopened by vstinner

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089 reopened by petr.viktorin

#45096: Update Tools/freeze to make use of Tools/scripts/freeze_module
https://bugs.python.org/issue45096 opened by eric.snow

#45098: asyncio.CancelledError should contain more information on canc
https://bugs.python.org/issue45098 opened by dreamsorcerer

#45099: asyncio.Task's documentation says that loop arg is removed whe
https://bugs.python.org/issue45099 opened by jack1142

#45100: Improve help() by making typing.overload() information accessi
https://bugs.python.org/issue45100 opened by rhettinger

#45101: Small inconsistency in usage message between the python and sh
https://bugs.python.org/issue45101 opened by kiendang

#45103: IDLE: make configdialog font page survive font failures
https://bugs.python.org/issue45103 opened by terry.reedy

#45105: Incorrect handling of unicode character \U00010900
https://bugs.python.org/issue45105 opened by maxbachmann

#45107: Improve LOAD_METHOD specialization
https://bugs.python.org/issue45107 opened by kj

#45108: frame.f_lasti points at DICT_MERGE instead of CALL_FUNCTION_EX
https://bugs.python.org/issue45108 opened by alexmojaki

#45109: pipes seems designed for bytes but is str-only
https://bugs.python.org/issue45109 opened by rtollert

#45110: argparse repeats itself when formatting help metavars
https://bugs.python.org/issue45110 opened by forest

#45112: Python exception object is different after pickle.dumps and pi
https://bugs.python.org/issue45112 opened by yonghengzero

#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 opened by shihai1991

#45114: bad example for os.stat
https://bugs.python.org/issue45114 opened by harridu

#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116 opened by neonene

#45119: test_signal.test_itimer_virtual() failed on AMD64 Fedora Rawhi
https://bugs.python.org/issue45119 opened by vstinner

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120 opened by rafaelblsilva

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 opened by hauntsaninja

#45122: Remove PyCode_New and PyCode_NewWithPosOnlyArgs
https://bugs.python.org/issue45122 opened by gvanrossum

#45125: Improve tests and docs of how `pickle` works with `SharedMemor
https://bugs.python.org/issue45125 opened by sobolevn

#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126 opened by erlendaasland

#45127: Code objects can contain unmarshallable objects
https://bugs.python.org/issue45127 opened by petr.viktorin

#45128: test_multiprocessing fails sporadically on the release artifac
https://bugs.python.org/issue45128 opened by pablogsal

#45130: shlex.join() does not accept pathlib.Path objects
https://bugs.python.org/issue45130 opened by nyuszika7h

#45131: `venv` ??? `ensurepip` may read local `setup.cfg` and fail mys
https://bugs.python.org/issue45131 opened by nutjob4life

#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134 opened by MarkReedZ

#45135: dataclasses.asdict() incorrectly calls __deepcopy__() on value
https://bugs.python.org/issue45135 opened by tfish2

#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138 opened by erlendaasland

#45139: Docs: add source directive for minor translation simplificatio
https://bugs.python.org/issue45139 opened by Jean_Abou_Samra

#45140: strict_timestamps for PyZipFile
https://bugs.python.org/issue45140 opened by sakcheen

#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141 opened by pacien

#45143: ipaddress multicast v6 RFC documentation correction
https://bugs.python.org/issue45143 opened by hanugit

#45145: Case of headers in urllib.request.Request
https://bugs.python.org/issue45145 opened by emphoeller

#45146: Add a possibility for asyncio.Condition to determine the count
https://bugs.python.org/issue45146 opened by mykola-mokhnach

#45149: Cover directory and zipfile execution in __main__ module docs
https://bugs.python.org/issue45149 opened by ncoghlan

#45150: Add a file_digest() function in hashlib
https://bugs.python.org/issue45150 opened by tarek

#45151: Logger library with task scheduler
https://bugs.python.org/issue45151 opened by btjehunt

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 opened by iritkatriel

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 opened by barry

#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156 opened by dseomn

#45157: DTrace on RHEL7, generated Include/pydtrace_probes.h fails to
https://bugs.python.org/issue45157 opened by vstinner

#45158: Refactor traceback.py to make TracebackException more extensib
https://bugs.python.org/issue45158 opened by abrosimov.a.a

#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159 opened by chrisb2

#45160: ttk.OptionMenu radiobuttons change variable value twice
https://bugs.python.org/issue45160 opened by fhdrsdg

#45161: _Py_DecodeUTF8_surrogateescape not exported from 3.10 framewor
https://bugs.python.org/issue45161 opened by ronaldoussoren

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162 opened by serhiy.storchaka

#45163: Haiku build fix
https://bugs.python.org/issue45163 opened by devnexen

#45165: alighment format for nullable values
https://bugs.python.org/issue45165 opened by Anthony Sottile

#45166: get_type_hints + Final + future annotations = TypeError
https://bugs.python.org/issue45166 opened by pawamoy

#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167 opened by JacobHayes



Most recent 15 issues with no replies (15)
==========================================

#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167

#45163: Haiku build fix
https://bugs.python.org/issue45163

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162

#45159: data_received called on protocol after call to pause_reading o
https://bugs.python.org/issue45159

#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156

#45149: Cover directory and zipfile execution in __main__ module docs
https://bugs.python.org/issue45149

#45145: Case of headers in urllib.request.Request
https://bugs.python.org/issue45145

#45143: ipaddress multicast v6 RFC documentation correction
https://bugs.python.org/issue45143

#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141

#45140: strict_timestamps for PyZipFile
https://bugs.python.org/issue45140

#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138

#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134

#45131: `venv` ??? `ensurepip` may read local `setup.cfg` and fail mys
https://bugs.python.org/issue45131

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120

#45114: bad example for os.stat
https://bugs.python.org/issue45114



Most recent 15 issues waiting for review (15)
=============================================

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152

#45150: Add a file_digest() function in hashlib
https://bugs.python.org/issue45150

#45141: mailcap.getcaps() from given file(s)
https://bugs.python.org/issue45141

#45138: [sqlite3] expand bound values in traced statements when possib
https://bugs.python.org/issue45138

#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120

#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116

#45107: Improve LOAD_METHOD specialization
https://bugs.python.org/issue45107

#45101: Small inconsistency in usage message between the python and sh
https://bugs.python.org/issue45101

#45089: [sqlite3] the trace callback does not raise exceptions on erro
https://bugs.python.org/issue45089

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083



Top 10 most discussed issues (10)
=================================

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 15 msgs

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035 13 msgs

#45110: argparse repeats itself when formatting help metavars
https://bugs.python.org/issue45110 11 msgs

#45126: [sqlite3] cleanup and harden Connection and Cursor __init__
https://bugs.python.org/issue45126 11 msgs

#45105: Incorrect handling of unicode character \U00010900
https://bugs.python.org/issue45105 9 msgs

#45122: Remove PyCode_New and PyCode_NewWithPosOnlyArgs
https://bugs.python.org/issue45122 9 msgs

#45083: Need to use the exception class qualname when rendering except
https://bugs.python.org/issue45083 8 msgs

#45116: Performance regression 3.10b1 and later on Windows
https://bugs.python.org/issue45116 8 msgs

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 8 msgs

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 8 msgs



Issues closed (96)
==================

#11255: 2to3 throws AttributeError during distutils installation with
https://bugs.python.org/issue11255 closed by iritkatriel

#14150: AIX, crash loading shared module into another process than pyt
https://bugs.python.org/issue14150 closed by iritkatriel

#16591: RUNSHARED wrong for OSX no framework
https://bugs.python.org/issue16591 closed by iritkatriel

#18715: Tests fail when run with coverage
https://bugs.python.org/issue18715 closed by iritkatriel

#19113: duplicate test names in Lib/ctypes/test/test_functions.py
https://bugs.python.org/issue19113 closed by lukasz.langa

#19346: Build fails when there are no shared extensions to be built
https://bugs.python.org/issue19346 closed by iritkatriel

#20499: Rounding errors with statistics.variance
https://bugs.python.org/issue20499 closed by rhettinger

#21658: __m128, can't build 3.4.1 with intel 14.0.0
https://bugs.python.org/issue21658 closed by iritkatriel

#21825: Embedding-Python example code from documentation crashes
https://bugs.python.org/issue21825 closed by iritkatriel

#23249: test_win32 fails on aarch64
https://bugs.python.org/issue23249 closed by iritkatriel

#23575: MIPS64 needs ffi's n32.S
https://bugs.python.org/issue23575 closed by iritkatriel

#23864: doc: issubclass without registration only works for "one-trick
https://bugs.python.org/issue23864 closed by rhettinger

#24544: Race condition and crash when embedding multi-thread script
https://bugs.python.org/issue24544 closed by iritkatriel

#24888: FileNotFoundException raised by subprocess.call
https://bugs.python.org/issue24888 closed by lukasz.langa

#25240: Stack overflow in reprlib causes a core dump
https://bugs.python.org/issue25240 closed by iritkatriel

#25769: Crash due to using weakref referent without acquiring a strong
https://bugs.python.org/issue25769 closed by iritkatriel

#25894: unittest subTest failure causes result to be omitted from list
https://bugs.python.org/issue25894 closed by lukasz.langa

#25963: strptime not parsing some timezones
https://bugs.python.org/issue25963 closed by andrei.avk

#27277: Test runner should try to increase stack size if it is too low
https://bugs.python.org/issue27277 closed by vstinner

#27509: Some tests breaks PGO build on Windows
https://bugs.python.org/issue27509 closed by iritkatriel

#27658: python 3.5.2 built from source fails to install completely on
https://bugs.python.org/issue27658 closed by iritkatriel

#28451: pydoc.safeimport() raises ErrorDuringImport() if __builtin__._
https://bugs.python.org/issue28451 closed by iritkatriel

#28978: a redundant right parentheses in the EBNF rules of parameter_
https://bugs.python.org/issue28978 closed by iritkatriel

#29232: Quiet Install
https://bugs.python.org/issue29232 closed by steve.dower

#30089: Automatic Unload of Dynamic Library Cause Segfault
https://bugs.python.org/issue30089 closed by iritkatriel

#30991: test_ctypes ,test_dbm and test_ssl fail on arm64 (aarch64) ar
https://bugs.python.org/issue30991 closed by iritkatriel

#31100: unable to open python on Windows
https://bugs.python.org/issue31100 closed by iritkatriel

#32881: pycapsule:PyObject * is NULL pointer
https://bugs.python.org/issue32881 closed by iritkatriel

#32955: IDLE crashes when trying to save a file
https://bugs.python.org/issue32955 closed by iritkatriel

#33085: *** Error in `python': double free or corruption (out): 0x0000
https://bugs.python.org/issue33085 closed by iritkatriel

#34262: Asyncio test fails under Win 7
https://bugs.python.org/issue34262 closed by iritkatriel

#34561: Replace list sorting merge_collapse()?
https://bugs.python.org/issue34561 closed by tim.peters

#35084: binascii.Error: Incorrect padding
https://bugs.python.org/issue35084 closed by iritkatriel

#35301: python.exe crashes - lzma?
https://bugs.python.org/issue35301 closed by iritkatriel

#35901: json.dumps infinite recurssion
https://bugs.python.org/issue35901 closed by iritkatriel

#37997: Segfault when using pickle with exceptions and dynamic class i
https://bugs.python.org/issue37997 closed by iritkatriel

#38596: simple example give a Linux core dumped with atk-bridge
https://bugs.python.org/issue38596 closed by iritkatriel

#38852: test_recursion_limit in test_threading crashes with SIGSEGV on
https://bugs.python.org/issue38852 closed by iritkatriel

#38936: fatal error during installation 0x80070643 during python insta
https://bugs.python.org/issue38936 closed by iritkatriel

#39447: imaplib documentation claims that commands return a string, bu
https://bugs.python.org/issue39447 closed by andrei.avk

#39570: Python 3.7.3 Crash on msilib actions
https://bugs.python.org/issue39570 closed by steve.dower

#39573: [C API] Avoid accessing PyObject and PyVarObject members direc
https://bugs.python.org/issue39573 closed by vstinner

#39955: argparse print_help breaks when help is blank space
https://bugs.python.org/issue39955 closed by iritkatriel

#40563: Support pathlike objects on dbm/shelve
https://bugs.python.org/issue40563 closed by serhiy.storchaka

#41010: email.message.EmailMessage.get_body
https://bugs.python.org/issue41010 closed by andrei.avk

#41031: Inconsistency in C and python traceback printers
https://bugs.python.org/issue41031 closed by iritkatriel

#41082: Error handling and documentation of Path.home()
https://bugs.python.org/issue41082 closed by lukasz.langa

#41489: HTMLParser : HTMLParser.error creating multiple errors.
https://bugs.python.org/issue41489 closed by iritkatriel

#41501: 0x80070643, can't install any version
https://bugs.python.org/issue41501 closed by iritkatriel

#42119: Error when debugging logging.FileHandler subclass __init__ met
https://bugs.python.org/issue42119 closed by andrei.avk

#43187: Dict creation in recursive function cause interpreter crashes.
https://bugs.python.org/issue43187 closed by iritkatriel

#44219: Opening a file holds the GIL when it calls "isatty()"
https://bugs.python.org/issue44219 closed by vstinner

#44348: test_exceptions.ExceptionTests.test_recursion_in_except_handle
https://bugs.python.org/issue44348 closed by vstinner

#44571: itertools: takedowhile()
https://bugs.python.org/issue44571 closed by rhettinger

#44860: sysconfig's posix_user scheme has different platlib value to d
https://bugs.python.org/issue44860 closed by pablogsal

#44869: MacOS Monterrey malloc issue
https://bugs.python.org/issue44869 closed by ned.deily

#44959: EXT_SUFFIX is missing '.sl' on HP-UX
https://bugs.python.org/issue44959 closed by vstinner

#44963: anext_awaitable is not a collections.abc.Generator
https://bugs.python.org/issue44963 closed by pablogsal

#44964: Semantics of PyCode_Addr2Line() changed
https://bugs.python.org/issue44964 closed by pablogsal

#44991: [sqlite3] cleanup callbacks (GIL handling, naming, ...)
https://bugs.python.org/issue44991 closed by petr.viktorin

#45012: DirEntry.stat method should release GIL
https://bugs.python.org/issue45012 closed by lukasz.langa

#45017: move opcode-related logic from modulefinder to dis
https://bugs.python.org/issue45017 closed by iritkatriel

#45022: Update libffi to 3.4.2
https://bugs.python.org/issue45022 closed by steve.dower

#45030: Integer overflow in __reduce__ of the range iterator
https://bugs.python.org/issue45030 closed by serhiy.storchaka

#45042: Many multiprocessing tests are silently skipped since 3.9
https://bugs.python.org/issue45042 closed by serhiy.storchaka

#45052: WithProcessesTestSharedMemory.test_shared_memory_basics fails
https://bugs.python.org/issue45052 closed by sobolevn

#45056: compiler: Unnecessary None in co_consts
https://bugs.python.org/issue45056 closed by lukasz.langa

#45058: Undefined behavior for syntax "except AError or BError:" accep
https://bugs.python.org/issue45058 closed by terry.reedy

#45060: Do not use the equality operators with None
https://bugs.python.org/issue45060 closed by terry.reedy

#45067: Failed to build _curses on CentOS 7
https://bugs.python.org/issue45067 closed by orsenthil

#45075: confusion between frame and frame_summary in traceback module
https://bugs.python.org/issue45075 closed by iritkatriel

#45086: f-string unmatched ']'
https://bugs.python.org/issue45086 closed by terry.reedy

#45093: Add method to compare dicts accounting for order
https://bugs.python.org/issue45093 closed by terry.reedy

#45094: Consider using __forceinline and __attribute__((always_inline)
https://bugs.python.org/issue45094 closed by vstinner

#45097: "The loop argument is deprecated" reported when user code does
https://bugs.python.org/issue45097 closed by serhiy.storchaka

#45102: unittest: add tests for skipping and errors in cleanup
https://bugs.python.org/issue45102 closed by serhiy.storchaka

#45104: Error in __new__ docs
https://bugs.python.org/issue45104 closed by lukasz.langa

#45106: Issue formating for log on Linux machines
https://bugs.python.org/issue45106 closed by methane

#45111: whole website translation error
https://bugs.python.org/issue45111 closed by eric.smith

#45115: Windows: enable compiler optimizations when building Python in
https://bugs.python.org/issue45115 closed by vstinner

#45117: `dict` not subscriptable despite using `__future__` typing ann
https://bugs.python.org/issue45117 closed by Dennis Sweeney

#45118: regrtest no longer lists "re-run tests" in the second summary
https://bugs.python.org/issue45118 closed by lukasz.langa

#45123: PyAiter_Check & PyObject_GetAiter issues
https://bugs.python.org/issue45123 closed by pablogsal

#45124: Remove deprecated bdist_msi command
https://bugs.python.org/issue45124 closed by vstinner

#45129: Remove deprecated reuse_address parameter from create_datagram
https://bugs.python.org/issue45129 closed by lukasz.langa

#45132: Remove deprecated __getitem__ methods
https://bugs.python.org/issue45132 closed by serhiy.storchaka

#45133: Open functions in dbm submodule should support path-like objec
https://bugs.python.org/issue45133 closed by ethan.furman

#45136: test_sysconfig: test_user_similar() fails if sys.platlibdir is
https://bugs.python.org/issue45136 closed by vstinner

#45137: Fix for bpo-37788 was not backported to Python3.8
https://bugs.python.org/issue45137 closed by victorvorobev

#45142: Import error for Iterable in collections
https://bugs.python.org/issue45142 closed by Joshuah143

#45144: Use subtests in test_peepholer
https://bugs.python.org/issue45144 closed by lukasz.langa

#45147: Typo in "What's New In Python 3.10" documentation
https://bugs.python.org/issue45147 closed by eric.smith

#45148: ensurepip upgrade fails
https://bugs.python.org/issue45148 closed by paul.moore

#45153: Except multiple types of exceptions with OR keyword is not wor
https://bugs.python.org/issue45153 closed by serhiy.storchaka

#45154: Enumerate() function or class?
https://bugs.python.org/issue45154 closed by rhettinger

#45164: int.to_bytes()
https://bugs.python.org/issue45164 closed by serhiy.storchaka
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-10 - 2021-09-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 7381 ( +5)
closed 49587 (+63)
total 56968 (+68)

Open issues with patches: 2938


Issues opened (37)
==================

#45170: tarfile missing cross-directory checking
https://bugs.python.org/issue45170 opened by xiongpanju

#45171: stacklevel handling in logging module is inconsistent
https://bugs.python.org/issue45171 opened by joukewitteveen

#45172: netbsd CAN protocol flags addition
https://bugs.python.org/issue45172 opened by devnexen

#45173: Remove configparser deprecations
https://bugs.python.org/issue45173 opened by hugovk

#45174: DragonflyBSD fix nis module build
https://bugs.python.org/issue45174 opened by devnexen

#45176: Many regtest failures on Windows with non-ASCII account name
https://bugs.python.org/issue45176 opened by minghua

#45178: Support for linking unnamed temporary files into filesystem on
https://bugs.python.org/issue45178 opened by WGH

#45183: Unexpected exception with zip importer
https://bugs.python.org/issue45183 opened by ronaldoussoren

#45184: Add `pop` function to remove context manager from (Async)ExitS
https://bugs.python.org/issue45184 opened by andreash

#45189: Drop the "list_frozen" command from _test_embed.
https://bugs.python.org/issue45189 opened by eric.snow

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191 opened by nahco314

#45192: The tempfile._infer_return_type function cannot infer the type
https://bugs.python.org/issue45192 opened by rekyungmin

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193 opened by taleinat

#45197: IDLE should suppress ValueError for list.remove()
https://bugs.python.org/issue45197 opened by rhettinger

#45198: __set_name__ documentation not clear about its usage with non-
https://bugs.python.org/issue45198 opened by xitop

#45199: IDLE: document search (find) and replace better
https://bugs.python.org/issue45199 opened by terry.reedy

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200 opened by terry.reedy

#45201: API function PySignal_SetWakeupFd is not exported and unusable
https://bugs.python.org/issue45201 opened by cy

#45203: Improve specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203 opened by Mark.Shannon

#45206: test_contextlib_async logs "Task was destroyed but it is pendi
https://bugs.python.org/issue45206 opened by vstinner

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209 opened by vstinner

#45210: tp_dealloc docs should mention error indicator may be set
https://bugs.python.org/issue45210 opened by ezyang

#45211: Useful (expensive) information is discarded in getpath.c.
https://bugs.python.org/issue45211 opened by eric.snow

#45213: Frozen modules are looked up using a linear search.
https://bugs.python.org/issue45213 opened by eric.snow

#45214: implement LOAD_NONE opcode
https://bugs.python.org/issue45214 opened by iritkatriel

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215 opened by andrei.avk

#45216: Remove redundand information from difflib docstrings
https://bugs.python.org/issue45216 opened by serhiy.storchaka

#45218: cmath.log has an invalid signature
https://bugs.python.org/issue45218 opened by mark.dickinson

#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221 opened by ux

#45222: test_venv: test_with_pip fails on version 3.8.12 with: pip._ve
https://bugs.python.org/issue45222 opened by sxt1001

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223 opened by Alexander Kanavin

#45226: Misleading error message when pathlib.Path.symlink_to() fails
https://bugs.python.org/issue45226 opened by dfntlymaybe

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229 opened by serhiy.storchaka

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231 opened by vstinner

#45233: Allow split key dictionaries with values owned by other object
https://bugs.python.org/issue45233 opened by Mark.Shannon

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234 opened by Alex Grund

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 opened by ALSchwalm



Most recent 15 issues with no replies (15)
==========================================

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235

#45226: Misleading error message when pathlib.Path.symlink_to() fails
https://bugs.python.org/issue45226

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221

#45216: Remove redundand information from difflib docstrings
https://bugs.python.org/issue45216

#45214: implement LOAD_NONE opcode
https://bugs.python.org/issue45214

#45206: test_contextlib_async logs "Task was destroyed but it is pendi
https://bugs.python.org/issue45206

#45201: API function PySignal_SetWakeupFd is not exported and unusable
https://bugs.python.org/issue45201

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200

#45199: IDLE: document search (find) and replace better
https://bugs.python.org/issue45199

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191

#45178: Support for linking unnamed temporary files into filesystem on
https://bugs.python.org/issue45178

#45174: DragonflyBSD fix nis module build
https://bugs.python.org/issue45174

#45172: netbsd CAN protocol flags addition
https://bugs.python.org/issue45172

#45171: stacklevel handling in logging module is inconsistent
https://bugs.python.org/issue45171



Most recent 15 issues waiting for review (15)
=============================================

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215

#45214: implement LOAD_NONE opcode
https://bugs.python.org/issue45214

#45210: tp_dealloc docs should mention error indicator may be set
https://bugs.python.org/issue45210

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209

#45203: Improve specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203

#45200: test_multiprocessing_fork failws with timeout
https://bugs.python.org/issue45200

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193

#45192: The tempfile._infer_return_type function cannot infer the type
https://bugs.python.org/issue45192

#45191: Error.__traceback__.tb_lineno is wrong
https://bugs.python.org/issue45191

#45173: Remove configparser deprecations
https://bugs.python.org/issue45173



Top 10 most discussed issues (10)
=================================

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 20 msgs

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 16 msgs

#45193: IDLE Show completions pop-up not working on Ubuntu Linux
https://bugs.python.org/issue45193 9 msgs

#45128: test_multiprocessing_fork fails if run sequentially after test
https://bugs.python.org/issue45128 7 msgs

#45120: Windows cp encodings "UNDEFINED" entries update
https://bugs.python.org/issue45120 5 msgs

#42969: pthread_exit & PyThread_exit_thread from PyEval_RestoreThread
https://bugs.python.org/issue42969 4 msgs

#45218: cmath.log has an invalid signature
https://bugs.python.org/issue45218 4 msgs

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 3 msgs

#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
https://bugs.python.org/issue21302 3 msgs

#40746: test_gdb failing on 32-bit armv7l when built with GCC -Og: <cl
https://bugs.python.org/issue40746 3 msgs



Issues closed (59)
==================

#4492: httplib code thinks it closes connection, but does not
https://bugs.python.org/issue4492 closed by iritkatriel

#5846: Deprecate obsolete functions in unittest
https://bugs.python.org/issue5846 closed by serhiy.storchaka

#9811: strftime strips '%' from unknown format codes on OS X
https://bugs.python.org/issue9811 closed by lukasz.langa

#17913: stat.filemode returns "-" for sockets and unknown types
https://bugs.python.org/issue17913 closed by christian.heimes

#19463: assertGdbRepr depends on hash randomization / endianess
https://bugs.python.org/issue19463 closed by iritkatriel

#22843: doc error: 6.2.4. Match Objects
https://bugs.python.org/issue22843 closed by iritkatriel

#23774: Test failures when unable to write to install location
https://bugs.python.org/issue23774 closed by iritkatriel

#25853: Compile error with pytime.h - struct timespec declared inside
https://bugs.python.org/issue25853 closed by iritkatriel

#29521: Minor warning messages when compiling documentation
https://bugs.python.org/issue29521 closed by iritkatriel

#30212: test_ssl.py is broken in Centos7
https://bugs.python.org/issue30212 closed by iritkatriel

#35474: mimetypes.guess_all_extensions potentially mutates list
https://bugs.python.org/issue35474 closed by lukasz.langa

#38942: Possible assertion failures in csv.Dialect()
https://bugs.python.org/issue38942 closed by iritkatriel

#39710: "will be returned as unicode" reminiscent from Python 2
https://bugs.python.org/issue39710 closed by lukasz.langa

#43413: tuple subclasses allow arbitrary kwargs
https://bugs.python.org/issue43413 closed by serhiy.storchaka

#43546: "Impossible" KeyError from importlib._bootstrap acquire line 1
https://bugs.python.org/issue43546 closed by iritkatriel

#43893: typing.get_type_hints does not accept type annotations with le
https://bugs.python.org/issue43893 closed by gvanrossum

#43983: Can't install Python v3.9.4 / 0x80070643 / windows 10 64bit
https://bugs.python.org/issue43983 closed by iritkatriel

#44786: test_check_c_globals "crashed" and then "FutureWarning: Possib
https://bugs.python.org/issue44786 closed by serhiy.storchaka

#44987: Speed up unicode normalization of ASCII strings
https://bugs.python.org/issue44987 closed by serhiy.storchaka

#45013: os.path.isfile fails on path exactly 260 Chars long in Windows
https://bugs.python.org/issue45013 closed by steve.dower

#45063: PEP 657 Fine Grained Error Locations: omit indicators if they
https://bugs.python.org/issue45063 closed by vstinner

#45152: Prepare for splitting LOAD_CONST into several opcodes
https://bugs.python.org/issue45152 closed by iritkatriel

#45155: Add default arguments for int.to_bytes()
https://bugs.python.org/issue45155 closed by barry

#45156: mock.seal has infinite recursion with int class attributes
https://bugs.python.org/issue45156 closed by vstinner

#45157: DTrace on RHEL7, generated Include/pydtrace_probes.h fails to
https://bugs.python.org/issue45157 closed by vstinner

#45162: Remove old deprecated unittest features
https://bugs.python.org/issue45162 closed by serhiy.storchaka

#45163: Haiku build fix
https://bugs.python.org/issue45163 closed by serhiy.storchaka

#45167: deepcopy of GenericAlias with __deepcopy__ method is broken
https://bugs.python.org/issue45167 closed by lukasz.langa

#45168: dis output for LOAD_CONST is confusing
https://bugs.python.org/issue45168 closed by iritkatriel

#45169: Shallow copy occurs when list multiplication is used to create
https://bugs.python.org/issue45169 closed by steven.daprano

#45175: No warning with '-W always' and cached import
https://bugs.python.org/issue45175 closed by serhiy.storchaka

#45177: Use shared test loader when possible when running test suite
https://bugs.python.org/issue45177 closed by erlendaasland

#45179: List.sort ERROR
https://bugs.python.org/issue45179 closed by steven.daprano

#45180: possible wrong result for difflib.SequenceMatcher.ratio()
https://bugs.python.org/issue45180 closed by tim.peters

#45181: Rewrite loading sqlite3 tests
https://bugs.python.org/issue45181 closed by serhiy.storchaka

#45182: Incorrect use of requires_zlib in test_bdist_rpm
https://bugs.python.org/issue45182 closed by serhiy.storchaka

#45185: test.test_ssl.TestEnumerations is not run
https://bugs.python.org/issue45185 closed by serhiy.storchaka

#45186: Marshal output isn't completely deterministic.
https://bugs.python.org/issue45186 closed by eric.snow

#45187: Some tests in test_socket are not run
https://bugs.python.org/issue45187 closed by serhiy.storchaka

#45188: De-couple the Windows builds from freezing modules.
https://bugs.python.org/issue45188 closed by eric.snow

#45190: unicode 14.0 upgrade
https://bugs.python.org/issue45190 closed by benjamin.peterson

#45194: asyncio scheduler jitter
https://bugs.python.org/issue45194 closed by asvetlov

#45195: test_readline: test_nonascii() failed on aarch64 RHEL8 Refleak
https://bugs.python.org/issue45195 closed by vstinner

#45196: macOS. ./configure --with-address-sanitizer; make test; cause
https://bugs.python.org/issue45196 closed by gregory.p.smith

#45202: Add 'remove_barry_from_BDFL' future to revert effects of 'from
https://bugs.python.org/issue45202 closed by eric.smith

#45204: test_peg_generator: test_soft_keyword() logs many messages int
https://bugs.python.org/issue45204 closed by pablogsal

#45205: test_compileall logs "Compiling ..." messages
https://bugs.python.org/issue45205 closed by lukasz.langa

#45207: test_gdb logs "Function ... not defined" messages
https://bugs.python.org/issue45207 closed by lukasz.langa

#45208: test_pdb: test_checkline_is_not_executable() logs messages
https://bugs.python.org/issue45208 closed by vstinner

#45212: Dangling threads in skipped tests in test_socket
https://bugs.python.org/issue45212 closed by serhiy.storchaka

#45217: ConfigParser does not accept "No value" reversely to the doc
https://bugs.python.org/issue45217 closed by lukasz.langa

#45219: Expose indexing and other simple operations on dict-keys in in
https://bugs.python.org/issue45219 closed by Mark.Shannon

#45220: Windows builds sometimes fail on Azure and GitHub Action: fata
https://bugs.python.org/issue45220 closed by steve.dower

#45224: Argparse shows required arguments as optional
https://bugs.python.org/issue45224 closed by rhettinger

#45225: use map function instead of genexpr in capwords
https://bugs.python.org/issue45225 closed by rhettinger

#45227: Control reaches end of non-void function in specialize.c
https://bugs.python.org/issue45227 closed by kj

#45228: Stack buffer overflow in parsing J1939 network address
https://bugs.python.org/issue45228 closed by serhiy.storchaka

#45230: Something wrong when Calculate "3==3 is not True"
https://bugs.python.org/issue45230 closed by serhiy.storchaka

#45232: ascii codec is used by default when LANG is not set
https://bugs.python.org/issue45232 closed by lemburg
_______________________________________________
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/IIC4I5QDAMS2YJXVGJJJ2K3WPEXZD6ZQ/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-17 - 2021-09-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 7333 (-48)
closed 49684 (+97)
total 57017 (+49)

Open issues with patches: 2907


Issues opened (37)
==================

#34451: docs: tutorial/introduction doesn't mention toggle of prompts
https://bugs.python.org/issue34451 reopened by rhettinger

#45237: Python subprocess not honoring append mode for stdout on Windo
https://bugs.python.org/issue45237 opened by wolfgang-kuehn

#45239: email.utils.parsedate_tz raises UnboundLocalError if time has
https://bugs.python.org/issue45239 opened by benhoyt

#45240: Add +REPORT_NDIFF option to pdb tests that use doctest
https://bugs.python.org/issue45240 opened by andrei.avk

#45242: test_pdb fails
https://bugs.python.org/issue45242 opened by oliphaunt

#45243: [sqlite3] add support for changing connection limits
https://bugs.python.org/issue45243 opened by erlendaasland

#45244: pip not installed with fresh python3.8.10 installation
https://bugs.python.org/issue45244 opened by shreyanse081

#45247: Add explicit support for Cython to the C API.
https://bugs.python.org/issue45247 opened by Mark.Shannon

#45249: SyntaxError location range indicator does not work in doctests
https://bugs.python.org/issue45249 opened by andrei.avk

#45250: Make sure documentation is accurate for what an (async) iterab
https://bugs.python.org/issue45250 opened by brett.cannon

#45251: signal.SIGCLD alias is not available on OSX
https://bugs.python.org/issue45251 opened by tcaswell

#45252: Missing support for Source Specific Multicast
https://bugs.python.org/issue45252 opened by ciresnave

#45253: mimetypes cannot detect mime of mka files
https://bugs.python.org/issue45253 opened by manujchandra

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254 opened by sobolevn

#45255: sqlite3.connect() should check if the sqlite file exists and t
https://bugs.python.org/issue45255 opened by iboates

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256 opened by pablogsal

#45258: sysroot_paths in setup.py does not consider -isysroot for macO
https://bugs.python.org/issue45258 opened by isuruf

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260 opened by zhangchaospecial

#45261: Unreliable (?) results from timeit (cache issue?)
https://bugs.python.org/issue45261 opened by timholy

#45262: crash if asyncio is used before and after re-initialization if
https://bugs.python.org/issue45262 opened by benjamin-sch

#45264: venv: Make activate et al. export custom prompt prefix as an e
https://bugs.python.org/issue45264 opened by jwodder

#45266: subtype_clear can not be called from derived types
https://bugs.python.org/issue45266 opened by Victor Milovanov

#45267: New install Python 3.9.7 install of Sphinx Document Generator
https://bugs.python.org/issue45267 opened by pbroe

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269 opened by sobolevn

#45272: 'os.path' should not be a frozen module
https://bugs.python.org/issue45272 opened by steve.dower

#45273: OS-specific frozen modules are built, even on other OSes.
https://bugs.python.org/issue45273 opened by eric.snow

#45274: Race condition in Thread._wait_for_tstate_lock()
https://bugs.python.org/issue45274 opened by vstinner

#45275: Make argparse print description of subcommand when invoke help
https://bugs.python.org/issue45275 opened by longendu

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276 opened by graingert

#45277: typo in codecs documentation
https://bugs.python.org/issue45277 opened by Gronahak

#45278: RuntimeError on race on weakset concurrent iteration
https://bugs.python.org/issue45278 opened by bjs

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279 opened by graingert

#45280: Empty typing.NamedTuple creation is not tested
https://bugs.python.org/issue45280 opened by sobolevn

#45281: Make `is_attribute` and `module` arguments to `ForwardRef` kw-
https://bugs.python.org/issue45281 opened by sobolevn

#45282: isinstance(x, typing.Protocol-class) unexpectedly evaluates pr
https://bugs.python.org/issue45282 opened by daitakahashi

#45283: Top / function argument level ClassVar should not be allowed d
https://bugs.python.org/issue45283 opened by sobolevn

#45284: Better `TypeError` message when a string is indexed using a no
https://bugs.python.org/issue45284 opened by Rin



Most recent 15 issues with no replies (15)
==========================================

#45283: Top / function argument level ClassVar should not be allowed d
https://bugs.python.org/issue45283

#45281: Make `is_attribute` and `module` arguments to `ForwardRef` kw-
https://bugs.python.org/issue45281

#45280: Empty typing.NamedTuple creation is not tested
https://bugs.python.org/issue45280

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279

#45278: RuntimeError on race on weakset concurrent iteration
https://bugs.python.org/issue45278

#45277: typo in codecs documentation
https://bugs.python.org/issue45277

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276

#45275: Make argparse print description of subcommand when invoke help
https://bugs.python.org/issue45275

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269

#45264: venv: Make activate et al. export custom prompt prefix as an e
https://bugs.python.org/issue45264

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254

#45253: mimetypes cannot detect mime of mka files
https://bugs.python.org/issue45253

#45252: Missing support for Source Specific Multicast
https://bugs.python.org/issue45252

#45247: Add explicit support for Cython to the C API.
https://bugs.python.org/issue45247



Most recent 15 issues waiting for review (15)
=============================================

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276

#45274: Race condition in Thread._wait_for_tstate_lock()
https://bugs.python.org/issue45274

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260

#45258: sysroot_paths in setup.py does not consider -isysroot for macO
https://bugs.python.org/issue45258

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254

#45251: signal.SIGCLD alias is not available on OSX
https://bugs.python.org/issue45251

#45243: [sqlite3] add support for changing connection limits
https://bugs.python.org/issue45243

#45240: Add +REPORT_NDIFF option to pdb tests that use doctest
https://bugs.python.org/issue45240

#45239: email.utils.parsedate_tz raises UnboundLocalError if time has
https://bugs.python.org/issue45239

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229

#45223: test_spawn_doesnt_hang (test.test_pty.PtyTest) fails when stdi
https://bugs.python.org/issue45223

#45215: Add docs for Mock name and parent args and deprecation warning
https://bugs.python.org/issue45215



Top 10 most discussed issues (10)
=================================

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 21 msgs

#43760: The DISPATCH() macro is not as efficient as it could be (move
https://bugs.python.org/issue43760 18 msgs

#42969: pthread_exit & PyThread_exit_thread from PyEval_RestoreThread
https://bugs.python.org/issue42969 15 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 14 msgs

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229 10 msgs

#45261: Unreliable (?) results from timeit (cache issue?)
https://bugs.python.org/issue45261 10 msgs

#44958: [sqlite3] only reset statements when needed
https://bugs.python.org/issue44958 9 msgs

#45026: More compact range iterator
https://bugs.python.org/issue45026 9 msgs

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 8 msgs

#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
https://bugs.python.org/issue21302 7 msgs



Issues closed (92)
==================

#1170: shlex have problems with parsing unicode
https://bugs.python.org/issue1170 closed by vstinner

#14408: Support ./python -m unittest in test_socket
https://bugs.python.org/issue14408 closed by vstinner

#19829: _pyio.BufferedReader and _pyio.TextIOWrapper destructor don't
https://bugs.python.org/issue19829 closed by vstinner

#20524: format error messages should provide context information
https://bugs.python.org/issue20524 closed by eric.smith

#24076: sum() several times slower on Python 3 64-bit
https://bugs.python.org/issue24076 closed by scoder

#27069: webbrowser creates zombi processes in the background mode
https://bugs.python.org/issue27069 closed by vstinner

#28977: Document PyObject_CallFunction() special case more explicitly
https://bugs.python.org/issue28977 closed by vstinner

#29502: Should PyObject_Call() call the profiler on C functions, use C
https://bugs.python.org/issue29502 closed by vstinner

#29811: Avoid temporary method object in PyObject_CallMethod() and PyO
https://bugs.python.org/issue29811 closed by vstinner

#30637: Syntax error reported on compile(...), but not on compile(...,
https://bugs.python.org/issue30637 closed by pablogsal

#30856: unittest.TestResult.addSubTest should be called immediately af
https://bugs.python.org/issue30856 closed by serhiy.storchaka

#30951: Documentation error in inspect module
https://bugs.python.org/issue30951 closed by lukasz.langa

#32085: [Security] A New Era of SSRF - Exploiting URL Parser in Trendi
https://bugs.python.org/issue32085 closed by vstinner

#33793: asyncio: _ProactorReadPipeTransport reads by chunk of 32 KiB:
https://bugs.python.org/issue33793 closed by vstinner

#34090: Python function call optimization: avoid temporary tuple to pa
https://bugs.python.org/issue34090 closed by vstinner

#35276: Document thread safety
https://bugs.python.org/issue35276 closed by vstinner

#35333: [C API] Rename private structs to use names closer to types
https://bugs.python.org/issue35333 closed by vstinner

#35478: multiprocessing: ApplyResult.get() hangs if the pool is termin
https://bugs.python.org/issue35478 closed by vstinner

#35479: multiprocessing.Pool.join() always takes at least 100 ms
https://bugs.python.org/issue35479 closed by vstinner

#35518: test_timeout uses blackhole.snakebite.net domain which doesn't
https://bugs.python.org/issue35518 closed by vstinner

#36136: Windows: python._pth sets isolated mode late during Python ini
https://bugs.python.org/issue36136 closed by vstinner

#36437: method_descriptor surprising error message when self is passed
https://bugs.python.org/issue36437 closed by vstinner

#37322: test_ssl: test_pha_required_nocert() emits a ResourceWarning
https://bugs.python.org/issue37322 closed by vstinner

#37475: What is urllib.request.urlcleanup() function?
https://bugs.python.org/issue37475 closed by vstinner

#38199: python3.8-config --ldflags must not generate -L/usr/lib64
https://bugs.python.org/issue38199 closed by vstinner

#38415: @asynccontextmanager decorated functions are not callable like
https://bugs.python.org/issue38415 closed by lukasz.langa

#38564: test_asyncio: test_run_coroutine_threadsafe_with_timeout() has
https://bugs.python.org/issue38564 closed by vstinner

#38620: Shell python-config --includes returns the same path twice
https://bugs.python.org/issue38620 closed by vstinner

#38623: Python documentation should mention how to find site-packages
https://bugs.python.org/issue38623 closed by lukasz.langa

#39359: zipfile: add missing "pwd: expected bytes, got str" exception
https://bugs.python.org/issue39359 closed by lukasz.langa

#39549: The reprlib.Repr type should permit the ???fillvalue??? to be
https://bugs.python.org/issue39549 closed by rhettinger

#39778: collections.OrderedDict and weakref.ref raises "refcount is to
https://bugs.python.org/issue39778 closed by rhettinger

#40413: Py_RunMain() crashes on subsequence call
https://bugs.python.org/issue40413 closed by iritkatriel

#40453: [subinterpreters] Add PyConfig._isolated_interpreter: isolated
https://bugs.python.org/issue40453 closed by vstinner

#40497: subprocess.check_output() accept the check keyword argument
https://bugs.python.org/issue40497 closed by lukasz.langa

#40657: Resource leaks with threading.Thread
https://bugs.python.org/issue40657 closed by vstinner

#40699: Memory leak in threading library with Python 3.6-3.8
https://bugs.python.org/issue40699 closed by vstinner

#40951: csv skipinitialspace no longer working
https://bugs.python.org/issue40951 closed by andrei.avk

#40989: [C API] Remove _Py_NewReference() and _Py_ForgetReference() fr
https://bugs.python.org/issue40989 closed by vstinner

#41078: [C API] Convert PyTuple_GET_ITEM() macro to a static inline fu
https://bugs.python.org/issue41078 closed by vstinner

#41203: Replace references to OS X in documentation with macOS
https://bugs.python.org/issue41203 closed by serhiy.storchaka

#42038: Tracemalloc's format() doc contradictory
https://bugs.python.org/issue42038 closed by lukasz.langa

#42260: [C API] Add _PyInterpreterState_SetConfig(): reconfigure an in
https://bugs.python.org/issue42260 closed by vstinner

#42294: [C API] Add new C functions with more regular reference counti
https://bugs.python.org/issue42294 closed by vstinner

#42389: test_multiprocessing: @requires_hashdigest() prevents test dis
https://bugs.python.org/issue42389 closed by serhiy.storchaka

#42641: Deprecate os.popen() function
https://bugs.python.org/issue42641 closed by vstinner

#42648: subprocess: add a helper/parameter to catch exec() OSError exc
https://bugs.python.org/issue42648 closed by vstinner

#42671: Make the Python finalization more deterministic
https://bugs.python.org/issue42671 closed by vstinner

#43050: threading timer memory leak
https://bugs.python.org/issue43050 closed by vstinner

#43770: Rework C types initialization
https://bugs.python.org/issue43770 closed by vstinner

#44019: operator.call/operator.__call__
https://bugs.python.org/issue44019 closed by mark.dickinson

#44203: test__xxsubinterpreters: heap-buffer-overflow in interp_is_run
https://bugs.python.org/issue44203 closed by vstinner

#44358: AMD64 RHEL8 LTO + PGO 3.x build failed with: /usr/bin/ld: Dwar
https://bugs.python.org/issue44358 closed by vstinner

#44416: test_threading: test_print_exception() hangs and killed after
https://bugs.python.org/issue44416 closed by vstinner

#44423: copy2 / sendfile fails on linux with large file
https://bugs.python.org/issue44423 closed by kr-g

#44480: test_compile killed by signal 9 on AMD64 FreeBSD Non-Debug 3.x
https://bugs.python.org/issue44480 closed by vstinner

#44531: Add _PyType_AllocNoTrack() function: allocate without tracking
https://bugs.python.org/issue44531 closed by vstinner

#44598: test_constructor (test.test_ssl.ContextTests) ... Fatal Python
https://bugs.python.org/issue44598 closed by sxt1001

#44640: Fix punctuation in isinstance() error message
https://bugs.python.org/issue44640 closed by pablogsal

#44848: Upgrade macOS and Windows installers to use SQLite 3.36.0
https://bugs.python.org/issue44848 closed by erlendaasland

#45002: won't match correct version of tcl/tk
https://bugs.python.org/issue45002 closed by jett8998

#45021: concurrent.futures race condition
https://bugs.python.org/issue45021 closed by gregory.p.smith

#45027: Allow basicConfig to configure any logger, not just root
https://bugs.python.org/issue45027 closed by vinay.sajip

#45040: [sqlite3] optimise transaction control functions
https://bugs.python.org/issue45040 closed by pablogsal

#45041: [sqlite3] simplify executescript()
https://bugs.python.org/issue45041 closed by erlendaasland

#45055: Fresh build on Windows fails the first time for zlib.c
https://bugs.python.org/issue45055 closed by lukasz.langa

#45121: Calling super().__init__ in subclasses of typing.Protocol rais
https://bugs.python.org/issue45121 closed by pablogsal

#45128: test_multiprocessing_fork fails if run sequentially after test
https://bugs.python.org/issue45128 closed by pablogsal

#45134: Protocol dealloc not called if Server is closed
https://bugs.python.org/issue45134 closed by MarkReedZ

#45170: tarfile missing cross-directory checking
https://bugs.python.org/issue45170 closed by martin.panter

#45183: Unexpected exception with zip importer
https://bugs.python.org/issue45183 closed by brett.cannon

#45198: __set_name__ documentation not clear about its usage with non-
https://bugs.python.org/issue45198 closed by rhettinger

#45200: Address Sanitizer: libasan dead lock in pthread_create() (test
https://bugs.python.org/issue45200 closed by pablogsal

#45209: multiprocessing tests log: UserWarning: resource_tracker: Ther
https://bugs.python.org/issue45209 closed by vstinner

#45216: Remove redundant information from difflib docstrings
https://bugs.python.org/issue45216 closed by lukasz.langa

#45231: make regen-all changes files on Linux
https://bugs.python.org/issue45231 closed by vstinner

#45234: copy_file raises FileNotFoundError when src is a directory
https://bugs.python.org/issue45234 closed by pablogsal

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 closed by rhettinger

#45236: pyperformance fails to build master
https://bugs.python.org/issue45236 closed by pablogsal

#45238: Fix debug() in IsolatedAsyncioTestCase
https://bugs.python.org/issue45238 closed by lukasz.langa

#45241: python REPL leaks local variables when an exception is thrown
https://bugs.python.org/issue45241 closed by ianh2

#45245: ValueError: check_hostname requires server_hostname while pip
https://bugs.python.org/issue45245 closed by christian.heimes

#45246: the sorted() documentation should refer to operator <
https://bugs.python.org/issue45246 closed by rhettinger

#45248: Documentation example in copyreg errors
https://bugs.python.org/issue45248 closed by CiaranWelsh

#45257: Compiling 3.8 branch on Windows attempts to use incompatible l
https://bugs.python.org/issue45257 closed by proffitt

#45259: No _heappush_max()
https://bugs.python.org/issue45259 closed by rhettinger

#45263: round displays 2 instead of 3 digits
https://bugs.python.org/issue45263 closed by steven.daprano

#45265: Bug in append() method in order to appending a temporary list
https://bugs.python.org/issue45265 closed by rhettinger

#45268: use multiple "in" in one expression?
https://bugs.python.org/issue45268 closed by Dennis Sweeney

#45270: Clicking "Add to Custom Colors" adds same colour multiple time
https://bugs.python.org/issue45270 closed by terry.reedy

#45271: Add a 'find' method (a'la str) to list
https://bugs.python.org/issue45271 closed by rhettinger

#1514420: Traceback display code can attempt to open a file named "<stdi
https://bugs.python.org/issue1514420 closed by lukasz.langa
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-09-24 - 2021-10-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 7341 ( +8)
closed 49734 (+50)
total 57075 (+58)

Open issues with patches: 2905


Issues opened (38)
==================

#45288: Inspect - Added sort_result parameter on getmembers function.
https://bugs.python.org/issue45288 opened by Patitotective

#45289: test_dbm and test_dbm_ndbm segfaults in M1 Mac
https://bugs.python.org/issue45289 opened by pablogsal

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292 opened by iritkatriel

#45295: Speed up classmethod calls via LOAD_METHOD
https://bugs.python.org/issue45295 opened by kj

#45296: IDLE: Better document close and exit.
https://bugs.python.org/issue45296 opened by terry.reedy

#45297: Improve the IDLE shell save command
https://bugs.python.org/issue45297 opened by steven.daprano

#45298: SIGSEGV when access a fork Event in a spawn Process
https://bugs.python.org/issue45298 opened by kemingy

#45299: SMTP.send_message() does from mangling when it should not
https://bugs.python.org/issue45299 opened by grant.b.edwards

#45300: Building Python documentation with doctest logs a ResourceWarn
https://bugs.python.org/issue45300 opened by vstinner

#45301: pycore_condvar.h: remove Windows conditonal variable emulation
https://bugs.python.org/issue45301 opened by vstinner

#45302: basic builtin functions missing __text_signature__ attributes
https://bugs.python.org/issue45302 opened by xloem

#45303: ast module classes missing __text_signature__ attribute
https://bugs.python.org/issue45303 opened by xloem

#45304: Supporting out-of-band buffers (pickle protocol 5) in multipro
https://bugs.python.org/issue45304 opened by jakirkham

#45305: Incorrect record of call_args_list when using multiple side_ef
https://bugs.python.org/issue45305 opened by dmcnulla

#45306: Docs are incorrect re: constant initialization in the C99 stan
https://bugs.python.org/issue45306 opened by jhaberman

#45311: Threading Semaphore and BoundedSemaphore release method implem
https://bugs.python.org/issue45311 opened by besi7dollma

#45314: Using target python while cross-building
https://bugs.python.org/issue45314 opened by fransdb

#45315: `PyType_FromSpec` does not copy the name
https://bugs.python.org/issue45315 opened by seberg

#45316: [C API] Functions not exported with PyAPI_FUNC()
https://bugs.python.org/issue45316 opened by vstinner

#45317: Document the removal the usage of the C stack in Python to Pyt
https://bugs.python.org/issue45317 opened by Mark.Shannon

#45319: Possible regression in __annotations__ descr for heap type sub
https://bugs.python.org/issue45319 opened by christian.heimes

#45320: Remove deprecated inspect functions
https://bugs.python.org/issue45320 opened by hugovk

#45321: Module xml.parsers.expat.errors misses error code constants of
https://bugs.python.org/issue45321 opened by sping

#45324: The frozen importer should capture info in find_spec().
https://bugs.python.org/issue45324 opened by eric.snow

#45325: Allow "p" in Py_BuildValue
https://bugs.python.org/issue45325 opened by pablogsal

#45326: Unexpected TypeError with type alias+issubclass+ABC
https://bugs.python.org/issue45326 opened by AMDmi3

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328 opened by rtobar2

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329 opened by y-tag

#45330: dulwich_log performance regression in 3.10
https://bugs.python.org/issue45330 opened by kj

#45331: Can create enum of ranges, cannot create range enum. Range sho
https://bugs.python.org/issue45331 opened by techdragon

#45335: Default TIMESTAMP converter in sqlite3 ignores time zone
https://bugs.python.org/issue45335 opened by iafisher

#45336: Issue with xml.tree.ElementTree.write
https://bugs.python.org/issue45336 opened by twowolfs

#45337: Create venv with pip fails when target dir is under userappdat
https://bugs.python.org/issue45337 opened by AdamYoblick

#45338: Add key argument to collections.Counter
https://bugs.python.org/issue45338 opened by kubataytekin

#45339: concurrent.future.ThreadPoolExecutor should parameterize class
https://bugs.python.org/issue45339 opened by erickpeirson

#45340: Lazily create dictionaries for plain Python objects
https://bugs.python.org/issue45340 opened by Mark.Shannon

#45341: Update "Python Package Index" in Docs
https://bugs.python.org/issue45341 opened by StevenHsuYL

#45342: wrap_socket fails when load_cert_chain is called without setti
https://bugs.python.org/issue45342 opened by shreya1312



Most recent 15 issues with no replies (15)
==========================================

#45341: Update "Python Package Index" in Docs
https://bugs.python.org/issue45341

#45340: Lazily create dictionaries for plain Python objects
https://bugs.python.org/issue45340

#45339: concurrent.future.ThreadPoolExecutor should parameterize class
https://bugs.python.org/issue45339

#45338: Add key argument to collections.Counter
https://bugs.python.org/issue45338

#45336: Issue with xml.tree.ElementTree.write
https://bugs.python.org/issue45336

#45335: Default TIMESTAMP converter in sqlite3 ignores time zone
https://bugs.python.org/issue45335

#45331: Can create enum of ranges, cannot create range enum. Range sho
https://bugs.python.org/issue45331

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328

#45326: Unexpected TypeError with type alias+issubclass+ABC
https://bugs.python.org/issue45326

#45321: Module xml.parsers.expat.errors misses error code constants of
https://bugs.python.org/issue45321

#45315: `PyType_FromSpec` does not copy the name
https://bugs.python.org/issue45315

#45311: Threading Semaphore and BoundedSemaphore release method implem
https://bugs.python.org/issue45311

#45306: Docs are incorrect re: constant initialization in the C99 stan
https://bugs.python.org/issue45306

#45305: Incorrect record of call_args_list when using multiple side_ef
https://bugs.python.org/issue45305



Most recent 15 issues waiting for review (15)
=============================================

#45337: Create venv with pip fails when target dir is under userappdat
https://bugs.python.org/issue45337

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328

#45325: Allow "p" in Py_BuildValue
https://bugs.python.org/issue45325

#45324: The frozen importer should capture info in find_spec().
https://bugs.python.org/issue45324

#45320: Remove deprecated inspect functions
https://bugs.python.org/issue45320

#45296: IDLE: Better document close and exit.
https://bugs.python.org/issue45296

#45295: Speed up classmethod calls via LOAD_METHOD
https://bugs.python.org/issue45295

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292

#45283: Top / function argument level ClassVar should not be allowed d
https://bugs.python.org/issue45283

#45279: avoid redundant _commit_removals pending_removals guard
https://bugs.python.org/issue45279

#45276: avoid try 1000 in asyncio all_tasks by making weak collection
https://bugs.python.org/issue45276

#45260: Implement superinstruction UNPACK_SEQUENCE_ST
https://bugs.python.org/issue45260

#45258: sysroot_paths in setup.py does not consider -isysroot for macO
https://bugs.python.org/issue45258

#45256: Remove the usage of the C stack in Python to Python calls
https://bugs.python.org/issue45256



Top 10 most discussed issues (10)
=================================

#45325: Allow "p" in Py_BuildValue
https://bugs.python.org/issue45325 16 msgs

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 13 msgs

#15870: PyType_FromSpec should take metaclass as an argument
https://bugs.python.org/issue15870 11 msgs

#45229: Always use unittest for collecting tests in regrtests
https://bugs.python.org/issue45229 11 msgs

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 10 msgs

#44603: REPL: exit when the user types exit instead of asking them to
https://bugs.python.org/issue44603 9 msgs

#45288: Inspect - Added sort_result parameter on getmembers function.
https://bugs.python.org/issue45288 8 msgs

#45296: IDLE: Better document close and exit.
https://bugs.python.org/issue45296 8 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 7 msgs

#36819: Crash during encoding using UTF-16/32 and custom error handler
https://bugs.python.org/issue36819 6 msgs



Issues closed (48)
==================

#16974: when "python -c command" does a traceback, it open the file "<
https://bugs.python.org/issue16974 closed by iritkatriel

#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
https://bugs.python.org/issue21302 closed by vstinner

#21822: [Windows] KeyboardInterrupt during Thread.join hangs that Thre
https://bugs.python.org/issue21822 closed by vstinner

#35921: Use ccache by default
https://bugs.python.org/issue35921 closed by lukasz.langa

#36717: Allow retrieval of return value from the target of a threading
https://bugs.python.org/issue36717 closed by vstinner

#39039: zlib.error with tarfile.open
https://bugs.python.org/issue39039 closed by lukasz.langa

#40058: Running test_datetime twice fails with: module 'datetime' has
https://bugs.python.org/issue40058 closed by serhiy.storchaka

#40173: test.support.import_fresh_module fails to correctly block subm
https://bugs.python.org/issue40173 closed by serhiy.storchaka

#40642: Cpython "pystate.h" subdirectory wrong
https://bugs.python.org/issue40642 closed by vstinner

#41214: -O0: Segmentation fault in _PyArg_UnpackStack
https://bugs.python.org/issue41214 closed by iritkatriel

#41299: Python3 threading.Event().wait time is twice as large as Pytho
https://bugs.python.org/issue41299 closed by vstinner

#41710: threading.Lock.acquire(timeout) should use sem_clockwait(CLOCK
https://bugs.python.org/issue41710 closed by vstinner

#42813: Extra spaces cause unexpected EOF error in "compile" function
https://bugs.python.org/issue42813 closed by terry.reedy

#43914: Highlight invalid ranges in SyntaxErrors
https://bugs.python.org/issue43914 closed by lukasz.langa

#44809: Changelog missing removal of StrEnum etc.
https://bugs.python.org/issue44809 closed by pablogsal

#44892: Configparser fails when the .cfg file contains inline 'comment
https://bugs.python.org/issue44892 closed by terry.reedy

#45166: get_type_hints + Final + future annotations = TypeError
https://bugs.python.org/issue45166 closed by lukasz.langa

#45211: Useful (expensive) information is discarded in getpath.c.
https://bugs.python.org/issue45211 closed by eric.snow

#45242: test_pdb fails
https://bugs.python.org/issue45242 closed by terry.reedy

#45249: Update doctect SyntaxErrors for location range
https://bugs.python.org/issue45249 closed by pablogsal

#45254: HAS_SHMEM detection logic is duplicated in implementation and
https://bugs.python.org/issue45254 closed by lukasz.langa

#45261: Unreliable (?) results from timeit (cache issue?)
https://bugs.python.org/issue45261 closed by rhettinger

#45269: c_make_encoder() has uncovered error: "argument 1 must be dict
https://bugs.python.org/issue45269 closed by lukasz.langa

#45274: Race condition in Thread._wait_for_tstate_lock()
https://bugs.python.org/issue45274 closed by vstinner

#45277: typo in codecs documentation
https://bugs.python.org/issue45277 closed by terry.reedy

#45280: Empty typing.NamedTuple creation is not tested
https://bugs.python.org/issue45280 closed by lukasz.langa

#45285: c_char incorrectly treated as bytes in Structure
https://bugs.python.org/issue45285 closed by ciresnave

#45286: zipfile missing API for links
https://bugs.python.org/issue45286 closed by serhiy.storchaka

#45287: zipfile.is_zipfile returns true for a rar file containing zips
https://bugs.python.org/issue45287 closed by serhiy.storchaka

#45290: test_multiprocessing_pool_circular_import fails in M1 mac
https://bugs.python.org/issue45290 closed by pablogsal

#45291: Some instructions in the "Using Python on Unix platforms" docu
https://bugs.python.org/issue45291 closed by christian.heimes

#45293: List inplace addition different from normal addition
https://bugs.python.org/issue45293 closed by rhettinger

#45294: Conditional import fails and produce UnboundLocalError, if a v
https://bugs.python.org/issue45294 closed by steven.daprano

#45307: Removal of _PyImport_FindExtensionObject() in 3.10 limits cust
https://bugs.python.org/issue45307 closed by pablogsal

#45308: multiprocessing default fork child process will not free objec
https://bugs.python.org/issue45308 closed by vstinner

#45309: asyncio task can not be used to open_connection and read data.
https://bugs.python.org/issue45309 closed by whitestockingirl

#45310: test_multiprocessing_forkserver: test_shared_memory_basics() f
https://bugs.python.org/issue45310 closed by serhiy.storchaka

#45312: "MUPCA Root" Certificates - treated as invalid and cause error
https://bugs.python.org/issue45312 closed by steve.dower

#45313: Counter.elements() wrong error message
https://bugs.python.org/issue45313 closed by rhettinger

#45318: Python 3.10: cyclomatic complexity of match-case syntax
https://bugs.python.org/issue45318 closed by mark.dickinson

#45322: [X86_64]test_concurrent_futures fail
https://bugs.python.org/issue45322 closed by vstinner

#45323: unexpected behavior on first match case _
https://bugs.python.org/issue45323 closed by ojob

#45327: Reading from a file is stuck infinitely when the file name is
https://bugs.python.org/issue45327 closed by eric.smith

#45332: Decimal test and benchmark are broken
https://bugs.python.org/issue45332 closed by corona10

#45333: += operator and accessors bug?
https://bugs.python.org/issue45333 closed by josh.r

#45334: String Strip not working
https://bugs.python.org/issue45334 closed by serhiy.storchaka

#1596321: KeyError at exit after 'import threading' in other thread
https://bugs.python.org/issue1596321 closed by vstinner

#1736792: dict reentrant/threading request
https://bugs.python.org/issue1736792 closed by vstinner
_______________________________________________
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/HQVJPNJZ3TK4UU2VYEEAKD4CGXQ66SLR/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-01 - 2021-10-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 7374 (+33)
closed 49772 (+38)
total 57146 (+71)

Open issues with patches: 2920


Issues opened (51)
==================

#33125: Windows 10 ARM64 platform support
https://bugs.python.org/issue33125 reopened by steve.dower

#45163: Haiku build fix
https://bugs.python.org/issue45163 reopened by ned.deily

#45344: Have zipapp respect SOURCE_DATE_EPOCH
https://bugs.python.org/issue45344 opened by bign8

#45347: datetime subject to rounding?
https://bugs.python.org/issue45347 opened by piro

#45351: asyncio doc: List all sockets in TCP echo server using streams
https://bugs.python.org/issue45351 opened by olafvdspek

#45352: Move documentation for typed generic forms of standard collect
https://bugs.python.org/issue45352 opened by pxeger

#45353: sys.modules: dictionary changed size during iteration
https://bugs.python.org/issue45353 opened by idan57

#45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of
https://bugs.python.org/issue45355 opened by serhiy.storchaka

#45356: Calling `help` executes @classmethod @property decorated metho
https://bugs.python.org/issue45356 opened by randolf.scholz

#45357: Idle does not check user config for extention configuration
https://bugs.python.org/issue45357 opened by CoolCat467

#45358: Bogus cookie generated after invalid cookie attribute is input
https://bugs.python.org/issue45358 opened by greob

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359 opened by JacobHayes

#45361: Provide a more convenient way to set an exception as "active",
https://bugs.python.org/issue45361 opened by njs

#45363: Use instruction offsets in co_lnotab
https://bugs.python.org/issue45363 opened by serhiy.storchaka

#45364: Add more documentation for ModuleSpec.loader_state.
https://bugs.python.org/issue45364 opened by eric.snow

#45365: concurrent.futures.Future should be suitable for use outside o
https://bugs.python.org/issue45365 opened by xmorel

#45366: dataclass init=False field with default works but default_fact
https://bugs.python.org/issue45366 opened by simple_coder878

#45367: Specialize BINARY_MULTIPLY
https://bugs.python.org/issue45367 opened by Dennis Sweeney

#45369: Remove LibreSSL workarounds
https://bugs.python.org/issue45369 opened by ramikg

#45371: distutil's runtime_library_dir (rpath) option doesn't work wit
https://bugs.python.org/issue45371 opened by christian.heimes

#45373: ./configure --enable-optimizations should enable LTO
https://bugs.python.org/issue45373 opened by vstinner

#45374: sqlite3: Add configure option to set or auto-detect rpath to s
https://bugs.python.org/issue45374 opened by chaz6

#45376: Run Windows release docs build on regular CI
https://bugs.python.org/issue45376 opened by steve.dower

#45378: Can't find "map" with search on docs.python.org
https://bugs.python.org/issue45378 opened by gvanrossum

#45379: Improve errors related to frozen modules.
https://bugs.python.org/issue45379 opened by eric.snow

#45380: help() appears confused about the module of typing.Annotated
https://bugs.python.org/issue45380 opened by AlexWaygood

#45381: IDLE: "restart shell" while receiving output disables program
https://bugs.python.org/issue45381 opened by capsicumw

#45382: platform() is not able to detect windows 11
https://bugs.python.org/issue45382 opened by sahsariga111

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383 opened by seberg

#45384: Accept Final as indicating ClassVar for dataclass
https://bugs.python.org/issue45384 opened by GBeauregard

#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386 opened by rtobar2

#45387: GzipFile.write should be buffered
https://bugs.python.org/issue45387 opened by rhpvorderman

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388 opened by Mark.Shannon

#45389: https://docs.python.org/3/objects.inv still points to 3.9
https://bugs.python.org/issue45389 opened by gaborjbernat

#45390: asyncio.Task doesn't propagate CancelledError() exception corr
https://bugs.python.org/issue45390 opened by pagliaricci.m

#45391: 3.10 objects.inv classifies UnionType as data
https://bugs.python.org/issue45391 opened by gaborjbernat

#45392: docstring of "type" could use an update
https://bugs.python.org/issue45392 opened by mark.dickinson

#45393: help() on operator precedence has confusing entries "await" "x
https://bugs.python.org/issue45393 opened by MFH

#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395 opened by eric.snow

#45396: Custom frozen modules get ignored.
https://bugs.python.org/issue45396 opened by eric.snow

#45397: Doc for turtle.write missing the tuple part of the font param
https://bugs.python.org/issue45397 opened by jggammon

#45399: Remove hostflags from PySSLContext
https://bugs.python.org/issue45399 opened by ramikg

#45401: logging TimedRotatingFileHandler must not rename devices like
https://bugs.python.org/issue45401 opened by vstinner

#45404: Undefined I_* macros of stropts.h when building Python 3.10 on
https://bugs.python.org/issue45404 opened by etale-cohomology

#45405: Python does not configure on darwin using public llvm / clang
https://bugs.python.org/issue45405 opened by debohman

#45406: inspect.getouterframes() tracebacks when $CWD does not exists
https://bugs.python.org/issue45406 opened by msuchy@redhat.com

#45409: Support non-standard executables in venv
https://bugs.python.org/issue45409 opened by steve.dower

#45410: python -m test -jN: write stderr in stdout to get messages in
https://bugs.python.org/issue45410 opened by vstinner

#45411: Add Mimetypes for Subtitle Files
https://bugs.python.org/issue45411 opened by Josephine-Marie

#45412: [C API] Remove Py_OVERFLOWED(), Py_SET_ERRNO_ON_MATH_ERROR(),
https://bugs.python.org/issue45412 opened by vstinner

#45413: Add install scheme for virtual environments
https://bugs.python.org/issue45413 opened by FFY00



Most recent 15 issues with no replies (15)
==========================================

#45399: Remove hostflags from PySSLContext
https://bugs.python.org/issue45399

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388

#45387: GzipFile.write should be buffered
https://bugs.python.org/issue45387

#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386

#45384: Accept Final as indicating ClassVar for dataclass
https://bugs.python.org/issue45384

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383

#45380: help() appears confused about the module of typing.Annotated
https://bugs.python.org/issue45380

#45379: Improve errors related to frozen modules.
https://bugs.python.org/issue45379

#45376: Run Windows release docs build on regular CI
https://bugs.python.org/issue45376

#45374: sqlite3: Add configure option to set or auto-detect rpath to s
https://bugs.python.org/issue45374

#45369: Remove LibreSSL workarounds
https://bugs.python.org/issue45369

#45365: concurrent.futures.Future should be suitable for use outside o
https://bugs.python.org/issue45365

#45364: Add more documentation for ModuleSpec.loader_state.
https://bugs.python.org/issue45364

#45363: Use instruction offsets in co_lnotab
https://bugs.python.org/issue45363

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359



Most recent 15 issues waiting for review (15)
=============================================

#45412: [C API] Remove Py_OVERFLOWED(), Py_SET_ERRNO_ON_MATH_ERROR(),
https://bugs.python.org/issue45412

#45410: python -m test -jN: write stderr in stdout to get messages in
https://bugs.python.org/issue45410

#45409: Support non-standard executables in venv
https://bugs.python.org/issue45409

#45401: logging TimedRotatingFileHandler must not rename devices like
https://bugs.python.org/issue45401

#45396: Custom frozen modules get ignored.
https://bugs.python.org/issue45396

#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395

#45391: 3.10 objects.inv classifies UnionType as data
https://bugs.python.org/issue45391

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388

#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386

#45371: distutil's runtime_library_dir (rpath) option doesn't work wit
https://bugs.python.org/issue45371

#45369: Remove LibreSSL workarounds
https://bugs.python.org/issue45369

#45367: Specialize BINARY_MULTIPLY
https://bugs.python.org/issue45367

#45363: Use instruction offsets in co_lnotab
https://bugs.python.org/issue45363

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359

#45358: Bogus cookie generated after invalid cookie attribute is input
https://bugs.python.org/issue45358



Top 10 most discussed issues (10)
=================================

#29410: Moving to SipHash-1-3
https://bugs.python.org/issue29410 23 msgs

#45382: platform() is not able to detect windows 11
https://bugs.python.org/issue45382 15 msgs

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 11 msgs

#45335: Default TIMESTAMP converter in sqlite3 ignores UTC offset
https://bugs.python.org/issue45335 8 msgs

#45371: distutil's runtime_library_dir (rpath) option doesn't work wit
https://bugs.python.org/issue45371 7 msgs

#45391: 3.10 objects.inv classifies UnionType as data
https://bugs.python.org/issue45391 7 msgs

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 6 msgs

#45116: Performance regression 3.10b1 and later on Windows: Py_DECREF(
https://bugs.python.org/issue45116 5 msgs

#45262: crash if asyncio is used before and after re-initialization if
https://bugs.python.org/issue45262 5 msgs

#45339: concurrent.future.ThreadPoolExecutor should parameterize class
https://bugs.python.org/issue45339 5 msgs



Issues closed (39)
==================

#34804: Repetition of 'for example' in documentation
https://bugs.python.org/issue34804 closed by lukasz.langa

#35970: no help flag in base64 util
https://bugs.python.org/issue35970 closed by ammar2

#40321: urllib.request does not support HTTP response status code 308
https://bugs.python.org/issue40321 closed by lukasz.langa

#40418: Small Refactoring: Use bytes.hex() in secrets.token_hex()
https://bugs.python.org/issue40418 closed by Dennis Sweeney

#41197: Async magic methods in contextlib.closing
https://bugs.python.org/issue41197 closed by njs

#44050: [subinterpreters] _PyImport_FixupExtensionObject() regression
https://bugs.python.org/issue44050 closed by lukasz.langa

#44687: io.BufferedReader:peek() closes underlying file, breaking peek
https://bugs.python.org/issue44687 closed by steve.dower

#44998: macOS build test failure
https://bugs.python.org/issue44998 closed by ned.deily

#45119: test_signal.test_itimer_virtual() failed on AMD64 Fedora Rawhi
https://bugs.python.org/issue45119 closed by vstinner

#45288: Inspect - Added sort_result parameter on getmembers function.
https://bugs.python.org/issue45288 closed by terry.reedy

#45302: 10 built-in functions need non-None .__text_signature__
https://bugs.python.org/issue45302 closed by rhettinger

#45324: The frozen importer should capture info in find_spec().
https://bugs.python.org/issue45324 closed by eric.snow

#45328: http.client.HTTPConnection doesn't work without TCP_NODELAY
https://bugs.python.org/issue45328 closed by lukasz.langa

#45329: pyexpat: segmentation fault when `--with-system-expat` is spec
https://bugs.python.org/issue45329 closed by serhiy.storchaka

#45337: Create venv with pip fails when target dir is under userappdat
https://bugs.python.org/issue45337 closed by steve.dower

#45338: Add key argument to collections.Counter
https://bugs.python.org/issue45338 closed by kubataytekin

#45341: Update "Python Package Index" in Docs
https://bugs.python.org/issue45341 closed by StevenHsuYL

#45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0
https://bugs.python.org/issue45343 closed by lukasz.langa

#45345: Equalized lists depend to each other after equalizing
https://bugs.python.org/issue45345 closed by eric.smith

#45346: Some "truthy" crept in
https://bugs.python.org/issue45346 closed by rhettinger

#45348: math.log(243, 3) value issue
https://bugs.python.org/issue45348 closed by tim.peters

#45349: configparser.ConfigParser: 2 newlines at end of file (EOF)
https://bugs.python.org/issue45349 closed by martin.panter

#45350: configure incorrectly ignores pkg-config information for libff
https://bugs.python.org/issue45350 closed by pablogsal

#45354: test_winconsoleio fails on Windows 11
https://bugs.python.org/issue45354 closed by steve.dower

#45360: xml.etree.ElementTree: add feature in write to create director
https://bugs.python.org/issue45360 closed by serhiy.storchaka

#45362: dis does not work with the new optimized ops
https://bugs.python.org/issue45362 closed by kj

#45368: ~(True) and ~(False) gives incorrect result
https://bugs.python.org/issue45368 closed by serhiy.storchaka

#45370: Typo in pep-0636 page
https://bugs.python.org/issue45370 closed by xtreak

#45372: Unwarranted "certificate has expired" when urlopen-ing R3 site
https://bugs.python.org/issue45372 closed by aivarannamaa

#45375: Windows assertion in out-of-tree debug build
https://bugs.python.org/issue45375 closed by steve.dower

#45377: Default python 3 docs still pointing to 3.9.7
https://bugs.python.org/issue45377 closed by eric.smith

#45385: Fix reference leak from descr_check
https://bugs.python.org/issue45385 closed by corona10

#45394: pip install numpy not working in 3.11.0a on macOS 11.6
https://bugs.python.org/issue45394 closed by christian.heimes

#45398: Bugs in set operations in 3.8.10 (detected in Win7)
https://bugs.python.org/issue45398 closed by bfx683

#45400: test_name_error_suggestions_do_not_trigger_for_too_many_locals
https://bugs.python.org/issue45400 closed by vstinner

#45402: ERROR: test_sundry (test.test_tools.test_sundry.TestSundryScri
https://bugs.python.org/issue45402 closed by vstinner

#45403: test_sys: test_stdlib_dir() fails when Python is built outside
https://bugs.python.org/issue45403 closed by vstinner

#45407: Support buffer protocol for _struct.Struct format argument
https://bugs.python.org/issue45407 closed by corona10

#45408: [fuzzer] Weird input with continuation and newlines causes nul
https://bugs.python.org/issue45408 closed by pablogsal
_______________________________________________
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/RUJ225RBQJUIL5QHBVCPPE4C7ESPIKJM/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-08 - 2021-10-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 7401 (+27)
closed 49822 (+50)
total 57223 (+77)

Open issues with patches: 2925


Issues opened (50)
==================

#35081: Move internal headers to Include/internal/
https://bugs.python.org/issue35081 reopened by vstinner

#35134: Add a new Include/cpython/ subdirectory for the "CPython API"
https://bugs.python.org/issue35134 reopened by vstinner

#42248: Raised exception in Enum keeping user objects alive unnecessar
https://bugs.python.org/issue42248 reopened by pitrou

#44559: Enum: revert to 3.9
https://bugs.python.org/issue44559 reopened by pitrou

#45249: Update doctect SyntaxErrors for location range
https://bugs.python.org/issue45249 reopened by pablogsal

#45414: pathlib.Path.parents negative indexing is wrong for absolute p
https://bugs.python.org/issue45414 opened by josh.r

#45415: Assert oparg < INSTR_OFFSET()
https://bugs.python.org/issue45415 opened by steve.dower

#45417: Enum creation non-linear in the number of values
https://bugs.python.org/issue45417 opened by olliemath

#45420: Python 3.10 final installation failure
https://bugs.python.org/issue45420 opened by wyz23x2

#45423: SSL SNI varies when host contains port number
https://bugs.python.org/issue45423 opened by hexf

#45425: There is an error in the Chinese documentation of contextlib.A
https://bugs.python.org/issue45425 opened by laxtiz

#45427: importlib.readers.MultiplexedPath
https://bugs.python.org/issue45427 opened by daveraja

#45429: [Windows] time.sleep() should use CREATE_WAITABLE_TIMER_HIGH_R
https://bugs.python.org/issue45429 opened by vstinner

#45431: [C API] Rename CFrame or hide it to only export names starting
https://bugs.python.org/issue45431 opened by vstinner

#45435: delete misleading faq entry about atomic operations
https://bugs.python.org/issue45435 opened by graingert

#45436: test_tk.test_configure_type() failed on x86 Gentoo Non-Debug w
https://bugs.python.org/issue45436 opened by vstinner

#45438: inspect not capturing type annotations created by __class_geti
https://bugs.python.org/issue45438 opened by rhettinger

#45442: Update `Virtual Environment` tutorial
https://bugs.python.org/issue45442 opened by shivnaren

#45443: 'ThreadPoolExecutor' object has no attribute 'map'
https://bugs.python.org/issue45443 opened by zohim

#45444: test.test_concurrent_futures fail in x86_ 64 architecture
https://bugs.python.org/issue45444 opened by sxt1001

#45445: Fail if an invalid -X option is provided
https://bugs.python.org/issue45445 opened by pablogsal

#45446: Add a way to hide fields in dataclasses
https://bugs.python.org/issue45446 opened by formigacomcaimbra

#45447: IDLE: Support syntax highlighting for .pyi stub files
https://bugs.python.org/issue45447 opened by AlexWaygood

#45449: Document that collections.abc types are subscriptable
https://bugs.python.org/issue45449 opened by FFY00

#45450: Improve syntax error for parenthesized arguments
https://bugs.python.org/issue45450 opened by pablogsal

#45451: IDLE Shell GUI - remove window border
https://bugs.python.org/issue45451 opened by primexx

#45452: Support crash tolerance feature for gdbm module
https://bugs.python.org/issue45452 opened by corona10

#45455: Fill func.__doc__ lazily
https://bugs.python.org/issue45455 opened by methane

#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457 opened by LincolnPuzey

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 opened by christian.heimes

#45460: distutils.sysconfig.get_python_lib() does not respect sysconfi
https://bugs.python.org/issue45460 opened by hroncok

#45463: Documentation inconsistency on the number of identifiers allow
https://bugs.python.org/issue45463 opened by lucach

#45464: TypeError when inheriting from both OSError and AttributeError
https://bugs.python.org/issue45464 opened by marmarek

#45466: Simple curl/wget-like download functionality in urllib (like h
https://bugs.python.org/issue45466 opened by tom.pohl

#45468: Add support for preloading a Python script
https://bugs.python.org/issue45468 opened by Gabriele Tornetta

#45472: Add public C API for partial "unicode-escape" and "raw-unicode
https://bugs.python.org/issue45472 opened by serhiy.storchaka

#45473: Enum: add "name" and "value" keywords to call syntax
https://bugs.python.org/issue45473 opened by aekoch

#45475: gzip fails to read a gzipped file (ValueError: readline of clo
https://bugs.python.org/issue45475 opened by minstrelofc

#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476 opened by vstinner

#45477: configure script cannot detect float word ordering on linux
https://bugs.python.org/issue45477 opened by sourish.basu

#45478: Send a patch to libexpat to solve _POSIX_C_SOURCE issue.
https://bugs.python.org/issue45478 opened by corona10

#45480: Missing link(s) to the "Python Module Index" page
https://bugs.python.org/issue45480 opened by mark

#45483: pure Python class that has been registered as a `collections.a
https://bugs.python.org/issue45483 opened by GalaxySnail

#45484: test_pickle segfault on s390x RHEL7 LTO 3.x
https://bugs.python.org/issue45484 opened by vstinner

#45485: datetime.strptime issues message attribute of type 'NoneType'
https://bugs.python.org/issue45485 opened by f.de.kruijf

#45486: Stop using internal APIs in _xxsubinterpretersmodule.c.
https://bugs.python.org/issue45486 opened by eric.snow

#45487: SSLEOFError regression with certain servers in Python 3.10
https://bugs.python.org/issue45487 opened by nyuszika7h

#45488: Powershell Commands no Longer Recognised
https://bugs.python.org/issue45488 opened by julienbloxerk

#45489: ForwardRef does not support | operator
https://bugs.python.org/issue45489 opened by bobbeyreese

#45490: [meta][C API] Avoid C macro pitfalls and usage of static inlin
https://bugs.python.org/issue45490 opened by vstinner



Most recent 15 issues with no replies (15)
==========================================

#45490: [meta][C API] Avoid C macro pitfalls and usage of static inlin
https://bugs.python.org/issue45490

#45489: ForwardRef does not support | operator
https://bugs.python.org/issue45489

#45488: Powershell Commands no Longer Recognised
https://bugs.python.org/issue45488

#45486: Stop using internal APIs in _xxsubinterpretersmodule.c.
https://bugs.python.org/issue45486

#45483: pure Python class that has been registered as a `collections.a
https://bugs.python.org/issue45483

#45472: Add public C API for partial "unicode-escape" and "raw-unicode
https://bugs.python.org/issue45472

#45466: Simple curl/wget-like download functionality in urllib (like h
https://bugs.python.org/issue45466

#45463: Documentation inconsistency on the number of identifiers allow
https://bugs.python.org/issue45463

#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457

#45425: There is an error in the Chinese documentation of contextlib.A
https://bugs.python.org/issue45425

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388

#45387: GzipFile.write should be buffered
https://bugs.python.org/issue45387

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383

#45379: Improve errors related to frozen modules.
https://bugs.python.org/issue45379

#45376: Run Windows release docs build on regular CI
https://bugs.python.org/issue45376



Most recent 15 issues waiting for review (15)
=============================================

#45478: Send a patch to libexpat to solve _POSIX_C_SOURCE issue.
https://bugs.python.org/issue45478

#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476

#45472: Add public C API for partial "unicode-escape" and "raw-unicode
https://bugs.python.org/issue45472

#45468: Add support for preloading a Python script
https://bugs.python.org/issue45468

#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457

#45455: Fill func.__doc__ lazily
https://bugs.python.org/issue45455

#45452: Support crash tolerance feature for gdbm module
https://bugs.python.org/issue45452

#45450: Improve syntax error for parenthesized arguments
https://bugs.python.org/issue45450

#45447: IDLE: Support syntax highlighting for .pyi stub files
https://bugs.python.org/issue45447

#45446: Add a way to hide fields in dataclasses
https://bugs.python.org/issue45446

#45445: Fail if an invalid -X option is provided
https://bugs.python.org/issue45445

#45442: Update `Virtual Environment` tutorial
https://bugs.python.org/issue45442

#45435: delete misleading faq entry about atomic operations
https://bugs.python.org/issue45435

#45417: Enum creation non-linear in the number of values
https://bugs.python.org/issue45417

#45410: python -m test -jN: write stderr in stdout to get messages in
https://bugs.python.org/issue45410



Top 10 most discussed issues (10)
=================================

#45452: Support crash tolerance feature for gdbm module
https://bugs.python.org/issue45452 14 msgs

#44828: Using tkinter.filedialog crashes on macOS Python 3.9.6
https://bugs.python.org/issue44828 10 msgs

#45384: Accept Final as indicating ClassVar for dataclass
https://bugs.python.org/issue45384 10 msgs

#45447: IDLE: Support syntax highlighting for .pyi stub files
https://bugs.python.org/issue45447 10 msgs

#45356: Calling `help` executes @classmethod @property decorated metho
https://bugs.python.org/issue45356 9 msgs

#45415: Assert oparg < INSTR_OFFSET()
https://bugs.python.org/issue45415 9 msgs

#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476 9 msgs

#45435: delete misleading faq entry about atomic operations
https://bugs.python.org/issue45435 8 msgs

#45410: python -m test -jN: write stderr in stdout to get messages in
https://bugs.python.org/issue45410 7 msgs

#35134: Add a new Include/cpython/ subdirectory for the "CPython API"
https://bugs.python.org/issue35134 6 msgs



Issues closed (53)
==================

#20028: csv: Confusing error message when giving invalid quotechar in
https://bugs.python.org/issue20028 closed by corona10

#23262: webbrowser module broken with Firefox 36+
https://bugs.python.org/issue23262 closed by serhiy.storchaka

#24444: In argparse empty choices cannot be printed in the help
https://bugs.python.org/issue24444 closed by lukasz.langa

#27580: CSV Null Byte Error
https://bugs.python.org/issue27580 closed by serhiy.storchaka

#27744: Add AF_ALG (Linux Kernel crypto) to socket module
https://bugs.python.org/issue27744 closed by christian.heimes

#27928: Add hashlib.scrypt
https://bugs.python.org/issue27928 closed by christian.heimes

#29410: Moving to SipHash-1-3
https://bugs.python.org/issue29410 closed by methane

#36521: Consider removing docstrings from co_consts in code objects
https://bugs.python.org/issue36521 closed by methane

#42253: xml.dom.minidom.rst missing standalone documentation
https://bugs.python.org/issue42253 closed by serhiy.storchaka

#44105: tempfile.TemporaryDirectory deleted after sleep in threads
https://bugs.python.org/issue44105 closed by serhiy.storchaka

#44904: Classmethod properties are erroneously "called" in multiple mo
https://bugs.python.org/issue44904 closed by rhettinger

#45084: urllib.parse: remove deprecated functions (splittype, to_bytes
https://bugs.python.org/issue45084 closed by vstinner

#45203: Improve specialization stats for LOAD_METHOD and BINARY_SUBSC
https://bugs.python.org/issue45203 closed by kj

#45239: email.utils.parsedate_tz raises UnboundLocalError if time has
https://bugs.python.org/issue45239 closed by lukasz.langa

#45351: asyncio doc: List all sockets in TCP echo server using streams
https://bugs.python.org/issue45351 closed by vstinner

#45353: sys.modules: dictionary changed size during iteration
https://bugs.python.org/issue45353 closed by gregory.p.smith

#45386: xmlrpc.client unimportable due to strfmt ValueError
https://bugs.python.org/issue45386 closed by lukasz.langa

#45401: logging TimedRotatingFileHandler must not rename devices like
https://bugs.python.org/issue45401 closed by vinay.sajip

#45404: Undefined I_* macros of stropts.h when building Python 3.10 on
https://bugs.python.org/issue45404 closed by christian.heimes

#45405: configure fails on macOS with non-Apple clang version 13 which
https://bugs.python.org/issue45405 closed by ned.deily

#45412: [C API] Remove Py_OVERFLOWED(), Py_SET_ERRNO_ON_MATH_ERROR(),
https://bugs.python.org/issue45412 closed by vstinner

#45416: "loop argument must agree with lock" instantiating asyncio.Con
https://bugs.python.org/issue45416 closed by asvetlov

#45418: types.UnionType is not subscriptable
https://bugs.python.org/issue45418 closed by kj

#45419: DegenerateFiles.Path mismatch to Traversable interface
https://bugs.python.org/issue45419 closed by jaraco

#45421: Remove dead code from html.parser
https://bugs.python.org/issue45421 closed by methane

#45422: Data 0 cannot be plotted by matplotlib.pyplot just because som
https://bugs.python.org/issue45422 closed by serhiy.storchaka

#45424: ssl.SSLError: unknown error (_ssl.c:4034)
https://bugs.python.org/issue45424 closed by rahullak

#45426: PANDAS INSTALLATION PIP FAILED ON WINDOWS 11
https://bugs.python.org/issue45426 closed by eric.smith

#45428: py_compile fails to read filenames from stdin
https://bugs.python.org/issue45428 closed by serhiy.storchaka

#45430: PEP 523 no longer works
https://bugs.python.org/issue45430 closed by Mark.Shannon

#45432: sys.argv is processed strangely under Windows
https://bugs.python.org/issue45432 closed by zach.ware

#45433: libpython should not be linked with libcrypt
https://bugs.python.org/issue45433 closed by vstinner

#45434: [C API] Clean-up the Python.h header file
https://bugs.python.org/issue45434 closed by vstinner

#45437: Assignment to a list of dictionary wrong
https://bugs.python.org/issue45437 closed by zach.ware

#45439: [C API] Move usage of tp_vectorcall_offset from public headers
https://bugs.python.org/issue45439 closed by vstinner

#45440: [C API] Py_IS_INFINITY() macro doesn't work in the limited C A
https://bugs.python.org/issue45440 closed by vstinner

#45441: Some links in the document is changed
https://bugs.python.org/issue45441 closed by serhiy.storchaka

#45448: PIP package installation failure for multiple packages
https://bugs.python.org/issue45448 closed by eric.smith

#45453: test_embed.StdPrinterTests() crash if stdout FD is not 1 or 2
https://bugs.python.org/issue45453 closed by vstinner

#45454: Unable to explicitly subclass protocol when subclass has mixin
https://bugs.python.org/issue45454 closed by cmeyer

#45456: operator 'pass' in 'if-else' linear expression
https://bugs.python.org/issue45456 closed by steven.daprano

#45458: "\W" pattern with re.ASCII flag is not equivalent to "[^a-zA-Z
https://bugs.python.org/issue45458 closed by serhiy.storchaka

#45461: UnicodeDecodeError: 'unicodeescape' codec can't decode byte 0x
https://bugs.python.org/issue45461 closed by serhiy.storchaka

#45462: Speed up re.match with pre-compiled patterns
https://bugs.python.org/issue45462 closed by serhiy.storchaka

#45465: logging messages are needlessly reformatted for every handler
https://bugs.python.org/issue45465 closed by vinay.sajip

#45467: Fix incremental decoder and stream reader in the "raw-unicode-
https://bugs.python.org/issue45467 closed by serhiy.storchaka

#45469: lambda issue in for-loop
https://bugs.python.org/issue45469 closed by christian.heimes

#45470: possible bug in datetime.timestamp()
https://bugs.python.org/issue45470 closed by stef

#45471: _Py_path_config.stdlib_dir should not be set in Py_SetPythonHo
https://bugs.python.org/issue45471 closed by eric.snow

#45474: [C API] marshal.h must not use FILE* type in the limited C API
https://bugs.python.org/issue45474 closed by vstinner

#45479: clean up Py_UniversalNewlineFgets
https://bugs.python.org/issue45479 closed by benjamin.peterson

#45481: gc is disabled without explict calling gc.disable()
https://bugs.python.org/issue45481 closed by eric.smith

#45482: [C API] Move _PyNamespace_New() to the internal C API
https://bugs.python.org/issue45482 closed by vstinner
_______________________________________________
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/VYUJPCCRB3EDQ6GJ5S4XVLBY5K6TEBJT/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-15 - 2021-10-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 7199 (-202)
closed 50111 (+289)
total 57310 (+87)

Open issues with patches: 2841


Issues opened (65)
==================

#19459: Python does not support the GEORGIAN-PS charset
https://bugs.python.org/issue19459 reopened by vstinner

#40051: Give proper link in help(idlelib/turtledemo/tkinter.sub/test_*
https://bugs.python.org/issue40051 reopened by zach.ware

#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 reopened by andrei.avk

#45434: [C API] Clean-up the Python.h header file
https://bugs.python.org/issue45434 reopened by vstinner

#45445: Fail if an invalid -X option is provided
https://bugs.python.org/issue45445 reopened by pablogsal

#45474: [C API] marshal.h must not use FILE* type in the limited C API
https://bugs.python.org/issue45474 reopened by petr.viktorin

#45491: help() is too noisy for types used like functions
https://bugs.python.org/issue45491 opened by rhettinger

#45492: stdlib inspect documentation on code.co_names is incorrect
https://bugs.python.org/issue45492 opened by Dutcho

#45493: str() and repr() of enum different in Python 3.11 from Python
https://bugs.python.org/issue45493 opened by Dutcho

#45496: Tkinter: test_winfo_rgb failure
https://bugs.python.org/issue45496 opened by epaine

#45501: [idea] Successfully creating a venv could print a message.
https://bugs.python.org/issue45501 opened by mdk

#45502: Fix test_shelve and make it discoverable
https://bugs.python.org/issue45502 opened by serhiy.storchaka

#45503: Several improvement point of gdbm module
https://bugs.python.org/issue45503 opened by corona10

#45504: [argparse] Entering a partial config_parser flag works with su
https://bugs.python.org/issue45504 opened by swills1

#45505: Remove unneeded ZipFile IO
https://bugs.python.org/issue45505 opened by data-ux

#45506: Out of source tree builds failing on main - test_importlib oth
https://bugs.python.org/issue45506 opened by gregory.p.smith

#45507: Small oversight in 3.11 gzip.decompress implementation with re
https://bugs.python.org/issue45507 opened by rhpvorderman

#45508: Specialize INPLACE_ADD
https://bugs.python.org/issue45508 opened by Dennis Sweeney

#45509: Gzip header corruption not properly checked.
https://bugs.python.org/issue45509 opened by rhpvorderman

#45510: Specialize BINARY_SUBTRACT
https://bugs.python.org/issue45510 opened by corona10

#45511: input() method limited to 4095 characters on *NIX
https://bugs.python.org/issue45511 opened by Romuald

#45512: [sqlite3] simplify "isolation level"
https://bugs.python.org/issue45512 opened by erlendaasland

#45514: Deprecate legacy functions from importlib.resources (importlib
https://bugs.python.org/issue45514 opened by jaraco

#45517: TarFile.add skips files when tarfile name matches a directory
https://bugs.python.org/issue45517 opened by jkinkead

#45518: Invalid example for typing
https://bugs.python.org/issue45518 opened by bozhiyou

#45519: Minor docstring improvement in __contains__
https://bugs.python.org/issue45519 opened by Ivan.Savov

#45520: Frozen dataclass deep copy doesn't work with __slots__
https://bugs.python.org/issue45520 opened by jfuruness

#45524: Cross-module dataclass inheritance breaks get_type_hints
https://bugs.python.org/issue45524 opened by aidan.b.clark

#45528: mmap: constants not listed in the documentation
https://bugs.python.org/issue45528 opened by goodmami

#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530 opened by tim.peters

#45531: field "mro" behaves strangely in dataclass
https://bugs.python.org/issue45531 opened by finite-state-machine

#45533: loop.sock_connect doesn't resolve the address parameter on Win
https://bugs.python.org/issue45533 opened by YAtOff

#45534: Failing test_exceptions and test_threading
https://bugs.python.org/issue45534 opened by aritra1911

#45535: Enum's dir() does not contain inherited members
https://bugs.python.org/issue45535 opened by serhiy.storchaka

#45539: Negative lookaround assertions sometimes leak capture groups
https://bugs.python.org/issue45539 opened by jirkamarsik

#45540: module.__package__ and module.__spec__.parent have different s
https://bugs.python.org/issue45540 opened by barry

#45542: Using multiple comparison operators can cause performance issu
https://bugs.python.org/issue45542 opened by akuvfx

#45545: chdir __exit__ is not safe
https://bugs.python.org/issue45545 opened by ucodery

#45546: Unable to pickle enum with nested frozen dataclass?
https://bugs.python.org/issue45546 opened by Eric Cousineau

#45547: Modernize the importlib loaders
https://bugs.python.org/issue45547 opened by FFY00

#45548: Update Modules/Setup
https://bugs.python.org/issue45548 opened by brett.cannon

#45549: Seek in file object didn't treat all paths of exceptions
https://bugs.python.org/issue45549 opened by mog7599

#45550: Increase the information content and robustness of tp_version_
https://bugs.python.org/issue45550 opened by Mark.Shannon

#45551: EmailMessage utf-8 folding error
https://bugs.python.org/issue45551 opened by andrzejQ

#45554: multiprocessing exitcode is insufficiently documented
https://bugs.python.org/issue45554 opened by jmarshall

#45555: Object stays alive for weak reference if an exception happens
https://bugs.python.org/issue45555 opened by guijarro

#45558: shutil.copytree: Give the option to disable copystat
https://bugs.python.org/issue45558 opened by doronbehar

#45559: pprint tests do not test pprint.pprint()
https://bugs.python.org/issue45559 opened by eric.smith

#45560: sys.last_* not set for SyntaxErrors with IDLE
https://bugs.python.org/issue45560 opened by aroberge

#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561 opened by nascheme

#45562: python -d creates lots of tokenizer messages
https://bugs.python.org/issue45562 opened by lemburg

#45563: inspect.getframeinfo() doesn't handle frames without lineno
https://bugs.python.org/issue45563 opened by lemburg

#45564: shutil.rmtree and os.walk are implemented using recursion, fai
https://bugs.python.org/issue45564 opened by Alexander.Patrakov

#45565: More LOAD_ATTR specializations
https://bugs.python.org/issue45565 opened by kj

#45566: `test_frozen_pickle` does not use all possible `pickle` protoc
https://bugs.python.org/issue45566 opened by sobolevn

#45567: Support TLS Encrypted ClientHello (ECH)
https://bugs.python.org/issue45567 opened by eighthave

#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568 opened by zsiciarz

#45569: Drop support for 15-bit PyLong digits?
https://bugs.python.org/issue45569 opened by mark.dickinson

#45571: Modules/makesetup uses wrong CFLAGS for *shared*
https://bugs.python.org/issue45571 opened by christian.heimes

#45572: urllib.request:AttributeError: 'dict' object has no attribute
https://bugs.python.org/issue45572 opened by sxt1001

#45573: Use pkg-config autoconf macros to detect flags for Modules/Set
https://bugs.python.org/issue45573 opened by christian.heimes

#45574: Warning: ???print_escape??? defined but not used
https://bugs.python.org/issue45574 opened by sobolevn

#45575: Use a more principled approach to freelists
https://bugs.python.org/issue45575 opened by Mark.Shannon

#45576: Cannot import modules from Zip64 files
https://bugs.python.org/issue45576 opened by lfamorim

#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577 opened by sobolevn



Most recent 15 issues with no replies (15)
==========================================

#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577

#45576: Cannot import modules from Zip64 files
https://bugs.python.org/issue45576

#45575: Use a more principled approach to freelists
https://bugs.python.org/issue45575

#45574: Warning: ???print_escape??? defined but not used
https://bugs.python.org/issue45574

#45572: urllib.request:AttributeError: 'dict' object has no attribute
https://bugs.python.org/issue45572

#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568

#45566: `test_frozen_pickle` does not use all possible `pickle` protoc
https://bugs.python.org/issue45566

#45565: More LOAD_ATTR specializations
https://bugs.python.org/issue45565

#45564: shutil.rmtree and os.walk are implemented using recursion, fai
https://bugs.python.org/issue45564

#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561

#45559: pprint tests do not test pprint.pprint()
https://bugs.python.org/issue45559

#45558: shutil.copytree: Give the option to disable copystat
https://bugs.python.org/issue45558

#45554: multiprocessing exitcode is insufficiently documented
https://bugs.python.org/issue45554

#45550: Increase the information content and robustness of tp_version_
https://bugs.python.org/issue45550

#45533: loop.sock_connect doesn't resolve the address parameter on Win
https://bugs.python.org/issue45533



Most recent 15 issues waiting for review (15)
=============================================

#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577

#45575: Use a more principled approach to freelists
https://bugs.python.org/issue45575

#45573: Use pkg-config autoconf macros to detect flags for Modules/Set
https://bugs.python.org/issue45573

#45571: Modules/makesetup uses wrong CFLAGS for *shared*
https://bugs.python.org/issue45571

#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568

#45566: `test_frozen_pickle` does not use all possible `pickle` protoc
https://bugs.python.org/issue45566

#45565: More LOAD_ATTR specializations
https://bugs.python.org/issue45565

#45562: python -d creates lots of tokenizer messages
https://bugs.python.org/issue45562

#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561

#45558: shutil.copytree: Give the option to disable copystat
https://bugs.python.org/issue45558

#45548: Update Modules/Setup
https://bugs.python.org/issue45548

#45542: Using multiple comparison operators can cause performance issu
https://bugs.python.org/issue45542

#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530

#45528: mmap: constants not listed in the documentation
https://bugs.python.org/issue45528

#45524: Cross-module dataclass inheritance breaks get_type_hints
https://bugs.python.org/issue45524



Top 10 most discussed issues (10)
=================================

#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 13 msgs

#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530 13 msgs

#45436: test_tk.test_configure_type() fails with Tcl/Tk 8.6.11
https://bugs.python.org/issue45436 11 msgs

#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395 10 msgs

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 10 msgs

#45477: configure script cannot detect float word ordering on linux
https://bugs.python.org/issue45477 9 msgs

#45506: Out of source tree builds failing on main - test_importlib oth
https://bugs.python.org/issue45506 9 msgs

#39247: dataclass defaults and property don't work together
https://bugs.python.org/issue39247 8 msgs

#45534: Failing test_exceptions and test_threading
https://bugs.python.org/issue45534 8 msgs

#45540: module.__package__ and module.__spec__.parent have different s
https://bugs.python.org/issue45540 8 msgs



Issues closed (274)
===================

#1034: [patch] Add 2to3 support for displaying warnings as Python com
https://bugs.python.org/issue1034 closed by iritkatriel

#2005: posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)
https://bugs.python.org/issue2005 closed by christian.heimes

#2233: Makefile.pre.in contains extra slash before $(DESTDIR) which c
https://bugs.python.org/issue2233 closed by iritkatriel

#2470: Need fixer for dl (removed) -> ctypes module
https://bugs.python.org/issue2470 closed by iritkatriel

#3778: python uninstaller leave registry entries
https://bugs.python.org/issue3778 closed by steve.dower

#4709: Mingw-w64 and python on windows x64
https://bugs.python.org/issue4709 closed by iritkatriel

#4802: detect_tkinter for cygwin
https://bugs.python.org/issue4802 closed by iritkatriel

#5664: 2to3 wont convert Cookie.Cookie properly
https://bugs.python.org/issue5664 closed by iritkatriel

#6335: Add support for mingw
https://bugs.python.org/issue6335 closed by iritkatriel

#6529: get{pw,gr}{nam,[ug]id}() calls are not re-entrant
https://bugs.python.org/issue6529 closed by christian.heimes

#6672: Add Mingw recognition to pyport.h to allow building extensions
https://bugs.python.org/issue6672 closed by iritkatriel

#6899: Base.replace breaks tree
https://bugs.python.org/issue6899 closed by iritkatriel

#7162: 2to3 does not convert __builtins__.file
https://bugs.python.org/issue7162 closed by iritkatriel

#7406: int arithmetic relies on C signed overflow behaviour
https://bugs.python.org/issue7406 closed by christian.heimes

#7438: Allow to use a part of subprocess module during building Pytho
https://bugs.python.org/issue7438 closed by iritkatriel

#7757: sys.path is incorrect when prefix is ""
https://bugs.python.org/issue7757 closed by christian.heimes

#8029: bug in 2to3 dealing with "print FOO," followed by "sys.stdout.
https://bugs.python.org/issue8029 closed by iritkatriel

#9273: 2to3 to simultaneously do code and doctests
https://bugs.python.org/issue9273 closed by iritkatriel

#9621: Graphviz output for 2to3 fixer patterns
https://bugs.python.org/issue9621 closed by iritkatriel

#10504: Trivial mingw compile fixes
https://bugs.python.org/issue10504 closed by iritkatriel

#10615: Trivial mingw compile fixes
https://bugs.python.org/issue10615 closed by iritkatriel

#10954: csv.reader/writer to raise exception if mode is binary or newl
https://bugs.python.org/issue10954 closed by iritkatriel

#11056: 2to3 fails for inner __metaclass__ class definition
https://bugs.python.org/issue11056 closed by iritkatriel

#11173: Undocumented public APIs in Python 3.2
https://bugs.python.org/issue11173 closed by iritkatriel

#11195: next fixer fooled by trailing characters
https://bugs.python.org/issue11195 closed by iritkatriel

#11275: Linking to gcc's gomp causes crash later.
https://bugs.python.org/issue11275 closed by iritkatriel

#11276: 2to3: imports fixer doesn't update references to modules speci
https://bugs.python.org/issue11276 closed by iritkatriel

#11702: dir on return value of msilib.OpenDatabase() crashes python
https://bugs.python.org/issue11702 closed by iritkatriel

#12613: itertools fixer fails
https://bugs.python.org/issue12613 closed by iritkatriel

#12653: Provide accelerators for all buttons in Windows installers
https://bugs.python.org/issue12653 closed by iritkatriel

#12771: 2to3 -d adds extra whitespace
https://bugs.python.org/issue12771 closed by iritkatriel

#12864: 2to3 creates illegal code on import a.b inside a package
https://bugs.python.org/issue12864 closed by iritkatriel

#12873: 2to3 incorrectly handles multi-line imports from __future__
https://bugs.python.org/issue12873 closed by iritkatriel

#12942: Shebang line fixer for 2to3
https://bugs.python.org/issue12942 closed by iritkatriel

#13253: 2to3 fix_renames renames sys.maxint only in imports
https://bugs.python.org/issue13253 closed by iritkatriel

#13272: 2to3 fix_renames doesn't rename string.lowercase/uppercase/let
https://bugs.python.org/issue13272 closed by iritkatriel

#13332: execfile fixer produces code that does not close the file
https://bugs.python.org/issue13332 closed by iritkatriel

#13372: handle_close called twice in poll2
https://bugs.python.org/issue13372 closed by iritkatriel

#14185: Failure to build _dbm with ndbm on Arch Linux
https://bugs.python.org/issue14185 closed by iritkatriel

#15251: new.code and new.function crashes Python iterpretter
https://bugs.python.org/issue15251 closed by taleinat

#15315: Can't build Python extension with mingw32 on Windows
https://bugs.python.org/issue15315 closed by iritkatriel

#15727: PyType_FromSpecWithBases tp_new bugfix
https://bugs.python.org/issue15727 closed by iritkatriel

#15890: lib2to3 pickles created with wrong permissions
https://bugs.python.org/issue15890 closed by iritkatriel

#16621: sched module enhancement request
https://bugs.python.org/issue16621 closed by iritkatriel

#17067: Examples in documentation for 3.x in 23.1.3.4. Deferred transl
https://bugs.python.org/issue17067 closed by iritkatriel

#17148: mingw: nt thread model detection
https://bugs.python.org/issue17148 closed by iritkatriel

#17181: SSLContext.set_servername_callback should be able to set argum
https://bugs.python.org/issue17181 closed by christian.heimes

#17318: xml.sax and xml.dom fetch DTDs by default
https://bugs.python.org/issue17318 closed by christian.heimes

#17393: stdlib import mistaken for local by import_fixer
https://bugs.python.org/issue17393 closed by iritkatriel

#17405: Add _Py_memset_s() to securely clear memory
https://bugs.python.org/issue17405 closed by christian.heimes

#17590: mingw: translate gcc internal defines to python platform speci
https://bugs.python.org/issue17590 closed by iritkatriel

#17592: mingw: configure MACHDEP and platform for build
https://bugs.python.org/issue17592 closed by iritkatriel

#17594: mingw: preset configure defaults
https://bugs.python.org/issue17594 closed by iritkatriel

#17595: mingw: configure largefile support for windows builds
https://bugs.python.org/issue17595 closed by iritkatriel

#17597: mingw: Allow Objects/exceptions.c to include "errmap.h"
https://bugs.python.org/issue17597 closed by iritkatriel

#17598: mingw: init system calls
https://bugs.python.org/issue17598 closed by iritkatriel

#17600: mingw: build-in windows modules (winreg)
https://bugs.python.org/issue17600 closed by iritkatriel

#17601: mingw: determine if pwdmodule should be used
https://bugs.python.org/issue17601 closed by iritkatriel

#17604: mingw: use main() to start execution
https://bugs.python.org/issue17604 closed by iritkatriel

#17605: mingw-meta: build interpeter core
https://bugs.python.org/issue17605 closed by iritkatriel

#17925: asynchat.async_chat.initiate_send : del deque[0] is not safe
https://bugs.python.org/issue17925 closed by iritkatriel

#18056: Document importlib._bootstrap.NamespaceLoader
https://bugs.python.org/issue18056 closed by brett.cannon

#18083: _sysconfigdata.py is installed in an arch-independent director
https://bugs.python.org/issue18083 closed by iritkatriel

#18100: socket.sendall() cannot send buffers of 2GB or more
https://bugs.python.org/issue18100 closed by christian.heimes

#18276: posixpath.c:_fd_converter() should use PyObject_AsFileDescript
https://bugs.python.org/issue18276 closed by christian.heimes

#18477: fix_import (2to3 fixer) is not case-sensitive
https://bugs.python.org/issue18477 closed by iritkatriel

#18485: mingw: configure for shared build
https://bugs.python.org/issue18485 closed by iritkatriel

#18486: mingw: dynamic loading support
https://bugs.python.org/issue18486 closed by iritkatriel

#18487: mingw implement exec prefix
https://bugs.python.org/issue18487 closed by iritkatriel

#18495: mingw: ignore main program for frozen scripts
https://bugs.python.org/issue18495 closed by iritkatriel

#18496: mingw: setup exclude termios module
https://bugs.python.org/issue18496 closed by iritkatriel

#18497: mingw: setup _multiprocessing module
https://bugs.python.org/issue18497 closed by iritkatriel

#18498: mingw: setup select module
https://bugs.python.org/issue18498 closed by iritkatriel

#18500: mingw: detect winsock2 and setup _socket module
https://bugs.python.org/issue18500 closed by iritkatriel

#18618: Need an atexit.register equivalent that also works in subinter
https://bugs.python.org/issue18618 closed by iritkatriel

#18630: mingw: exclude unix only modules
https://bugs.python.org/issue18630 closed by iritkatriel

#18631: mingw: setup msvcrt and _winapi modules
https://bugs.python.org/issue18631 closed by iritkatriel

#18632: mingw: build extensions with GCC
https://bugs.python.org/issue18632 closed by iritkatriel

#18633: mingw: use Mingw32CCompiler as default compiler for mingw* bu
https://bugs.python.org/issue18633 closed by iritkatriel

#18634: mingw find import library
https://bugs.python.org/issue18634 closed by iritkatriel

#18638: mingw: generalization of posix build in sysconfig.py
https://bugs.python.org/issue18638 closed by iritkatriel

#18641: mingw: customize site
https://bugs.python.org/issue18641 closed by iritkatriel

#18653: mingw-meta: build core modules
https://bugs.python.org/issue18653 closed by iritkatriel

#18737: Get virtual subclasses of an ABC
https://bugs.python.org/issue18737 closed by christian.heimes

#19111: 2to3 should remove from future_builtins import *
https://bugs.python.org/issue19111 closed by iritkatriel

#19241: MINGW: install import library
https://bugs.python.org/issue19241 closed by iritkatriel

#19242: MINGW: generalization of posix installation in distutils
https://bugs.python.org/issue19242 closed by iritkatriel

#19243: MINGW: support stdcall without underscore
https://bugs.python.org/issue19243 closed by iritkatriel

#19244: MINGW: use replace instead rename to avoid failure on windows
https://bugs.python.org/issue19244 closed by iritkatriel

#19245: mingw-meta: installation
https://bugs.python.org/issue19245 closed by iritkatriel

#19259: Provide Python implementation of operator.compare_digest()
https://bugs.python.org/issue19259 closed by christian.heimes

#19336: No API to get events from epoll without allocating a list
https://bugs.python.org/issue19336 closed by iritkatriel

#19510: lib2to3.fixes.fix_import gets confused if implicit relative im
https://bugs.python.org/issue19510 closed by iritkatriel

#19899: No test for thread.interrupt_main()
https://bugs.python.org/issue19899 closed by christian.heimes

#20742: 2to3 zip fixer doesn't fix for loops.
https://bugs.python.org/issue20742 closed by iritkatriel

#20768: pyconfig.h #defines macros in global namespace
https://bugs.python.org/issue20768 closed by iritkatriel

#20867: fix_import in 2to3 adds spurious relative import (windows)
https://bugs.python.org/issue20867 closed by iritkatriel

#20937: test_socket: buffer overflow in sock_recvmsg_guts
https://bugs.python.org/issue20937 closed by iritkatriel

#20952: OpenSSL and RDRAND
https://bugs.python.org/issue20952 closed by christian.heimes

#20983: Python 3.4 'repair' Windows installation does not install pip
https://bugs.python.org/issue20983 closed by zach.ware

#21531: doc: asyncore does not support UDP
https://bugs.python.org/issue21531 closed by iritkatriel

#22268: add dedicated functions mrohasattr and mrogetattr
https://bugs.python.org/issue22268 closed by iritkatriel

#22294: 2to3 consuming_calls: len, min, max, zip, map, reduce, filter
https://bugs.python.org/issue22294 closed by iritkatriel

#22425: 2to3 import fixer writes dotted_as_names into import_as_names
https://bugs.python.org/issue22425 closed by iritkatriel

#23120: installation order of 32bit and 64bit python seems to matter
https://bugs.python.org/issue23120 closed by zach.ware

#24055: unittest package-level set up & tear down module
https://bugs.python.org/issue24055 closed by iritkatriel

#24069: Option to delete obsolete bytecode files
https://bugs.python.org/issue24069 closed by iritkatriel

#24343: Installing 3.4.3 gives error codes 2503 and 2502 on windows
https://bugs.python.org/issue24343 closed by iritkatriel

#24397: Test asynchat makes wrong assumptions
https://bugs.python.org/issue24397 closed by iritkatriel

#24666: Buffered I/O does not take file position into account when rea
https://bugs.python.org/issue24666 closed by iritkatriel

#24807: compileall can cause Python installation to fail
https://bugs.python.org/issue24807 closed by iritkatriel

#25116: It failed to install Py3.5 on win2008R2
https://bugs.python.org/issue25116 closed by iritkatriel

#25222: 3.5.0 regression - Fatal Python error: Cannot recover from sta
https://bugs.python.org/issue25222 closed by iritkatriel

#25327: Python 3.5 Windows 10 Installation Fails With Corrupt Director
https://bugs.python.org/issue25327 closed by iritkatriel

#25527: Invalid (... and confusing) warning raised by 2to3 regarding r
https://bugs.python.org/issue25527 closed by iritkatriel

#26155: 3.5.1 installer issue on Win 7 32 bit
https://bugs.python.org/issue26155 closed by iritkatriel

#26539: frozen executables should have an empty path
https://bugs.python.org/issue26539 closed by iritkatriel

#26626: test_dbm_gnu
https://bugs.python.org/issue26626 closed by zach.ware

#26631: Unable to install Python 3.5.1 on Windows 10 - Error 0x8007064
https://bugs.python.org/issue26631 closed by iritkatriel

#26906: Special method lookup fails on uninitialized types
https://bugs.python.org/issue26906 closed by iritkatriel

#27292: Warn users that os.urandom() prior to 3.6 can return insecure
https://bugs.python.org/issue27292 closed by christian.heimes

#27374: Cygwin: Makefile does not install DLL import library
https://bugs.python.org/issue27374 closed by iritkatriel

#28134: socket.socket(fileno=fd) does not work as documented
https://bugs.python.org/issue28134 closed by christian.heimes

#28267: [MinGW] Crash at start when compiled by MinGW for 64-bit Windo
https://bugs.python.org/issue28267 closed by iritkatriel

#28270: [MinGW] Can't compile Modules/posixmodule.c by MinGW - several
https://bugs.python.org/issue28270 closed by iritkatriel

#28271: [MinGW] Can't compile _ctypes/callproc.c - SEH not supported b
https://bugs.python.org/issue28271 closed by iritkatriel

#28459: _pyio module broken on Cygwin / setmode not usable
https://bugs.python.org/issue28459 closed by iritkatriel

#28576: Uninstalling Py352 x86 with /uninstall option does not remove
https://bugs.python.org/issue28576 closed by iritkatriel

#28983: Windows: Python 3.5.2 won't install on my computer
https://bugs.python.org/issue28983 closed by iritkatriel

#29141: error in 2to3
https://bugs.python.org/issue29141 closed by iritkatriel

#29151: test_asyncore.TestAPI_UseIPv4Select / test_asyncore.TestAPI_Us
https://bugs.python.org/issue29151 closed by iritkatriel

#29370: "./configure --enable-optimizations && make install" does not
https://bugs.python.org/issue29370 closed by zach.ware

#29941: Confusion between asserts and Py_DEBUG
https://bugs.python.org/issue29941 closed by twouters

#30076: Opcode names BUILD_MAP_UNPACK_WITH_CALL and BUILD_TUPLE_UNPACK
https://bugs.python.org/issue30076 closed by serhiy.storchaka

#30099: Lib2to3 fails with unreadable pickle file
https://bugs.python.org/issue30099 closed by iritkatriel

#30931: Race condition in asyncore may access the wrong dispatcher
https://bugs.python.org/issue30931 closed by iritkatriel

#31143: lib2to3 requires source files for fixes
https://bugs.python.org/issue31143 closed by iritkatriel

#31382: CGI upload error when file ~< 10kb
https://bugs.python.org/issue31382 closed by iritkatriel

#31875: Error 0x80070642: Failed to install MSI package.
https://bugs.python.org/issue31875 closed by steve.dower

#31882: Cygwin: asyncio and asyncore test suites hang indefinitely due
https://bugs.python.org/issue31882 closed by iritkatriel

#31885: Cygwin: socket test suites hang indefinitely due to bug in Cyg
https://bugs.python.org/issue31885 closed by erik.bray

#32243: Tests that set aggressive switch interval hang in Cygwin on a
https://bugs.python.org/issue32243 closed by iritkatriel

#32629: PyImport_ImportModule occasionally cause access violation
https://bugs.python.org/issue32629 closed by iritkatriel

#32835: Add documention mentioning that Cygwin isn't fully compatible
https://bugs.python.org/issue32835 closed by iritkatriel

#32966: Python 3.7.2 - 0x80070643 - Fatal Error during installation
https://bugs.python.org/issue32966 closed by iritkatriel

#33193: Cannot create a venv on Windows when directory path contains d
https://bugs.python.org/issue33193 closed by steve.dower

#33338: [lib2to3] Synchronize token.py and tokenize.py with the standa
https://bugs.python.org/issue33338 closed by iritkatriel

#33991: lib2to3 should parse f-strings
https://bugs.python.org/issue33991 closed by iritkatriel

#34036: ModuleNotFoundError: No module named '_ctypes' when install Py
https://bugs.python.org/issue34036 closed by iritkatriel

#34192: FunctionType.__new__ can generate functions that immediately c
https://bugs.python.org/issue34192 closed by Dennis Sweeney

#34240: Convert test_mmap to use tempfile
https://bugs.python.org/issue34240 closed by tim.golden

#34553: Python Crashes when trying to access any date related fields i
https://bugs.python.org/issue34553 closed by iritkatriel

#34737: Python upgrade with SYSTEM account uninstalls python
https://bugs.python.org/issue34737 closed by iritkatriel

#35282: Add a return value to lib2to3.refactor.refactor_file and refac
https://bugs.python.org/issue35282 closed by iritkatriel

#35417: Double parenthesis in print function running 2to3 in already c
https://bugs.python.org/issue35417 closed by iritkatriel

#35503: os.path.islink() works with cygwin installation but not python
https://bugs.python.org/issue35503 closed by iritkatriel

#35673: Loader for namespace packages
https://bugs.python.org/issue35673 closed by barry

#35708: lib2to3 failed to convert as refactor's fixes not search.pyc f
https://bugs.python.org/issue35708 closed by iritkatriel

#35799: fix or remove smtpd.PureProxy
https://bugs.python.org/issue35799 closed by iritkatriel

#35883: Python startup fails with a fatal error if a command line argu
https://bugs.python.org/issue35883 closed by iritkatriel

#35913: asyncore: allow handling of half closed connections
https://bugs.python.org/issue35913 closed by iritkatriel

#36313: error: [Errno 13] Permission denied: '/usr/local/lib/python3.7
https://bugs.python.org/issue36313 closed by gregory.p.smith

#37274: Scripts folder is empty in python 3.7.3 for windows.
https://bugs.python.org/issue37274 closed by iritkatriel

#37402: Fatal Python error: Cannot recover from stack overflow issues
https://bugs.python.org/issue37402 closed by iritkatriel

#37516: test_asyncio logs: Unknown child process
https://bugs.python.org/issue37516 closed by iritkatriel

#37654: 2to3 no-ops on embeddable distribution
https://bugs.python.org/issue37654 closed by iritkatriel

#37709: CSVReader ignores dialect.lineterminator
https://bugs.python.org/issue37709 closed by iritkatriel

#37721: smtpd: staling connect
https://bugs.python.org/issue37721 closed by iritkatriel

#37801: Compilation on MINGW64 fails (CODESET,wcstok,...)
https://bugs.python.org/issue37801 closed by iritkatriel

#37815: 'Make Test' error while trying to install Python 3.7.4 on Linu
https://bugs.python.org/issue37815 closed by zach.ware

#37981: Can't install Python 3.7.4 x64 on Win 8.1
https://bugs.python.org/issue37981 closed by iritkatriel

#38681: 2to3 Conversion Result using BlankLine() can be Syntactically
https://bugs.python.org/issue38681 closed by iritkatriel

#39098: OSError: handle closed, ProcessPoolExecutor shutdown(wait=Fals
https://bugs.python.org/issue39098 closed by iritkatriel

#39154: "utf8" not always a synonym for "utf-8" in lib2to3
https://bugs.python.org/issue39154 closed by iritkatriel

#39290: lib2to3.fixes.fix_import: support imports_as_name in traverse_
https://bugs.python.org/issue39290 closed by iritkatriel

#39293: Windows 10 64-bit needs reboot after install
https://bugs.python.org/issue39293 closed by zach.ware

#39410: CentOS 6.10 SQLite 3.30.1 - _sqlite3 builds successfully but i
https://bugs.python.org/issue39410 closed by erlendaasland

#39423: Process finished with exit code -1073741819 (0xC0000005) when
https://bugs.python.org/issue39423 closed by gregory.p.smith

#39490: Python Uninstaller fails to clean up the old path variables wh
https://bugs.python.org/issue39490 closed by steve.dower

#39670: 2to3 fix_apply tries to fix user-defined apply function calls
https://bugs.python.org/issue39670 closed by iritkatriel

#39683: 2to3 fix_exitfunc suggests duplicated import of atexit module
https://bugs.python.org/issue39683 closed by iritkatriel

#39838: Possible unnecessary redifinition of _POSIX_C_SOURCE
https://bugs.python.org/issue39838 closed by nanjekyejoannah

#40167: Cython files don't compile on Mingw-w64 64-bit
https://bugs.python.org/issue40167 closed by iritkatriel

#40547: 2to3 raise can silently remove code from old 2.4 string except
https://bugs.python.org/issue40547 closed by iritkatriel

#40645: Use OpenSSL's HMAC API
https://bugs.python.org/issue40645 closed by christian.heimes

#40697: add fissix as a lib2to3 alternative
https://bugs.python.org/issue40697 closed by iritkatriel

#40777: _datetimemodule.c:3328:16: error: initializer element is not c
https://bugs.python.org/issue40777 closed by petr.viktorin

#40906: Unable to import module due to python unable to resolve depend
https://bugs.python.org/issue40906 closed by zach.ware

#41104: IMAPlib debug errors
https://bugs.python.org/issue41104 closed by iritkatriel

#41110: 2to3 reports some files as both not changing and having been m
https://bugs.python.org/issue41110 closed by iritkatriel

#41185: lib2to3 generation of pickle files is racy
https://bugs.python.org/issue41185 closed by iritkatriel

#41309: test_subprocess.test_pause_reading timing out randomly on Wind
https://bugs.python.org/issue41309 closed by steve.dower

#41374: socket.TCP_* no longer available with cygwin 3.1.6+
https://bugs.python.org/issue41374 closed by iritkatriel

#41592: Make _SubParsersAction public
https://bugs.python.org/issue41592 closed by kj

#41983: Missing Documentation AF_PACKET
https://bugs.python.org/issue41983 closed by lukasz.langa

#42074: setup error on windows
https://bugs.python.org/issue42074 closed by zach.ware

#42092: test_host_resolution_bad_address does not always fail as expec
https://bugs.python.org/issue42092 closed by barry

#42115: Caching infrastructure for the evaluation loop: specialised op
https://bugs.python.org/issue42115 closed by kj

#42174: shutil.get_terminal_size() returns 0 when run in a pty
https://bugs.python.org/issue42174 closed by lukasz.langa

#42280: The list of standard generic collections is incomplete
https://bugs.python.org/issue42280 closed by kj

#42358: Python 3.9.0 unable to detect ax_cv_c_float_words_bigendian va
https://bugs.python.org/issue42358 closed by zach.ware

#42935: Pickle can't import builtins at exit
https://bugs.python.org/issue42935 closed by iritkatriel

#42961: Use-after-free (of a heap type) during finalization
https://bugs.python.org/issue42961 closed by petr.viktorin

#43139: test_ttk test_compound, test_tk test_type fail with Tk 8.6.11.
https://bugs.python.org/issue43139 closed by zach.ware

#43257: get_type_hints evaluates class variables before type hints
https://bugs.python.org/issue43257 closed by kj

#43537: interpreter crashes when handling long text in input()
https://bugs.python.org/issue43537 closed by iritkatriel

#43592: test_importlib: test_multiprocessing_pool_circular_import() fa
https://bugs.python.org/issue43592 closed by gregory.p.smith

#43668: Segfault with for fresh ubuntu 20.04 install
https://bugs.python.org/issue43668 closed by iritkatriel

#43678: TypeError: get() got an unexpected keyword argument 'vars'
https://bugs.python.org/issue43678 closed by iritkatriel

#43706: enumerate() instantiation time reducing by using PEP 590 vecto
https://bugs.python.org/issue43706 closed by corona10

#43851: Optimise SQLite builds on macOS and Windows
https://bugs.python.org/issue43851 closed by erlendaasland

#43974: Define Py_BUILD_CORE_MODULE in extensions instead of setup.py
https://bugs.python.org/issue43974 closed by christian.heimes

#44156: [subinterpreters] Replace static string caches with subinterpr
https://bugs.python.org/issue44156 closed by kj

#44174: Unclear meaning of _Private__names in enum docs.
https://bugs.python.org/issue44174 closed by ethan.furman

#44191: Getting an ImportError DLL load failed while importing _ssl
https://bugs.python.org/issue44191 closed by iritkatriel

#44210: Make importlib.metadata._meta.PackageMetadata public
https://bugs.python.org/issue44210 closed by FFY00

#44220: PyStructSequence_UnnamedField unavailable on Windows
https://bugs.python.org/issue44220 closed by petr.viktorin

#44259: lib2to3 does not accept "exec" as name
https://bugs.python.org/issue44259 closed by iritkatriel

#44344: Documentation for pow() should include the possibility of comp
https://bugs.python.org/issue44344 closed by lukasz.langa

#44351: distutils.sysconfig.parse_makefile() regression in Python 3.10
https://bugs.python.org/issue44351 closed by petr.viktorin

#44372: Can't install Python3.8, 3.9, 3.10 various errors including 0x
https://bugs.python.org/issue44372 closed by iritkatriel

#44547: fraction.Fraction does not implement __int__.
https://bugs.python.org/issue44547 closed by lukasz.langa

#44609: Buffer support in the stable ABI
https://bugs.python.org/issue44609 closed by petr.viktorin

#44926: [DOC] typing.get_type_hints() raises for type aliases with for
https://bugs.python.org/issue44926 closed by iritkatriel

#44927: [sqlite3] proposal: add sqlite3.Cursor.insert() method
https://bugs.python.org/issue44927 closed by erlendaasland

#44970: Re-examine complex pow special case handling
https://bugs.python.org/issue44970 closed by mark.dickinson

#45125: Improve tests and docs of how `pickle` works with `SharedMemor
https://bugs.python.org/issue45125 closed by sobolevn

#45160: ttk.OptionMenu radiobuttons change variable value twice
https://bugs.python.org/issue45160 closed by lukasz.langa

#45221: Linker flags starting with -h breaks setup.py (regression)
https://bugs.python.org/issue45221 closed by ned.deily

#45315: `PyType_FromSpec` does not copy the name
https://bugs.python.org/issue45315 closed by petr.viktorin

#45320: Remove deprecated inspect functions
https://bugs.python.org/issue45320 closed by lukasz.langa

#45330: dulwich_log performance regression in 3.10
https://bugs.python.org/issue45330 closed by kj

#45340: Lazily create dictionaries for plain Python objects
https://bugs.python.org/issue45340 closed by Mark.Shannon

#45367: Specialize BINARY_MULTIPLY
https://bugs.python.org/issue45367 closed by Dennis Sweeney

#45427: importlib.readers.MultiplexedPath
https://bugs.python.org/issue45427 closed by daveraja

#45442: Update `Virtual Environment` tutorial
https://bugs.python.org/issue45442 closed by shivnaren

#45449: Document that collections.abc types are subscriptable
https://bugs.python.org/issue45449 closed by lukasz.langa

#45463: Document that # of identifiers allowed in global stmt is plura
https://bugs.python.org/issue45463 closed by terry.reedy

#45464: TypeError when inheriting from both OSError and AttributeError
https://bugs.python.org/issue45464 closed by lukasz.langa

#45475: gzip fails to read a gzipped file (ValueError: readline of clo
https://bugs.python.org/issue45475 closed by methane

#45478: Send a patch to libexpat to solve _POSIX_C_SOURCE issue.
https://bugs.python.org/issue45478 closed by corona10

#45485: datetime.strptime issues message attribute of type 'NoneType'
https://bugs.python.org/issue45485 closed by eric.smith

#45487: SSLEOFError regression with certain servers in Python 3.10
https://bugs.python.org/issue45487 closed by nyuszika7h

#45488: Powershell Commands no Longer Recognised
https://bugs.python.org/issue45488 closed by eryksun

#45489: ForwardRef does not support | operator
https://bugs.python.org/issue45489 closed by kj

#45494: [fuzzer] Parser null deref with continuation characters and ge
https://bugs.python.org/issue45494 closed by lukasz.langa

#45495: IDLE: Add match and case to completions
https://bugs.python.org/issue45495 closed by terry.reedy

#45497: Argparse: Refactor '%' interpolation to f-strings
https://bugs.python.org/issue45497 closed by shivnaren

#45498: [doc] Fix a code example, non declared variable being printed
https://bugs.python.org/issue45498 closed by AkechiShiro

#45499: from __future__ import annotations is not mandatory in 3.11.0a
https://bugs.python.org/issue45499 closed by steven.daprano

#45500: Rewrite test_dbm
https://bugs.python.org/issue45500 closed by serhiy.storchaka

#45513: PIP error Cannot call rmtree on a symbolic link should report
https://bugs.python.org/issue45513 closed by ned.deily

#45515: Add reference to zoneinfo in the datetime module documetnation
https://bugs.python.org/issue45515 closed by lukasz.langa

#45516: Add protocol description to the Traversable and TraversableRes
https://bugs.python.org/issue45516 closed by FFY00

#45521: obmalloc radix tree typo in code
https://bugs.python.org/issue45521 closed by nascheme

#45522: Allow to build Python without freelists
https://bugs.python.org/issue45522 closed by christian.heimes

#45523: Python3 ThreadingHTTPServer fails to send chunked encoded resp
https://bugs.python.org/issue45523 closed by martin.panter

#45525: PyType_Spec basicsize/itemsize should allow -1 for "inherit"
https://bugs.python.org/issue45525 closed by petr.viktorin

#45526: Set ADDRESS_BITS to 64 for obmalloc radix tree
https://bugs.python.org/issue45526 closed by lukasz.langa

#45527: Reduce overhead for cache hits in specialized opcodes.
https://bugs.python.org/issue45527 closed by lukasz.langa

#45529: checking any object for attr "get" always returns True with `h
https://bugs.python.org/issue45529 closed by ned.deily

#45532: Replace 'default' with 'main' as default in sys.version
https://bugs.python.org/issue45532 closed by corona10

#45536: Verify OpenSSL APIs in configure script
https://bugs.python.org/issue45536 closed by christian.heimes

#45537: Cygwin is unsupported - close all open issues and list them he
https://bugs.python.org/issue45537 closed by iritkatriel

#45538: MinGW is unsupported - close all open issues and list them her
https://bugs.python.org/issue45538 closed by iritkatriel

#45541: Broken Link in asyncio library Docs
https://bugs.python.org/issue45541 closed by coderlens

#45543: IDLE shell Windows EOL <CR>
https://bugs.python.org/issue45543 closed by terry.reedy

#45544: Close 2to3 issues and list them here
https://bugs.python.org/issue45544 closed by iritkatriel

#45552: Close asyncore/asynchat/smtpd issues and list them here
https://bugs.python.org/issue45552 closed by iritkatriel

#45553: The modules Scipy and Pandas don't install in Win11-64
https://bugs.python.org/issue45553 closed by paul.moore

#45556: uuid.uuid4() fast optimization
https://bugs.python.org/issue45556 closed by christian.heimes

#45557: pprint -> underscore_numbers argument not working
https://bugs.python.org/issue45557 closed by eric.smith

#45570: Simplify setup macros for pyexpat and _elementtree
https://bugs.python.org/issue45570 closed by christian.heimes

#1244861: Enable os.startfile and webbrowser.WindowsDefault on Cygwin
https://bugs.python.org/issue1244861 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-22 - 2021-10-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 7249 (+50)
closed 50157 (+46)
total 57406 (+96)

Open issues with patches: 2868


Issues opened (77)
==================

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 reopened by paul.j3

#45396: Custom frozen modules get ignored.
https://bugs.python.org/issue45396 reopened by eric.snow

#45563: inspect.getframeinfo() doesn't handle frames without lineno
https://bugs.python.org/issue45563 reopened by lemburg

#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 opened by nanjekyejoannah

#45580: argparse.ArgumentParser.add_mutually_exclusive_group : metavar
https://bugs.python.org/issue45580 opened by AbcSxyZ

#45581: [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLIT
https://bugs.python.org/issue45581 opened by erlendaasland

#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 opened by steve.dower

#45584: Clarifying truncating in documentation
https://bugs.python.org/issue45584 opened by Arthur-Milchior

#45585: Gzipping subprocess output produces invalid .gz file
https://bugs.python.org/issue45585 opened by mherrmann.at

#45587: argparse add_argument_group: distinguish title and description
https://bugs.python.org/issue45587 opened by SelfAdjointOperator

#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 opened by martenlienen

#45589: webbrowser does not handle opens under Windows WSL properly
https://bugs.python.org/issue45589 opened by guido.fioravantti

#45590: distutils: Upload failed (400): Invalid value for blake2_256_d
https://bugs.python.org/issue45590 opened by jwilk

#45592: NamespaceLoader does not implement create_module or exec_modul
https://bugs.python.org/issue45592 opened by FFY00

#45593: SpooledTemporaryFile.truncate returns None
https://bugs.python.org/issue45593 opened by rooter

#45594: Feature Request: add EHOSTUNREACH subclass to ConnectionError
https://bugs.python.org/issue45594 opened by ntc2

#45597: os.path.realpath returns invalid path for junction pointing to
https://bugs.python.org/issue45597 opened by grv87

#45598: setup.py grep_headers_for() is broken by design
https://bugs.python.org/issue45598 opened by christian.heimes

#45599: Please officially support %G, %V and %u directives in time lib
https://bugs.python.org/issue45599 opened by Raphael

#45600: First sentence in docs for os.environ
https://bugs.python.org/issue45600 opened by andrei.avk

#45602: The grammar misses links that are present everywhere else
https://bugs.python.org/issue45602 opened by Arthur-Milchior

#45606: pathlib.Path.glob() does not list dangling symlink when patter
https://bugs.python.org/issue45606 opened by raek

#45607: Make it possible to enrich an exception's error message
https://bugs.python.org/issue45607 opened by iritkatriel

#45609: Specialize STORE_SUBSCR
https://bugs.python.org/issue45609 opened by Dennis Sweeney

#45610: Cookies with longer paths are listed before cookies with short
https://bugs.python.org/issue45610 opened by IYism

#45611: pprint - low width overrides depth folding
https://bugs.python.org/issue45611 opened by iansedano

#45613: [sqlite3] set threadsafety attribute based on default SQLite t
https://bugs.python.org/issue45613 opened by erlendaasland

#45614: traceback of exception with non-unicode __module__
https://bugs.python.org/issue45614 opened by iritkatriel

#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 opened by iritkatriel

#45616: Python Launcher Matches 3.10 instead of 3.1
https://bugs.python.org/issue45616 opened by Marsfan

#45617: sys.stdin does not iterate correctly on '\r' line separator
https://bugs.python.org/issue45617 opened by kbrazil

#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 opened by Maciej Olko

#45619: Mentioning structural pattern matching in the list of binding
https://bugs.python.org/issue45619 opened by Arthur-Milchior

#45622: BlockingIOError: [Errno 11] Resource temporarily unavailable w
https://bugs.python.org/issue45622 opened by florinspatar

#45623: static build is broken
https://bugs.python.org/issue45623 opened by egorpugin

#45625: Add support for top-level await
https://bugs.python.org/issue45625 opened by Fred

#45626: Email part with content type message is multipart.
https://bugs.python.org/issue45626 opened by jdhowroyd

#45630: Dump CodeObject API for debugging
https://bugs.python.org/issue45630 opened by penguin_wwy

#45631: missing unittests for overlapping dest when using subparsers
https://bugs.python.org/issue45631 opened by paul.j3

#45632: Strange readline save history behaviour in site.py
https://bugs.python.org/issue45632 opened by doraeric

#45633: Py_GT listed twice in Doc/extending/newtypes.rst
https://bugs.python.org/issue45633 opened by mdk

#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634 opened by erlendaasland

#45635: Tidy up error handling in traceback.c / python run.c
https://bugs.python.org/issue45635 opened by iritkatriel

#45636: Merge BINARY_*/INPLACE_* into BINARY_OP/INPLACE_OP
https://bugs.python.org/issue45636 opened by brandtbucher

#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637 opened by pablogsal

#45638: Does ccbench still require 2.6 compatibility?
https://bugs.python.org/issue45638 opened by skip.montanaro

#45639: Support modern image formats in MIME types
https://bugs.python.org/issue45639 opened by adamkonrad

#45640: Production tokens are not clickable
https://bugs.python.org/issue45640 opened by Arthur-Milchior

#45642: Unable to save
https://bugs.python.org/issue45642 opened by craig.dowkes

#45643: SIGSTKFLT is missing from the signals module on Linux
https://bugs.python.org/issue45643 opened by gdr@garethrees.org

#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644 opened by CharString

#45646: Star expression in comprehension wrongly indicates to use or_e
https://bugs.python.org/issue45646 opened by Arthur-Milchior

#45647: "expression" is erroneous in the doc
https://bugs.python.org/issue45647 opened by Arthur-Milchior

#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648 opened by kj

#45649: Add tarinfo.Path
https://bugs.python.org/issue45649 opened by FFY00

#45650: cgitb does not emit CGI headers when format='text'
https://bugs.python.org/issue45650 opened by kierdavis

#45651: -X frozen_modules not defaulting to "off" on Windows when runn
https://bugs.python.org/issue45651 opened by eric.snow

#45652: co_filename does not match __file__ for frozen stdlib modules
https://bugs.python.org/issue45652 opened by eric.snow

#45653: Freeze the encodings module.
https://bugs.python.org/issue45653 opened by eric.snow

#45654: Freeze the runpy module.
https://bugs.python.org/issue45654 opened by eric.snow

#45656: argparse bug: prefix_chars argument to add_argument_group does
https://bugs.python.org/issue45656 opened by samwyse

#45658: Implement FrozenImporter.get_source()
https://bugs.python.org/issue45658 opened by eric.snow

#45659: Add FrozenImporter.get_filename().
https://bugs.python.org/issue45659 opened by eric.snow

#45660: Freeze the argparse module.
https://bugs.python.org/issue45660 opened by eric.snow

#45661: [meta] Freeze commonly used stdlib modules.
https://bugs.python.org/issue45661 opened by eric.snow

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662 opened by serhiy.storchaka

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663 opened by serhiy.storchaka

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664 opened by serhiy.storchaka

#45665: Problems caused by isinstance(list[int], type) returning True
https://bugs.python.org/issue45665 opened by serhiy.storchaka

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666 opened by sobolevn

#45667: Better error message on failing to create a venv due to failin
https://bugs.python.org/issue45667 opened by mdk

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668 opened by christian.heimes

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669 opened by pauloxnet

#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670 opened by jab

#45671: str(CancelledError()) is empty
https://bugs.python.org/issue45671 opened by lilydjwg

#45672: Mutation tests results of typing.py
https://bugs.python.org/issue45672 opened by sobolevn

#45673: argparse error with option with optional value
https://bugs.python.org/issue45673 opened by paolobenve



Most recent 15 issues with no replies (15)
==========================================

#45673: argparse error with option with optional value
https://bugs.python.org/issue45673

#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668

#45667: Better error message on failing to create a venv due to failin
https://bugs.python.org/issue45667

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662

#45660: Freeze the argparse module.
https://bugs.python.org/issue45660

#45656: argparse bug: prefix_chars argument to add_argument_group does
https://bugs.python.org/issue45656

#45652: co_filename does not match __file__ for frozen stdlib modules
https://bugs.python.org/issue45652

#45651: -X frozen_modules not defaulting to "off" on Windows when runn
https://bugs.python.org/issue45651

#45650: cgitb does not emit CGI headers when format='text'
https://bugs.python.org/issue45650

#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648



Most recent 15 issues waiting for review (15)
=============================================

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662

#45648: Better tp_version_tag overflow checks in specializer
https://bugs.python.org/issue45648

#45646: Star expression in comprehension wrongly indicates to use or_e
https://bugs.python.org/issue45646

#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644

#45643: SIGSTKFLT is missing from the signals module on Linux
https://bugs.python.org/issue45643

#45640: Production tokens are not clickable
https://bugs.python.org/issue45640

#45639: Support modern image formats in MIME types
https://bugs.python.org/issue45639

#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637

#45636: Merge BINARY_*/INPLACE_* into BINARY_OP/INPLACE_OP
https://bugs.python.org/issue45636

#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634



Top 10 most discussed issues (10)
=================================

#45548: Update Modules/Setup
https://bugs.python.org/issue45548 23 msgs

#44828: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 M
https://bugs.python.org/issue44828 14 msgs

#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 13 msgs

#30082: hide command prompt when using subprocess.Popen with shell=Fal
https://bugs.python.org/issue30082 10 msgs

#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 9 msgs

#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 8 msgs

#45113: [subinterpreters][C API] Add a new function to create PyStruct
https://bugs.python.org/issue45113 8 msgs

#45545: chdir __exit__ is not safe
https://bugs.python.org/issue45545 7 msgs

#45356: Calling `help` executes @classmethod @property decorated metho
https://bugs.python.org/issue45356 5 msgs

#45524: Cross-module dataclass inheritance breaks get_type_hints
https://bugs.python.org/issue45524 5 msgs



Issues closed (45)
==================

#2733: mmap resize fails on anonymous memory
https://bugs.python.org/issue2733 closed by tim.golden

#14170: print unicode string error in win8 cmd console
https://bugs.python.org/issue14170 closed by tim.golden

#17569: urllib2 urlopen truncates https pages after 32768 characters
https://bugs.python.org/issue17569 closed by iritkatriel

#24151: test_pydoc fails
https://bugs.python.org/issue24151 closed by ned.deily

#28737: Document that tp_dealloc handler must call PyObject_GC_UnTrack
https://bugs.python.org/issue28737 closed by lukasz.langa

#31594: Make bytes and bytearray maketrans accept dictionaries as firs
https://bugs.python.org/issue31594 closed by iritkatriel

#39679: functools: singledispatchmethod doesn't work with classmethod
https://bugs.python.org/issue39679 closed by lukasz.langa

#40210: ttk.Combobox focus-out event inheritage
https://bugs.python.org/issue40210 closed by iritkatriel

#40915: multiple problems with mmap.resize() in Windows
https://bugs.python.org/issue40915 closed by tim.golden

#45020: Freeze all modules imported during startup.
https://bugs.python.org/issue45020 closed by eric.snow

#45305: Unexpected record of call_args_list when passing mutable objec
https://bugs.python.org/issue45305 closed by andrei.avk

#45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of
https://bugs.python.org/issue45355 closed by serhiy.storchaka

#45388: Use JUMP_FORWARD for all forward jumps.
https://bugs.python.org/issue45388 closed by Mark.Shannon

#45395: Frozen stdlib modules are discarded if custom frozen modules a
https://bugs.python.org/issue45395 closed by eric.snow

#45438: inspect not capturing type annotations created by __class_geti
https://bugs.python.org/issue45438 closed by serhiy.storchaka

#45502: Fix test_shelve and make it discoverable
https://bugs.python.org/issue45502 closed by serhiy.storchaka

#45504: [argparse] Entering a partial config_parser flag works with su
https://bugs.python.org/issue45504 closed by paul.j3

#45506: Out of source tree builds failing on main - test_importlib oth
https://bugs.python.org/issue45506 closed by gregory.p.smith

#45530: Improve listobject.c's unsafe_tuple_compare()
https://bugs.python.org/issue45530 closed by tim.peters

#45562: python -d creates lots of tokenizer messages
https://bugs.python.org/issue45562 closed by pablogsal

#45566: dataclasses???s `test_frozen_pickle` does not use all possible
https://bugs.python.org/issue45566 closed by eric.smith

#45571: Modules/makesetup uses wrong CFLAGS for *shared*
https://bugs.python.org/issue45571 closed by christian.heimes

#45574: Warning: ???print_escape??? defined but not used
https://bugs.python.org/issue45574 closed by pablogsal

#45579: [list.append(i) for i in list] causes high resources usage
https://bugs.python.org/issue45579 closed by rhettinger

#45583: Documentation of int() in datamodel.rst is out of date
https://bugs.python.org/issue45583 closed by lukasz.langa

#45586: Use starred expressions in subscripts
https://bugs.python.org/issue45586 closed by Dennis Sweeney

#45591: PathFinder does not find namespace packages children
https://bugs.python.org/issue45591 closed by FFY00

#45595: [Build] Make extensions depend on header files
https://bugs.python.org/issue45595 closed by christian.heimes

#45596: Python opens the ./<string> file on exception while using -c
https://bugs.python.org/issue45596 closed by iritkatriel

#45601: test_tk and test_ttk_guionly fail with resource not availiable
https://bugs.python.org/issue45601 closed by zach.ware

#45603: [Windows] account privileges and updating Python packages
https://bugs.python.org/issue45603 closed by eryksun

#45604: multiprocessing.log_to_stderr missing documentation for parame
https://bugs.python.org/issue45604 closed by lukasz.langa

#45605: Return False from __contains__ method if object not hashable f
https://bugs.python.org/issue45605 closed by serhiy.storchaka

#45608: [sqlite3] some DB-API attributes are undocumented
https://bugs.python.org/issue45608 closed by lukasz.langa

#45612: [doc] add sqlite3 module docstring
https://bugs.python.org/issue45612 closed by lukasz.langa

#45620: A misleading url in 'Floating Point Arithmetic' page
https://bugs.python.org/issue45620 closed by eric.smith

#45621: Small fixes to mmap
https://bugs.python.org/issue45621 closed by tim.golden

#45624: test_graphlib.py depends on iteration order of sets
https://bugs.python.org/issue45624 closed by lukasz.langa

#45627: OpenSSL 1.1.1 still implements some disable-flags for Blake2,
https://bugs.python.org/issue45627 closed by Alexandru Ardelean

#45628: TimedRotatingFileHandler backupCount not working
https://bugs.python.org/issue45628 closed by vinay.sajip

#45629: Tools/freeze needs tests in the test suite.
https://bugs.python.org/issue45629 closed by eric.snow

#45641: Error In opening a file through tkinter on macOS Monterey
https://bugs.python.org/issue45641 closed by terry.reedy

#45645: Deep recursion terminates script execution with no error (Wind
https://bugs.python.org/issue45645 closed by steve.dower

#45655: List of PEPs at top of typing docs is too long to be readable
https://bugs.python.org/issue45655 closed by kj

#45657: Enum behavior when values are functions
https://bugs.python.org/issue45657 closed by ronpandolfi
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-10-29 - 2021-11-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 7259 (+10)
closed 50203 (+46)
total 57462 (+56)

Open issues with patches: 2871


Issues opened (37)
==================

#45641: Error In opening a file through tkinter on macOS Monterey
https://bugs.python.org/issue45641 reopened by devesh.dk373

#45675: pkgutil.get_data() doesn't add subpackages to parent packages
https://bugs.python.org/issue45675 opened by godlygeek

#45676: Enum: improve generics support
https://bugs.python.org/issue45676 opened by ethan.furman

#45677: [doc] improve sqlite3 docs
https://bugs.python.org/issue45677 opened by erlendaasland

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680 opened by AlexWaygood

#45681: tkinter breaks on high resolution screen after ctypes SetProce
https://bugs.python.org/issue45681 opened by GabeMillikan

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684 opened by AlexWaygood

#45686: ElementTree.Element.extend: bad error message when error occur
https://bugs.python.org/issue45686 opened by goodmami

#45687: Infinite recursion in Pickler.persistent_id
https://bugs.python.org/issue45687 opened by embe-navalgo

#45689: Custom Name for ThreadPoolExecutor
https://bugs.python.org/issue45689 opened by RahulARanger

#45690: Argparse exclusive group inside required exclusive group displ
https://bugs.python.org/issue45690 opened by acooke

#45691: Partial moving of core objects to interpreter state is incorre
https://bugs.python.org/issue45691 opened by Mark.Shannon

#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692 opened by terry.reedy

#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 opened by jcristharif

#45694: Limit the number of chained exceptions included in formatted t
https://bugs.python.org/issue45694 opened by iritkatriel

#45695: Out-of-tree builds are not tested.
https://bugs.python.org/issue45695 opened by eric.snow

#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696 opened by gvanrossum

#45699: AttributeError: 'list' object has no attribute 'find'
https://bugs.python.org/issue45699 opened by krisp1506

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701 opened by sobolevn

#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703 opened by hroncok

#45704: string.Formatter.parse does not handle auto-numbered positiona
https://bugs.python.org/issue45704 opened by SDesch

#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706 opened by przemub

#45709: 3.11 regression: tracing with-statement on exit from block
https://bugs.python.org/issue45709 opened by nedbat

#45710: Junction/symbolic folder access error on Windows 11
https://bugs.python.org/issue45710 opened by fstorino

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711 opened by iritkatriel

#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712 opened by Andy

#45713: gcc warning when compiling Modules/expat/xmltok_ns.c
https://bugs.python.org/issue45713 opened by vamsi1281977

#45719: SubProcess stdin.flush freezes when running python interpreter
https://bugs.python.org/issue45719 opened by djp1012878

#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720 opened by steve.dower

#45721: Improve error message when python shell command is entered at
https://bugs.python.org/issue45721 opened by steven.daprano

#45722: documentation missing information on objects in submodules
https://bugs.python.org/issue45722 opened by rapp.jens

#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723 opened by christian.heimes

#45724: Segmentation fault
https://bugs.python.org/issue45724 opened by ghost.in.the.wires

#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725 opened by Mark.Shannon

#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727 opened by Carl.Friedrich.Bolz

#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728 opened by jkrupp

#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729 opened by programmerjake



Most recent 15 issues with no replies (15)
==========================================

#45729: "history and license" link has wrong target
https://bugs.python.org/issue45729

#45728: SharedMemory documentation: System V vs Posix
https://bugs.python.org/issue45728

#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725

#45722: documentation missing information on objects in submodules
https://bugs.python.org/issue45722

#45719: SubProcess stdin.flush freezes when running python interpreter
https://bugs.python.org/issue45719

#45713: gcc warning when compiling Modules/expat/xmltok_ns.c
https://bugs.python.org/issue45713

#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711

#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701

#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696

#45694: Limit the number of chained exceptions included in formatted t
https://bugs.python.org/issue45694

#45687: Infinite recursion in Pickler.persistent_id
https://bugs.python.org/issue45687

#45686: ElementTree.Element.extend: bad error message when error occur
https://bugs.python.org/issue45686

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684



Most recent 15 issues waiting for review (15)
=============================================

#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727

#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723

#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720

#45711: Simplify the interpreter's (type, val, tb) exception represent
https://bugs.python.org/issue45711

#45706: Add IMAP4.login_plain to imaplib
https://bugs.python.org/issue45706

#45703: importlib.invalidate_caches() does not invalidate _NamespacePa
https://bugs.python.org/issue45703

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701

#45696: "Deep-freeze": skip the marshal step by generating C code
https://bugs.python.org/issue45696

#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692

#45691: Partial moving of core objects to interpreter state is incorre
https://bugs.python.org/issue45691

#45689: Custom Name for ThreadPoolExecutor
https://bugs.python.org/issue45689

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684

#45680: Documentation on `GenericAlias` objects and `__class_getitem__
https://bugs.python.org/issue45680

#45677: [doc] improve sqlite3 docs
https://bugs.python.org/issue45677

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669



Top 10 most discussed issues (10)
=================================

#44828: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 M
https://bugs.python.org/issue44828 25 msgs

#45692: IDLE: define word/id chars in one place.
https://bugs.python.org/issue45692 11 msgs

#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 9 msgs

#45669: An 'ascii_alphanumerics' variable is missing in the 'strings'
https://bugs.python.org/issue45669 8 msgs

#43158: uuid won't build when libuuid is installed in a non-standard p
https://bugs.python.org/issue43158 7 msgs

#45578: Missing tests for the dis module
https://bugs.python.org/issue45578 7 msgs

#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 7 msgs

#45704: string.Formatter.parse does not handle auto-numbered positiona
https://bugs.python.org/issue45704 7 msgs

#10483: http.server - what is executable on Windows
https://bugs.python.org/issue10483 6 msgs

#45615: Missing test for type of error when printing traceback for non
https://bugs.python.org/issue45615 6 msgs



Issues closed (46)
==================

#2628: ftplib Persistent data connection
https://bugs.python.org/issue2628 closed by ethan.furman

#24139: Use sqlite3 extended error codes
https://bugs.python.org/issue24139 closed by erlendaasland

#24949: Identifier lookup in a multi-level package is flakey
https://bugs.python.org/issue24949 closed by iritkatriel

#30570: issubclass segfaults on objects with weird __getattr__
https://bugs.python.org/issue30570 closed by lukasz.langa

#42064: Convert sqlite3 to multi-phase initialisation (PEP 489)
https://bugs.python.org/issue42064 closed by erlendaasland

#43969: "bad magic number" when Python 2's pyc file exists without py
https://bugs.python.org/issue43969 closed by mitchhentges

#44257: typo and verbous grammar in the grammar spec
https://bugs.python.org/issue44257 closed by pablogsal

#44319: setup openssl failed on linux
https://bugs.python.org/issue44319 closed by christian.heimes

#45335: Default TIMESTAMP converter in sqlite3 ignores UTC offset
https://bugs.python.org/issue45335 closed by lukasz.langa

#45406: inspect.getouterframes() tracebacks when $CWD does not exists
https://bugs.python.org/issue45406 closed by iritkatriel

#45457: Documentation for ssl.load_default_certs is outdated
https://bugs.python.org/issue45457 closed by lukasz.langa

#45466: Simple curl/wget-like download functionality in urllib (like h
https://bugs.python.org/issue45466 closed by eric.smith

#45484: test_pickle segfault on s390x RHEL7 LTO 3.x
https://bugs.python.org/issue45484 closed by Dennis Sweeney

#45577: Make `test_zoneinfo.py` to check all pickle protocols
https://bugs.python.org/issue45577 closed by lukasz.langa

#45581: [sqlite3] raise MemoryError if sqlite3_open_v2() returns SQLIT
https://bugs.python.org/issue45581 closed by lukasz.langa

#45588: cached_method similar to cached_property to cache with classes
https://bugs.python.org/issue45588 closed by martenlienen

#45600: First sentence in docs for os.environ
https://bugs.python.org/issue45600 closed by lukasz.langa

#45613: [sqlite3] set threadsafety attribute based on default SQLite t
https://bugs.python.org/issue45613 closed by erlendaasland

#45625: Add support for top-level await
https://bugs.python.org/issue45625 closed by asvetlov

#45633: Py_GT listed twice in Doc/extending/newtypes.rst
https://bugs.python.org/issue45633 closed by kj

#45634: [sqlite3] don't combine error checks when adding integer const
https://bugs.python.org/issue45634 closed by erlendaasland

#45642: Unable to save
https://bugs.python.org/issue45642 closed by ned.deily

#45666: Warning: "'swprintf' : format string '%s' requires an argument
https://bugs.python.org/issue45666 closed by kj

#45668: Some PGO tests are failing when building with --enable-optimiz
https://bugs.python.org/issue45668 closed by christian.heimes

#45670: New .mapping attribute is broken for some existing uses of dic
https://bugs.python.org/issue45670 closed by rhettinger

#45671: str(CancelledError()) is empty
https://bugs.python.org/issue45671 closed by lilydjwg

#45674: From Python 3.7, sre_parse.parse() do not create SubPattern in
https://bugs.python.org/issue45674 closed by serhiy.storchaka

#45678: `functools.singledispatchmethod` is missing tests (and is bugg
https://bugs.python.org/issue45678 closed by lukasz.langa

#45679: typing.Literal[True] is implicitly converted to typing.Literal
https://bugs.python.org/issue45679 closed by kj

#45682: Nicer default logging format
https://bugs.python.org/issue45682 closed by vinay.sajip

#45683: dns.asyncresolver ignores nameserver parameter
https://bugs.python.org/issue45683 closed by james2

#45685: PythonLauncher app fails run scripts on Mac BigSur
https://bugs.python.org/issue45685 closed by ned.deily

#45688: stdlib_module_names.h is missing _scproxy
https://bugs.python.org/issue45688 closed by christian.heimes

#45697: PyType_IsSubtype is doing excessive work in the common case
https://bugs.python.org/issue45697 closed by serhiy.storchaka

#45698: Error on importing getopt
https://bugs.python.org/issue45698 closed by eric.smith

#45700: Got SEGV in compilation python3.6 with GCC-11, and please rene
https://bugs.python.org/issue45700 closed by ned.deily

#45702: Python/dtoa.c requires 53 bit hardware rounding unavalable on
https://bugs.python.org/issue45702 closed by arhadthedev

#45705: |= set update scoping
https://bugs.python.org/issue45705 closed by jabowery2

#45707: Variable reassginment triggers incorrect behaviors of locals()
https://bugs.python.org/issue45707 closed by josh.r

#45708: PEP 515-style formatting with underscores does not seem to wor
https://bugs.python.org/issue45708 closed by serhiy.storchaka

#45714: test_multiprocessing_spawn hangs sometimes
https://bugs.python.org/issue45714 closed by skip.montanaro

#45715: round(2500, -3)
https://bugs.python.org/issue45715 closed by Dennis Sweeney

#45716: Confusing parsing error message when trying to use True as key
https://bugs.python.org/issue45716 closed by pablogsal

#45717: Bad link to python docs in help(_hashlib)
https://bugs.python.org/issue45717 closed by zach.ware

#45718: asyncio: MultiLoopWatcher has a race condition (Proposed work-
https://bugs.python.org/issue45718 closed by byllyfish

#45726: Documentation for `@singledispatch` and `@singledispatchmethod
https://bugs.python.org/issue45726 closed by lukasz.langa
_______________________________________________
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/ZOCTGWRH7D27MBVAHKB2PRGXDL7MD52G/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-05 - 2021-11-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 7282 (+23)
closed 50241 (+38)
total 57523 (+61)

Open issues with patches: 2886


Issues opened (46)
==================

#44439: stdlib wrongly uses len() for bytes-like object
https://bugs.python.org/issue44439 reopened by malin

#45354: test_winconsoleio fails on Windows 11
https://bugs.python.org/issue45354 reopened by vstinner

#45708: PEP 515-style formatting with underscores does not seem to wor
https://bugs.python.org/issue45708 reopened by serhiy.storchaka

#45732: Update python.org Windows and macOS installers to use Tk 8.6.1
https://bugs.python.org/issue45732 opened by ned.deily

#45733: importlib.abc.Traversable.name does not match
https://bugs.python.org/issue45733 opened by jmg

#45735: Promise the long-time truth that `args=list` works
https://bugs.python.org/issue45735 opened by tim.peters

#45736: 2to3 does not support integer division fixing
https://bugs.python.org/issue45736 opened by February291948

#45737: assertLogs to optionally not disable existing handlers
https://bugs.python.org/issue45737 opened by dandiez

#45738: 3.11 exec raises SystemError instead of SyntaxError on char af
https://bugs.python.org/issue45738 opened by pewscorner

#45739: The Python implementation of Decimal does not support the "N"
https://bugs.python.org/issue45739 opened by serhiy.storchaka

#45742: python -h can't find -R option
https://bugs.python.org/issue45742 opened by 180909

#45743: Cleanup and simplify setup.py
https://bugs.python.org/issue45743 opened by christian.heimes

#45744: Fix Flawfinder C Errors
https://bugs.python.org/issue45744 opened by osdotsystem

#45752: copy module doc wrongly says it doesn't copy arrays
https://bugs.python.org/issue45752 opened by Stefan Pochmann

#45753: Further speed up Python-to-Python calls.
https://bugs.python.org/issue45753 opened by Mark.Shannon

#45755: Mock spec with a specialized generic class does not mock class
https://bugs.python.org/issue45755 opened by kjamieson

#45756: mock raises exception when using a spec with an attribute that
https://bugs.python.org/issue45756 opened by kjamieson

#45757: compiler emits EXTENDED_ARG + NOP sequence in 3.10
https://bugs.python.org/issue45757 opened by rok.mandeljc

#45758: Crash on Py_DecRef'ing builtin object from previous run
https://bugs.python.org/issue45758 opened by Victor Milovanov

#45759: Improve error messages for non-matching `elif`/`else` statemen
https://bugs.python.org/issue45759 opened by February291948

#45760: Remove "PyNumber_InMatrixMultiply"
https://bugs.python.org/issue45760 opened by brandtbucher

#45761: recursive ProcessPoolExecutor invoke unable to return result
https://bugs.python.org/issue45761 opened by evan0greenup

#45762: Missing `list` symbols in the object inventory
https://bugs.python.org/issue45762 opened by Akarys

#45764: Parse error improvement forgetting ( after def
https://bugs.python.org/issue45764 opened by Carl.Friedrich.Bolz

#45765: importlib.metadata fails to find distributions in empty path
https://bugs.python.org/issue45765 opened by jaraco

#45766: Add direct proportion option to statistics.linear_regression()
https://bugs.python.org/issue45766 opened by rhettinger

#45767: Fix types for dev_t processing in posix module
https://bugs.python.org/issue45767 opened by AMDmi3

#45771: urllib.request.urlopen can leak socket.timeout to callers
https://bugs.python.org/issue45771 opened by thorpe-dev

#45772: socket.socket should be a class instead of a function
https://bugs.python.org/issue45772 opened by arhadthedev

#45773: Compiler hangs during jump elimination
https://bugs.python.org/issue45773 opened by brandtbucher

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774 opened by erlendaasland

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775 opened by thomas.stolarski

#45776: abc submodule not an attribute of collections on Python 3.10.0
https://bugs.python.org/issue45776 opened by stcanny

#45779: multiprocessing initializer error with CPython 3.9.6 on Apple
https://bugs.python.org/issue45779 opened by zhangzheng

#45780: dict. keys view behaviour diverges from set()
https://bugs.python.org/issue45780 opened by gregory.p.smith

#45781: Deleting __debug__ should be an SyntaxError
https://bugs.python.org/issue45781 opened by Carl.Friedrich.Bolz

#45783: test_freeze fails if a file is removed
https://bugs.python.org/issue45783 opened by petr.viktorin

#45786: Avoid allocating when exiting frame; it may be unsafe.
https://bugs.python.org/issue45786 opened by Mark.Shannon

#45787: HOWTO for socket programming and select documentation contradi
https://bugs.python.org/issue45787 opened by AlexWaygood

#45788: sys.prefix include directory on Windows
https://bugs.python.org/issue45788 opened by CatherineH

#45789: Python execution broken after update via Windows Store
https://bugs.python.org/issue45789 opened by firewave

#45790: Inaccurate phrasing in extending/newtypes_tutorial
https://bugs.python.org/issue45790 opened by rtobar2

#45791: __instancecheck__ being checked on type(cls) instead of cls
https://bugs.python.org/issue45791 opened by rhettinger

#45792: contextvars.Token has wrong module name in Sphinx's objects.in
https://bugs.python.org/issue45792 opened by hynek

#45794: Email policy option for disabling RFC2231 Mime parameter foldi
https://bugs.python.org/issue45794 opened by Ezekeel

#45795: urllib http client vulnerable to DOS attack
https://bugs.python.org/issue45795 opened by haqsek2



Most recent 15 issues with no replies (15)
==========================================

#45795: urllib http client vulnerable to DOS attack
https://bugs.python.org/issue45795

#45794: Email policy option for disabling RFC2231 Mime parameter foldi
https://bugs.python.org/issue45794

#45790: Inaccurate phrasing in extending/newtypes_tutorial
https://bugs.python.org/issue45790

#45788: sys.prefix include directory on Windows
https://bugs.python.org/issue45788

#45787: HOWTO for socket programming and select documentation contradi
https://bugs.python.org/issue45787

#45781: Deleting __debug__ should be an SyntaxError
https://bugs.python.org/issue45781

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775

#45772: socket.socket should be a class instead of a function
https://bugs.python.org/issue45772

#45771: urllib.request.urlopen can leak socket.timeout to callers
https://bugs.python.org/issue45771

#45762: Missing `list` symbols in the object inventory
https://bugs.python.org/issue45762

#45761: recursive ProcessPoolExecutor invoke unable to return result
https://bugs.python.org/issue45761

#45756: mock raises exception when using a spec with an attribute that
https://bugs.python.org/issue45756

#45755: Mock spec with a specialized generic class does not mock class
https://bugs.python.org/issue45755

#45753: Further speed up Python-to-Python calls.
https://bugs.python.org/issue45753

#45752: copy module doc wrongly says it doesn't copy arrays
https://bugs.python.org/issue45752



Most recent 15 issues waiting for review (15)
=============================================

#45792: contextvars.Token has wrong module name in Sphinx's objects.in
https://bugs.python.org/issue45792

#45791: __instancecheck__ being checked on type(cls) instead of cls
https://bugs.python.org/issue45791

#45790: Inaccurate phrasing in extending/newtypes_tutorial
https://bugs.python.org/issue45790

#45783: test_freeze fails if a file is removed
https://bugs.python.org/issue45783

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774

#45773: Compiler hangs during jump elimination
https://bugs.python.org/issue45773

#45771: urllib.request.urlopen can leak socket.timeout to callers
https://bugs.python.org/issue45771

#45767: Fix types for dev_t processing in posix module
https://bugs.python.org/issue45767

#45766: Add direct proportion option to statistics.linear_regression()
https://bugs.python.org/issue45766

#45765: importlib.metadata fails to find distributions in empty path
https://bugs.python.org/issue45765

#45764: Parse error improvement forgetting ( after def
https://bugs.python.org/issue45764

#45759: Improve error messages for non-matching `elif`/`else` statemen
https://bugs.python.org/issue45759

#45757: compiler emits EXTENDED_ARG + NOP sequence in 3.10
https://bugs.python.org/issue45757

#45753: Further speed up Python-to-Python calls.
https://bugs.python.org/issue45753



Top 10 most discussed issues (10)
=================================

#45757: compiler emits EXTENDED_ARG + NOP sequence in 3.10
https://bugs.python.org/issue45757 13 msgs

#28533: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue28533 11 msgs

#45723: Improve and simplify configure.ac checks
https://bugs.python.org/issue45723 10 msgs

#45789: Python execution broken after update via Windows Store
https://bugs.python.org/issue45789 10 msgs

#45235: argparse does not preserve namespace with subparser defaults
https://bugs.python.org/issue45235 9 msgs

#45743: Cleanup and simplify setup.py
https://bugs.python.org/issue45743 9 msgs

#43656: TracebackException or StackSummary.extract with capture_locals
https://bugs.python.org/issue43656 8 msgs

#45354: test_winconsoleio fails on Windows 11
https://bugs.python.org/issue45354 6 msgs

#45776: abc submodule not an attribute of collections on Python 3.10.0
https://bugs.python.org/issue45776 6 msgs

#45791: __instancecheck__ being checked on type(cls) instead of cls
https://bugs.python.org/issue45791 6 msgs



Issues closed (35)
==================

#15967: Slaves don't seem to clean up their /tmp mess if a step fails.
https://bugs.python.org/issue15967 closed by iritkatriel

#21501: docs: mmap example for use in documentation
https://bugs.python.org/issue21501 closed by gvanrossum

#35828: test_multiprocessing_fork: segmentation error in PyDict_GetIte
https://bugs.python.org/issue35828 closed by iritkatriel

#38006: Crash in remove() weak reference callback of weakref.WeakValue
https://bugs.python.org/issue38006 closed by nascheme

#40139: mimetypes module racy
https://bugs.python.org/issue40139 closed by terry.reedy

#44813: generate specialization stat names list into opcode.h
https://bugs.python.org/issue44813 closed by iritkatriel

#45091: inspect.Parameter.__str__ does not include subscripted types i
https://bugs.python.org/issue45091 closed by andrei.avk

#45392: docstring of "type" could use an update
https://bugs.python.org/issue45392 closed by lukasz.langa

#45637: The fallback to find the current frame in the gdb helpers fail
https://bugs.python.org/issue45637 closed by pablogsal

#45644: Make json.tool soak up input before opening output for writing
https://bugs.python.org/issue45644 closed by lukasz.langa

#45689: Add the ability to give custom names to threads created by Thr
https://bugs.python.org/issue45689 closed by RahulARanger

#45699: AttributeError: 'list' object has no attribute 'find'
https://bugs.python.org/issue45699 closed by eric.araujo

#45701: Add tuple tests to `functools.lru_cache`
https://bugs.python.org/issue45701 closed by rhettinger

#45710: Junction/symbolic folder access error on Windows 11
https://bugs.python.org/issue45710 closed by eryksun

#45712: Typo in "control flow" documentation
https://bugs.python.org/issue45712 closed by zach.ware

#45720: Remove shlwapi dependency on Windows
https://bugs.python.org/issue45720 closed by steve.dower

#45724: Segmentation fault
https://bugs.python.org/issue45724 closed by iritkatriel

#45730: ERROR: PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x8
https://bugs.python.org/issue45730 closed by christian.heimes

#45731: Handle --enable-loadable-sqlite-extensions in configure
https://bugs.python.org/issue45731 closed by christian.heimes

#45734: Spam
https://bugs.python.org/issue45734 closed by zach.ware

#45740: StrEnum entry doesn't mention its introduction in 3.11
https://bugs.python.org/issue45740 closed by ethan.furman

#45741: entry points singular?
https://bugs.python.org/issue45741 closed by eric.smith

#45745: ./python -m test --help output for refleaks seems wrong
https://bugs.python.org/issue45745 closed by vstinner

#45746: ftplib please revisit retrlines('RETR as it produces files wi
https://bugs.python.org/issue45746 closed by mckenzm

#45747: Detect dbm and gdbm dependencies in configure.ac
https://bugs.python.org/issue45747 closed by christian.heimes

#45748: "import ctypes" segfaults on Python 3.6 and Ubuntu 21.10
https://bugs.python.org/issue45748 closed by erlendaasland

#45749: Silently fails to build hashlib if openssl has disabled algori
https://bugs.python.org/issue45749 closed by christian.heimes

#45754: [sqlite3] SQLITE_LIMIT_LENGTH is incorrectly used to check sta
https://bugs.python.org/issue45754 closed by erlendaasland

#45763: Detect compression libraries in configure
https://bugs.python.org/issue45763 closed by christian.heimes

#45777: Issue in reading files with a path longer than 256 letters aft
https://bugs.python.org/issue45777 closed by steve.dower

#45778: libpython.so 3.9.8 drops symbol used by third party extension
https://bugs.python.org/issue45778 closed by lukasz.langa

#45782: Bug in struct.pack
https://bugs.python.org/issue45782 closed by steven.daprano

#45784: spam
https://bugs.python.org/issue45784 closed by steven.daprano

#45785: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue45785 closed by vstinner

#45793: execute shell command ./configure with python subprocess.popen
https://bugs.python.org/issue45793 closed by ronaldoussoren
_______________________________________________
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/OGVS3DFIGRRTE5AE2FPD2JM6ELQMHBX2/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-12 - 2021-11-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 7290 ( +8)
closed 50286 (+45)
total 57576 (+53)

Open issues with patches: 2884


Issues opened (37)
==================

#34592: cdll.LoadLibrary allows None as an argument
https://bugs.python.org/issue34592 reopened by gregory.p.smith

#41735: Thread locks in zlib module may go wrong in rare case
https://bugs.python.org/issue41735 reopened by malin

#45797: AMD64 Arch Linux Asan Debug buildbot sometimes hangs before te
https://bugs.python.org/issue45797 opened by vstinner

#45802: MozillaCookieJar can't read cookies, should support cookies.sq
https://bugs.python.org/issue45802 opened by akkana

#45803: make_dataclass is missing the documented kw_only argument
https://bugs.python.org/issue45803 opened by kintisheff

#45804: IDLE - faster shell writing
https://bugs.python.org/issue45804 opened by roger.serwy

#45805: CO_FUTURE_ANNOTATIONS flag is not documented or in inspect
https://bugs.python.org/issue45805 opened by saulshanabrook

#45806: Cannot Recover From StackOverflow in 3.9 Tests
https://bugs.python.org/issue45806 opened by Dennis Sweeney

#45808: configure check for HAVE_CRYPT_R is wrong
https://bugs.python.org/issue45808 opened by christian.heimes

#45809: Race condition in WeakKeyDictionary/WeakKeyDictionary
https://bugs.python.org/issue45809 opened by colesbury

#45810: Prohibit invisible control characters in string literals and c
https://bugs.python.org/issue45810 opened by steven.daprano

#45811: Improve error message when source code contains invisible cont
https://bugs.python.org/issue45811 opened by steven.daprano

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813 opened by xxm

#45815: Document exceptions raised by fnmtach
https://bugs.python.org/issue45815 opened by DimitriPapadopoulosOrfanos

#45816: Python does not support standalone MSVC v143 (VS 2022) Build T
https://bugs.python.org/issue45816 opened by February291948

#45818: socketserver.BaseRequestHandler inherited class
https://bugs.python.org/issue45818 opened by matsievskiysv

#45819: Avoid releasing the GIL in nonblocking socket operations
https://bugs.python.org/issue45819 opened by jcristharif

#45821: Many method parameters in the datetime module are positional-o
https://bugs.python.org/issue45821 opened by AlexWaygood

#45823: phyton stopped working
https://bugs.python.org/issue45823 opened by vicentpaul869

#45824: CSV module document does not include how to append files
https://bugs.python.org/issue45824 opened by wesrl

#45825: Heap Segmentation Fault
https://bugs.python.org/issue45825 opened by thewb

#45828: [sqlite3] use unraisable exceptions in callbacks
https://bugs.python.org/issue45828 opened by erlendaasland

#45829: Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR
https://bugs.python.org/issue45829 opened by Mark.Shannon

#45830: Custom pickler memory leak
https://bugs.python.org/issue45830 opened by douglas-raillard-arm

#45832: Misleading membersip expression documentation
https://bugs.python.org/issue45832 opened by harahu

#45833: NamedTemporaryFile deleted before enclosing context manager ex
https://bugs.python.org/issue45833 opened by Brian McCutchon

#45834: Move runtime except: check to the parser
https://bugs.python.org/issue45834 opened by iritkatriel

#45837: Fix turtle deprecations
https://bugs.python.org/issue45837 opened by hugovk

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838 opened by colesbury

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840 opened by AlexWaygood

#45842: AddressSanitizer: bad-free - hello world c extension
https://bugs.python.org/issue45842 opened by FrancescElies

#45843: Optimizing LOAD_CONST followed by COMPARE_OP (or IS_OP)
https://bugs.python.org/issue45843 opened by February291948

#45844: Dead link 'consolelib' in faq/library
https://bugs.python.org/issue45844 opened by JMcB17

#45845: Dead link 'pythoncraft.com/OSCON2001' in faq/library
https://bugs.python.org/issue45845 opened by JMcB17

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846 opened by JMcB17

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 opened by christian.heimes

#45848: Pegen's nice error reporting crashes with non-UTF-8 files
https://bugs.python.org/issue45848 opened by petr.viktorin



Most recent 15 issues with no replies (15)
==========================================

#45848: Pegen's nice error reporting crashes with non-UTF-8 files
https://bugs.python.org/issue45848

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846

#45845: Dead link 'pythoncraft.com/OSCON2001' in faq/library
https://bugs.python.org/issue45845

#45844: Dead link 'consolelib' in faq/library
https://bugs.python.org/issue45844

#45842: AddressSanitizer: bad-free - hello world c extension
https://bugs.python.org/issue45842

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838

#45830: Custom pickler memory leak
https://bugs.python.org/issue45830

#45828: [sqlite3] use unraisable exceptions in callbacks
https://bugs.python.org/issue45828

#45818: socketserver.BaseRequestHandler inherited class
https://bugs.python.org/issue45818

#45815: Document exceptions raised by fnmtach
https://bugs.python.org/issue45815

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813

#45811: Improve error message when source code contains invisible cont
https://bugs.python.org/issue45811

#45810: Prohibit invisible control characters in string literals and c
https://bugs.python.org/issue45810



Most recent 15 issues waiting for review (15)
=============================================

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846

#45843: Optimizing LOAD_CONST followed by COMPARE_OP (or IS_OP)
https://bugs.python.org/issue45843

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838

#45837: Fix turtle deprecations
https://bugs.python.org/issue45837

#45834: Move runtime except: check to the parser
https://bugs.python.org/issue45834

#45829: Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR
https://bugs.python.org/issue45829

#45828: [sqlite3] use unraisable exceptions in callbacks
https://bugs.python.org/issue45828

#45819: Avoid releasing the GIL in nonblocking socket operations
https://bugs.python.org/issue45819

#45816: Python does not support standalone MSVC v143 (VS 2022) Build T
https://bugs.python.org/issue45816

#45809: Race condition in WeakKeyDictionary/WeakKeyDictionary
https://bugs.python.org/issue45809

#45808: configure check for HAVE_CRYPT_R is wrong
https://bugs.python.org/issue45808

#45806: Cannot Recover From StackOverflow in 3.9 Tests
https://bugs.python.org/issue45806

#45804: IDLE - faster shell writing
https://bugs.python.org/issue45804



Top 10 most discussed issues (10)
=================================

#45116: Performance regression 3.10b1: inlining issue in the big _PyEv
https://bugs.python.org/issue45116 8 msgs

#45573: Use pkg-config autoconf macros to detect flags for Modules/Set
https://bugs.python.org/issue45573 7 msgs

#45795: urllib http client vulnerable to DOS attack
https://bugs.python.org/issue45795 7 msgs

#45742: python -h can't find -R option
https://bugs.python.org/issue45742 6 msgs

#10483: http.server - what is executable on Windows
https://bugs.python.org/issue10483 5 msgs

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059 5 msgs

#45476: [C API] Disallow using PyFloat_AS_DOUBLE() as l-value
https://bugs.python.org/issue45476 5 msgs

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775 5 msgs

#45829: Remove C stack use by specializing BINARY_SUBSCR, STORE_SUBSCR
https://bugs.python.org/issue45829 5 msgs

#37295: Possible optimizations for math.comb()
https://bugs.python.org/issue37295 4 msgs



Issues closed (43)
==================

#6669: TarFile.getmembers fails at struct.unpack: unpack requires a s
https://bugs.python.org/issue6669 closed by vstinner

#20868: Lib/test/test_socket.py: skip testGetServBy if /etc/services i
https://bugs.python.org/issue20868 closed by iritkatriel

#25381: Update doc of three C exception values.
https://bugs.python.org/issue25381 closed by terry.reedy

#28132: impossible to uninstall python3.6.0b1-amd64 from windows 10
https://bugs.python.org/issue28132 closed by iritkatriel

#28533: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue28533 closed by vstinner

#38625: SpooledTemporaryFile does not seek correctly after being rolle
https://bugs.python.org/issue38625 closed by methane

#42540: Debug pymalloc crash when using os.fork() [regression]
https://bugs.python.org/issue42540 closed by lukasz.langa

#44295: self.assertDictContainsSubset warning is unhelpful
https://bugs.python.org/issue44295 closed by rhettinger

#45103: IDLE: make configdialog font page survive font failures
https://bugs.python.org/issue45103 closed by terry.reedy

#45243: [sqlite3] add support for changing connection limits
https://bugs.python.org/issue45243 closed by erlendaasland

#45429: [Windows] time.sleep() should use CREATE_WAITABLE_TIMER_HIGH_R
https://bugs.python.org/issue45429 closed by corona10

#45510: Specialize BINARY_SUBTRACT
https://bugs.python.org/issue45510 closed by corona10

#45512: [sqlite3] simplify "isolation level"
https://bugs.python.org/issue45512 closed by erlendaasland

#45636: Merge BINARY_*/INPLACE_* into BINARY_OP
https://bugs.python.org/issue45636 closed by Mark.Shannon

#45640: Production tokens are not clickable
https://bugs.python.org/issue45640 closed by lukasz.langa

#45736: 2to3 does not support integer division fixing
https://bugs.python.org/issue45736 closed by lukasz.langa

#45738: 3.11 exec raises SystemError instead of SyntaxError on char af
https://bugs.python.org/issue45738 closed by pablogsal

#45752: copy module doc wrongly says it doesn't copy arrays
https://bugs.python.org/issue45752 closed by asvetlov

#45764: Parse error improvement forgetting ( after def
https://bugs.python.org/issue45764 closed by pablogsal

#45765: importlib.metadata fails to find distributions in empty path
https://bugs.python.org/issue45765 closed by jaraco

#45772: socket.socket should be a class instead of a function
https://bugs.python.org/issue45772 closed by arhadthedev

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774 closed by erlendaasland

#45781: Deleting __debug__ should be an SyntaxError
https://bugs.python.org/issue45781 closed by terry.reedy

#45788: Doc sys.prefix lib & include directories on Windows and Mac
https://bugs.python.org/issue45788 closed by terry.reedy

#45792: contextvars.Token has wrong module name in Sphinx's objects.in
https://bugs.python.org/issue45792 closed by asvetlov

#45796: Using tab to cycle through tkinter widgets breaks foreground s
https://bugs.python.org/issue45796 closed by ned.deily

#45798: Move _decimal build setup into configure
https://bugs.python.org/issue45798 closed by christian.heimes

#45799: Fix confusing wording in Doc/library/__main__.rst
https://bugs.python.org/issue45799 closed by eric.smith

#45800: Move expat handling into configure and Makefile
https://bugs.python.org/issue45800 closed by christian.heimes

#45801: Incorrect "Perhaps you forgot a comma" hint
https://bugs.python.org/issue45801 closed by pablogsal

#45807: Strange SyntaxError message / suggestions for "@x = 123"
https://bugs.python.org/issue45807 closed by pablogsal

#45812: SystemError when using code.interact
https://bugs.python.org/issue45812 closed by aroberge

#45814: datetime.time.strftime: use the same function signature for C
https://bugs.python.org/issue45814 closed by p-ganssle

#45817: Build Windows and macOS installers with Tcl/Tk 8.6.12
https://bugs.python.org/issue45817 closed by aivarannamaa

#45820: Parser can segfault if an error happens before reading any inp
https://bugs.python.org/issue45820 closed by lukasz.langa

#45822: Py_CompileString does not respect the coding cookie with the n
https://bugs.python.org/issue45822 closed by pablogsal

#45826: unittest.assertRaisesRegex is broken in Python 3.11 and leadin
https://bugs.python.org/issue45826 closed by lukasz.langa

#45827: Unittest - commenting passing tests cause previous failing tes
https://bugs.python.org/issue45827 closed by gvanrossum

#45831: _Py_DumpASCII() writes characters one by one leading to corrup
https://bugs.python.org/issue45831 closed by lukasz.langa

#45835: Race condition in test_queue can lead to test failures
https://bugs.python.org/issue45835 closed by lukasz.langa

#45836: unittest.TestCase.assertWarns raises RuntimeEror if sys.module
https://bugs.python.org/issue45836 closed by lukasz.langa

#45839: python3 executable is able to install pandas
https://bugs.python.org/issue45839 closed by christian.heimes

#45841: IDLE fails to save files in macOS 12.0.1 Monterey
https://bugs.python.org/issue45841 closed by terry.reedy
_______________________________________________
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/CKISJM52ODIJV7RWWKEOEDEEMVN6XCBL/
Code of Conduct: http://python.org/psf/codeofconduct/
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-19 - 2021-11-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 7266 (-24)
closed 50367 (+81)
total 57633 (+57)

Open issues with patches: 2879


Issues opened (36)
==================

#45774: Detect SQLite in configure.ac
https://bugs.python.org/issue45774 reopened by erlendaasland

#45853: Misspelled _IGNORED_ERROS in Lib/pathlib.py
https://bugs.python.org/issue45853 opened by andrei.avk

#45854: winreg: implement RegGetValue
https://bugs.python.org/issue45854 opened by imba-tjd

#45855: PyCapsule_Import still using PyImport_ImportModuleNoBlock
https://bugs.python.org/issue45855 opened by georg.brandl

#45857: PEP 604 Union syntax does not support forward references
https://bugs.python.org/issue45857 opened by TNThung

#45858: Deprecate default converters in sqlite3
https://bugs.python.org/issue45858 opened by iafisher

#45860: UnboundLocalError leads to Illegal instruction crashing CPytho
https://bugs.python.org/issue45860 opened by xxm

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863 opened by jmr

#45868: xattr support missing in os module under cygwin
https://bugs.python.org/issue45868 opened by enok2

#45869: Unicode and acii regular expressions do not agree on ascii spa
https://bugs.python.org/issue45869 opened by control-k

#45870: There's no readline module on Windows Python (cmd.Cmd)
https://bugs.python.org/issue45870 opened by keeely

#45872: Turtle documentation, write()
https://bugs.python.org/issue45872 opened by willyns

#45874: urllib.parse.parse_qsl does not parse empty query string with
https://bugs.python.org/issue45874 opened by sattler

#45875: gzip.decompress performance can be improved with memoryviews
https://bugs.python.org/issue45875 opened by rhpvorderman

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876 opened by rhettinger

#45877: Inconsistency in minimal supported version of Microsoft Visual
https://bugs.python.org/issue45877 opened by arhadthedev

#45878: Use `self.assertRaises` instead of `try/except` in `ctypes/tes
https://bugs.python.org/issue45878 opened by sobolevn

#45879: Access violation
https://bugs.python.org/issue45879 opened by vladexl

#45881: Cross compiling on Linux is untested, undocumented, and broken
https://bugs.python.org/issue45881 opened by christian.heimes

#45882: mailbox fails to read message from mbox
https://bugs.python.org/issue45882 opened by peter.wurmsdobler

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883 opened by jcristharif

#45885: Specialize COMPARE_OP
https://bugs.python.org/issue45885 opened by Dennis Sweeney

#45886: Fix Program/_freeze_module for cross compiling Python
https://bugs.python.org/issue45886 opened by christian.heimes

#45887: [subinterpreters] Pull all interpreter-global objects into one
https://bugs.python.org/issue45887 opened by eric.snow

#45888: Revisit: start_tls() difficult when using asyncio.start_server
https://bugs.python.org/issue45888 opened by rob-blackbourn

#45889: pathlib: Path.match does not work on paths
https://bugs.python.org/issue45889 opened by nickpapior

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890 opened by iritkatriel

#45894: exception lost when loop.stop() in finally
https://bugs.python.org/issue45894 opened by Amos.Anderson

#45896: Conflicting statements in docs about default support for async
https://bugs.python.org/issue45896 opened by Rob4226

#45897: Frozen dataclasses with slots raise TypeError
https://bugs.python.org/issue45897 opened by trey

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898 opened by christian.heimes

#45901: store app file type ignores command-line arguments
https://bugs.python.org/issue45901 opened by eryksun

#45902: Bytes and bytesarrays can be sorted with a much faster count s
https://bugs.python.org/issue45902 opened by rhpvorderman

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903 opened by jwilk

#45904: Pasting the U00FF character into Python REPL misinterprets cha
https://bugs.python.org/issue45904 opened by gwk

#45905: Provide a C API for introspectable frames for Cython and simil
https://bugs.python.org/issue45905 opened by Mark.Shannon



Most recent 15 issues with no replies (15)
==========================================

#45905: Provide a C API for introspectable frames for Cython and simil
https://bugs.python.org/issue45905

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903

#45901: store app file type ignores command-line arguments
https://bugs.python.org/issue45901

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890

#45888: Revisit: start_tls() difficult when using asyncio.start_server
https://bugs.python.org/issue45888

#45887: [subinterpreters] Pull all interpreter-global objects into one
https://bugs.python.org/issue45887

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883

#45882: mailbox fails to read message from mbox
https://bugs.python.org/issue45882

#45877: Inconsistency in minimal supported version of Microsoft Visual
https://bugs.python.org/issue45877

#45874: urllib.parse.parse_qsl does not parse empty query string with
https://bugs.python.org/issue45874

#45872: Turtle documentation, write()
https://bugs.python.org/issue45872

#45868: xattr support missing in os module under cygwin
https://bugs.python.org/issue45868

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863

#45860: UnboundLocalError leads to Illegal instruction crashing CPytho
https://bugs.python.org/issue45860

#45854: winreg: implement RegGetValue
https://bugs.python.org/issue45854



Most recent 15 issues waiting for review (15)
=============================================

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890

#45887: [subinterpreters] Pull all interpreter-global objects into one
https://bugs.python.org/issue45887

#45886: Fix Program/_freeze_module for cross compiling Python
https://bugs.python.org/issue45886

#45885: Specialize COMPARE_OP
https://bugs.python.org/issue45885

#45883: reuse_address mistakenly removed from loop.create_server
https://bugs.python.org/issue45883

#45881: Cross compiling on Linux is untested, undocumented, and broken
https://bugs.python.org/issue45881

#45878: Use `self.assertRaises` instead of `try/except` in `ctypes/tes
https://bugs.python.org/issue45878

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876

#45874: urllib.parse.parse_qsl does not parse empty query string with
https://bugs.python.org/issue45874

#45863: tarfile zeroes ustar header fields unnecessarily
https://bugs.python.org/issue45863

#45855: PyCapsule_Import still using PyImport_ImportModuleNoBlock
https://bugs.python.org/issue45855

#45854: winreg: implement RegGetValue
https://bugs.python.org/issue45854

#45853: Misspelled _IGNORED_ERROS in Lib/pathlib.py
https://bugs.python.org/issue45853

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847



Top 10 most discussed issues (10)
=================================

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 30 msgs

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876 21 msgs

#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280 15 msgs

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813 9 msgs

#45902: Bytes and bytesarrays can be sorted with a much faster count s
https://bugs.python.org/issue45902 9 msgs

#45889: pathlib: Path.match does not work on paths
https://bugs.python.org/issue45889 8 msgs

#45299: SMTP.send_message() does from mangling when it should not
https://bugs.python.org/issue45299 7 msgs

#45509: Gzip header corruption not properly checked.
https://bugs.python.org/issue45509 5 msgs

#45857: PEP 604 Union syntax does not support forward references
https://bugs.python.org/issue45857 5 msgs

#45869: Unicode and acii regular expressions do not agree on ascii spa
https://bugs.python.org/issue45869 5 msgs



Issues closed (77)
==================

#2516: Instance methods are misreporting the number of arguments
https://bugs.python.org/issue2516 closed by iritkatriel

#2786: Names in function call exception should have class names, if t
https://bugs.python.org/issue2786 closed by iritkatriel

#18061: m68k Python 3.3 test results
https://bugs.python.org/issue18061 closed by iritkatriel

#19270: sched.cancel() doesn't distinguish equal events and can break
https://bugs.python.org/issue19270 closed by iritkatriel

#22067: time_test fails after strptime()
https://bugs.python.org/issue22067 closed by iritkatriel

#28989: .dll files missing
https://bugs.python.org/issue28989 closed by iritkatriel

#29154: 5 failures in test_doctest: ModuleNotFoundError: No module nam
https://bugs.python.org/issue29154 closed by iritkatriel

#32082: atexit module: allow getting/setting list of handlers directly
https://bugs.python.org/issue32082 closed by iritkatriel

#32936: RobotFileParser.parse() should raise an exception when the rob
https://bugs.python.org/issue32936 closed by iritkatriel

#33158: Add fileobj property to csv reader and writer objects
https://bugs.python.org/issue33158 closed by iritkatriel

#33393: update config.guess and config.sub
https://bugs.python.org/issue33393 closed by christian.heimes

#33489: Newer externals for windows do not always trigger rebuild
https://bugs.python.org/issue33489 closed by terry.reedy

#33558: Python has no icon in taskbar and in start screen
https://bugs.python.org/issue33558 closed by iritkatriel

#34943: sched cancel (wrong item removed from queue)
https://bugs.python.org/issue34943 closed by iritkatriel

#38541: Performance degradation of attribute accesses in Python 3.7.4
https://bugs.python.org/issue38541 closed by iritkatriel

#38642: python3.7.3 seems to cause add-apt-repository to rejct or not
https://bugs.python.org/issue38642 closed by christian.heimes

#39026: Include/cpython/pystate.h contains non-relative of initconfig.
https://bugs.python.org/issue39026 closed by vstinner

#40324: python 3.8.2 idle not opening
https://bugs.python.org/issue40324 closed by iritkatriel

#41498: Undefinied _Py_Sigset_Converter function when HAVE_SIGSET_T no
https://bugs.python.org/issue41498 closed by christian.heimes

#41742: Request for docs.python.org/3/library/configparser.html#except
https://bugs.python.org/issue41742 closed by iritkatriel

#42158: http.server doesn't guess n-quads, n-triples, notation3 and Tr
https://bugs.python.org/issue42158 closed by lukasz.langa

#42872: Inconsistent exceptions thrown by pathlib.Path.mkdir on differ
https://bugs.python.org/issue42872 closed by iritkatriel

#43007: set_wakeup_fd() only works in main thread
https://bugs.python.org/issue43007 closed by MeneMeneTekel

#43185: <unittest> AssertRaises() causes core dump in handling recursi
https://bugs.python.org/issue43185 closed by lukasz.langa

#43399: xml.etree.ElementTree.extend does not work with iterators when
https://bugs.python.org/issue43399 closed by alexprengere

#44556: ctypes unittest crashes with libffi 3.4.2
https://bugs.python.org/issue44556 closed by ned.deily

#44649: dataclasses slots with init=False field raises AttributeExcept
https://bugs.python.org/issue44649 closed by eric.smith

#44733: Feature request: maxtasksperchild for ProcessPoolExecutor
https://bugs.python.org/issue44733 closed by pitrou

#45035: sysconfig's posix_home scheme has different platlib value to d
https://bugs.python.org/issue45035 closed by petr.viktorin

#45250: Make sure documentation is accurate for what an (async) iterab
https://bugs.python.org/issue45250 closed by brett.cannon

#45450: Improve syntax error for parenthesized arguments
https://bugs.python.org/issue45450 closed by pablogsal

#45507: Small oversight in 3.11 gzip.decompress implementation with re
https://bugs.python.org/issue45507 closed by lukasz.langa

#45514: Deprecate legacy functions from importlib.resources (importlib
https://bugs.python.org/issue45514 closed by jaraco

#45548: Update Modules/Setup
https://bugs.python.org/issue45548 closed by christian.heimes

#45561: Run smelly.py and multissltests.py from $(srcdir)
https://bugs.python.org/issue45561 closed by nascheme

#45568: @asynccontextmanager is missing in decorator usage example
https://bugs.python.org/issue45568 closed by asvetlov

#45609: Specialize STORE_SUBSCR
https://bugs.python.org/issue45609 closed by pablogsal

#45616: Python Launcher Matches 3.10 instead of 3.1
https://bugs.python.org/issue45616 closed by zach.ware

#45619: Mentioning structural pattern matching in the list of binding
https://bugs.python.org/issue45619 closed by gvanrossum

#45693: `loop.create_server` with port=0 uses different ports for ipv4
https://bugs.python.org/issue45693 closed by eric.smith

#45709: 3.11 regression: tracing with-statement on exit from block
https://bugs.python.org/issue45709 closed by pablogsal

#45727: Parse error when missing commas is inconsistent
https://bugs.python.org/issue45727 closed by pablogsal

#45760: Remove "PyNumber_InMatrixMultiply"
https://bugs.python.org/issue45760 closed by corona10

#45766: Add direct proportion option to statistics.linear_regression()
https://bugs.python.org/issue45766 closed by rhettinger

#45775: Implementation of colorsys.rgb_to_yuv and vice versa
https://bugs.python.org/issue45775 closed by vstinner

#45783: test_freeze fails if a file is removed
https://bugs.python.org/issue45783 closed by petr.viktorin

#45803: make_dataclass is missing the documented kw_only argument
https://bugs.python.org/issue45803 closed by eric.smith

#45806: Cannot Recover From StackOverflow in 3.9 Tests
https://bugs.python.org/issue45806 closed by lukasz.langa

#45811: Improve error message when source code contains invisible cont
https://bugs.python.org/issue45811 closed by pablogsal

#45837: Fix turtle deprecations
https://bugs.python.org/issue45837 closed by lukasz.langa

#45838: Incorrect line numbers in GDB Python backtraces [3.9]
https://bugs.python.org/issue45838 closed by lukasz.langa

#45843: Optimizing constant comparisons/contains
https://bugs.python.org/issue45843 closed by serhiy.storchaka

#45845: Fix bad links in faqs
https://bugs.python.org/issue45845 closed by terry.reedy

#45846: Incorrect name capitalisation in faq/programming
https://bugs.python.org/issue45846 closed by serhiy.storchaka

#45848: Pegen's nice error reporting crashes with non-UTF-8 files
https://bugs.python.org/issue45848 closed by pablogsal

#45849: Embedded python doesn't recognize exit()
https://bugs.python.org/issue45849 closed by steve.dower

#45850: Port deep-freeze to Windows
https://bugs.python.org/issue45850 closed by gvanrossum

#45851: statistics.multimode is inefficient (time and space) (mode som
https://bugs.python.org/issue45851 closed by rhettinger

#45852: statistics.mode test doesn't test what it claims to
https://bugs.python.org/issue45852 closed by rhettinger

#45856: [doc] map() documentation ambiguous about consumption order
https://bugs.python.org/issue45856 closed by rhettinger

#45859: test_collections has a wrong test in case _itemgetter is not a
https://bugs.python.org/issue45859 closed by rhettinger

#45861: Can't find a usable init.tcl
https://bugs.python.org/issue45861 closed by nobodyatall

#45862: Anomaly of eval() of list comprehension
https://bugs.python.org/issue45862 closed by mark.dickinson

#45864: unittest does not discover tests in PEP420 packages
https://bugs.python.org/issue45864 closed by adamchainz

#45865: Old syntax in unittest
https://bugs.python.org/issue45865 closed by serhiy.storchaka

#45866: Out of tree build of Python 3.11.0a2+ breaks regen-frozen
https://bugs.python.org/issue45866 closed by vstinner

#45867: kwarg default value expression incorrectly evaluated
https://bugs.python.org/issue45867 closed by moefear85

#45871: Refactor exception matcher validation out of JUMP_IF_NOT_EXC_M
https://bugs.python.org/issue45871 closed by iritkatriel

#45873: Stop using bootstrap_python for deep-freeze in UNIX builds
https://bugs.python.org/issue45873 closed by gvanrossum

#45880: Performance regression of Int object operators. (Python 3.11)
https://bugs.python.org/issue45880 closed by gvanrossum

#45884: datetime.strptime incorrectly handling hours and minutes with
https://bugs.python.org/issue45884 closed by joxtoby27

#45891: bool variable isinstance of int
https://bugs.python.org/issue45891 closed by steven.daprano

#45892: Improve REPL with the underscore separators for int/float
https://bugs.python.org/issue45892 closed by eric.smith

#45893: Azure Pipelines currently failing
https://bugs.python.org/issue45893 closed by christian.heimes

#45895: _Py_Sigset_Converter used without #ifdef HAVE_SIGSET_T check
https://bugs.python.org/issue45895 closed by christian.heimes

#45899: NameError on if clause of class-level list comprehension
https://bugs.python.org/issue45899 closed by mark.dickinson

#45900: Type annotations needed for convenience functions in ipaddress
https://bugs.python.org/issue45900 closed by asvetlov
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-11-26 - 2021-12-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 7252 (-14)
closed 50449 (+82)
total 57701 (+68)

Open issues with patches: 2884


Issues opened (47)
==================

#44530: Propagate qualname from the compiler unit to code objects for
https://bugs.python.org/issue44530 reopened by steve.dower

#45813: Importing asyncio after deleting a coroutine object and before
https://bugs.python.org/issue45813 reopened by Dennis Sweeney

#45906: Python github installation issue
https://bugs.python.org/issue45906 opened by mazen001.ahmed001

#45909: sysconfig --generate-posix-vars creates wrong file when cross
https://bugs.python.org/issue45909 opened by christian.heimes

#45910: mailbox should support options for calling email parser
https://bugs.python.org/issue45910 opened by bpoaugust

#45913: readline + GTK + Pytest Seg Fault with Python 3.7 and 3.10 on
https://bugs.python.org/issue45913 opened by danyeaw

#45914: Very first multiprocessing example not working on Windows 11
https://bugs.python.org/issue45914 opened by quattrozhou

#45915: Use fcntl(fd, F_GETFD) to check whether an fd is valid
https://bugs.python.org/issue45915 opened by christian.heimes

#45916: documentation link error
https://bugs.python.org/issue45916 opened by cookiez6

#45919: Use WinAPI GetFileType() in is_valid_fd()
https://bugs.python.org/issue45919 opened by eryksun

#45921: codecs module doesn't support iso-8859-6-i, iso-8859-6-e, iso-
https://bugs.python.org/issue45921 opened by msapiro

#45922: Many method, function, built-in... are not clickable and shoul
https://bugs.python.org/issue45922 opened by Arthur-Milchior

#45923: Improve performance of sys.settracing based tools.
https://bugs.python.org/issue45923 opened by Mark.Shannon

#45924: Incorrect traceback when future's exception is raised multiple
https://bugs.python.org/issue45924 opened by iritkatriel

#45925: Upgrade macOS and Windows installers to use SQLite 3.37.0
https://bugs.python.org/issue45925 opened by erlendaasland

#45926: singledispatchmethod doesn't handle named arguments
https://bugs.python.org/issue45926 opened by alisson276

#45927: timeit accepts -c/--clock and -t/--time without any functional
https://bugs.python.org/issue45927 opened by lemburg

#45929: extend json.tool --json-lines to ignore empty rows
https://bugs.python.org/issue45929 opened by ZeD

#45934: python curses newterm implementation
https://bugs.python.org/issue45934 opened by draganic1

#45935: Add test for Issue11109: socketserver.ForkingMixIn leaves zomb
https://bugs.python.org/issue45935 opened by iritkatriel

#45937: Pdb can't use the commands through -c or .pdbrc files
https://bugs.python.org/issue45937 opened by Zrincet

#45938: EmailMessage as_bytes
https://bugs.python.org/issue45938 opened by marc.villain

#45940: add_multiarch_paths breaks cross compilation to Emscripten
https://bugs.python.org/issue45940 opened by ethan smith

#45942: shutil.copytree can raise OSErrors not wrapped in shutil.Error
https://bugs.python.org/issue45942 opened by Floozutter

#45944: Avoid calling isatty() for most open() calls
https://bugs.python.org/issue45944 opened by collinanderson

#45945: compileall.py throws a traceback when using -j0 and thus 'make
https://bugs.python.org/issue45945 opened by Alexander Kanavin

#45946: RecursionError when annotating a field with the same name as a
https://bugs.python.org/issue45946 opened by Gobot1234

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947 opened by Mark.Shannon

#45948: Unexpected instantiation behavior for xml.etree.ElementTree.XM
https://bugs.python.org/issue45948 opened by rdsteed

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949 opened by christian.heimes

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950 opened by christian.heimes

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953 opened by eric.snow

#45955: Calling read() on HTTPError may cause KeyError in tempfile
https://bugs.python.org/issue45955 opened by sivel

#45957: _tkinter.TclError: expected boolean value but got ""
https://bugs.python.org/issue45957 opened by amin-nejad

#45959: Teach pprint about dict views
https://bugs.python.org/issue45959 opened by rhettinger

#45960: bullseye arm/v7 time.time() Operation not permitted
https://bugs.python.org/issue45960 opened by SaschaJohn

#45962: Clarify that PyModule_AddString{Constant,Macro} use utf-8
https://bugs.python.org/issue45962 opened by Antony.Lee

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963 opened by Mark.Shannon

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964 opened by mcepl

#45965: fileinput.input(path, inplace=True) crashes for valid filename
https://bugs.python.org/issue45965 opened by jamil.raichouni

#45967: Tkinter.ttk.Treeview does not clear after opening and reopenin
https://bugs.python.org/issue45967 opened by hmeneley

#45968: Windows installer should add also "%USERPROFILE%\AppData\Roami
https://bugs.python.org/issue45968 opened by lucatrv

#45969: When uninstalling Python under Windows the "Scripts" folders s
https://bugs.python.org/issue45969 opened by lucatrv

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970 opened by jason.haslam

#45971: calendar module issue
https://bugs.python.org/issue45971 opened by ssv5088

#45972: typing.NamedTuple with default arguments without type annotati
https://bugs.python.org/issue45972 opened by emontnemery

#45973: Not possible to clear PyImport_Inittab after PyImport_AppendIn
https://bugs.python.org/issue45973 opened by daniel-falk



Most recent 15 issues with no replies (15)
==========================================

#45973: Not possible to clear PyImport_Inittab after PyImport_AppendIn
https://bugs.python.org/issue45973

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970

#45968: Windows installer should add also "%USERPROFILE%\AppData\Roami
https://bugs.python.org/issue45968

#45965: fileinput.input(path, inplace=True) crashes for valid filename
https://bugs.python.org/issue45965

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963

#45962: Clarify that PyModule_AddString{Constant,Macro} use utf-8
https://bugs.python.org/issue45962

#45960: bullseye arm/v7 time.time() Operation not permitted
https://bugs.python.org/issue45960

#45959: Teach pprint about dict views
https://bugs.python.org/issue45959

#45955: Calling read() on HTTPError may cause KeyError in tempfile
https://bugs.python.org/issue45955

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953

#45948: Unexpected instantiation behavior for xml.etree.ElementTree.XM
https://bugs.python.org/issue45948

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947

#45946: RecursionError when annotating a field with the same name as a
https://bugs.python.org/issue45946

#45942: shutil.copytree can raise OSErrors not wrapped in shutil.Error
https://bugs.python.org/issue45942

#45938: EmailMessage as_bytes
https://bugs.python.org/issue45938



Most recent 15 issues waiting for review (15)
=============================================

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947

#45944: Avoid calling isatty() for most open() calls
https://bugs.python.org/issue45944

#45940: add_multiarch_paths breaks cross compilation to Emscripten
https://bugs.python.org/issue45940

#45929: extend json.tool --json-lines to ignore empty rows
https://bugs.python.org/issue45929

#45916: documentation link error
https://bugs.python.org/issue45916

#45915: Use fcntl(fd, F_GETFD) to check whether an fd is valid
https://bugs.python.org/issue45915

#45903: What???s New In Python 3.11: wrong reference to Signature.from
https://bugs.python.org/issue45903

#45898: ctypes cfield.c defines duplicate ffi_type_* symbols
https://bugs.python.org/issue45898

#45897: Frozen dataclasses with slots raise TypeError
https://bugs.python.org/issue45897



Top 10 most discussed issues (10)
=================================

#45476: [C API] PEP 674: Disallow using macros as l-value
https://bugs.python.org/issue45476 16 msgs

#45870: There's no readline module on Windows Python (cmd.Cmd)
https://bugs.python.org/issue45870 13 msgs

#40280: Consider supporting emscripten/webassembly as a build target
https://bugs.python.org/issue40280 8 msgs

#45739: The Python implementation of Decimal does not support the "N"
https://bugs.python.org/issue45739 7 msgs

#45957: _tkinter.TclError: expected boolean value but got ""
https://bugs.python.org/issue45957 7 msgs

#11352: Update cgi module doc
https://bugs.python.org/issue11352 6 msgs

#45972: typing.NamedTuple with default arguments without type annotati
https://bugs.python.org/issue45972 6 msgs

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 5 msgs

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964 5 msgs

#28140: Give better errors for OS commands, like 'pip', in REPL, scrip
https://bugs.python.org/issue28140 4 msgs



Issues closed (79)
==================

#7951: Should str.format allow negative indexes when used for __getit
https://bugs.python.org/issue7951 closed by eric.smith

#11109: socketserver.ForkingMixIn leaves zombies, also fails to reap a
https://bugs.python.org/issue11109 closed by iritkatriel

#12957: [doc] mmap.resize changes memory address of mmap'd region
https://bugs.python.org/issue12957 closed by eryksun

#17708: sys.flags.hash_randomization doesn't return correct value
https://bugs.python.org/issue17708 closed by iritkatriel

#19460: Add test for MIMENonMultipart
https://bugs.python.org/issue19460 closed by asvetlov

#19941: python -m imports non-ASCII .py file without encoding declarat
https://bugs.python.org/issue19941 closed by eryksun

#21020: PyMethodDef ml_doc is char* instead of const char*
https://bugs.python.org/issue21020 closed by iritkatriel

#21021: PyMemberDef name is char* instead of const char*
https://bugs.python.org/issue21021 closed by iritkatriel

#21616: argparse explodes with nargs='*' and a tuple metavar
https://bugs.python.org/issue21616 closed by iritkatriel

#22356: mention explicitly that stdlib assumes gmtime(0) epoch is 1970
https://bugs.python.org/issue22356 closed by iritkatriel

#22656: `help` ignores `__doc__` of descriptors
https://bugs.python.org/issue22656 closed by rhettinger

#22811: _top_level_dir state leaks on defaultTestLoader
https://bugs.python.org/issue22811 closed by iritkatriel

#22942: Language Reference - optional comma
https://bugs.python.org/issue22942 closed by iritkatriel

#23538: New Windows installer in 3.5.0a1 breaks compatibility with Win
https://bugs.python.org/issue23538 closed by iritkatriel

#23599: single and double quotes stripped upon paste with MacPorts lib
https://bugs.python.org/issue23599 closed by ned.deily

#23991: ZipFile sanity checks
https://bugs.python.org/issue23991 closed by iritkatriel

#24124: Two versions of instructions for installing Python modules
https://bugs.python.org/issue24124 closed by iritkatriel

#24966: shutil.get_terminal_size() throws ValueError if stdout is deta
https://bugs.python.org/issue24966 closed by eryksun

#25238: Version added of context parameter for xmlrpc.client.ServerPro
https://bugs.python.org/issue25238 closed by iritkatriel

#25477: text mode for pkgutil.get_data
https://bugs.python.org/issue25477 closed by iritkatriel

#25810: Python 3 documentation for eval is incorrect
https://bugs.python.org/issue25810 closed by iritkatriel

#27161: Confusing exception in Path().with_name
https://bugs.python.org/issue27161 closed by iritkatriel

#28352: winfo_pathname(..) | window id "xyz" doesn't exist in this app
https://bugs.python.org/issue28352 closed by iritkatriel

#28422: multiprocessing Manager mutable type member access failure
https://bugs.python.org/issue28422 closed by iritkatriel

#28499: Logging module documentation needs a rework.
https://bugs.python.org/issue28499 closed by vinay.sajip

#30214: make_zip.py lacks command a few line options.
https://bugs.python.org/issue30214 closed by iritkatriel

#30533: missing feature in inspect module: getmembers_static
https://bugs.python.org/issue30533 closed by dino.viehland

#31042: Inconsistency in documentation of operator.index
https://bugs.python.org/issue31042 closed by iritkatriel

#31184: Fix data descriptor detection in inspect.getattr_static
https://bugs.python.org/issue31184 closed by iritkatriel

#33381: [doc] Incorrect documentation for strftime()/strptime() format
https://bugs.python.org/issue33381 closed by iritkatriel

#33581: Document "optional components that are commonly included in Py
https://bugs.python.org/issue33581 closed by iritkatriel

#35535: time.strptime() unexpectedly gives the same result for %U and
https://bugs.python.org/issue35535 closed by iritkatriel

#37699: Explicit mention of raised ValueError's after .detach() of und
https://bugs.python.org/issue37699 closed by iritkatriel

#38760: Document for urllib.error.HTTPError.headers Should Specify Wha
https://bugs.python.org/issue38760 closed by iritkatriel

#41102: ZipFile.namelist() does not match the actual files in .zip fil
https://bugs.python.org/issue41102 closed by andrei.avk

#42268: ./configure failing when --with-memory-sanitizer specified
https://bugs.python.org/issue42268 closed by pablogsal

#43498: "dictionary changed size during iteration" error in _ExecutorM
https://bugs.python.org/issue43498 closed by asvetlov

#43905: dataclasses.astuple (and .asdict) do deepcopy on all fields
https://bugs.python.org/issue43905 closed by eric.smith

#44391: PC/launcher.c???one more argument than required
https://bugs.python.org/issue44391 closed by vinay.sajip

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 closed by iritkatriel

#44678: Seperate error message for discontinuous padding in binascii.a
https://bugs.python.org/issue44678 closed by andrei.avk

#44695: asdict use deep copy to dataclass instances
https://bugs.python.org/issue44695 closed by andrei.avk

#45582: Rewrite getpath.c in Python
https://bugs.python.org/issue45582 closed by steve.dower

#45614: traceback of exception with non-unicode __module__
https://bugs.python.org/issue45614 closed by iritkatriel

#45721: Improve error message for OS command entered at >>> prompt
https://bugs.python.org/issue45721 closed by terry.reedy

#45725: test_freeze doesn't clean up after itself
https://bugs.python.org/issue45725 closed by Mark.Shannon

#45842: AddressSanitizer: bad-free - hello world c extension
https://bugs.python.org/issue45842 closed by FrancescElies

#45872: Turtle: invalid example for write doc
https://bugs.python.org/issue45872 closed by terry.reedy

#45875: gzip.decompress performance can be improved with memoryviews
https://bugs.python.org/issue45875 closed by rhpvorderman

#45876: Improve accuracy of stdev functions in statistics
https://bugs.python.org/issue45876 closed by rhettinger

#45878: Use `self.assertRaises` instead of `try/except` in `ctypes/tes
https://bugs.python.org/issue45878 closed by sobolevn

#45889: pathlib: Path.match does not work on paths
https://bugs.python.org/issue45889 closed by nickpapior

#45896: Conflicting statements in docs about default support for async
https://bugs.python.org/issue45896 closed by asvetlov

#45901: store app file type ignores command-line arguments
https://bugs.python.org/issue45901 closed by steve.dower

#45902: Bytes and bytesarrays can be sorted with a much faster count s
https://bugs.python.org/issue45902 closed by gregory.p.smith

#45904: Pasting the U00FF character into Python REPL misinterprets cha
https://bugs.python.org/issue45904 closed by ned.deily

#45907: Optimize literal comparisons and contains
https://bugs.python.org/issue45907 closed by pablogsal

#45908: dict.fromkeys insertion order
https://bugs.python.org/issue45908 closed by rhettinger

#45911: SystemError occured while running an extention
https://bugs.python.org/issue45911 closed by serhiy.storchaka

#45912: [argparse] Print texts starting with capital letters and finis
https://bugs.python.org/issue45912 closed by eric.smith

#45917: Add math.exp2() function: 2^x
https://bugs.python.org/issue45917 closed by mark.dickinson

#45918: Possibly use ROUND_05UP in decimal's localcontext() example
https://bugs.python.org/issue45918 closed by rhettinger

#45920: make doctest fails
https://bugs.python.org/issue45920 closed by ned.deily

#45928: Set up file stream for redirecting GC logs
https://bugs.python.org/issue45928 closed by pablogsal

#45930: Lambda function bug
https://bugs.python.org/issue45930 closed by eric.smith

#45931: Directory.Build.props/targets leaks from folders above the rep
https://bugs.python.org/issue45931 closed by steve.dower

#45932: EmailMessage incorrectly splits name and address header
https://bugs.python.org/issue45932 closed by r.david.murray

#45933: Illegal Instrution (Core Dumped)
https://bugs.python.org/issue45933 closed by guacaplushy

#45936: collections.Counter drops key if value is 0 and updating using
https://bugs.python.org/issue45936 closed by rhettinger

#45939: PyErr_SetObject documentation lacks mention of reference count
https://bugs.python.org/issue45939 closed by serhiy.storchaka

#45941: help("modules") segfaults on 3.11, MacOS
https://bugs.python.org/issue45941 closed by iritkatriel

#45943: Spam
https://bugs.python.org/issue45943 closed by Jelle Zijlstra

#45951: Debugger cannot be resolved
https://bugs.python.org/issue45951 closed by boett1

#45952: Tools/c-analyzer is out-of-date.
https://bugs.python.org/issue45952 closed by eric.snow

#45954: Rename PyConfig.no_debug_ranges to PyConfig.code_debug_ranges
https://bugs.python.org/issue45954 closed by vstinner

#45956: Add scanf regular expressions to re
https://bugs.python.org/issue45956 closed by tekknolagi

#45958: Document typo in unpack_from()
https://bugs.python.org/issue45958 closed by zach.ware

#45961: [doc] Missing documentation for wait_for module
https://bugs.python.org/issue45961 closed by iritkatriel

#45966: Error in Multiplication
https://bugs.python.org/issue45966 closed by eric.smith
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-03 - 2021-12-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 7195 (-57)
closed 50572 (+123)
total 57767 (+66)

Open issues with patches: 2859


Issues opened (44)
==================

#23469: Delete Misc/*.wpr files
https://bugs.python.org/issue23469 reopened by berker.peksag

#28533: Remove asyncore, asynchat and smtpd modules
https://bugs.python.org/issue28533 reopened by vstinner

#31184: Fix data descriptor detection in inspect.getattr_static
https://bugs.python.org/issue31184 reopened by davidhalter

#45620: A misleading url in 'Floating Point Arithmetic' page
https://bugs.python.org/issue45620 reopened by eric.smith

#45798: Move _decimal build setup into configure
https://bugs.python.org/issue45798 reopened by ned.deily

#45975: Simplify some while-loops with walrus operator
https://bugs.python.org/issue45975 opened by nickdrozd

#45977: Unexpected effect of sys.pycache_prefix = ""
https://bugs.python.org/issue45977 opened by andrei.avk

#45978: deepfreeze opaquely fails on Windows when building from Visual
https://bugs.python.org/issue45978 opened by Dennis Sweeney

#45979: Fix Tkinter tests with old Tk
https://bugs.python.org/issue45979 opened by serhiy.storchaka

#45981: Get raw file name in bytes from ZipFile
https://bugs.python.org/issue45981 opened by accelerator0099

#45985: AttributeError from @property inadvertantly flows into __getat
https://bugs.python.org/issue45985 opened by koreno

#45988: inspect.signature fails on a @staticmethod
https://bugs.python.org/issue45988 opened by PhilipVinc

#45990: Exception notes need more documentation
https://bugs.python.org/issue45990 opened by cool-RR

#45991: Improve ambiguous docstrings in pkgutil
https://bugs.python.org/issue45991 opened by khock

#45992: distutils paths are scattered between PythonXY and PythonXY-32
https://bugs.python.org/issue45992 opened by uranusjr

#45994: Add simple usage to email module
https://bugs.python.org/issue45994 opened by tarao1006

#45995: string formatting: normalize negative zero
https://bugs.python.org/issue45995 opened by John Belmonte

#45996: Worse error from asynccontextmanager in Python 3.10
https://bugs.python.org/issue45996 opened by Dima.Tisnek

#45997: asyncio.Semaphore waiters deque doesn't work
https://bugs.python.org/issue45997 opened by hyzyla

#45998: Document best practice for including and linking python framew
https://bugs.python.org/issue45998 opened by ronaldoussoren

#46005: [doc] replace 'distutils' examples with 'setuptools'
https://bugs.python.org/issue46005 opened by elmjag

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 opened by vstinner

#46010: Cookie cutter templates to allow variable fields and data tran
https://bugs.python.org/issue46010 opened by Francisco

#46011: Python 3.10 email returns invalid Date: header unchanged.
https://bugs.python.org/issue46011 opened by msapiro

#46013: Confusing period in object.__hash__ doc
https://bugs.python.org/issue46013 opened by JMcB17

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014 opened by evansd

#46017: Tutorial incorrectly refers to skits rather than sketches.
https://bugs.python.org/issue46017 opened by k2k

#46020: Optimize long_pow for the common case
https://bugs.python.org/issue46020 opened by rhettinger

#46021: fcntl module update supports FreeBSD F_KINFO flag
https://bugs.python.org/issue46021 opened by devnexen

#46022: Multiprocessing.Server.serve_forever runs sys.exit()
https://bugs.python.org/issue46022 opened by bar.harel

#46023: Modules/makesetup generated rules ignore *disabled*
https://bugs.python.org/issue46023 opened by christian.heimes

#46024: Different behaviour with zipfile
https://bugs.python.org/issue46024 opened by flvn.dev

#46026: importlib.resources.read_text() raises FileNotFound
https://bugs.python.org/issue46026 opened by Zac Hatfield-Dodds

#46027: email.utils.parsedate_to_datetime() handling of -0000 offset
https://bugs.python.org/issue46027 opened by fdrake

#46028: 3.11.0a3: under tox, sys._base_executable is wrong
https://bugs.python.org/issue46028 opened by nedbat

#46030: socket module add couple of FreeBSD constants
https://bugs.python.org/issue46030 opened by dcarlier

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031 opened by penguin_wwy

#46032: functools' singledispatch does not support GenericAlias
https://bugs.python.org/issue46032 opened by kumaraditya303

#46033: Duplicated sentence in for statement documentation
https://bugs.python.org/issue46033 opened by michcio1234

#46035: mimetypes.guess_type returns deprecated mimetype application/x
https://bugs.python.org/issue46035 opened by milahu

#46036: Single-phase initialized modules gets initialized multiple tim
https://bugs.python.org/issue46036 opened by daniel-falk

#46037: logging.config.dictConfig with disable_existing_loggers set, a
https://bugs.python.org/issue46037 opened by vladmihaisima

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038 opened by arhadthedev

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039 opened by Mark.Shannon



Most recent 15 issues with no replies (15)
==========================================

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038

#46037: logging.config.dictConfig with disable_existing_loggers set, a
https://bugs.python.org/issue46037

#46036: Single-phase initialized modules gets initialized multiple tim
https://bugs.python.org/issue46036

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031

#46030: socket module add couple of FreeBSD constants
https://bugs.python.org/issue46030

#46027: email.utils.parsedate_to_datetime() handling of -0000 offset
https://bugs.python.org/issue46027

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014

#46010: Cookie cutter templates to allow variable fields and data tran
https://bugs.python.org/issue46010

#46005: [doc] replace 'distutils' examples with 'setuptools'
https://bugs.python.org/issue46005

#45998: Document best practice for including and linking python framew
https://bugs.python.org/issue45998

#45991: Improve ambiguous docstrings in pkgutil
https://bugs.python.org/issue45991

#45990: Exception notes need more documentation
https://bugs.python.org/issue45990

#45985: AttributeError from @property inadvertantly flows into __getat
https://bugs.python.org/issue45985

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970



Most recent 15 issues waiting for review (15)
=============================================

#46039: Break up the YIELD_FROM instruction.
https://bugs.python.org/issue46039

#46038: Mark /configure file as generated in .gitattributes
https://bugs.python.org/issue46038

#46033: Duplicated sentence in for statement documentation
https://bugs.python.org/issue46033

#46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE
https://bugs.python.org/issue46031

#46023: Modules/makesetup generated rules ignore *disabled*
https://bugs.python.org/issue46023

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014

#46013: Confusing period in object.__hash__ doc
https://bugs.python.org/issue46013

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006

#45979: Fix Tkinter tests with old Tk
https://bugs.python.org/issue45979

#45970: Py_NewInterpreter causes bogus fatal error along the failure p
https://bugs.python.org/issue45970

#45953: Statically allocate interpreter states as much as possible.
https://bugs.python.org/issue45953

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949

#45947: Place dict (and values) pointers at a fixed (negative) offset
https://bugs.python.org/issue45947

#45944: Avoid calling isatty() for most open() calls
https://bugs.python.org/issue45944



Top 10 most discussed issues (10)
=================================

#32683: isinstance is calling ob.__getattribute__ as a fallback instea
https://bugs.python.org/issue32683 13 msgs

#45995: string formatting: normalize negative zero
https://bugs.python.org/issue45995 12 msgs

#45459: Limited API support for Py_buffer
https://bugs.python.org/issue45459 11 msgs

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 11 msgs

#45847: Port module setup to PY_STDLIB_MOD() macro and addext()
https://bugs.python.org/issue45847 9 msgs

#45950: Reintroduce bootstrap_python for freezing
https://bugs.python.org/issue45950 9 msgs

#45934: python curses newterm implementation
https://bugs.python.org/issue45934 8 msgs

#44092: [sqlite3] Remove special rollback handling
https://bugs.python.org/issue44092 7 msgs

#46021: fcntl module update supports FreeBSD F_KINFO flag
https://bugs.python.org/issue46021 6 msgs

#43683: Handle generator (and coroutine) state in the bytecode.
https://bugs.python.org/issue43683 5 msgs



Issues closed (100)
===================

#8161: inconsistency behavior in ctypes.c_char_p dereferencing
https://bugs.python.org/issue8161 closed by iritkatriel

#12413: make faulthandler dump traceback of child processes
https://bugs.python.org/issue12413 closed by vstinner

#13548: line number when tracing an implicit return
https://bugs.python.org/issue13548 closed by iritkatriel

#15673: PEP 3121, 384 Refactoring applied to testcapi module
https://bugs.python.org/issue15673 closed by erlendaasland

#17113: argparse.RawDescriptionHelpFormatter should not delete blank l
https://bugs.python.org/issue17113 closed by iritkatriel

#17780: the test suite should use a TEMPDIR in the build directory, no
https://bugs.python.org/issue17780 closed by iritkatriel

#20751: Harmonize descriptor protocol documentation: direct call, supe
https://bugs.python.org/issue20751 closed by rhettinger

#20899: Nested namespace imports do not work inside zip archives
https://bugs.python.org/issue20899 closed by iritkatriel

#20936: test_strftime: enormous allocation, fails under Clang sanitize
https://bugs.python.org/issue20936 closed by iritkatriel

#21731: Calendar Problem with Windows (XP)
https://bugs.python.org/issue21731 closed by iritkatriel

#21952: fnmatch.py can appear in tracemalloc diffs
https://bugs.python.org/issue21952 closed by vstinner

#22282: ipaddress module accepts octal formatted IPv4 addresses in IPv
https://bugs.python.org/issue22282 closed by iritkatriel

#22910: test_pydoc test_synopsis_sourceless is a flaky test
https://bugs.python.org/issue22910 closed by gregory.p.smith

#23104: [Windows x86-64] ctypes: Incorrect function call
https://bugs.python.org/issue23104 closed by iritkatriel

#23317: Incorrect description of descriptor invocation in Python Langu
https://bugs.python.org/issue23317 closed by rhettinger

#24393: Test urllib2_localnet fails depending on host proxy configurat
https://bugs.python.org/issue24393 closed by iritkatriel

#24709: Unix build uses '-Wno-unused-result', which icc doesn't recogn
https://bugs.python.org/issue24709 closed by ammar2

#26159: Unsafe to BaseEventLoop.set_debug(False) when PYTHONASYNCIODEB
https://bugs.python.org/issue26159 closed by iritkatriel

#27016: BlockingIOError not raised inside function.
https://bugs.python.org/issue27016 closed by iritkatriel

#27831: Python 3.4.5 leaks memory when attempting to load non-existent
https://bugs.python.org/issue27831 closed by ammar2

#27946: elementtree calls PyDict_GetItem without owning a reference to
https://bugs.python.org/issue27946 closed by serhiy.storchaka

#28953: Use `raise from` when raising new IncompleteRead
https://bugs.python.org/issue28953 closed by asvetlov

#29309: Interpreter hang when interrupting a loop.run_in_executor() fu
https://bugs.python.org/issue29309 closed by iritkatriel

#29590: Incorrect stack traces when re-entering a generator/coroutine
https://bugs.python.org/issue29590 closed by iritkatriel

#29899: zlib missing when --enable--optimizations option appended
https://bugs.python.org/issue29899 closed by iritkatriel

#29988: with statements are not ensuring that __exit__ is called if __
https://bugs.python.org/issue29988 closed by Mark.Shannon

#31139: Improve tracemalloc demo code in docs
https://bugs.python.org/issue31139 closed by vstinner

#31441: Descriptor example in documentation is confusing, possibly wro
https://bugs.python.org/issue31441 closed by rhettinger

#31735: Documentation incorrectly states how descriptors are invoked
https://bugs.python.org/issue31735 closed by rhettinger

#33080: regen-importlib is causing build races against other regen-all
https://bugs.python.org/issue33080 closed by Alexander Kanavin

#33632: undefined behaviour: signed integer overflow in threadmodule.c
https://bugs.python.org/issue33632 closed by vstinner

#34338: abstractmethod can run on classes
https://bugs.python.org/issue34338 closed by iritkatriel

#35362: list inheritor with abstract content does not raise
https://bugs.python.org/issue35362 closed by iritkatriel

#35419: Thread.is_alive while running Process.is_alive causes either p
https://bugs.python.org/issue35419 closed by iritkatriel

#35821: Clarify when logging events are propagated when propagate is t
https://bugs.python.org/issue35821 closed by vinay.sajip

#36392: IPv4Interface Object has no attributte prefixlen
https://bugs.python.org/issue36392 closed by andrei.avk

#36850: shutil.copy2 fails with even with source network filesystem no
https://bugs.python.org/issue36850 closed by eryksun

#37198: _parse_localename fail to parse 'en_IL'
https://bugs.python.org/issue37198 closed by christian.heimes

#39694: Incorrect dictionary unpacking when calling str.format
https://bugs.python.org/issue39694 closed by rhettinger

#41174: asyncio.coroutine decorator returns a non-generator function w
https://bugs.python.org/issue41174 closed by iritkatriel

#43418: FTPLib error when server returns byte message instead of strin
https://bugs.python.org/issue43418 closed by andrei.avk

#43474: http.server.BaseHTTPRequestHandler end_header() fails
https://bugs.python.org/issue43474 closed by andrei.avk

#43806: asyncio.StreamReader hangs when reading from pipe and other pr
https://bugs.python.org/issue43806 closed by kormang

#43931: Add the Python version to the API data.
https://bugs.python.org/issue43931 closed by pablogsal

#44016: Enum related deprecation warnings in test_httpservers and test
https://bugs.python.org/issue44016 closed by vstinner

#44035: Regenerating the configure script fails even if dependencies a
https://bugs.python.org/issue44035 closed by christian.heimes

#44077: IP_RECVTOS option is missing from socket module
https://bugs.python.org/issue44077 closed by andrei.avk

#44166: Make IndexError messages for list more informative
https://bugs.python.org/issue44166 closed by rhettinger

#44245: Cross-compilation of CPython 3.8 with _socket module using And
https://bugs.python.org/issue44245 closed by laheller

#44534: unittest.mock.Mock.unsafe doc is garbled
https://bugs.python.org/issue44534 closed by andrei.avk

#44735: Failed venv Activation With "&" In Folder Name
https://bugs.python.org/issue44735 closed by eryksun

#45359: TopologicalSorter is not Generic at runtime (but is in typeshe
https://bugs.python.org/issue45359 closed by asvetlov

#45415: Assert oparg < INSTR_OFFSET()
https://bugs.python.org/issue45415 closed by steve.dower

#45420: Python 3.10 final installation failure
https://bugs.python.org/issue45420 closed by wyz23x2

#45607: Make it possible to enrich an exception's error message
https://bugs.python.org/issue45607 closed by iritkatriel

#45618: Documentation builds fail with Sphinx 3.2.1
https://bugs.python.org/issue45618 closed by pablogsal

#45654: Freeze the runpy module.
https://bugs.python.org/issue45654 closed by gvanrossum

#45662: Incorrect repr of InitVar of a type alias
https://bugs.python.org/issue45662 closed by serhiy.storchaka

#45663: is_dataclass() does not work for dataclasses which are subclas
https://bugs.python.org/issue45663 closed by serhiy.storchaka

#45664: resolve_bases() and new_class() do not work with type alias of
https://bugs.python.org/issue45664 closed by serhiy.storchaka

#45732: Make python.org Windows and macOS installers use Tk 8.6.12
https://bugs.python.org/issue45732 closed by ned.deily

#45816: Python does not support standalone MSVC v143 (VS 2022) Build T
https://bugs.python.org/issue45816 closed by steve.dower

#45823: python stopped working
https://bugs.python.org/issue45823 closed by asvetlov

#45885: Specialize COMPARE_OP
https://bugs.python.org/issue45885 closed by Dennis Sweeney

#45890: Add tests for tracing try-except-finally blocks
https://bugs.python.org/issue45890 closed by iritkatriel

#45916: documentation link error
https://bugs.python.org/issue45916 closed by terry.reedy

#45957: _tkinter.TclError: expected boolean value but got ""
https://bugs.python.org/issue45957 closed by ned.deily

#45963: Embed interpreter frame in generator.
https://bugs.python.org/issue45963 closed by pablogsal

#45964: gdb test fails when packaging Python 3.10 for openSUSE/Linux
https://bugs.python.org/issue45964 closed by mcepl

#45967: Tkinter.ttk.Treeview does not clear after opening and reopenin
https://bugs.python.org/issue45967 closed by ned.deily

#45971: calendar module does not recognize switch to Gregorian
https://bugs.python.org/issue45971 closed by terry.reedy

#45974: Using walrus produces different/unoptimized bytecode
https://bugs.python.org/issue45974 closed by BTaskaya

#45976: Random._randbelow() loses time by caching an attribute lookup
https://bugs.python.org/issue45976 closed by rhettinger

#45980: Why there isn't a ???Python 2.2??? for PyPI's classifiers?
https://bugs.python.org/issue45980 closed by steven.daprano

#45982: Bug in Error messages
https://bugs.python.org/issue45982 closed by pablogsal

#45983: PyType_Spec.name must remain valid after PyType_FromSpec
https://bugs.python.org/issue45983 closed by ronaldoussoren

#45984: Error messages for invalid string prefixes and potential attri
https://bugs.python.org/issue45984 closed by pablogsal

#45986: 3.10.0 ships with older tcl/tk DLLs than 3.9.9 causing Windows
https://bugs.python.org/issue45986 closed by ned.deily

#45987: os.chdir in unittest's test case causes RecursionError on Wind
https://bugs.python.org/issue45987 closed by tos-kamiya

#45989: Add new function or method to return the dict key with the max
https://bugs.python.org/issue45989 closed by eric.smith

#45993: Main branch of CPython does not build anymore on macOS
https://bugs.python.org/issue45993 closed by sobolevn

#45999: Links to packaging broken
https://bugs.python.org/issue45999 closed by ned.deily

#46000: NetBSD curses compatibility
https://bugs.python.org/issue46000 closed by serhiy.storchaka

#46001: JSON module documentation mentions OverflowError for case that
https://bugs.python.org/issue46001 closed by serhiy.storchaka

#46002: py Launcher for Windows with MSYS2
https://bugs.python.org/issue46002 closed by Zernoxi

#46003: os.replace is not cross-platform: at least improve documentati
https://bugs.python.org/issue46003 closed by hancos

#46004: Incorrect bad token identified in 3.10.1
https://bugs.python.org/issue46004 closed by pablogsal

#46007: [C API] PyUnicode_CHECK_INTERNED() doesn't work in the limited
https://bugs.python.org/issue46007 closed by vstinner

#46008: Prepare runtime/interp/thread state and init for upcoming chan
https://bugs.python.org/issue46008 closed by eric.snow

#46009: sending non-None values makes generator raise StopIteration on
https://bugs.python.org/issue46009 closed by pablogsal

#46012: unittest AsyncConnection not described
https://bugs.python.org/issue46012 closed by asvetlov

#46015: Windows venvs do not include DLLs directory
https://bugs.python.org/issue46015 closed by steve.dower

#46016: fcntl module add F_DUP2FD_CLOEXEC
https://bugs.python.org/issue46016 closed by vstinner

#46018: expm1 may incorrectly raise OverflowError on underflow
https://bugs.python.org/issue46018 closed by steve.dower

#46019: collections.Counter - Cast list of keys into set to remove ite
https://bugs.python.org/issue46019 closed by rhettinger

#46025: Raising in an atexit function in dev mode crashes
https://bugs.python.org/issue46025 closed by pablogsal

#46029: "ValueError: Invalid isoformat string" from a valid string
https://bugs.python.org/issue46029 closed by eric.smith

#46034: Patch-adding __init__ in a class takes no effect when called f
https://bugs.python.org/issue46034 closed by vstinner

#1512163: mailbox (2.5b1): locking doesn't work (esp. on FreeBSD)
https://bugs.python.org/issue1512163 closed by iritkatriel

#1653457: Python misbehaves when installed in / (patch attached)
https://bugs.python.org/issue1653457 closed by iritkatriel
Summary of Python tracker Issues [ In reply to ]
ACTIVITY SUMMARY (2021-12-10 - 2021-12-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 7180 (-15)
closed 50665 (+93)
total 57845 (+78)

Open issues with patches: 2857


Issues opened (56)
==================

#20741: Documentation archives should be available also in tar.xz form
https://bugs.python.org/issue20741 reopened by iritkatriel

#23522: Misleading note in Statistics module documentation
https://bugs.python.org/issue23522 reopened by gvanrossum

#29221: ABC Recursion Error on isinstance() with less than recursion l
https://bugs.python.org/issue29221 reopened by serhiy.storchaka

#43749: venv module does not copy the correct python exe
https://bugs.python.org/issue43749 reopened by eryksun

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 reopened by andrei.avk

#46044: Update distutils documentation to say PyPI only accepts tar.g
https://bugs.python.org/issue46044 opened by mbussonn

#46045: NetBSD: do not use POSIX semaphores
https://bugs.python.org/issue46045 opened by wiz

#46050: [pathlib] Option so that OSError does not block glob in pathli
https://bugs.python.org/issue46050 opened by matt32106

#46051: Make @atexit.register work for functions with arguments
https://bugs.python.org/issue46051 opened by quapka

#46052: IDLE: make Ctrl,Alt + IME non-ascii letter work on Windows
https://bugs.python.org/issue46052 opened by anton.bryl

#46053: NetBSD: ossaudio support incomplete
https://bugs.python.org/issue46053 opened by wiz

#46054: Incorrect error when parsing non-utf8 files
https://bugs.python.org/issue46054 opened by pablogsal

#46055: Speed up binary shifting operators
https://bugs.python.org/issue46055 opened by xuxinhang

#46061: Journal execution gives fatal error in Python 3.10.1
https://bugs.python.org/issue46061 opened by eaqrzn

#46064: Permalinks to underscored documentation entries don't work.
https://bugs.python.org/issue46064 opened by Fabian Dill

#46065: re.findall takes forever and never ends
https://bugs.python.org/issue46065 opened by ramzitra

#46066: TypedDict alternative definition syntax with keyword args is c
https://bugs.python.org/issue46066 opened by 97littleleaf11

#46067: SSLContext.set_npn_protocols broken in Python 3.10, tries to c
https://bugs.python.org/issue46067 opened by diabonas

#46068: Change use of warnings.warn to logging.warning in a few places
https://bugs.python.org/issue46068 opened by andrei.avk

#46070: _PyImport_FixupExtensionObject() regression causing a crash in
https://bugs.python.org/issue46070 opened by graysky

#46071: Graphlib documentation
https://bugs.python.org/issue46071 opened by dam1784

#46072: Unify handling of stats in the CPython VM
https://bugs.python.org/issue46072 opened by Mark.Shannon

#46073: ast.unparse produces: 'FunctionDef' object has no attribute 'l
https://bugs.python.org/issue46073 opened by TheRobotCarlson

#46075: CookieJar.extract_cookies doesn't process cookies form local d
https://bugs.python.org/issue46075 opened by keddad

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076 opened by AlexWaygood

#46077: Include sha256 hashes of release downloads in announcement com
https://bugs.python.org/issue46077 opened by gregory.p.smith

#46079: [doc] Broken URL in "Brief Tour of the Standard Library"
https://bugs.python.org/issue46079 opened by vivekvashist

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS
https://bugs.python.org/issue46080 opened by felixfontein

#46083: PyUnicode_FSConverter() has confusing reference semantics
https://bugs.python.org/issue46083 opened by twouters

#46084: Python 3.9.6 scan_dir returns filenotfound on long paths, but
https://bugs.python.org/issue46084 opened by jschwar313

#46085: OrderedDict iterator allocates di_result unnecessarily
https://bugs.python.org/issue46085 opened by Kevin Shweh

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086 opened by gibu

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088 opened by gvanrossum

#46089: Problems with AF_PACKET sockets
https://bugs.python.org/issue46089 opened by gallard

#46090: C extensions can't swap out live frames anymore
https://bugs.python.org/issue46090 opened by brandtbucher

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091 opened by ucodery

#46092: Fix/update missing parameters in function signatures for Built
https://bugs.python.org/issue46092 opened by vivekvashist

#46094: Missing unit test on unittest.TestResult to check for required
https://bugs.python.org/issue46094 opened by DreamSh0t

#46095: Warning about iterate/modify has unwarranted detail
https://bugs.python.org/issue46095 opened by turepalsson

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096 opened by dzhamoytsin

#46097: Split function versions into 1-0xffff and 0x1000+ regions
https://bugs.python.org/issue46097 opened by Mark.Shannon

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098 opened by iritkatriel

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099 opened by kulikjak

#46100: Simplify readline / editline detection
https://bugs.python.org/issue46100 opened by christian.heimes

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101 opened by Lucas Cimon

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103 opened by hongweipeng

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104 opened by AlexWaygood

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106 opened by ned.deily

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107 opened by iritkatriel

#46108: Enum repr() incorrect when mixed with non-__new__ data types
https://bugs.python.org/issue46108 opened by ethan.furman

#46109: Separate resources and abc docs from other importlib docs
https://bugs.python.org/issue46109 opened by jaraco

#46110: `eval("-"*3000000 + "4")` in cmd causes hard crash
https://bugs.python.org/issue46110 opened by charles.mcmarrow.4

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113 opened by vivekvashist

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114 opened by penguinolog

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115 opened by xxm

#46117: tk could not refresh auto in mac os
https://bugs.python.org/issue46117 opened by asper



Most recent 15 issues with no replies (15)
==========================================

#46115: Interrupting subprocess.popen in recursive calls by KeyboardIn
https://bugs.python.org/issue46115

#46106: OpenSSL 1.1.1m is now available
https://bugs.python.org/issue46106

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099

#46098: Missing test for multi-line errors in traceback
https://bugs.python.org/issue46098

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096

#46095: Warning about iterate/modify has unwarranted detail
https://bugs.python.org/issue46095

#46083: PyUnicode_FSConverter() has confusing reference semantics
https://bugs.python.org/issue46083

#46077: Include sha256 hashes of release downloads in announcement com
https://bugs.python.org/issue46077

#46076: Document using __slots__ to provide per-attribute docstrings
https://bugs.python.org/issue46076

#46075: CookieJar.extract_cookies doesn't process cookies form local d
https://bugs.python.org/issue46075

#46071: Graphlib documentation
https://bugs.python.org/issue46071

#46067: SSLContext.set_npn_protocols broken in Python 3.10, tries to c
https://bugs.python.org/issue46067

#46053: NetBSD: ossaudio support incomplete
https://bugs.python.org/issue46053



Most recent 15 issues waiting for review (15)
=============================================

#46114: OpenSSL 3.0 uses different version scheme
https://bugs.python.org/issue46114

#46113: Typos and minor fixes in built in types documentation
https://bugs.python.org/issue46113

#46109: Separate resources and abc docs from other importlib docs
https://bugs.python.org/issue46109

#46107: ExceptionGroup.split()/subgroup() don't copy __note__ to parts
https://bugs.python.org/issue46107

#46104: Reduce use of old-style syntax in typing docs
https://bugs.python.org/issue46104

#46103: inspect.getmembers will call the instance __bases__ attribute,
https://bugs.python.org/issue46103

#46101: argparse: using parents & subcommands, options can be ignored
https://bugs.python.org/issue46101

#46099: Solaris: Fix pthread_getcpuclockid test
https://bugs.python.org/issue46099

#46096: Support PyObject interface for global variables in local scope
https://bugs.python.org/issue46096

#46094: Missing unit test on unittest.TestResult to check for required
https://bugs.python.org/issue46094

#46092: Fix/update missing parameters in function signatures for Built
https://bugs.python.org/issue46092

#46091: IndendationError from multi-line indented statements
https://bugs.python.org/issue46091

#46088: Build hangs under Visual Studio in deepfreeze stage
https://bugs.python.org/issue46088

#46086: Add ratio_min() function to the difflib library
https://bugs.python.org/issue46086

#46080: argparse.BooleanOptionalAction with default=argparse.SUPPRESS
https://bugs.python.org/issue46080



Top 10 most discussed issues (10)
=================================

#46028: 3.11.0a3: under tox, sys._base_executable is wrong
https://bugs.python.org/issue46028 21 msgs

#46052: IDLE: make Ctrl,Alt + IME non-ascii letter work on Windows
https://bugs.python.org/issue46052 12 msgs

#46084: Python 3.9.6 scan_dir returns filenotfound on long paths, but
https://bugs.python.org/issue46084 12 msgs

#46006: [subinterpreter] _PyUnicode_EqualToASCIIId() issue with subint
https://bugs.python.org/issue46006 9 msgs

#46070: _PyImport_FixupExtensionObject() regression causing a crash in
https://bugs.python.org/issue46070 9 msgs

#44413: OverflowError: mktime argument out of range after 2019
https://bugs.python.org/issue44413 8 msgs

#45383: PyType_FromSpec API fails to use metaclass of bases
https://bugs.python.org/issue45383 8 msgs

#22815: unexpected successes are not output
https://bugs.python.org/issue22815 7 msgs

#40059: Provide a toml module in the standard library
https://bugs.python.org/issue40059 6 msgs

#45292: Implement PEP 654: Exception Groups
https://bugs.python.org/issue45292 6 msgs



Issues closed (75)
==================

#4733: Add a "decode to declared encoding" version of urlopen to urll
https://bugs.python.org/issue4733 closed by ajaksu2

#9504: signal.signal/signal.alarm not working as expected
https://bugs.python.org/issue9504 closed by iritkatriel

#13236: unittest needs more flush calls
https://bugs.python.org/issue13236 closed by lukasz.langa

#16392: [doc] import crashes on circular imports in ext modules
https://bugs.python.org/issue16392 closed by scoder

#16594: SocketServer should set SO_REUSEPORT along with SO_REUSEADDR w
https://bugs.python.org/issue16594 closed by asvetlov

#17763: test_pydoc fails with the installed testsuite
https://bugs.python.org/issue17763 closed by iritkatriel

#18467: argparse - problematic 'default' behavior
https://bugs.python.org/issue18467 closed by iritkatriel

#19737: Documentation of globals() and locals() should be improved
https://bugs.python.org/issue19737 closed by lukasz.langa

#19838: test.test_pathlib.PosixPathTest.test_touch_common fails on Fre
https://bugs.python.org/issue19838 closed by iritkatriel

#21390: readline: setlocale() returns NULL on Android
https://bugs.python.org/issue21390 closed by vstinner

#21461: Recognize -pthread
https://bugs.python.org/issue21461 closed by wiz

#21964: inconsistency in list-generator comprehension with yield(-from
https://bugs.python.org/issue21964 closed by iritkatriel

#23010: "unclosed file" warning when defining unused logging FileHandl
https://bugs.python.org/issue23010 closed by vinay.sajip

#23148: Missing the charset parameter in as_encoded_word()
https://bugs.python.org/issue23148 closed by serhiy.storchaka

#23948: Deprecate os.kill() on Windows
https://bugs.python.org/issue23948 closed by eryksun

#24010: Add error checks to PyInit__locale()
https://bugs.python.org/issue24010 closed by iritkatriel

#24012: Add error checks to PyInit_pyexpat()
https://bugs.python.org/issue24012 closed by iritkatriel

#24116: --with-pydebug has no effect when the final python binary is c
https://bugs.python.org/issue24116 closed by iritkatriel

#25834: getpass falls back when sys.stdin is changed
https://bugs.python.org/issue25834 closed by iritkatriel

#25864: collections.abc.Mapping should include a __reversed__ that rai
https://bugs.python.org/issue25864 closed by AlexWaygood

#26216: run runtktests.py error when test tkinter
https://bugs.python.org/issue26216 closed by iritkatriel

#26726: Incomplete Internationalization in Argparse Module
https://bugs.python.org/issue26726 closed by iritkatriel

#26952: argparse help formatter raises IndexError
https://bugs.python.org/issue26952 closed by iritkatriel

#27062: `inspect` doesn't have `__all__`
https://bugs.python.org/issue27062 closed by lukasz.langa

#27258: Exception in BytesGenerator.flatten
https://bugs.python.org/issue27258 closed by iritkatriel

#27718: help('signal') incomplete (e.g: signal.signal not visible)
https://bugs.python.org/issue27718 closed by serhiy.storchaka

#30716: Failing tests with installed 3.6.2rc1 on Win 10-64
https://bugs.python.org/issue30716 closed by iritkatriel

#36674: "unittest.TestCase.debug" should honour "skip" (and other test
https://bugs.python.org/issue36674 closed by serhiy.storchaka

#38584: argparse: Specifying a whitespace-only help message to a posit
https://bugs.python.org/issue38584 closed by Lucas Cimon

#38590: argparse unexpected behavior with argument group inside mutual
https://bugs.python.org/issue38590 closed by iritkatriel

#40927: ./python -m test test___all__ test_binhex fails
https://bugs.python.org/issue40927 closed by iritkatriel

#42114: Documentation of ctypes.CDLL does not correspond to code
https://bugs.python.org/issue42114 closed by lukasz.langa

#42962: Windows: SystemError during os.kill(..., signal.CTRL_C_EVENT)
https://bugs.python.org/issue42962 closed by eryksun

#43862: warnings: -W option and PYTHONWARNINGS now use the message as
https://bugs.python.org/issue43862 closed by vstinner

#44674: dataclasses should allow frozendict default value
https://bugs.python.org/issue44674 closed by eric.smith

#44893: importlib.metadata Entrypoint has a broken _asdict
https://bugs.python.org/issue44893 closed by jaraco

#44896: AttributeError in ast.unparse
https://bugs.python.org/issue44896 closed by BTaskaya

#45635: Tidy up error handling in traceback.c / python run.c
https://bugs.python.org/issue45635 closed by iritkatriel

#45643: Add signal.SIGSTKFLT constant (Linux)
https://bugs.python.org/issue45643 closed by vstinner

#45684: `functools.singledispatchmethod` does not define `__class_geti
https://bugs.python.org/issue45684 closed by AlexWaygood

#45690: Argparse exclusive group inside required exclusive group displ
https://bugs.python.org/issue45690 closed by iritkatriel

#45755: Specialized generic class does not return class attributes in
https://bugs.python.org/issue45755 closed by kj

#45840: Improve cross-references in the data model documentation
https://bugs.python.org/issue45840 closed by serhiy.storchaka

#45855: Replace PyImport_ImportModuleNoBlock with PyImport_ImportModul
https://bugs.python.org/issue45855 closed by asvetlov

#45919: Use WinAPI GetFileType() in is_valid_fd()
https://bugs.python.org/issue45919 closed by corona10

#45949: Provide pure-Python implementation of Programs/_freeze_module
https://bugs.python.org/issue45949 closed by christian.heimes

#45977: Unexpected effect of sys.pycache_prefix = ""
https://bugs.python.org/issue45977 closed by andrei.avk

#46014: functools.singledispatch does not support Union types
https://bugs.python.org/issue46014 closed by lukasz.langa

#46040: asyncio.coroutine documented as removed in 3.10
https://bugs.python.org/issue46040 closed by asvetlov

#46041: Add reference counting micro-optimizations to listobject.c
https://bugs.python.org/issue46041 closed by rhettinger

#46042: Error range of "duplicate argument" SyntaxErrors is too big
https://bugs.python.org/issue46042 closed by pablogsal

#46043: Python Launcher Not Opening Files.
https://bugs.python.org/issue46043 closed by ned.deily

#46046: I/O bound threads got to no chance to run with small CPU bound
https://bugs.python.org/issue46046 closed by kj

#46047: When using Py_NewInterpreter, some modules fail to import in P
https://bugs.python.org/issue46047 closed by diabonas

#46048: embeddable distro cannot import modules
https://bugs.python.org/issue46048 closed by steve.dower

#46049: ._pth files untested on Linux
https://bugs.python.org/issue46049 closed by steve.dower

#46056: Cannot use virtual environment on Windows 10 in corporate secu
https://bugs.python.org/issue46056 closed by gregory.p.smith

#46057: argparse: embedded groups may prevent options from being in he
https://bugs.python.org/issue46057 closed by iritkatriel

#46058: argparse: arg groups and mutually exclusive groups behave inco
https://bugs.python.org/issue46058 closed by iritkatriel

#46059: Typo in match Statement example
https://bugs.python.org/issue46059 closed by kj

#46060: Clarify asyncio.new_event_loop return value
https://bugs.python.org/issue46060 closed by pbryan2

#46062: tkinter.filedialog.SaveAs: create new folder on Ubuntu?
https://bugs.python.org/issue46062 closed by serhiy.storchaka

#46063: TimedRotatingFileHandler deletes wrong files
https://bugs.python.org/issue46063 closed by vinay.sajip

#46069: Spam
https://bugs.python.org/issue46069 closed by serhiy.storchaka

#46074: deepfreeze should rehash all strings upon reset
https://bugs.python.org/issue46074 closed by gvanrossum

#46078: `ast.unparse` fails on `class C: i: int`??? convert broken fro
https://bugs.python.org/issue46078 closed by samuelmarks

#46081: Document the msg argument for assertRaises
https://bugs.python.org/issue46081 closed by cool-RR

#46082: type casting of bool
https://bugs.python.org/issue46082 closed by AlexWaygood

#46087: format library documentation error
https://bugs.python.org/issue46087 closed by serhiy.storchaka

#46093: 2D array issue
https://bugs.python.org/issue46093 closed by eric.smith

#46102: pdb can't convert dict_values to list
https://bugs.python.org/issue46102 closed by christian.heimes

#46105: Requirement syntax broken when extras indicated on url_req
https://bugs.python.org/issue46105 closed by jaraco

#46111: test_unittest fails in optimized mode
https://bugs.python.org/issue46111 closed by serhiy.storchaka

#46112: PEP 8 code format
https://bugs.python.org/issue46112 closed by serhiy.storchaka

#46116: _asyncio_backend.py datagram_received doesn't handle Future ca
https://bugs.python.org/issue46116 closed by asvetlov

1 2 3 4 5 6 7  View All