Change by Karthikeyan Singaravelan :
--
nosy: +steve.dower
___
Python tracker
<https://bugs.python.org/issue47192>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
Seems to be duplicate of https://bugs.python.org/issue35759
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue47
Karthikeyan Singaravelan added the comment:
This is documented
https://docs.python.org/3/library/functions.html#round
> The behavior of round() for floats can be surprising: for example,
> round(2.675, 2) gives 2.67 instead of the expected 2.68. This is not a bug:
> it’s a resu
Karthikeyan Singaravelan added the comment:
The commit seems to emit a deprecation warning in test_logging. Probably the
warning needs to be handled while setting trigger = self.logger.warn
PYTHONWARNINGS=always ./python -Wall -m test test_logging
0:00:00 load avg
Karthikeyan Singaravelan added the comment:
Sphinx also changed the URL in https://github.com/sphinx-doc/sphinx/pull/10267
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue47
Karthikeyan Singaravelan added the comment:
This looks similar to https://bugs.python.org/issue46206
--
nosy: +pablogsal, xtreak
___
Python tracker
<https://bugs.python.org/issue47
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue47061>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Seems related to https://bugs.python.org/issue9334
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue47
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue47002>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
The PR introduced some deprecation warnings in tests.
./python -Wall -m test test_unicode
0:00:00 load avg: 1.54 Run tests sequentially
0:00:00 load avg: 1.54 [1/1] test_unicode
/home/karthikeyan/stuff/python/cpython/Lib/test
Karthikeyan Singaravelan added the comment:
https://nvd.nist.gov/vuln/detail/CVE-2020-14422
Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the
IPv4Interface and IPv6Interface classes, which might allow a remote attacker to
cause a denial of service if an
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46907>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46877>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
This seems to be a duplicate of https://bugs.python.org/issue37190
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue42
Karthikeyan Singaravelan added the comment:
This looks similar to https://bugs.python.org/issue36363
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
The test introduces a deprecation warning. It might be fixed by using raw
string like the msg_format used in other test.
./python -Wall -m py_compile Lib/test/test_property.py
Lib/test/test_property.py:345: DeprecationWarning: invalid escape
Karthikeyan Singaravelan added the comment:
This change has introduced deprecation warning in tests
PYTHONWARNINGS=always ./python -Wall -X dev -m test.test_typing
Karthikeyan Singaravelan added the comment:
This looks similar to a previous proposal
https://discuss.python.org/t/enum-for-open-modes/2445
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue46757>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +njs
___
Python tracker
<https://bugs.python.org/issue46752>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue46730>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +lukasz.langa
___
Python tracker
<https://bugs.python.org/issue46681>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46709>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
I guess the problem is that during the initial mock creation kwargs is passed
so calling test_method immediately after mock creation raises ValueError. But
as we loop through the attributes and create new child mock for the attributes
the original
Karthikeyan Singaravelan added the comment:
See also https://bugs.python.org/issue36956
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46690>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
> There were ideas for exotic matchers such as IsInstance(), InRange(),
> RegexMatchingGroup() and so on.
https://www.python.org/dev/peps/pep-0622/#custom-matching-protocol
The PEP has some mention about a similar use case in custom match pr
Karthikeyan Singaravelan added the comment:
See also https://bugs.python.org/issue34392
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
See also https://bugs.python.org/issue46576 and
https://github.com/python/cpython/pull/31015
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
See also issue46524 for a similar discussion.
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
This seems to be similar to https://bugs.python.org/issue35748
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
This could be due to issue40187
--
nosy: +serhiy.storchaka, xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
Translated documentation is maintained at
https://github.com/python/python-docs-zh-cn/issues
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
I just copied the implementation and normalize_path function was part of it.
Looking into the implementation of normalize_path it validates the given
argument to be a filename without any separator. I will leave it to Jason for a
better
Change by Karthikeyan Singaravelan :
--
nosy: +gvanrossum, serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue46167>
___
___
Python-bugs-list m
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue46118>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Karthikeyan Singaravelan :
zoneinfo module currently emits deprecation warnings due to API changes in
importlib.resources
./python -Wonce -m test test_zoneinfo
0:00:00 load avg: 0.73 Run tests sequentially
0:00:00 load avg: 0.73 [1/1] test_zoneinfo
/home/karthikeyan/stuff
Karthikeyan Singaravelan added the comment:
https://bugs.python.org/issue42609 too
--
___
Python tracker
<https://bugs.python.org/issue46110>
___
___
Python-bug
Karthikeyan Singaravelan added the comment:
See also https://bugs.python.org/issue32758
--
nosy: +serhiy.storchaka, xtreak
___
Python tracker
<https://bugs.python.org/issue46
Karthikeyan Singaravelan added the comment:
This is known behaviour due to binding. Please see
https://docs.python.org/3/faq/programming.html#why-do-lambdas-defined-in-a-loop-with-different-values-all-return-the-same-result
--
nosy: +xtreak
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue45897>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
This seems to be similar to https://bugs.python.org/issue23882
--
nosy: +methane, xtreak
___
Python tracker
<https://bugs.python.org/issue45
Karthikeyan Singaravelan added the comment:
This seems to be similar to https://bugs.python.org/issue41768 .
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue45
Karthikeyan Singaravelan added the comment:
Running it in debug build mode
./python -X dev ../bpo45826.py
python: Python/suggestions.c:215: offer_suggestions_for_name_error: Assertion
`frame != NULL' failed.
Fatal Python error: Aborted
Current t
Change by Karthikeyan Singaravelan :
--
nosy: +belopolsky, p-ganssle, xtreak
___
Python tracker
<https://bugs.python.org/issue45814>
___
___
Python-bugs-list m
Karthikeyan Singaravelan added the comment:
https://github.com/python/cpython/pull/29527 uses a temporary directory for the
test instead that should help with the cleanup.
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue45
Karthikeyan Singaravelan added the comment:
New changeset 8b06d01507fd708468570eaa43a349828784489a by Irit Katriel in
branch 'main':
bpo-45292: Use raw strings for regex in tests (GH-29545)
https://github.com/python/cpython/commit/8b06d01507fd708468570eaa43a349
Karthikeyan Singaravelan added the comment:
This seems to be an issue with typing than mock since mock just uses the output
from dir() . I am not able to bisect the relevant change but below is the
output of dir(Foo[int]) in Python 3.6 and master.
Python 3.6.9
['__abstractmeth
Karthikeyan Singaravelan added the comment:
The tests emit some deprecation warnings :
PYTHONWARNINGS=always ./python -Wall -m test test_exception_group
0:00:00 load avg: 0.39 Run tests sequentially
0:00:00 load avg: 0.39 [1/1] test_exception_group
/home/karthikeyan/stuff/python/cpython/Lib
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue45755>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue45524>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
This might be related to below commit :
commit d2a8e69c2c605fbaa3656a5f99aa8d295f74c80e
Author: Inada Naoki
Date: Tue Apr 13 13:51:49 2021 +0900
bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)
python -m gzip
Karthikeyan Singaravelan added the comment:
Thanks for the report and fix. Closing it as third party since PEPs are
maintained in different repo using GitHub issues.
--
nosy: +xtreak
resolution: -> third party
stage: -> resolved
status: open -&g
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue45366>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue45338>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
Slightly related, inspect.getfullargspec was also deprecated and later
undeprecated. Please find the discussion post this message
https://bugs.python.org/issue36751#msg341128
https://bugs.python.org/issue37010
--
nosy: +xtreak
Karthikeyan Singaravelan added the comment:
https://docs.python.org/3/faq/programming.html#faq-augmented-assignment-tuple-error
> for lists, __iadd__ is equivalent to calling extend on the list and returning
> the list. That’s why we say that for lists, += is a “shorthand” for
> li
Karthikeyan Singaravelan added the comment:
https://bugs.python.org/issue44110 did some improvements to error message to
include type.
--
___
Python tracker
<https://bugs.python.org/issue35
Karthikeyan Singaravelan added the comment:
See also https://bugs.python.org/issue44110 . This looks like a duplicate. Also
https://bugs.python.org/issue35077
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue45
Karthikeyan Singaravelan added the comment:
The PR 28319 seems to have introduced a new deprecation warning in tests :
0:00:13 load avg: 2.82 [ 98/427] test_ctypes passed
Hello world!
/home/karthikeyan/stuff/python/cpython/Lib/ctypes/test/test_values.py:5:
DeprecationWarning: the imp module
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue45156>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue45135>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +paul.j3, rhettinger
___
Python tracker
<https://bugs.python.org/issue45110>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
type: compile error -> behavior
___
Python tracker
<https://bugs.python
Karthikeyan Singaravelan added the comment:
AsyncMock is a feature of Python 3.8 . Please upgrade to Python 3.8 or use mock
backport for AsyncMock in Python 3.7 https://github.com/testing-cabal/mock . I
guess this can be closed as not a bug
Karthikeyan Singaravelan added the comment:
What version of Python are you using?
--
___
Python tracker
<https://bugs.python.org/issue45028>
___
___
Python-bug
Karthikeyan Singaravelan added the comment:
Can you please add a sample script to reproduce the problem. It will be also
helpful to add how you run the script and also attach the error message you are
getting. Given that you have selected Python 3.7 version AsyncMock was added in
Python 3.8
Change by Karthikeyan Singaravelan :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.11 -Python 3.10
___
Python tracker
<https://bugs.python.or
Karthikeyan Singaravelan added the comment:
New changeset 7179930ab5f5b2dea039023bec968aadc03e3775 by Karthikeyan
Singaravelan in branch 'main':
bpo-43826: Fix resource warning due to unclosed objects. (GH-25381)
https://github.com/python/cpyt
Karthikeyan Singaravelan added the comment:
It seems like the docs have a note that these functions were removed in Python
3.10 but they probably missed the release. Doc :
https://docs.python.org/3.10/library/gettext.html#gettext.lgettext
Karthikeyan Singaravelan added the comment:
Deprecation warnings are not on by default in tests. You can pass -Wall while
running tests to turn on all warnings.
./python -Wall -m test test_capi
0:00:00 load avg: 2.46 Run tests sequentially
0:00:00 load avg: 2.46 [1/1] test_capi
/home
Karthikeyan Singaravelan added the comment:
There are few deprecation warnings in other tests :
0:00:05 load avg: 3.20 [ 52/428] test_code passed
/home/karthikeyan/stuff/python/cpython/Lib/unittest/case.py:550:
DeprecationWarning: It is deprecated to return a value!=None from a test case
Karthikeyan Singaravelan added the comment:
Seems similar to https://bugs.python.org/issue38573
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +jaraco
___
Python tracker
<https://bugs.python.org/issue44893>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +belopolsky, p-ganssle
___
Python tracker
<https://bugs.python.org/issue44829>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
I can see the files section table with links.
--
nosy: +pablogsal, xtreak
___
Python tracker
<https://bugs.python.org/issue44
Karthikeyan Singaravelan added the comment:
Seems like a duplicate of https://bugs.python.org/issue44824
--
nosy: +pablogsal, xtreak
___
Python tracker
<https://bugs.python.org/issue44
Karthikeyan Singaravelan added the comment:
There was a revert of enum related changes in Python 3.10. Since the news file
is generated I guess this is probably missed.
--
nosy: +ethan.furman, xtreak
___
Python tracker
<https://bugs.python.
Change by Karthikeyan Singaravelan :
--
nosy: +jaraco
___
Python tracker
<https://bugs.python.org/issue44784>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
There was some discussion in 2013 :
https://mail.python.org/archives/list/python-id...@python.org/thread/Y3Y5T54S2RSR6QW3HSEQV77EZPP7PWCX/#7H72ZRMSX74453GGURV26242UYM75VOW
. This has to go through python-ideas and probably might need a PEP. There
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue44695>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
> A call object is either a tuple of (positional args, keyword args) or (name,
> positional args, keyword args) depending on how it was constructed
https://github.com/python/cpython/pull/11807 added support for args and kwargs
from python 3
Karthikeyan Singaravelan added the comment:
See also https://bugs.python.org/issue44589
--
nosy: +brandtbucher, xtreak
___
Python tracker
<https://bugs.python.org/issue44
Karthikeyan Singaravelan added the comment:
This seems similar to https://bugs.python.org/issue40564
--
nosy: +jaraco, xtreak
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue44599>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +brandtbucher
___
Python tracker
<https://bugs.python.org/issue44589>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
See also https://bugs.python.org/issue23882
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue44
Karthikeyan Singaravelan added the comment:
This change seems to emit deprecation warnings in test_pydoc.
PYTHONWARNINGS=always ./python.exe -Wall -m test test_pydoc
0:00:00 load avg: 2.57 Run tests sequentially
0:00:00 load avg: 2.57 [1/1] test_pydoc
/Users/kasingar/stuff/python/cpython/Lib
New submission from Karthikeyan Singaravelan :
It seems the line above this is wrapped under a block to check for deprecation
warning but this line got missed out.
PYTHONWARNINGS=always ./python.exe -Wall -m test test_enum
0:00:00 load avg: 3.91 Run tests sequentially
0:00:00 load avg: 3.91
Karthikeyan Singaravelan added the comment:
This is not a bug since in this case assignment is referring to the same object
and thus mutating one variable reflects change in other variable.
Relevant FAQ :
https://docs.python.org/3/faq/programming.html#why-did-changing-list-y-also-change
Change by Karthikeyan Singaravelan :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
title: DIGITAL CLASSROOM -> SPAM
___
Python tracker
<https://bugs.python
Change by Karthikeyan Singaravelan :
--
Removed message: https://bugs.python.org/msg396854
___
Python tracker
<https://bugs.python.org/issue44550>
___
___
Pytho
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue44489>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
components: +Windows
nosy: +methane, paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue44475>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue44466>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
This seems to have been reported also at
https://bugs.python.org/issue44246#msg395202
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +Mark.Shannon
___
Python tracker
<https://bugs.python.org/issue44417>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +mark.dickinson
___
Python tracker
<https://bugs.python.org/issue44376>
___
___
Python-bugs-list mailing list
Unsub
1 - 100 of 3092 matches
Mail list logo