[issue41970] test_lib2to3 fails since Python 3.9

2020-10-08 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Pablo, I can see the error in Travis. The difference I can see is that the tests are executed sequentially in coverage run but normal run has tests executing in parallel. Felix and Federico, can you please add the command you use to run the tests

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-07 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41971> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41970] test_lib2to3 fails since Python 3.9

2020-10-07 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I have also seen this and linked issue on running whole test suite while building python myself but running individual tests show no error and buildbots also never complained so I thought it's something wrong with my setup. I introduced the commit

[issue41968] 3.9 IDLE documentation.

2020-10-07 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +IDLE nosy: +terry.reedy ___ Python tracker <https://bugs.python.org/issue41968> ___ ___ Python-bugs-list m

[issue41964] difflib SequenceMatcher get_matching_blocks returns non-matching blocks in some cases

2020-10-07 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +tim.peters ___ Python tracker <https://bugs.python.org/issue41964> ___ ___ Python-bugs-list mailing list Unsub

[issue40864] spec_set/autospec/spec seems to not be reading attributes defined in class body

2020-10-06 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +cjw296, lisroach, mariocj89, michael.foord ___ Python tracker <https://bugs.python.org/issue40864> ___ ___ Pytho

[issue41954] [mock] Recursion on mocking inspect.isfunction

2020-10-06 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +cjw296, lisroach, mariocj89, michael.foord, xtreak ___ Python tracker <https://bugs.python.org/issue41954> ___ ___

[issue41923] Add PEP 613 typing.TypeAlias to the standard library

2020-10-03 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +gvanrossum, levkivskyi ___ Python tracker <https://bugs.python.org/issue41923> ___ ___ Python-bugs-list mailin

[issue41907] Regression in IntFlag behaviour in f-string

2020-10-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +barry, eli.bendersky, ethan.furman ___ Python tracker <https://bugs.python.org/issue41907> ___ ___ Python-bug

[issue41904] datetime.datetime.today makes no sense and should be removed

2020-10-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +belopolsky, p-ganssle ___ Python tracker <https://bugs.python.org/issue41904> ___ ___ Python-bugs-list mailin

[issue41906] logging.config.dictConfig does not work with callable filters

2020-10-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue41906> ___ ___ Python-bugs-list mailing list Unsub

[issue41879] Outdated description of async iterables in documentation of async for statement

2020-09-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +asyncio nosy: +asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue41879> ___ ___ Pytho

[issue41872] get_type_hints fails to resolve forward references in nested function

2020-09-27 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +gvanrossum, levkivskyi ___ Python tracker <https://bugs.python.org/issue41872> ___ ___ Python-bugs-list mailin

[issue41864] Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnostic not allowed inside functions

2020-09-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue41864> ___ ___ Python-bugs-list mailing list Unsub

[issue41864] Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnostic not allowed inside functions

2020-09-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +p-ganssle ___ Python tracker <https://bugs.python.org/issue41864> ___ ___ Python-bugs-list mailing list Unsub

[issue41861] Convert sqlite3 to PEP 384

2020-09-25 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +berker.peksag, ghaering ___ Python tracker <https://bugs.python.org/issue41861> ___ ___ Python-bugs-list mailin

[issue41840] [regression] symtable.Symbol.is_local() is no longer True for bound global symbols

2020-09-23 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +pablogsal ___ Python tracker <https://bugs.python.org/issue41840> ___ ___ Python-bugs-list mailing list Unsub

[issue41826] test_peg_generator compilation warnings

2020-09-21 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +pablogsal ___ Python tracker <https://bugs.python.org/issue41826> ___ ___ Python-bugs-list mailing list Unsub

[issue24078] inspect.getsourcelines ignores context and returns wrong line #

2020-09-18 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks iritkatriel for triaging. I can confirm it's fixed with the linked issue. Closing it as duplicate. ./python Python 3.10.0a0 (heads/master:2b05361bf7, Sep 19 2020, 04:38:05) [GCC 7.5.0] on linux Type "help", "copyr

[issue41782] No f-string in logging.basicConfig()

2020-09-14 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue41782> ___ ___ Python-bugs-list mailing list Unsub

[issue41780] Generic Alias attributes nor in dir()

2020-09-14 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +gvanrossum ___ Python tracker <https://bugs.python.org/issue41780> ___ ___ Python-bugs-list mailing list Unsub

