Change by Karthikeyan Singaravelan :
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue44183>
___
___
Pytho
Change by Karthikeyan Singaravelan :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue44185>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +jaraco
___
Python tracker
<https://bugs.python.org/issue44246>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Seems this was reported in
https://github.com/python/importlib_metadata/issues/300 . Closed in
https://github.com/python/importlib_metadata/commit/5ca9bc7dcf73d72260486afb28dadf5e532cf657.
--
nosy: +xtreak
Karthikeyan Singaravelan added the comment:
Reported at https://github.com/python/pythondotorg/issues/1776 . This tracker
deals with CPython related issues and python.org has its own tracker at GitHub.
--
nosy: +xtreak
resolution: -> third party
stage: -> resolved
status
Change by Karthikeyan Singaravelan :
--
nosy: +facundobatista, mark.dickinson, rhettinger
___
Python tracker
<https://bugs.python.org/issue44267>
___
___
Pytho
Karthikeyan Singaravelan added the comment:
This is done on a case by case basis and in places necessary in future code.
Modifying existing code can pollute git history, make backports hard, might
introduce subtle bugs etc. This is similar to proposal to use walrus operator,
f-strings, etc
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue44365>
___
___
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/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +mark.dickinson
___
Python tracker
<https://bugs.python.org/issue44376>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +Mark.Shannon
___
Python tracker
<https://bugs.python.org/issue44417>
___
___
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: +vstinner
___
Python tracker
<https://bugs.python.org/issue44466>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue44475>
___
___
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: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue44489>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
Removed message: https://bugs.python.org/msg396854
___
Python tracker
<https://bugs.python.org/issue44550>
___
___
Pytho
Change by Karthikeyan Singaravelan :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
title: DIGITAL CLASSROOM -> SPAM
___
Python tracker
<https://bugs.python
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
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 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
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:
See also https://bugs.python.org/issue23882
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +brandtbucher
___
Python tracker
<https://bugs.python.org/issue44589>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue44599>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
This seems similar to https://bugs.python.org/issue40564
--
nosy: +jaraco, xtreak
___
Python tracker
<https://bugs.python.org/issue44
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:
> 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
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:
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: +jaraco
___
Python tracker
<https://bugs.python.org/issue44784>
___
___
Python-bugs-list mailing list
Unsubscribe:
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.
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:
I can see the files section table with links.
--
nosy: +pablogsal, xtreak
___
Python tracker
<https://bugs.python.org/issue44
Change by Karthikeyan Singaravelan :
--
nosy: +belopolsky, p-ganssle
___
Python tracker
<https://bugs.python.org/issue44829>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +jaraco
___
Python tracker
<https://bugs.python.org/issue44893>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Seems similar to https://bugs.python.org/issue38573
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue44
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:
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:
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:
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
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:
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
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:
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
Change by Karthikeyan Singaravelan :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
type: compile error -> behavior
___
Python tracker
<https://bugs.python
Change by Karthikeyan Singaravelan :
--
nosy: +paul.j3, rhettinger
___
Python tracker
<https://bugs.python.org/issue45110>
___
___
Python-bugs-list mailin
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: +xtreak
___
Python tracker
<https://bugs.python.org/issue45156>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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:
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:
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:
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
Change by Karthikeyan Singaravelan :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue45338>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue45366>
___
___
Python-bugs-list mailing list
Unsub
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
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
Change by Karthikeyan Singaravelan :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue45524>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue45755>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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:
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:
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
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:
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
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:
This seems to be similar to https://bugs.python.org/issue23882
--
nosy: +methane, xtreak
___
Python tracker
<https://bugs.python.org/issue45
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 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: +lisroach, xtreak
___
Python tracker
<https://bugs.python.org/issue38753>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +gvanrossum, levkivskyi
___
Python tracker
<https://bugs.python.org/issue38756>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue38757>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Currently, the exception is not instantiated. Maybe we can check if it's
callable and pass args, kwargs to the exception constructor to be raised.
diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py
index a48132c5b1..f5bcb911f5 100644
Karthikeyan Singaravelan added the comment:
John, would you like to raise a PR for this? The fix would be to add
versionadded sphinx directive to
https://github.com/python/cpython/blob/master/Doc/library/unittest.mock.rst . I
am marking it as easy.
--
keywords: +easy, newcomer
Karthikeyan Singaravelan added the comment:
Thanks for the report. But this is a common convention across the docs to add
versionadded and versionchanged directive that are rendered as new in version
and changed in version with version being Python's version since docs is for
CPython.
Karthikeyan Singaravelan added the comment:
assert_called_once is supposed to raise an AssertionError if the mock is not
called and to return None like other assert_* helpers. The return value is not
supposed to be used and it's more of an assertion action where if it's None
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue38762>
___
___
Python-bugs-list mailing list
Unsub
Change by Karthikeyan Singaravelan :
--
nosy: +serhiy.storchaka
___
Python tracker
<https://bugs.python.org/issue38764>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
Is this on Python 3.8.0 ? There was a similar report in the past with
cloudpickle at https://bugs.python.org/issue36886#msg342182 due to PEP 570 with
which CodeType.replace was introduced. cloudpickle also added support for this
with https
Karthikeyan Singaravelan added the comment:
Can you please add the script without any dependencies to reproduce this?
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue38
Karthikeyan Singaravelan added the comment:
Thanks Jackson for the information. I am fine with closing it as outdated and
one can reopen if they need this along with reviving the removed tests in the
PR.
--
resolution: -> out of date
stage: -> resolved
status: open -&g
Change by Karthikeyan Singaravelan :
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue38777>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
I think we can close this as not a bug. I don't think we need to add boolean
return value of True if the assert statements are True since it's never meant
to be used. I would wait for others opinion on this.
--
nosy: +cjw296
Karthikeyan Singaravelan added the comment:
See also issue37415
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue37855>
___
___
Python-bug
Karthikeyan Singaravelan added the comment:
I think this is fixed in pip's side with requests package upgraded with
https://github.com/pypa/pip/commit/785ecf476a63e00819ef1b14bc8ee758dc9c12cb#diff-9235561c186d44f2bb0eef8b7f1d57ceR3
using raw string literls. I think we can close th
Karthikeyan Singaravelan added the comment:
This is updated with 6357c95716d89ac1f80587fbc4133df8d2e8396c . Closing this as
fixed. Feel free to reopen if needed. Thanks.
--
resolution: -> fixed
stage: -> resolved
status: open -&g
Karthikeyan Singaravelan added the comment:
Closing this as duplicate of issue29694. I hope this is backported to Ubuntu
repos and there is not much pending work to this issue. Thanks.
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder:
Karthikeyan Singaravelan added the comment:
Thanks @blueyed, I guess the backport was not made by the bot though the label
was applied for 3.7 branch.
--
___
Python tracker
<https://bugs.python.org/issue36
Change by Karthikeyan Singaravelan :
--
nosy: +serhiy.storchaka, vstinner
___
Python tracker
<https://bugs.python.org/issue38804>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue38804>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
I guess this was fixed upstream with
https://github.com/apache/spark/commit/811d563fbf60203377e8462e4fad271c1140b4fa
. Please try the latest version as per the commit details. I am closing this as
third party since it's not a CPython issu
Karthikeyan Singaravelan added the comment:
Thanks for the report. Please report security issues to secur...@python.org so
that the security team can analyze and triage it to be made public. More
information at https://www.python.org/news/security/
--
nosy: +xtreak
Karthikeyan Singaravelan added the comment:
I modified psutil to shutil since I feel it's a typo. Please revert back if
it's incorrect.
--
nosy: +giampaolo.rodola, tarek, xtreak
title: psutil.disk_usage - Lacking documentation -> shutil.disk_usage - Lacking
New submission from Karthikeyan Singaravelan :
Please stop creating multiple issues with no description. The previous issue
also had no description : https://bugs.python.org/issue38824 . requests module
has it's own security process :
https://requests.kennethreitz.org/en/master/comm
Change by Karthikeyan Singaravelan :
--
nosy: +p-ganssle
___
Python tracker
<https://bugs.python.org/issue38812>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
Can you please add a sample script to reproduce this that worked fine before
Python 3.8?
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue38
Karthikeyan Singaravelan added the comment:
You specifically mentioned Python 3.8 and I just wanted to understand the issue
to see if it's a regression. I don't see any version related code changes in
recent times. Hence this is not necessarily a regression in 3.8 unless t
Change by Karthikeyan Singaravelan :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue38830>
___
___
Python-bugs-list mailing list
Unsub
401 - 500 of 3092 matches
Mail list logo