[issue44395] email.message as_string() not writing unixfrom

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset 20a1495b8a93596b322ea19bb09008db036eb7e6 by Miss Islington (bot) in branch '3.10': bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) https://github.com/python/cpython/commit/20a1495b8a93596b322ea19bb09008

[issue44395] email.message as_string() not writing unixfrom

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset 67b3a9995368f89b7ce4a995920b2a83a81c599b by Miss Islington (bot) in branch '3.9': bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) https://github.com/python/cpython/commit/67b3a9995368f89b7ce4a995920b2a

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25411 pull_request: https://github.com/python/cpython/pull/26830 ___ Python tracker <https://bugs.python.org/issu

[issue44472] ltrace functionality doesn't work if there is an exception set

2021-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +25412 pull_request: https://github.com/python/cpython/pull/26831 ___ Python tracker <https://bugs.python.org/issue44

[issue13814] Document why generators don't support the context management protocol

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +25417 pull_request: https://github.com/python/cpython/pull/26836 ___ Python tracker <https://bugs.python.org/issu

[issue13814] Document why generators don't support the context management protocol

2021-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +25418 pull_request: https://github.com/python/cpython/pull/26837 ___ Python tracker <https://bugs.python.org/issue13

[issue44287] test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks 3.9

2021-06-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +25422 pull_request: https://github.com/python/cpython/pull/26841 ___ Python tracker <https://bugs.python.org/issu

[issue44287] test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks 3.9

2021-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +25423 pull_request: https://github.com/python/cpython/pull/26842 ___ Python tracker <https://bugs.python.org/issue44

[issue44287] test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks 3.9

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset c032a12cbb7d6e2d6a292b0e9220c33ef7349d28 by Miss Islington (bot) in branch '3.10': bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) https://github.com/python/cpython/commit/c032a12cbb7d6e2d6a292b0e9220c3

[issue44287] test_asyncio: test_popen() failed on AMD64 Windows8.1 Refleaks 3.9

2021-06-21 Thread miss-islington
miss-islington added the comment: New changeset 0ff487b8abe70f091285acf367b795861eed8049 by Miss Islington (bot) in branch '3.9': bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) https://github.com/python/cpython/commit/0ff487b8abe70f091285acf367b795

[issue44439] stdlib wrongly uses len() for bytes-like object

2021-06-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25426 pull_request: https://github.com/python/cpython/pull/26845 ___ Python tracker <https://bugs.python.org/issu

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25431 pull_request: https://github.com/python/cpython/pull/26850 ___ Python tracker <https://bugs.python.org/issu

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +25432 pull_request: https://github.com/python/cpython/pull/26851 ___ Python tracker <https://bugs.python.org/issue41

[issue44483] Fatal error in type union

2021-06-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25433 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26852 ___ Python tracker <https://bugs.python.org/i

[issue41621] Document collections.defaultdict parameter default_factory

2021-06-22 Thread miss-islington
miss-islington added the comment: New changeset a65df3f9fc9a51f3e8d710492aafe07b13f0be0f by Miss Islington (bot) in branch '3.9': bpo-41621: Document defaultdict's default_factory parameter (GH-21945) https://github.com/python/cpython/commit/a65df3f9fc9a51f3e8d710492

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25445 pull_request: https://github.com/python/cpython/pull/26870 ___ Python tracker <https://bugs.python.org/issu

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +25446 pull_request: https://github.com/python/cpython/pull/26871 ___ Python tracker <https://bugs.python.org/issue28

[issue44482] Possible resource leeak in glob in non-refcount implementations

2021-06-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25447 pull_request: https://github.com/python/cpython/pull/26872 ___ Python tracker <https://bugs.python.org/issu

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
miss-islington added the comment: New changeset 280425d41797f9c0b20fb02a22341937a13a8987 by Miss Islington (bot) in branch '3.10': bpo-28395: Remove unnecessary semicolons in tests (GH-26868) https://github.com/python/cpython/commit/280425d41797f9c0b20fb02a223419

[issue28395] Remove unnecessary semicolons in tests

2021-06-23 Thread miss-islington
miss-islington added the comment: New changeset fcde2c6a8c99a56576b25733d5cc60bce6d51f46 by Miss Islington (bot) in branch '3.9': bpo-28395: Remove unnecessary semicolons in tests (GH-26868) https://github.com/python/cpython/commit/fcde2c6a8c99a56576b25733d5cc60