[issue41731] test_cmd_line_script fails with verbosity level more than 1

2020-09-12 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks Terry. -- ___ Python tracker <https://bugs.python.org/issue41731> ___ ___ Python-bugs-list mailing list Unsub

[issue41768] unittest.mock spec calls class properties

2020-09-11 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41768> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2020-09-11 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: issue38815 also reported similar issue in test_min_max_version_mismatch. -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41

[issue41750] unpractical printing of datetimes by the interpreter

2020-09-09 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +belopolsky, p-ganssle ___ Python tracker <https://bugs.python.org/issue41750> ___ ___ Python-bugs-list mailin

[issue41732] Custom iterator to memoryview - performance improvement

2020-09-06 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +skrah ___ Python tracker <https://bugs.python.org/issue41732> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41730] Show deprecation warnings for tkinter.tix

2020-09-06 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: The removal was suggested before but not merged in https://bugs.python.org/issue31371 -- nosy: +gpolo, serhiy.storchaka, xtreak ___ Python tracker <https://bugs.python.org/issue41

[issue41731] test_cmd_line_script fails with verbosity level more than 1

2020-09-05 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : When verbosity level is more than 1 the test tries to print the script_exec_args passed to script. It fails when the tuple has more than 1 elements and is used in formatting with %r. The two tests fail as below : ./python -m test

[issue41728] Debug logging when adding a TarFile object

2020-09-05 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +ethan.furman, lars.gustaebel ___ Python tracker <https://bugs.python.org/issue41728> ___ ___ Python-bugs-list m

[issue41704] logging module needs some form of introspection or debugging support

2020-09-03 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue41704> ___ ___ Python-bugs-list mailing list Unsub

[issue41703] Most bytecode changes are absent from Python 3.9 What's new

2020-09-03 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +Mark.Shannon ___ Python tracker <https://bugs.python.org/issue41703> ___ ___ Python-bugs-list mailing list Unsub

[issue41699] Potential memory leak with asyncio and run_in_executor

2020-09-02 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +aeros ___ Python tracker <https://bugs.python.org/issue41699> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41371] test_zoneinfo fails when lzma module is unavailable

2020-09-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- pull_requests: +21136 pull_request: https://github.com/python/cpython/pull/22039 ___ Python tracker <https://bugs.python.org/issue41

[issue41674] Doc tests failing for many PRs on GitHub

2020-09-01 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This is being fixed by pinning setuptools in issue41685. Closing it as duplicate. -- nosy: +xtreak resolution: -> fixed stage: -> resolved status: open -> closed superseder: -> make doctest on 3.10 (master branch) fails wit

[issue41685] make doctest on 3.10 (master branch) fails with setuptools 50.0.0

2020-09-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41685> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41684] argparse: unexpected subparser behaviour on parse_args with namespace option

2020-09-01 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +paul.j3, rhettinger ___ Python tracker <https://bugs.python.org/issue41684> ___ ___ Python-bugs-list mailin

[issue41679] Deprecation warning due to invalid escape sequences in Doc/tools/extensions/peg_highlight.py

2020-08-31 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : Following warnings are caused in Doc/tools/extensions/peg_highlight.py . These warnings show up during doc builds since the extension is used in the build. This is an easy issue to fix. ./python -Wall -m py_compile /root/cpython/Doc/tools

[issue41666] fix

2020-08-30 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Closing this as not a bug since the example seems to be correct. Feel free to reopen with more details if needed. -- nosy: +xtreak resolution: -> not a bug stage: -> resolved status: open -&g

[issue41640] module zipfile issue on closing

2020-08-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks, I am closing this in favor of issue40564. Jason has provided some possible approaches in issue40564 (msg375964) and would be helpful to follow the discussion there since it has more details. -- nosy: +jaraco resolution

[issue41658] http.client not allowing non-ascii in headers

2020-08-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Can you please add a short script explaining the problem? There were some recent security issues fixed in http.client disallowing non-ascii headers issue39603 -- nosy: +xtreak ___ Python tracker <ht

[issue41661] os.path.relpath does not document ValueError on Windows with different drives

2020-08-29 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows nosy: +eryksun, paul.moore, steve.dower, tim.golden, zach.ware type: -> behavior ___ Python tracker <https://bugs.python.org/issu

[issue41648] edelsohn-* buildbot worker failing with: No space left on device

