ACTIVITY SUMMARY (2021-04-16 - 2021-04-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    7474 (-48)
  closed 48187 (+101)
  total  55661 (+53)

Open issues with patches: 2971 


Issues opened (41)
==================

#10663: configure shouldn't set a default OPT
https://bugs.python.org/issue10663  reopened by Arfrever

#28254: Add C API for gc.enable, gc.disable, and gc.isenabled
https://bugs.python.org/issue28254  reopened by scoder

#38605: [typing] PEP 563: Postponed evaluation of annotations: enable 
https://bugs.python.org/issue38605  reopened by pablogsal

#38659: enum classes cause slow startup time
https://bugs.python.org/issue38659  reopened by pablogsal

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

#43875: glob.glob with ** does not always detect symlink loops
https://bugs.python.org/issue43875  opened by rrt

#43877: Logging Cookbook ambiguity
https://bugs.python.org/issue43877  opened by bluebloodpole

#43878: ./configure fails on Apple Silicon with coreutils uname
https://bugs.python.org/issue43878  opened by keith

#43879: Add native_thread_id to PyThreadState
https://bugs.python.org/issue43879  opened by Gabriele Tornetta

#43880: 3.10 SSL module deprecations
https://bugs.python.org/issue43880  opened by christian.heimes

#43881: add platform availabity information for os.sched_getaffinity
https://bugs.python.org/issue43881  opened by guoci

#43882: [security] urllib.parse should sanitize urls containing ASCII 
https://bugs.python.org/issue43882  opened by orsenthil

#43883: Making urlparse WHATWG conformant
https://bugs.python.org/issue43883  opened by orsenthil

#43884: Cannot cleanly kill a subprocess using high-level asyncio APIs
https://bugs.python.org/issue43884  opened by rabraham

#43886: Extending/embedding Python documentation outdated/incomplete
https://bugs.python.org/issue43886  opened by fede.evol

#43888: GitHub Actions CI/CD `Coverage` job is broken on master
https://bugs.python.org/issue43888  opened by webknjaz

#43889: Pickle performance regression in 3.10
https://bugs.python.org/issue43889  opened by kj

#43890: Deadlock when mixing event loops and subprocesses
https://bugs.python.org/issue43890  opened by thomas

#43891: co_annotations branch caused a crash in stackeffect() in compi
https://bugs.python.org/issue43891  opened by larry

#43892: Make match patterns explicit in the AST
https://bugs.python.org/issue43892  opened by ncoghlan

#43893: typing.get_type_hints does not accept type annotations with le
https://bugs.python.org/issue43893  opened by jarryshaw

#43894: IDLE editor file minor refactoring
https://bugs.python.org/issue43894  opened by epaine

#43895: Unnecessary Cache of Shared Object Handles
https://bugs.python.org/issue43895  opened by Ian.H

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

#43899: separate builtin function
https://bugs.python.org/issue43899  opened by alvarezdqal

#43901: Add an empty annotations dict to all unannotated classes and m
https://bugs.python.org/issue43901  opened by larry

#43902: ssl module: add getter for SSL_CTX* and SSL*
https://bugs.python.org/issue43902  opened by christian.heimes

#43905: dataclasses.astuple does deepcopy on all fields
https://bugs.python.org/issue43905  opened by mandolaerik

#43907: pickle.py bytearray memoization bug with protocol 5
https://bugs.python.org/issue43907  opened by Carl.Friedrich.Bolz

#43908: array.array should remain immutable
https://bugs.python.org/issue43908  opened by gvanrossum

#43910: cgi.parse_header does not handle escaping correctly
https://bugs.python.org/issue43910  opened by msg555

#43912: http.client.BadStatusLine raised and response contains request
https://bugs.python.org/issue43912  opened by andymaier

#43913: unittest module cleanup functions not run unless tearDownModul
https://bugs.python.org/issue43913  opened by rtarpine

#43914: Highlight invalid ranges in SyntaxErrors
https://bugs.python.org/issue43914  opened by pablogsal

#43916: Check that new heap types cannot be created uninitialised
https://bugs.python.org/issue43916  opened by pablogsal

#43918: anext builtin docstring has no signature text or info about de
https://bugs.python.org/issue43918  opened by eriknw

#43921: test_ssl fails on Windows buildbots
https://bugs.python.org/issue43921  opened by pablogsal

#43922: Double dots in quopri transported emails
https://bugs.python.org/issue43922  opened by Julien Castiaux

#43923: Can't create generic NamedTuple as of py3.9
https://bugs.python.org/issue43923  opened by FHTMitchell

#43924: print unexpected values in infinite loop
https://bugs.python.org/issue43924  opened by rafihassan190041234

#43925: Add hangul syllables to unicodedata.decomposititon
https://bugs.python.org/issue43925  opened by frederic.grosshans



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

#43925: Add hangul syllables to unicodedata.decomposititon
https://bugs.python.org/issue43925

#43924: print unexpected values in infinite loop
https://bugs.python.org/issue43924

#43923: Can't create generic NamedTuple as of py3.9
https://bugs.python.org/issue43923

#43918: anext builtin docstring has no signature text or info about de
https://bugs.python.org/issue43918

#43913: unittest module cleanup functions not run unless tearDownModul
https://bugs.python.org/issue43913

#43910: cgi.parse_header does not handle escaping correctly
https://bugs.python.org/issue43910

#43907: pickle.py bytearray memoization bug with protocol 5
https://bugs.python.org/issue43907

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

#43894: IDLE editor file minor refactoring
https://bugs.python.org/issue43894

#43890: Deadlock when mixing event loops and subprocesses
https://bugs.python.org/issue43890

#43881: add platform availabity information for os.sched_getaffinity
https://bugs.python.org/issue43881

#43879: Add native_thread_id to PyThreadState
https://bugs.python.org/issue43879

#43875: glob.glob with ** does not always detect symlink loops
https://bugs.python.org/issue43875

#43870: C API Functions Bypass __import__ Override
https://bugs.python.org/issue43870

#43863: [Windows] test_distutils logs:  DeprecationWarning: bdist_msi 
https://bugs.python.org/issue43863



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

#43922: Double dots in quopri transported emails
https://bugs.python.org/issue43922

#43921: test_ssl fails on Windows buildbots
https://bugs.python.org/issue43921

#43918: anext builtin docstring has no signature text or info about de
https://bugs.python.org/issue43918

#43914: Highlight invalid ranges in SyntaxErrors
https://bugs.python.org/issue43914

#43910: cgi.parse_header does not handle escaping correctly
https://bugs.python.org/issue43910

#43908: array.array should remain immutable
https://bugs.python.org/issue43908

#43907: pickle.py bytearray memoization bug with protocol 5
https://bugs.python.org/issue43907

#43902: ssl module: add getter for SSL_CTX* and SSL*
https://bugs.python.org/issue43902

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

#43894: IDLE editor file minor refactoring
https://bugs.python.org/issue43894

#43893: typing.get_type_hints does not accept type annotations with le
https://bugs.python.org/issue43893

#43892: Make match patterns explicit in the AST
https://bugs.python.org/issue43892

#43891: co_annotations branch caused a crash in stackeffect() in compi
https://bugs.python.org/issue43891

#43888: GitHub Actions CI/CD `Coverage` job is broken on master
https://bugs.python.org/issue43888

#43881: add platform availabity information for os.sched_getaffinity
https://bugs.python.org/issue43881



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

#43892: Make match patterns explicit in the AST
https://bugs.python.org/issue43892  17 msgs

#38659: enum classes cause slow startup time
https://bugs.python.org/issue38659  16 msgs

#43817: Add inspect.get_annotations()
https://bugs.python.org/issue43817  11 msgs

#43908: array.array should remain immutable
https://bugs.python.org/issue43908  11 msgs

#43878: ./configure fails on Apple Silicon with coreutils uname
https://bugs.python.org/issue43878   9 msgs

#43901: Add an empty annotations dict to all unannotated classes and m
https://bugs.python.org/issue43901   8 msgs

#37751: In codecs, function 'normalizestring' should convert both spac
https://bugs.python.org/issue37751   7 msgs

#43804: "Building C and C++ Extensions on Windows" docs are very out-o
https://bugs.python.org/issue43804   7 msgs

#43795: Implement PEP 652 -- Maintaining the Stable ABI
https://bugs.python.org/issue43795   6 msgs

#43833: Unexpected Parsing of Numeric Literals Concatenated with Boole
https://bugs.python.org/issue43833   6 msgs



Issues closed (84)
==================

#7247: test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4
https://bugs.python.org/issue7247  closed by gregory.p.smith

#25786: contextlib.ExitStack introduces a cycle in exception __context
https://bugs.python.org/issue25786  closed by iritkatriel

#27763: Add complex case to test_builtin abs()
https://bugs.python.org/issue27763  closed by mark.dickinson

#28022: SSL releated deprecation for 3.6
https://bugs.python.org/issue28022  closed by christian.heimes

#28453: SSLObject.selected_alpn_protocol() not documented
https://bugs.python.org/issue28453  closed by christian.heimes

#28724: Add method send_io, recv_io to the socket module.
https://bugs.python.org/issue28724  closed by methane

#30069: External library behave differently when loaded by Python (may
https://bugs.python.org/issue30069  closed by iritkatriel

#30226: Modernize make_ssl_certs
https://bugs.python.org/issue30226  closed by christian.heimes

#30800: zlib.compressobj took too much memory on window
https://bugs.python.org/issue30800  closed by iritkatriel

#31213: __context__ reset to None in nested exception
https://bugs.python.org/issue31213  closed by iritkatriel

#31453: Debian Sid/Buster: Cannot enable TLS 1.0/1.1 with PROTOCOL_TLS
https://bugs.python.org/issue31453  closed by christian.heimes

#31711: ssl.SSLSocket.send(b"") fails
https://bugs.python.org/issue31711  closed by christian.heimes

#32813: SSL shared_ciphers implementation wrong - returns configured b
https://bugs.python.org/issue32813  closed by christian.heimes

#32951: Prohibit direct instantiation of SSLSocket and SSLObject
https://bugs.python.org/issue32951  closed by christian.heimes

#33023: Unable to copy ssl.SSLContext
https://bugs.python.org/issue33023  closed by christian.heimes

#33808: ssl.get_server_certificate fails with openssl 1.1.0 but works 
https://bugs.python.org/issue33808  closed by christian.heimes

#34001: LibreSSL does not tolerate setting minimum_version greater tha
https://bugs.python.org/issue34001  closed by christian.heimes

#34028: Python 3.7.0 wont compile with SSL Support 1.1.0 > alledged mi
https://bugs.python.org/issue34028  closed by christian.heimes

#34078: Broken CRL functionality in ssl.py
https://bugs.python.org/issue34078  closed by christian.heimes

#34271: Please support logging of SSL master secret by env variable SS
https://bugs.python.org/issue34271  closed by christian.heimes

#34391: test_ftplib is failing with TLS 1.3
https://bugs.python.org/issue34391  closed by christian.heimes

#34669: test_ssl fails if SSLv2 is enabled
https://bugs.python.org/issue34669  closed by christian.heimes

#34670: Add set_post_handshake_auth for TLS 1.3
https://bugs.python.org/issue34670  closed by christian.heimes

#35114: ssl.RAND_status docs describe it as returning True/False; actu
https://bugs.python.org/issue35114  closed by christian.heimes

#35136: test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot, O
https://bugs.python.org/issue35136  closed by christian.heimes

#35306: [Windows] OSError when testing whether pathlib.Path('*') exist
https://bugs.python.org/issue35306  closed by steve.dower

#35422: misleading error message from ssl.get_server_certificate() whe
https://bugs.python.org/issue35422  closed by christian.heimes

#35888: ssl module - could not get the server certificate w/o complete
https://bugs.python.org/issue35888  closed by christian.heimes

#36076: ssl.get_server_certificate should use SNI
https://bugs.python.org/issue36076  closed by christian.heimes

#36137: SSL verification fails for some sites inside windows docker co
https://bugs.python.org/issue36137  closed by christian.heimes

#36868: New behavior of OpenSSL hostname verification not exposed, inc
https://bugs.python.org/issue36868  closed by christian.heimes

#37550: SSL Pip Error
https://bugs.python.org/issue37550  closed by christian.heimes

#38822: [Windows] Inconsistent os.stat behavior for directory with Acc
https://bugs.python.org/issue38822  closed by steve.dower

#39344: Getting error while importing ssl " import _ssl # if we can't 
https://bugs.python.org/issue39344  closed by christian.heimes

#40079: NULL pointer deref on error path in _ssl debughelpers.c
https://bugs.python.org/issue40079  closed by christian.heimes

#40482: _hashlib: register Python names as OpenSSL aliases
https://bugs.python.org/issue40482  closed by christian.heimes

#40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag
https://bugs.python.org/issue40849  closed by christian.heimes

#41195: Interface to OpenSSL's security level
https://bugs.python.org/issue41195  closed by christian.heimes

#41701: Buildbot web page: connection lost after 1 minute, then displa
https://bugs.python.org/issue41701  closed by vstinner

#41943: unittest.assertLogs passes unexpectedly
https://bugs.python.org/issue41943  closed by iritkatriel

#42128: Structural Pattern Matching (PEP 634)
https://bugs.python.org/issue42128  closed by brandtbucher

#42166: corrupted size vs. prev_size
https://bugs.python.org/issue42166  closed by christian.heimes

#42333: Port ssl module to heap types and module state (PEP 573)
https://bugs.python.org/issue42333  closed by christian.heimes

#42422: types.CodeType() has no bytecode verifier
https://bugs.python.org/issue42422  closed by benjamin.peterson

#42746: python3.7.3 - ssl.SSLContext() - "Killed"
https://bugs.python.org/issue42746  closed by christian.heimes

#42854: OpenSSL 1.1.1: use SSL_write_ex() and SSL_read_ex()
https://bugs.python.org/issue42854  closed by christian.heimes

#43000: All SSL requests fail with WRONG_VERSION_NUMBER when a packet 
https://bugs.python.org/issue43000  closed by christian.heimes

#43284: sys.getwindowsversion().platform_version is incorrect
https://bugs.python.org/issue43284  closed by steve.dower

#43362: Bad free in py_sha3_new_impl function
https://bugs.python.org/issue43362  closed by christian.heimes

#43472: [security][subinterpreters] Add auditing hooks to subinterpret
https://bugs.python.org/issue43472  closed by steve.dower

#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475  closed by rhettinger

#43522: SSLContext.hostname_checks_common_name appears to have no effe
https://bugs.python.org/issue43522  closed by christian.heimes

#43538: [Windows] support args and cwd in os.startfile()
https://bugs.python.org/issue43538  closed by steve.dower

#43602: Include Decimal's in numbers.Real
https://bugs.python.org/issue43602  closed by rhettinger

#43607: urllib's request.pathname2url not compatible with extended-len
https://bugs.python.org/issue43607  closed by steve.dower

#43641: Update `ssl.PROTOCOL_TLSv1_2` docs since it is not the newest 
https://bugs.python.org/issue43641  closed by christian.heimes

#43669: PEP 644: Require OpenSSL 1.1.1 or newer
https://bugs.python.org/issue43669  closed by christian.heimes

#43756: About updating audit events when function gains new arguments
https://bugs.python.org/issue43756  closed by steve.dower

#43802: Seg fault on macOS using multiprocessing.JoinableQueue
https://bugs.python.org/issue43802  closed by jacobtylerwalls

#43811: Run GHA CI with multiple OpenSSL versions
https://bugs.python.org/issue43811  closed by christian.heimes

#43834: Use context manager in StringIO example
https://bugs.python.org/issue43834  closed by rhettinger

#43837: Operator precedence documentation could be more clear
https://bugs.python.org/issue43837  closed by rhettinger

#43846: Control stack usage in large expressions
https://bugs.python.org/issue43846  closed by Mark.Shannon

#43852: [sqlite3] Improve tuple creation
https://bugs.python.org/issue43852  closed by berker.peksag

#43856: Docs for importlib.metadata should mention Python version
https://bugs.python.org/issue43856  closed by jaraco

#43859: Improve syntax error for indentation errors
https://bugs.python.org/issue43859  closed by pablogsal

#43866: Installation files of the Python
https://bugs.python.org/issue43866  closed by steve.dower

#43872: Unable to compile cpython in Visual Studio 2019
https://bugs.python.org/issue43872  closed by shreyanavigyan

#43873: bz2.open() docs give conflicting defaults for mode
https://bugs.python.org/issue43873  closed by ned.deily

#43876: argparse documentation contrasting nargs '*' vs.  '+' is misle
https://bugs.python.org/issue43876  closed by rhettinger

#43885: ResourceWarning: unclosed <ssl.SSLSocket ...> test_pha_require
https://bugs.python.org/issue43885  closed by christian.heimes

#43887: it seems that sorted built-in always return floats before int 
https://bugs.python.org/issue43887  closed by steven.daprano

#43896: Update the Sphinx directive for super from function to class
https://bugs.python.org/issue43896  closed by rhettinger

#43898: Python fails to import .dylib but works when extension is chan
https://bugs.python.org/issue43898  closed by ned.deily

#43900: string comprehension
https://bugs.python.org/issue43900  closed by rhettinger

#43903: round() produces incorrect results with certain values
https://bugs.python.org/issue43903  closed by eric.smith

#43904: Documentation for argparse, missed opportunity
https://bugs.python.org/issue43904  closed by rhettinger

#43906: turtle graphics don't work
https://bugs.python.org/issue43906  closed by eric.smith

#43909: Fuzz dis module and find crashes for dis.dis(),  dis.get_instr
https://bugs.python.org/issue43909  closed by serhiy.storchaka

#43911: Queue.get() memory leak
https://bugs.python.org/issue43911  closed by rhettinger

#43915: Add PCbuild/blurb.bat
https://bugs.python.org/issue43915  closed by steve.dower

#43917: An error in classmethod example in the documentation of descri
https://bugs.python.org/issue43917  closed by rhettinger

#43919: Potential bug in the "request" package.
https://bugs.python.org/issue43919  closed by xtreak

#43920: OpenSSL 3.0.0: handle empty cadata consistently
https://bugs.python.org/issue43920  closed by christian.heimes
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/3ZGEXMVTCIICSJZSI3G4FOK32GNQTIUQ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to