[Python-Dev] Summary of Python tracker Issues

2021年3月12日 10:09:14 -0800

ACTIVITY SUMMARY (2021年03月05日 - 2021年03月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 7478 (+34)
 closed 47738 (+36)
 total 55216 (+70)
Open issues with patches: 2968 
Issues opened (56)
==================
#43198: Operations on sets more than hundred times less efficient with
https://bugs.python.org/issue43198 reopened by rhettinger
#43411: wm_manage fails with ttk.Frame
https://bugs.python.org/issue43411 opened by mfncooper
#43412: object.h -Wcast-qual warning
https://bugs.python.org/issue43412 opened by petere
#43413: tuple subclasses allow kwargs
https://bugs.python.org/issue43413 opened by jaraco
#43414: os.get_terminal_size() should use file descriptors in Windows
https://bugs.python.org/issue43414 opened by eryksun
#43416: Add README files in Include/cpython and Include/internal
https://bugs.python.org/issue43416 opened by serhiy.storchaka
#43417: ast.unparse: Simplify buffering logic
https://bugs.python.org/issue43417 opened by BTaskaya
#43418: FTPLib module crashes when server returns byte message instead
https://bugs.python.org/issue43418 opened by hugochiaxyz8
#43419: contextvars does not work properly in asyncio REPL.
https://bugs.python.org/issue43419 opened by lanfon72
#43420: Optimize rational arithmetics
https://bugs.python.org/issue43420 opened by Sergey.Kirpichev
#43421: os.device_encoding(fd) should support any console fd in Window
https://bugs.python.org/issue43421 opened by eryksun
#43422: Revert _decimal C API changes
https://bugs.python.org/issue43422 opened by pitrou
#43424: Document the `controller.name` field in `webbrowser` module
https://bugs.python.org/issue43424 opened by ilyagr
#43425: test_peg_generator.test_c_parser emits DeprecationWarning due 
https://bugs.python.org/issue43425 opened by xtreak
#43426: test_importlib.test_windows emits deprecation warning over usa
https://bugs.python.org/issue43426 opened by xtreak
#43427: Possible error on the descriptor howto guide
https://bugs.python.org/issue43427 opened by marcosmodenesi
#43428: Sync importlib_metadata enhancements through 3.7.
https://bugs.python.org/issue43428 opened by jaraco
#43429: mmap.size() raises OSError on Unix for anonymous memory
https://bugs.python.org/issue43429 opened by ZackerySpytz
#43430: Exception raised when attempting to create Enum via functional
https://bugs.python.org/issue43430 opened by suhailsingh247
#43431: Subprocess timeout causes output to be returned as bytes in te
https://bugs.python.org/issue43431 opened by macdjord
#43432: Add function `clear` to the `os` module
https://bugs.python.org/issue43432 opened by parsampsh
#43433: xmlrpc.client ignores query in URI ("?action=xmlrpc2") since p
https://bugs.python.org/issue43433 opened by OndrejPtak
#43434: sqlite3.Connection(...) bypasses 'sqlite3.connect' audit hooks
https://bugs.python.org/issue43434 opened by erlendaasland
#43437: venv activate bash script has wrong line endings on windows
https://bugs.python.org/issue43437 opened by jmoguill2
#43438: [doc] sys.addaudithook() documentation should be more explicit
https://bugs.python.org/issue43438 opened by vstinner
#43441: [Subinterpreters]: global variable next_version_tag cause meth
https://bugs.python.org/issue43441 opened by JunyiXie
#43442: multicorevm: guarantee type multi sub interpreters safe
https://bugs.python.org/issue43442 opened by JunyiXie
#43443: Should shelve support dict union?
https://bugs.python.org/issue43443 opened by Dominik V.
#43444: [sqlite3] Move MODULE_NAME def from setup.py to module.h
https://bugs.python.org/issue43444 opened by erlendaasland
#43447: Generate vectorcall code to parse arguments using Argument Cli
https://bugs.python.org/issue43447 opened by vstinner
#43451: pydoc terminal suboptimal rendering of complex annotations
https://bugs.python.org/issue43451 opened by dw
#43452: Microoptimize PyType_Lookup for cache hits
https://bugs.python.org/issue43452 opened by dino.viehland
#43453: docs: runtime_checkable example refers to changed behavior in 
https://bugs.python.org/issue43453 opened by Henry Schreiner
#43454: [sqlite3] Add support for R*Tree callbacks
https://bugs.python.org/issue43454 opened by erlendaasland
#43455: pathlib mistakenly assumes os.getcwd() is a resolved path in W
https://bugs.python.org/issue43455 opened by eryksun
#43457: Include simple file loading and saving functions in JSON stand
https://bugs.python.org/issue43457 opened by nervecenter
#43458: Tutorial should mention about variable scope in try/except/fin
https://bugs.python.org/issue43458 opened by deekox
#43459: Race conditions when the same source file used to build mutlip
https://bugs.python.org/issue43459 opened by mgorny
#43460: Exception copy error
https://bugs.python.org/issue43460 opened by douglas-raillard-arm
#43461: Tottime column for cprofile output does not add up
https://bugs.python.org/issue43461 opened by jonathanfrawley
#43462: canvas.bbox returns None on 'hidden' items while coords doesn'
https://bugs.python.org/issue43462 opened by Vincent
#43463: typing.get_type_hints with TYPE_CHECKING imports / getting hin
https://bugs.python.org/issue43463 opened by The Compiler
#43464: set intersections should short-circuit
https://bugs.python.org/issue43464 opened by josh.r
#43465: ./configure --help describes what --with-ensurepip does poorly
https://bugs.python.org/issue43465 opened by ngie
#43466: ssl/hashlib: Add configure option to set or auto-detect rpath 
https://bugs.python.org/issue43466 opened by christian.heimes
#43468: functools.cached_property locking is plain wrong.
https://bugs.python.org/issue43468 opened by ztane
#43471: Fails to import bz2 on Ubuntu
https://bugs.python.org/issue43471 opened by xxm
#43472: [security][subinterpreters] Add auditing hooks to subinterpret
https://bugs.python.org/issue43472 opened by christian.heimes
#43473: Junks in difflib
https://bugs.python.org/issue43473 opened by hubertbdlb
#43474: http.server.BaseHTTPRequestHandler end_header() fails
https://bugs.python.org/issue43474 opened by grumblor
#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 opened by congma
#43476: Enabling access to showsyntaxerror for IDLE's shell
https://bugs.python.org/issue43476 opened by aroberge
#43477: from x import * behavior inconsistent between module types.
https://bugs.python.org/issue43477 opened by kaorihinata
#43478: Disallow Mock spec arguments from being Mocks
https://bugs.python.org/issue43478 opened by msuozzo
#43479: Remove a duplicate comment and assignment in http.client
https://bugs.python.org/issue43479 opened by maggyero
#43480: Add .path method/property to tempfile.* for a pathlib.Path
https://bugs.python.org/issue43480 opened by pxeger
Most recent 15 issues with no replies (15)
==========================================
#43480: Add .path method/property to tempfile.* for a pathlib.Path
https://bugs.python.org/issue43480
#43479: Remove a duplicate comment and assignment in http.client
https://bugs.python.org/issue43479
#43478: Disallow Mock spec arguments from being Mocks
https://bugs.python.org/issue43478
#43477: from x import * behavior inconsistent between module types.
https://bugs.python.org/issue43477
#43476: Enabling access to showsyntaxerror for IDLE's shell
https://bugs.python.org/issue43476
#43473: Junks in difflib
https://bugs.python.org/issue43473
#43472: [security][subinterpreters] Add auditing hooks to subinterpret
https://bugs.python.org/issue43472
#43465: ./configure --help describes what --with-ensurepip does poorly
https://bugs.python.org/issue43465
#43464: set intersections should short-circuit
https://bugs.python.org/issue43464
#43461: Tottime column for cprofile output does not add up
https://bugs.python.org/issue43461
#43459: Race conditions when the same source file used to build mutlip
https://bugs.python.org/issue43459
#43458: Tutorial should mention about variable scope in try/except/fin
https://bugs.python.org/issue43458
#43455: pathlib mistakenly assumes os.getcwd() is a resolved path in W
https://bugs.python.org/issue43455
#43453: docs: runtime_checkable example refers to changed behavior in 
https://bugs.python.org/issue43453
#43451: pydoc terminal suboptimal rendering of complex annotations
https://bugs.python.org/issue43451
Most recent 15 issues waiting for review (15)
=============================================
#43466: ssl/hashlib: Add configure option to set or auto-detect rpath 
https://bugs.python.org/issue43466
#43459: Race conditions when the same source file used to build mutlip
https://bugs.python.org/issue43459
#43455: pathlib mistakenly assumes os.getcwd() is a resolved path in W
https://bugs.python.org/issue43455
#43454: [sqlite3] Add support for R*Tree callbacks
https://bugs.python.org/issue43454
#43452: Microoptimize PyType_Lookup for cache hits
https://bugs.python.org/issue43452
#43451: pydoc terminal suboptimal rendering of complex annotations
https://bugs.python.org/issue43451
#43444: [sqlite3] Move MODULE_NAME def from setup.py to module.h
https://bugs.python.org/issue43444
#43441: [Subinterpreters]: global variable next_version_tag cause meth
https://bugs.python.org/issue43441
#43434: sqlite3.Connection(...) bypasses 'sqlite3.connect' audit hooks
https://bugs.python.org/issue43434
#43432: Add function `clear` to the `os` module
https://bugs.python.org/issue43432
#43429: mmap.size() raises OSError on Unix for anonymous memory
https://bugs.python.org/issue43429
#43428: Sync importlib_metadata enhancements through 3.7.
https://bugs.python.org/issue43428
#43427: Possible error on the descriptor howto guide
https://bugs.python.org/issue43427
#43422: Revert _decimal C API changes
https://bugs.python.org/issue43422
#43420: Optimize rational arithmetics
https://bugs.python.org/issue43420
Top 10 most discussed issues (10)
=================================
#43420: Optimize rational arithmetics
https://bugs.python.org/issue43420 15 msgs
#43466: ssl/hashlib: Add configure option to set or auto-detect rpath 
https://bugs.python.org/issue43466 9 msgs
#43438: [doc] sys.addaudithook() documentation should be more explicit
https://bugs.python.org/issue43438 8 msgs
#43353: Document that logging.getLevelName() can return a numeric valu
https://bugs.python.org/issue43353 7 msgs
#43366: Unclosed bracket bug in code.interact prevents identifying syn
https://bugs.python.org/issue43366 7 msgs
#43443: Should shelve support dict union?
https://bugs.python.org/issue43443 6 msgs
#43475: Worst-case behaviour of hash collision with float NaN
https://bugs.python.org/issue43475 6 msgs
#43413: tuple subclasses allow kwargs
https://bugs.python.org/issue43413 5 msgs
#43462: canvas.bbox returns None on 'hidden' items while coords doesn'
https://bugs.python.org/issue43462 5 msgs
#28356: [easy doc] Document os.rename() behavior on Windows when src a
https://bugs.python.org/issue28356 4 msgs
Issues closed (35)
==================
#14678: Update zipimport to support importlib.invalidate_caches()
https://bugs.python.org/issue14678 closed by brett.cannon
#16322: time.tzname on Python 3.3.0 for Windows is decoded by wrong en
https://bugs.python.org/issue16322 closed by eryksun
#25741: Usual Installation Directory
https://bugs.python.org/issue25741 closed by eryksun
#28259: Ctypes bug windows
https://bugs.python.org/issue28259 closed by eryksun
#31466: No easy way to change float formatting when subclassing encode
https://bugs.python.org/issue31466 closed by methane
#38033: Use After Free: PyObject_Free (valgrind)
https://bugs.python.org/issue38033 closed by vstinner
#42382: No easy way to get the distribution which provided a importlib
https://bugs.python.org/issue42382 closed by jaraco
#43287: Use PEP 590 vectorcall to speed up calls to filter()
https://bugs.python.org/issue43287 closed by corona10
#43332: Make http.client._tunnel send one byte string over the network
https://bugs.python.org/issue43332 closed by gregory.p.smith
#43338: Provide offical installers for security releases
https://bugs.python.org/issue43338 closed by terry.reedy
#43356: PyErr_SetInterrupt should have an equivalent that takes a sign
https://bugs.python.org/issue43356 closed by pitrou
#43365: Operation conflict between time package and file
https://bugs.python.org/issue43365 closed by terry.reedy
#43372: ctypes: test_frozentable fails when make regen-frozen
https://bugs.python.org/issue43372 closed by nascheme
#43374: Apple refuses apps written in Python
https://bugs.python.org/issue43374 closed by ned.deily
#43379: Pasting multiple lines in the REPL is broken since 3.9
https://bugs.python.org/issue43379 closed by terry.reedy
#43391: The comments have invalid license information (broken Python 2
https://bugs.python.org/issue43391 closed by lemburg
#43397: Incorrect conversion path case with german character
https://bugs.python.org/issue43397 closed by eryksun
#43405: DeprecationWarnings in test_unicode
https://bugs.python.org/issue43405 closed by methane
#43406: Possible race condition between signal catching and signal.sig
https://bugs.python.org/issue43406 closed by pitrou
#43407: time.monotonic(): Docs imply comparing call N and call N+M is 
https://bugs.python.org/issue43407 closed by terry.reedy
#43415: Typo in dataclasses documentation
https://bugs.python.org/issue43415 closed by eric.smith
#43423: Subprocess IndexError possible in _communicate
https://bugs.python.org/issue43423 closed by gregory.p.smith
#43435: Py_BuildValue("y#".... returns incomplete result
https://bugs.python.org/issue43435 closed by dwoodjunkmail
#43436: bounded _lru_cache_wrapprer behaves as if typed=True when it w
https://bugs.python.org/issue43436 closed by rhettinger
#43439: [security] Add audit events on GC functions giving access to a
https://bugs.python.org/issue43439 closed by christian.heimes
#43440: Enable rtree support in SQLite
https://bugs.python.org/issue43440 closed by steve.dower
#43445: Add frozen modules to sys.stdlib_module_names
https://bugs.python.org/issue43445 closed by vstinner
#43446: Wrong character in footnote
https://bugs.python.org/issue43446 closed by berker.peksag
#43448: exec() ignores scope.
https://bugs.python.org/issue43448 closed by mark.dickinson
#43449: multiprocessing.Pool - crash in subprocess causes deadlock in 
https://bugs.python.org/issue43449 closed by jkp
#43450: List amnesia
https://bugs.python.org/issue43450 closed by christian.heimes
#43456: Remove _xxsubinterpreters from sys.stdlib_module_names
https://bugs.python.org/issue43456 closed by vstinner
#43467: IDLE: horizontal scrollbar
https://bugs.python.org/issue43467 closed by terry.reedy
#43469: Python 3.6 fails to run on MacOS (Big Sur 11.2.3)
https://bugs.python.org/issue43469 closed by ned.deily
#43470: Installation of Python 3.6.13 fails on MacOS Big Sur 11.2.3
https://bugs.python.org/issue43470 closed by ned.deily
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/4YU7YPTTIQNDNPLLQG2OQWXSOKLO3UFY/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to