2020-08-27 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +David.Edelsohn ___ Python tracker <https://bugs.python.org/issue41648> ___ ___ Python-bugs-list mailing list Unsub

[issue41649] Can't pass Path like objects to subprocess api's on Windows.

2020-08-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: See also https://bugs.python.org/issue31961 -- nosy: +serhiy.storchaka, xtreak ___ Python tracker <https://bugs.python.org/issue41

[issue41646] shutil.copy documentation should clarify support for path-like objects

2020-08-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: copy uses copyfile and copymode. Both were updated to support path-like objects in https://github.com/python/cpython/pull/15141 . It makes sense to update copy's documentation too. -- nosy: +steve.dower, xtreak title: Outdated shutil.copy

[issue41647] MutableMapping ".setdefault()" to return default value via __getitem__

2020-08-27 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +rhettinger ___ Python tracker <https://bugs.python.org/issue41647> ___ ___ Python-bugs-list mailing list Unsub

[issue41624] typing.Coroutine documentation

2020-08-27 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- pull_requests: +21092 pull_request: https://github.com/python/cpython/pull/21983 ___ Python tracker <https://bugs.python.org/issue41

[issue41624] typing.Coroutine documentation

2020-08-27 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- pull_requests: +21091 pull_request: https://github.com/python/cpython/pull/21982 ___ Python tracker <https://bugs.python.org/issue41

[issue41634] Typo in curses documentation

2020-08-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: New changeset 398575c210f79627830c5c470184f54ace950ac6 by Zackery Spytz in branch 'master': bpo-41634: Fix a typo in the curses documentation (GH-21958) https://github.com/python/cpython/commit/398575c210f79627830c5c470184f54ace950ac6

[issue41642] RHEL and fedora buildbots fail due to disk space error

2020-08-26 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : It seems many of the RHEL and Fedora builds fail due to disk space https://buildbot.python.org/all/#/builders/185/builds/2 ./configure: line 2382: cannot create temp file for here-document: No space left on device ./configure: line 2394: cannot

[issue41639] Unpickling derived class of list does not call __init__()

2020-08-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +pitrou, serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue41639> ___ ___ Python-bugs-list mailin

[issue40564] Using zipfile.Path with several files prematurely closes zip

2020-08-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Bisection show this to be caused due to e5bd73632e77dc5ab0cab77e48e94ca5e354be8a . See also issue41640 for a similar report. -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue40

[issue41640] module zipfile issue on closing

2020-08-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This seems to be a duplicate of issue40564 . Can you please add the python version you are using? -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41

[issue41631] _ast module: get_global_ast_state() doesn't work with Mercurial lazy import

2020-08-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue41631> ___ ___ Python-bugs-list mailing list Unsub

[issue41636] distutils.util.strtobool documented behaviour

2020-08-25 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +dstufft, eric.araujo ___ Python tracker <https://bugs.python.org/issue41636> ___ ___ Python-bugs-list mailin

[issue41630] Visual Studio does not build the curses and curses.panel module

2020-08-25 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows -Library (Lib) nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue41

[issue41629] __class__ not set defining 'X' as . Was __classcell__ propagated to type.__new__?

2020-08-25 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Related SO questions : * https://stackoverflow.com/questions/61543768/super-in-a-typing-namedtuple-subclass-fails-in-python-3-8 * https://stackoverflow.com/questions/41343263/provide-classcell-example-for-python-3-6-metaclass

[issue41629] __class__ not set defining 'X' as . Was __classcell__ propagated to type.__new__?

2020-08-25 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: The example used to raise deprecation warning in python 3.7 python3.7 -Wall ../backups/bpo41629.py ../backups/bpo41629.py:4: DeprecationWarning: __class__ not set defining 'X' as . Was __classcell__ propagated to type.__new__? class X(NamedTuple

[issue41628] All unittest.mock autospec-generated methods are coroutine functions

2020-08-25 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +lisroach, xtreak versions: +Python 3.10, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue41

[issue41624] typing.Coroutine documentation

2020-08-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. This seems to be a reasonable suggestion. Would you like to open a PR for this? -- keywords: +easy, newcomer friendly nosy: +xtreak ___ Python tracker <https://bugs.python.

[issue41572] Documentation wording fix on Lib/asyncio/transports.py

2020-08-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks Cleber. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue41572] Documentation wording fix on Lib/asyncio/transports.py

