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 msu...@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-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/RUJ225RBQJUIL5QHBVCPPE4C7ESPIKJM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to