Karthikeyan Singaravelan added the comment:
@pradnyan The break statement [0] only exits the for loop where it's present in
this the one where y is involved so the outer loop involving x will continue to
execute. So after every attempt where y = 0 the cnt value succeeds and breaks
o
Change by Karthikeyan Singaravelan :
--
nosy: +inada.naoki
___
Python tracker
<https://bugs.python.org/issue37448>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +mark.dickinson, rhettinger, stutzbach
___
Python tracker
<https://bugs.python.org/issue37450>
___
___
Python-bug
Change by Karthikeyan Singaravelan :
--
pull_requests: +14306
pull_request: https://github.com/python/cpython/pull/14488
___
Python tracker
<https://bugs.python.org/issue36
Change by Karthikeyan Singaravelan :
--
nosy: +pablogsal
___
Python tracker
<https://bugs.python.org/issue37456>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +maxking
___
Python tracker
<https://bugs.python.org/issue37461>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
a=1.0
b=0.0
c=0.0
if (a> d and b):
print('hi')
else:
print("bye")
d is not defined here and it throws a NameError for me. Can you please attach
the full scripts that can be used to reproduce the behavior in the r
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue37470>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue37469>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +orsenthil
___
Python tracker
<https://bugs.python.org/issue37475>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
I have added Senthil for thoughts. The temporary files is also stored in a
module level variable. Looking into the git history there were some changes in
e24f96a05973ddbb59d88c03570aef8545c5ef10 . The function is also marked as
legacy in __all__
Karthikeyan Singaravelan added the comment:
Strange, I bet that I have seen this rendered table while the issue was closed.
The docs table renders fine locally on latest master. Given that Audit event,
Arguments and References table header are rendered with the table being
replaced I guess
Karthikeyan Singaravelan added the comment:
Since the parser could take user input this looks like a security issue to me
along with high CPU usage. Feel free to remove the tag if it's not a security
issue. Thanks.
--
keywords: +security_issue
nosy: +xtreak
versions: +Pytho
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue37485>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
https://docs.python.org/3/library/dataclasses.html#inheritance
> When the dataclass is being created by the dataclass() decorator, it looks
> through all of the class’s base classes in reverse MRO (that is, starting at
> object) and,
Change by Karthikeyan Singaravelan :
--
nosy: +maxking
___
Python tracker
<https://bugs.python.org/issue37482>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +yselivanov
___
Python tracker
<https://bugs.python.org/issue37497>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +christian.heimes
___
Python tracker
<https://bugs.python.org/issue37495>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
Okay, the url variable against which the regex check is made is not the full
url but the path. The HTTPConnection class sets self.host [0] in the
constructor which is used to send the Host header. Perhaps the regex check
could be done for the host
Change by Karthikeyan Singaravelan :
--
nosy: +pablogsal, serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue37500>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
Not sure if related there were some changes done to __debug__ related checks
with issue37269
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue37
Karthikeyan Singaravelan added the comment:
See also issue37210
--
nosy: +pitrou, xtreak
___
Python tracker
<https://bugs.python.org/issue37502>
___
___
Pytho
Change by Karthikeyan Singaravelan :
--
nosy: +paul.j3
___
Python tracker
<https://bugs.python.org/issue37510>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
components: +asyncio
nosy: +asvetlov, yselivanov
___
Python tracker
<https://bugs.python.org/issue37516>
___
___
Pytho
Change by Karthikeyan Singaravelan :
--
nosy: +brett.cannon
___
Python tracker
<https://bugs.python.org/issue37521>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
keywords: +patch
pull_requests: +14467
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/14660
___
Python tracker
<https://bugs.python.org/issu
Change by Karthikeyan Singaravelan :
--
nosy: +christian.heimes
___
Python tracker
<https://bugs.python.org/issue37525>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +pablogsal
___
Python tracker
<https://bugs.python.org/issue34722>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
Thanks Jack for the report. I am reopening this issue. I will use your example
as a unit test. I will try to look into it. If you have more cases or examples
related to the issue feel free to add them.
--
resolution: fixed ->
st
Change by Karthikeyan Singaravelan :
--
nosy: +scoder, serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue37534>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +p-ganssle
___
Python tracker
<https://bugs.python.org/issue37527>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +maxking
___
Python tracker
<https://bugs.python.org/issue37532>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +paul.j3
___
Python tracker
<https://bugs.python.org/issue37545>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue37539>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue37
Change by Karthikeyan Singaravelan :
--
nosy: +eryksun
___
Python tracker
<https://bugs.python.org/issue37549>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
pull_requests: +14493
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/14688
___
Python tracker
<https://bugs.python.org/issu
Karthikeyan Singaravelan added the comment:
> I think a possible fix is to move the inner mock extraction out to the
> attach_mock function as that function contains code to clear the mock's
> parent and name attributes. Downside is that that would make it fail on
> Dmi
Karthikeyan Singaravelan added the comment:
Thanks for the report. Can you please add an example without Django or other
dependencies so that I can try reproducing it? I am trying out the below
program from the report where Foo has overridden __eq__ to return False if the
other object being
Change by Karthikeyan Singaravelan :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
versions: -Python 3.5, Python 3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue37
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue30
Change by Karthikeyan Singaravelan :
Removed file: https://bugs.python.org/file48470/126.pdf
___
Python tracker
<https://bugs.python.org/issue24338>
___
___
Python-bug
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue37563>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +paul.j3
___
Python tracker
<https://bugs.python.org/issue37564>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue37565>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
> Karthikeyan, I think there is a flaw in your example. The good __eq__ should
> return NotImplemented instead of False for other types. This wil allow the
> right operand's __eq__ to play.
Serhiy, my example was to try reproducin
Karthikeyan Singaravelan added the comment:
Thanks for the report. Looks like a valid issue to me. Would you like to create
a PR?
--
components: +ctypes
nosy: +amaury.forgeotdarc, belopolsky, meador.inge, xtreak
versions: +Python 3.7, Python 3.8
Karthikeyan Singaravelan added the comment:
https://docs.python.org/3/library/unittest.mock.html#any
mock.ANY doesn't make any guarantees that this is a generic implementation that
can be used to test equality against any object irrespective of the order to
return True. It's docum
Karthikeyan Singaravelan added the comment:
Good catch, commenting out the c implementation of datetime in setup.py I can
see the following difference.
➜ cpython git:(master) ✗ ./python.exe
Python 3.9.0a0 (heads/master-dirty:c8e7146de2, Jul 12 2019, 15:51:00)
[Clang 7.0.2 (clang-700.1.81
Karthikeyan Singaravelan added the comment:
I can see difference in time.__eq__ and timedelta.__eq__ C and Python
implementations. Serhiy, are you planning to fix them or shall I raise an issue
with PR for these?
--
___
Python tracker
<ht
Change by Karthikeyan Singaravelan :
--
components: +asyncio
nosy: +asvetlov, yselivanov
___
Python tracker
<https://bugs.python.org/issue37573>
___
___
Pytho
New submission from Karthikeyan Singaravelan :
As reported by Serhiy on https://bugs.python.org/issue37555#msg347733 there is
a difference in __eq__ definition in datetime module's C and Python
implementation for timedelta and time. When the other in __eq__ is not of the
same
Change by Karthikeyan Singaravelan :
--
keywords: +patch
pull_requests: +14522
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/14726
___
Python tracker
<https://bugs.python.org/issu
New submission from Karthikeyan Singaravelan :
CookieJar.add_cookie_header in Doc/library/http.cookiejar.rst contains the
below statement where .. is present that causes the markup to not link to the
correct docs. The fix would be to remove extra dot in the docs and verify the
rendered doc
Change by Karthikeyan Singaravelan :
--
components: +Library (Lib)
nosy: +serhiy.storchaka
versions: +Python 3.9
___
Python tracker
<https://bugs.python.org/issue37
Karthikeyan Singaravelan added the comment:
Changes like this needs to be discussed in python-ideas first
https://mail.python.org/mailman3/lists/python-ideas.python.org/ . The current
behavior is as below :
>>> a, b += 1, 2
File "", line 1
SyntaxError: illegal expre
Change by Karthikeyan Singaravelan :
--
nosy: +brett.cannon
___
Python tracker
<https://bugs.python.org/issue37574>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
Victor handled similar errors in issue36629 where this helper was introduced.
--
nosy: +vstinner, xtreak
type: -> enhancement
versions: +Python 3.9
___
Python tracker
<https://bugs.python.org/issu
Karthikeyan Singaravelan added the comment:
See also issue12445 which was a similar proposal rejected in the past.
--
nosy: +inada.naoki, xtreak
___
Python tracker
<https://bugs.python.org/issue37
Change by Karthikeyan Singaravelan :
--
pull_requests: +14541
pull_request: https://github.com/python/cpython/pull/14745
___
Python tracker
<https://bugs.python.org/issue37
Change by Karthikeyan Singaravelan :
--
nosy: +serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue37587>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +levkivskyi, pablogsal, serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue37593>
___
___
Python-bug
Karthikeyan Singaravelan added the comment:
Thanks Elizabeth for the test. The regression test seems to be same as the case
noted by Serhiy that Foo.__eq__ is not returning NotImplemented so that
ANY.__eq__ can be executed. Below would be the correct implementation that
passes.
The actual
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue37598>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +giampaolo.rodola, tarek
___
Python tracker
<https://bugs.python.org/issue37601>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
type: -> enhancement
versions: +Python 3.9 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue37601>
___
_
Change by Karthikeyan Singaravelan :
--
nosy: +benjamin.peterson
___
Python tracker
<https://bugs.python.org/issue37602>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
Slightly unrelated to the issue but I noticed the below statement in the docs
page couple of times. I think it's related to the order of kwargs when the
statement was added in 3d9e972270270e1498712065a17ec3a589ae8986. Since order of
kwar
Karthikeyan Singaravelan added the comment:
This looks like a reasonable addition to me. Other APIs in shutil have
follow_symlinks parameter.
➜ /tmp ls -al sym
total 0
drwxr-xr-x 3 karthikeyansingaravelan staff 102 Jul 16 15:52 .
drwxr-xr-x 58 karthikeyansingaravelan staff 1972 Jul
Karthikeyan Singaravelan added the comment:
Is this similar to issue21478? Michael, can you please confirm this behavior
and the change proposed in issue21478?
I tried out the below program as per initial report
# foo.py
from unittest.mock import patch, Mock
p = patch('request
Karthikeyan Singaravelan added the comment:
Can you please add your operating system and environment information? It seems
similar to issue37286 and issue13153 in Windows.
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue37
Karthikeyan Singaravelan added the comment:
This looks similar to issue36378 which was rejected and has a link to previous
mailing list discussion.
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue37
Change by Karthikeyan Singaravelan :
--
nosy: +cjw296, mariocj89, michael.foord
___
Python tracker
<https://bugs.python.org/issue37555>
___
___
Python-bugs-list m
Change by Karthikeyan Singaravelan :
--
nosy: +mark.dickinson, rhettinger
___
Python tracker
<https://bugs.python.org/issue37624>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
I think it's about a class being defined inside another class and not about
subclass. This seems to be similar to https://bugs.python.org/issue3692 that
discusses about class attribute scope for comprehension.
--
nosy: +x
Change by Karthikeyan Singaravelan :
--
nosy: +belopolsky, p-ganssle
___
Python tracker
<https://bugs.python.org/issue37642>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
I guess you are popping 2 from the list and using except for the same. New
syntax and semantics needs to be discussed in python-ideas mailing list. Though
this reads like English except is used for exception based semantics. I would
propose
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue37642>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue37648>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks Jack for the report. Thanks Mario and Chris for reviews. I am closing
this as resolved.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracke
Change by Karthikeyan Singaravelan :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue37652>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue37655>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
grip and docopt are not a part of standard library. I assume this issue is
related to Mac OS installer and tagging it as Mac OS issue for confirmation to
close it as third party issue.
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
Change by Karthikeyan Singaravelan :
--
nosy: +orsenthil
___
Python tracker
<https://bugs.python.org/issue37666>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
If I understand the patch correctly this is is the behavior of the patch
./python.exe -m unittest test#test_keyword
...
--
Ran 7 tests in 0.001s
OK
Do you have a good use case
Change by Karthikeyan Singaravelan :
--
nosy: +pradyunsg
___
Python tracker
<https://bugs.python.org/issue37664>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +cjw296, mariocj89, michael.foord, xtreak
versions: -Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue37
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue37670>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue37671>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
See also related discussion https://bugs.python.org/msg276855
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue37
Change by Karthikeyan Singaravelan :
--
nosy: +brett.cannon, eric.snow, ncoghlan
___
Python tracker
<https://bugs.python.org/issue37674>
___
___
Python-bug
Change by Karthikeyan Singaravelan :
--
nosy: +mark.dickinson
versions: +Python 3.9 -Python 3.7
___
Python tracker
<https://bugs.python.org/issue37676>
___
___
Karthikeyan Singaravelan added the comment:
Thanks for the report. It would be helpful to have a standalone reproducer for
this issue to try reproducing it in 3.6 and other versions.
--
nosy: +davin, pitrou, xtreak
___
Python tracker
<ht
New submission from Karthikeyan Singaravelan :
I guess the upgrade in issue37664 caused an issue with FreeBSD bot. The bot
seems to fail after this change on master and 3.8.
https://buildbot.python.org/all/#/builders/167/builds/1380
test_with_pip (test.test_venv.EnsurePipTest) ... FAIL
Karthikeyan Singaravelan added the comment:
This change seems to have buildbot failure on FreeBSD 10 for master and 3.8
branch. I have opened issue37679 . I couldn't find any issues similar to this
during previous upgrades.
https://buildbot.python.org/all/#/builders/167/builds
Change by Karthikeyan Singaravelan :
--
nosy: +koobs
___
Python tracker
<https://bugs.python.org/issue37679>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +pitrou
___
Python tracker
<https://bugs.python.org/issue37688>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue37694>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
Linsey Alvarez, I am not sure how it's related to email. So I am removing the
email tag and changing the subject back.
--
components: -email
nosy: +xtreak
title: loveubyl...@gmail.com -> ZipFile.write fails with bad modificat
Karthikeyan Singaravelan added the comment:
Seems similar to https://bugs.python.org/issue37682
--
nosy: +rhettinger, xtreak
___
Python tracker
<https://bugs.python.org/issue37
1501 - 1600 of 3092 matches
Mail list logo