2020-08-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: New changeset 1370d9dd9fbd71e9d3c250c8e6644e0ee6534fca by Miss Islington (bot) in branch '3.8': bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (GH-21930) https://github.com/python/cpython/commit

[issue41572] Documentation wording fix on Lib/asyncio/transports.py

2020-08-21 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: New changeset a2d00f04733491a56abec45e7a20fb42282bb4d1 by Miss Islington (bot) in branch '3.9': bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929) https://github.com/python/cpython/commit

[issue41598] rnd() + rndup() in math

2020-08-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +mark.dickinson, rhettinger, stutzbach ___ Python tracker <https://bugs.python.org/issue41598> ___ ___ Python-bug

[issue41585] policy.max_line_length is incorrectly assumed to never be None

2020-08-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +maxking ___ Python tracker <https://bugs.python.org/issue41585> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41572] Documentation wording fix on Lib/asyncio/transports.py

2020-08-20 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: New changeset 1afb42cfa82dad0ddd726f59c6c5fcb3962314db by Cleber Rosa in branch 'master': bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) https://github.com/python/cpython/commit/1afb42cfa82dad0ddd726f59c6c5fcb3962314db

[issue41600] Expected behavior of argparse given quoted strings

2020-08-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +paul.j3, rhettinger ___ Python tracker <https://bugs.python.org/issue41600> ___ ___ Python-bugs-list mailin

[issue41489] HTMLParser : HTMLParser.error creating multiple errors.

2020-08-15 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +berker.peksag ___ Python tracker <https://bugs.python.org/issue41489> ___ ___ Python-bugs-list mailing list Unsub

[issue41538] Allow customizing python interpreter in venv.EnvBuilder

2020-08-13 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip versions: -Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue41

[issue41520] codeop: 3.8.5 regression, warnings.simplefilter('error', SyntaxWarning) does not raise.

2020-08-13 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: The commit 369a1cbdee14d9f27356fb3a8bb21e4fde289d25 introduces a change in environment. I haven't checked the other PR though to see if this is fixed. ./python.exe -m test --fail-env-changed test_codeop -m test_warning 0:00:00 load avg: 2.30 Run

[issue41531] Python 3.9 regression: Literal dict with > 65535 items are one item shorter

2020-08-13 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: @hroncok said on Twitter it was reported at https://github.com/Storyyeller/enjarify/issues/17 -- ___ Python tracker <https://bugs.python.org/issue41

[issue41536] pathlib's Path("NUL:").resolve() throws an error on windows

2020-08-13 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +eryksun ___ Python tracker <https://bugs.python.org/issue41536> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41534] argparse : allow_abbrev behavior between 3.7 and 3.8

2020-08-13 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Bisection tells me this was introduced with commit b1e4d1b6032d4c82b549233fa08a2c7cfe7e818b in issue26967 -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41

[issue41531] Python 3.9 regression: Literal dict with > 65535 items are one item shorter

2020-08-12 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41531> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41527] smart quotes in Lib/pydoc_data/topics.py file

2020-08-12 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : Similar to issue41525 the generated file seems to contain smart quotes. This is used in help utility of the repl to explore different topics. git log -G'“' Lib/pydoc_data/topics.py | cat commit bc1c8af8ef2563802767404c78c8ec6d6a967897 Author

[issue41525] Python '--help' has corrupted text.

2020-08-12 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: serhiy , I can similar quotes present in Lib/pydoc_data/topics.py too which is autogenerated. Could this cause issues with pydoc too while reading topics? -- nosy: +xtreak ___ Python tracker <ht

[issue41520] 3.8.5 regression, warnings.simplefilter('error', SyntaxWarning) does not raise.

2020-08-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue41520> ___ ___ Python-bugs-list mailing list Unsub

[issue41429] Let fnmatch.filter accept a tuple of patterns

2020-08-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue41429> ___ ___ Python-bugs-list mailin

[issue41517] Enum multiple inheritance loophole

2020-08-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +barry, eli.bendersky, ethan.furman ___ Python tracker <https://bugs.python.org/issue41517> ___ ___ Python-bug

[issue41515] typing.get_type_hints generates KeyError

2020-08-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +gvanrossum, levkivskyi ___ Python tracker <https://bugs.python.org/issue41515> ___ ___ Python-bugs-list mailin