[issue42064] Convert sqlite3 to multi-phase initialisation (PEP 489)

2021-06-23 Thread miss-islington
miss-islington added the comment: New changeset a50e28377bcf37121b55c2de70d95a5386c478f8 by Erlend Egeberg Aasland in branch 'main': bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2 (GH-26745) https://github.com/python/cpython/commit/a50e28377bcf37121b55c2de70d95a

[issue43988] Add test.support.check_disallow_instantiation()

2021-06-23 Thread miss-islington
miss-islington added the comment: New changeset 0a3452e7cf00c51ab1af0f674b670520b09f0e39 by Erlend Egeberg Aasland in branch '3.10': [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885) https://github.com/python/cpyt

[issue43916] Mark static types newly converted to heap types as immutable: add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag

2021-06-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +25465 pull_request: https://github.com/python/cpython/pull/26888 ___ Python tracker <https://bugs.python.org/issu

[issue43988] Add test.support.check_disallow_instantiation()

2021-06-24 Thread miss-islington
miss-islington added the comment: New changeset 9049ea51eca081984c8ae37dfeb68b75d624e90d by Erlend Egeberg Aasland in branch 'main': bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889) https://github.com/python/cpyt

[issue44229] test_ssl: test_get_server_certificate() and test_msg_callback_deadlock_bpo43577() fail randomly on the macOS CI

2021-06-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25470 pull_request: https://github.com/python/cpython/pull/26894 ___ Python tracker <https://bugs.python.org/issu

[issue44229] test_ssl: test_get_server_certificate() and test_msg_callback_deadlock_bpo43577() fail randomly on the macOS CI

2021-06-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +25471 pull_request: https://github.com/python/cpython/pull/26895 ___ Python tracker <https://bugs.python.org/issue44

[issue44229] test_ssl: test_get_server_certificate() and test_msg_callback_deadlock_bpo43577() fail randomly on the macOS CI

2021-06-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +25472 pull_request: https://github.com/python/cpython/pull/26896 ___ Python tracker <https://bugs.python.org/issue44

[issue44229] test_ssl: test_get_server_certificate() and test_msg_callback_deadlock_bpo43577() fail randomly on the macOS CI

2021-06-24 Thread miss-islington
miss-islington added the comment: New changeset 0796e21fea31fe7b697d84c8d03186817792c458 by Miss Islington (bot) in branch '3.9': bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) https://github.com/python/cpython/commit/0796e21fea31fe7b697d84c8d03186

[issue44229] test_ssl: test_get_server_certificate() and test_msg_callback_deadlock_bpo43577() fail randomly on the macOS CI

2021-06-24 Thread miss-islington
miss-islington added the comment: New changeset b3fac2926b23b4f1342099e591aa3fed7f16876d by Miss Islington (bot) in branch '3.10': bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) https://github.com/python/cpython/commit/b3fac2926b23b4f1342099e591aa3f

[issue40939] Remove the old parser

2021-06-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +25474 pull_request: https://github.com/python/cpython/pull/26898 ___ Python tracker <https://bugs.python.org/issue40

[issue44456] Improve syntax error for mixing keyword/positional in max patterns

2021-06-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25476 pull_request: https://github.com/python/cpython/pull/26900 ___ Python tracker <https://bugs.python.org/issu

[issue44456] Improve syntax error for mixing keyword/positional in max patterns

2021-06-24 Thread miss-islington
miss-islington added the comment: New changeset 11f1a30cdb59f9da0209798d2057f7afacbd9547 by Miss Islington (bot) in branch '3.10': bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793) https://github.com/python/cpyt

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +25480 pull_request: https://github.com/python/cpython/pull/26904 ___ Python tracker <https://bugs.python.org/issu

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread miss-islington
miss-islington added the comment: New changeset a80a38ee9a7b2e26dba848793cc298d8435fddd5 by Miss Islington (bot) in branch '3.10': [3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import (GH-26882) (GH-26904) https://github.com/python/cpyt

[issue44498] add deprecation warnings for asynchat, asyncore and smtpd

2021-06-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +25483 pull_request: https://github.com/python/cpython/pull/26907 ___ Python tracker <https://bugs.python.org/issue44

[issue43977] Implement the latest semantics for PEP 634 for matching collections

2021-06-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +25484 pull_request: https://github.com/python/cpython/pull/26908 ___ Python tracker <https://bugs.python.org/issue43

[issue43977] Implement the latest semantics for PEP 634 for matching collections

2021-06-25 Thread miss-islington
miss-islington added the comment: New changeset 88970125e7a4917966f711dc7e93cf170977034f by Miss Islington (bot) in branch '3.10': bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864) https://github.com/python/cpyt