[issue40185] Refactor typing.NamedTuple

2020-08-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This seems to have caused a test failure in astroid project. I am not sure if the fix needs to be done from their end probably relying on some implementation detail or from the patch itself. Feel free to ignore if it's a third-party only error

[issue41261] 3.9-dev SEGV in object_recursive_isinstance in ast.literal_eval

2020-08-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue41261> ___ ___ Python-bugs-list mailing list Unsub

[issue41511] Pathlib parents doesn't support slicing with negative indexes

2020-08-09 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Closing it as duplicate of issue21041. Thanks Remi. Yaroslav, feel free to discuss it in the other issue. -- nosy: +xtreak resolution: -> duplicate stage: patch review -> resolved status: open -> closed s

[issue41496] Create public API for typing._eval_type

2020-08-06 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +gvanrossum, levkivskyi ___ Python tracker <https://bugs.python.org/issue41496> ___ ___ Python-bugs-list mailin

[issue41488] Unusable type hint should not be silently ignored

2020-08-05 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +gvanrossum, levkivskyi ___ Python tracker <https://bugs.python.org/issue41488> ___ ___ Python-bugs-list mailin

[issue41487] Builtin bigint modulo operation can be made faster when the base is divisible by a large power of 2 (i.e: has many trailing 0 digits in binary)

2020-08-05 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +lemburg, mark.dickinson, rhettinger, stutzbach ___ Python tracker <https://bugs.python.org/issue41487> ___ ___

[issue41480] python won't save

2020-08-04 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- assignee: -> terry.reedy components: +IDLE nosy: +terry.reedy ___ Python tracker <https://bugs.python.org/issu

[issue41476] test_zoneinfo fails if the _lzma module is missing

2020-08-04 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Duplicate of https://bugs.python.org/issue41371 -- nosy: +xtreak ___ Python tracker <https://bugs.python.org/issue41

[issue41469] Problem with serial communication

2020-08-03 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: This tracker is for issues related to CPython. Please report issues at the relevant repo https://github.com/pyserial/pyserial. Closing it as third party. -- nosy: +xtreak resolution: -> third party stage: -> resolved status

[issue41457] Implement random.shuffled

2020-08-02 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +mark.dickinson, rhettinger ___ Python tracker <https://bugs.python.org/issue41457> ___ ___ Python-bugs-list mailin

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-07-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +christian.heimes ___ Python tracker <https://bugs.python.org/issue41450> ___ ___ Python-bugs-list mailin

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-07-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +SSL ___ Python tracker <https://bugs.python.org/issue41450> ___ ___ Python-bugs-list mailing list Unsub

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2020-07-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- pull_requests: +20841 pull_request: https://github.com/python/cpython/pull/21697 ___ Python tracker <https://bugs.python.org/issue40

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2020-07-31 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: New changeset cadda52d974937069eeebea1cca4229e2bd400df by Karthikeyan Singaravelan in branch 'master': bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694) https://github.com/python/cpython/commit

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2020-07-30 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- pull_requests: +20838 pull_request: https://github.com/python/cpython/pull/21694 ___ Python tracker <https://bugs.python.org/issue40

[issue41444] CPython 3.8.5 fails to build on Windows with -E option

2020-07-30 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue41

[issue40045] Make "dunder" method documentation easier to locate

2020-07-30 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Closing as fixed. Thanks Hilit. -- nosy: +xtreak resolution: -> fixed status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue41436] BUG a simple "and" and "or"

2020-07-29 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue41436] BUG a simple "and" and "or"

2020-07-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Below is the formatted program for easier reading. In the while clause you ask for the user to enter n to exit but you check (ch != n or ch != N) so on entering "n" the first condition is false but second clause is true. For "N&qu

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2020-07-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I was referring to PR https://github.com/python/cpython/pull/19663 (commit-503de7149d03bdcc671dcbbb5b64f761bb192b4d) that was merged as part of this issue. It started emitting PendingDeprecationWarning but was not silenced in the test

[issue40360] Deprecate lib2to3 (and 2to3) for future removal

2020-07-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: After this patch test_lib2to3 generates a PendingDeprecationWarning. It can be silenced as it's intentional to avoid test failures while running tests with -Werror. ./python.exe -Wall -m test test_lib2to3 0:00:00 load avg: 2.31 Run tests

<    1   2   3   4   5   6   7   8   9   10   >