[issue44468] Shouldn't `typing.get_type_hints()` default `globalns` to `{}` instead of skipping base classes?

2021-06-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25493 pull_request: https://github.com/python/cpython/pull/26920 ___ Python tracker <https://bugs.python.org/issu

[issue44404] tkinter's after() AttributeError with functools.partial (no attribute __name__)

2021-06-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25494 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26921 ___ Python tracker <https://bugs.python.org/i

[issue44468] Shouldn't `typing.get_type_hints()` default `globalns` to `{}` instead of skipping base classes?

2021-06-26 Thread miss-islington
miss-islington added the comment: New changeset 3df23b5199a4bb237a595cadca6c49d34ab2a56c by Miss Islington (bot) in branch '3.10': [3.10] bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`. (GH-26862) (GH-26920) https://github.com/pyth

[issue44404] tkinter's after() AttributeError with functools.partial (no attribute __name__)

2021-06-27 Thread miss-islington
miss-islington added the comment: New changeset e1f3bd2bb50a76ba15a2f8d561e2c9968ae3a1b2 by Miss Islington (bot) in branch '3.10': bpo-44404: tkinter `after` support callable classes (GH-26812) https://github.com/python/cpython/commit/e1f3bd2bb50a76ba15a2f8d561e2c9

[issue40620] [doc] Range tutorial shorthand could be made clearer

2021-06-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +25497 pull_request: https://github.com/python/cpython/pull/26927 ___ Python tracker <https://bugs.python.org/issu

[issue40620] [doc] Range tutorial shorthand could be made clearer

2021-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +25498 pull_request: https://github.com/python/cpython/pull/26928 ___ Python tracker <https://bugs.python.org/issue40

[issue44464] Remove flake8 exception for deprecation warning (importlib.metadata)

2021-06-27 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +25499 pull_request: https://github.com/python/cpython/pull/26929 ___ Python tracker <https://bugs.python.org/issu

[issue42588] Improvements to graphlib.TopologicalSorter.static_order() documentation

2021-06-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +25520 pull_request: https://github.com/python/cpython/pull/26952 ___ Python tracker <https://bugs.python.org/issue42

[issue42588] Improvements to graphlib.TopologicalSorter.static_order() documentation

2021-06-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +25519 pull_request: https://github.com/python/cpython/pull/26951 ___ Python tracker <https://bugs.python.org/issu

[issue42588] Improvements to graphlib.TopologicalSorter.static_order() documentation

2021-06-29 Thread miss-islington
miss-islington added the comment: New changeset d9fc4c3deb617beb1d0bbfdb4efc905a4192ff0a by Miss Islington (bot) in branch '3.10': bpo-42588: Update the docs for the TopologicalSorter.static_order() method (GH-26834) https://github.com/python/cpyt

[issue38062] Clarify that atexit.unregister matches by equality, not identity

2021-06-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25522 pull_request: https://github.com/python/cpython/pull/26956 ___ Python tracker <https://bugs.python.org/issu

[issue38062] Clarify that atexit.unregister matches by equality, not identity

2021-06-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +25523 pull_request: https://github.com/python/cpython/pull/26957 ___ Python tracker <https://bugs.python.org/issue38

[issue44523] weakref.proxy documentation might be outdated

2021-06-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +25525 pull_request: https://github.com/python/cpython/pull/26959 ___ Python tracker <https://bugs.python.org/issu

[issue44523] weakref.proxy documentation might be outdated

2021-06-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +25526 pull_request: https://github.com/python/cpython/pull/26960 ___ Python tracker <https://bugs.python.org/issue44

[issue44523] weakref.proxy documentation might be outdated

2021-06-29 Thread miss-islington
miss-islington added the comment: New changeset 2df13e1211cf420bf6557df02e694bf1653a0ebe by Miss Islington (bot) in branch '3.10': bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) https://github.com/python/cpyt

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25539 pull_request: https://github.com/python/cpython/pull/26975 ___ Python tracker <https://bugs.python.org/issu

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +25540 pull_request: https://github.com/python/cpython/pull/26976 ___ Python tracker <https://bugs.python.org/issue44

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
miss-islington added the comment: New changeset 6843a3b9300eb80c2bf5dac7dd363dae9e6f000d by Miss Islington (bot) in branch '3.10': bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962) https://github.com/python/cpython/commit/6843a3b9300eb80c2bf5dac7dd363d

[issue44535] Cannot build in VS 2022

2021-06-30 Thread miss-islington
miss-islington added the comment: New changeset 67e394562d67cbcd0ac8114e5439494e7645b8f5 by Miss Islington (bot) in branch '3.9': bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962) https://github.com/python/cpython/commit/67e394562d67cbcd0ac8114e543949

[issue43425] test_peg_generator.test_c_parser emits DeprecationWarning due to distutils

2021-06-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +25541 pull_request: https://github.com/python/cpython/pull/26978 ___ Python tracker <https://bugs.python.org/issue43

[issue43425] test_peg_generator.test_c_parser emits DeprecationWarning due to distutils

2021-06-30 Thread miss-islington
miss-islington added the comment: New changeset 94a4136c8eba349dc7eebe561ddaedbd0a89eb91 by Miss Islington (bot) in branch '3.10': bpo-43425: Update _osx_support not to use distutils.log (GH-26968) https://github.com/python/cpython/commit/94a4136c8eba349dc7eebe561ddaed

[issue43425] test_peg_generator.test_c_parser emits DeprecationWarning due to distutils

2021-07-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +25548 pull_request: https://github.com/python/cpython/pull/26986 ___ Python tracker <https://bugs.python.org/issue43

[issue43425] test_peg_generator.test_c_parser emits DeprecationWarning due to distutils

2021-07-01 Thread miss-islington
miss-islington added the comment: New changeset 956f1fc89475f6c8252a9eb0689bcf0eb69c15ea by Miss Islington (bot) in branch '3.10': bpo-43425: Update setup.py not to use distutils.log (GH-26969) https://github.com/python/cpython/commit/956f1fc89475f6c8252a9eb0689bcf

[issue30256] Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception

2021-07-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +25549 pull_request: https://github.com/python/cpython/pull/26987 ___ Python tracker <https://bugs.python.org/issu

[issue30256] Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception

2021-07-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +25550 pull_request: https://github.com/python/cpython/pull/26988 ___ Python tracker <https://bugs.python.org/issue30

[issue30256] Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception

2021-07-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +25551 pull_request: https://github.com/python/cpython/pull/26989 ___ Python tracker <https://bugs.python.org/issue30

[issue34798] pprint ignores the compact parameter for dicts

2021-07-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25552 pull_request: https://github.com/python/cpython/pull/26990 ___ Python tracker <https://bugs.python.org/issu

[issue30256] Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception

2021-07-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +25556 pull_request: https://github.com/python/cpython/pull/26996 ___ Python tracker <https://bugs.python.org/issue30

[issue43950] Include column offsets for bytecode instructions

2021-07-02 Thread miss-islington
miss-islington added the comment: New changeset ec8759b060eff83ff466f42c5a96d83a685016ce by Batuhan Taskaya in branch 'main': bpo-43950: optimize column table assembling with pre-sizing object (GH-26997) https://github.com/python/cpython/commit/ec8759b060eff83ff466f42c5a96d8

[issue44388] venv API Docs for EnvBuilder.ensure_directories incorrectly describe behavior

2021-07-02 Thread miss-islington
miss-islington added the comment: New changeset 4bcef2bb48b3fd82011a89c1c716421b789f1442 by Matthew Clapp in branch 'main': bpo-44388: Update venv EnvBuilder.ensure_directories() docs. (GH-26663) https://github.com/python/cpython/commit/4bcef2bb48b3fd82011a89c1c71642

[issue44553] types.Union should support GC

2021-07-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +25563 pull_request: https://github.com/python/cpython/pull/27002 ___ Python tracker <https://bugs.python.org/issu

[issue44553] types.Union should support GC

2021-07-03 Thread miss-islington
miss-islington added the comment: New changeset 0856134542c1067d02c9027ddbb2a61916907e92 by Miss Islington (bot) in branch '3.10': bpo-44553 : Implement GC methods for types.Union (GH-26993) https://github.com/python/cpython/commit/0856134542c1067d02c9027ddbb2a6

[issue34266] Bad behavior with "restart \" or "restart "" in pdb

2021-07-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +25565 pull_request: https://github.com/python/cpython/pull/27005 ___ Python tracker <https://bugs.python.org/issu

[issue44553] types.Union should support GC

2021-07-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +25569 pull_request: https://github.com/python/cpython/pull/27009 ___ Python tracker <https://bugs.python.org/issue44

[issue44562] types.GenericAlias should decref instead of using delete in tp_new

2021-07-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +25578 pull_request: https://github.com/python/cpython/pull/27019 ___ Python tracker <https://bugs.python.org/issue44

[issue44562] types.GenericAlias should decref instead of using delete in tp_new

2021-07-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +25577 pull_request: https://github.com/python/cpython/pull/27018 ___ Python tracker <https://bugs.python.org/issu

[issue44562] types.GenericAlias should decref instead of using delete in tp_new

2021-07-04 Thread miss-islington
miss-islington added the comment: New changeset 68330b681a4b63cedad58fcfd1d9573209bad21d by Miss Islington (bot) in branch '3.10': bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) https://github.com/python/cpyt

[issue43950] Include column offsets for bytecode instructions

2021-07-04 Thread miss-islington
miss-islington added the comment: New changeset 44f91fc802a2b71312e9abd9e8e9dcbf02e8216d by Batuhan Taskaya in branch 'main': bpo-43950: use 0-indexed column offsets for bytecode positions (GH-27011) https://github.com/python/cpython/commit/44f91fc802a2b71312e9abd9e8e9dc

[issue43950] Include column offsets for bytecode instructions

2021-07-04 Thread miss-islington
miss-islington added the comment: New changeset 693cec0e2dcafa393ed5cdaa606f8dc8e3876adf by Batuhan Taskaya in branch 'main': bpo-43950: include position in dis.Instruction (GH-27015) https://github.com/python/cpython/commit/693cec0e2dcafa393ed5cdaa606f8d

[issue41486] Add _BlocksOutputBuffer for bz2/lzma/zlib module

2021-07-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +25585 pull_request: https://github.com/python/cpython/pull/27025 ___ Python tracker <https://bugs.python.org/issu

[issue41486] Add _BlocksOutputBuffer for bz2/lzma/zlib module

2021-07-04 Thread miss-islington
miss-islington added the comment: New changeset 22bcc0768e0f7eda2ae4de63aef113b1ddb4ddef by Miss Islington (bot) in branch '3.10': bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143) https://github.com/python/cpyt

[issue44558] operator.countOf `is` / `==` inconsistency

2021-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +25589 pull_request: https://github.com/python/cpython/pull/27030 ___ Python tracker <https://bugs.python.org/issue44

[issue44558] operator.countOf `is` / `==` inconsistency

2021-07-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25588 pull_request: https://github.com/python/cpython/pull/27029 ___ Python tracker <https://bugs.python.org/issu

[issue44558] operator.countOf `is` / `==` inconsistency

2021-07-05 Thread miss-islington
miss-islington added the comment: New changeset 1f8486fd50ad4666078eb40ce9f24e8aac17a395 by Miss Islington (bot) in branch '3.10': bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012) https://github.com/python/cpython/commit/1f8486fd50ad4666078eb40ce9f24e

[issue44558] operator.countOf `is` / `==` inconsistency

2021-07-05 Thread miss-islington
miss-islington added the comment: New changeset 9f47d872dbebdd95fd6b0a3351aeafaf82dfd203 by Miss Islington (bot) in branch '3.9': bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012) https://github.com/python/cpython/commit/9f47d872dbebdd95fd6b0a3351aeaf

[issue44562] types.GenericAlias should decref instead of using delete in tp_new

2021-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +25591 pull_request: https://github.com/python/cpython/pull/27031 ___ Python tracker <https://bugs.python.org/issue44

[issue44562] types.GenericAlias should decref instead of using delete in tp_new

2021-07-05 Thread miss-islington
miss-islington added the comment: New changeset d17cc1ff9fe82b17bbe589b83e440959c8f135d7 by Miss Islington (bot) in branch '3.10': bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021) https://github.com/python/cpython/commit/d17cc1ff9fe82b17bbe589b83e4409

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-07-05 Thread miss-islington
miss-islington added the comment: New changeset 7ac7a0c0f03c60934bc924ee144db170a0e0161f by Sergey Fedoseev in branch 'main': bpo-44022: Fix Sphinx role in NEWS entry (GH-27033) https://github.com/python/cpython/commit/7ac7a0c0f03c60934bc924ee144db1

[issue44479] Windows build doesn't regenerate some files

2021-07-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +25594 pull_request: https://github.com/python/cpython/pull/27034 ___ Python tracker <https://bugs.python.org/issu

[issue43453] docs: runtime_checkable example refers to changed behavior in 3.10

2021-07-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25596 pull_request: https://github.com/python/cpython/pull/27036 ___ Python tracker <https://bugs.python.org/issu

[issue43453] docs: runtime_checkable example refers to changed behavior in 3.10

2021-07-05 Thread miss-islington
miss-islington added the comment: New changeset 846cc4d28025ac4319069ec3c6db9526c75efd40 by Miss Islington (bot) in branch '3.10': bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013) https://github.com/python/cpython/commit/846cc4d28025ac4319069ec3c6db95

[issue44563] Failed tee.fromiterable() corrupts the linked list of all GC objects in debug build

2021-07-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25600 pull_request: https://github.com/python/cpython/pull/27041 ___ Python tracker <https://bugs.python.org/issu

[issue44563] Failed tee.fromiterable() corrupts the linked list of all GC objects in debug build

2021-07-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +25601 pull_request: https://github.com/python/cpython/pull/27042 ___ Python tracker <https://bugs.python.org/issue44

[issue44558] operator.countOf `is` / `==` inconsistency

2021-07-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +25609 pull_request: https://github.com/python/cpython/pull/27053 ___ Python tracker <https://bugs.python.org/issue44

[issue44558] Make the implementation consistency of operator.countOf/indexOf

2021-07-07 Thread miss-islington
miss-islington added the comment: New changeset 9f431dd0a59c9ac2de46772a4dbd7db2199ef26a by Miss Islington (bot) in branch '3.10': bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007) https://github.com/python/cpython/commit/9f431dd0a59c9ac2de46772a4dbd7d

[issue44582] Accelerate mimetypes.init on Windows

2021-07-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25622 pull_request: https://github.com/python/cpython/pull/27071 ___ Python tracker <https://bugs.python.org/issu

[issue44582] Accelerate mimetypes.init on Windows

2021-07-08 Thread miss-islington
miss-islington added the comment: New changeset 08697ac5d1543fca3629c719ab43e50d73021631 by Miss Islington (bot) in branch '3.10': bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059) https://github.com/python/cpyt

[issue44317] Suggestion for better syntax errors in tokenizer errors

2021-07-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25629 pull_request: https://github.com/python/cpython/pull/27079 ___ Python tracker <https://bugs.python.org/issu

[issue43219] shutil.copy raises IsADirectoryError when the directory does not actually exist

2021-07-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25630 pull_request: https://github.com/python/cpython/pull/27081 ___ Python tracker <https://bugs.python.org/issu

[issue43219] shutil.copy raises IsADirectoryError when the directory does not actually exist

2021-07-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +25631 pull_request: https://github.com/python/cpython/pull/27082 ___ Python tracker <https://bugs.python.org/issue43

[issue43219] shutil.copy raises IsADirectoryError when the directory does not actually exist

2021-07-09 Thread miss-islington
miss-islington added the comment: New changeset 1577259cc51d0d46ad676798ce0a130039acf956 by Miss Islington (bot) in branch '3.10': bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049) https://github.com/python/cpyt

[issue43219] shutil.copy raises IsADirectoryError when the directory does not actually exist

2021-07-09 Thread miss-islington
miss-islington added the comment: New changeset c89f0b2587eb0b16175a0bbb12d0b86314ff9320 by Miss Islington (bot) in branch '3.9': [3.9] bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049) (GH-27082) https://github.com/python/cpyt

[issue29753] [Linux] ctypes packs bitfields Incorrectly

2021-07-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +25634 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/27086 ___ Python tracker <https://bugs.python.org/issu

<    22   23   24   25   26   27   28   29   30   31   >