Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue27526>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34798>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the report Nicolas. I looked into the code and it seems that pprint
for a dictionary now doesn't really take compact into account. List, sets,
tuple and dequeue use _format_items [0] that honors value of compact but
dicti
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34800>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks silane for the report and script. The case where max_line_length=0
causing ValueError was introduced with b938c8c25316b69f1d5df2c7880a9f6b87e7c2fa
and the code at [0] has some comments regarding the minimum value to be 4
characters. There
Karthikeyan Singaravelan added the comment:
Thanks Nick for the details. I think 2to3 uses StdoutRefactoringTool [1] which
inherits from RefactoringTool in the chain and implements log_error [2] that
logs the error.
StdoutRefactoringTool inherits from MultiprocessRefactoringTool [3] which
Karthikeyan Singaravelan added the comment:
Thanks much Serhiy for the details!
--
___
Python tracker
<https://bugs.python.org/issue34798>
___
___
Python-bug
Karthikeyan Singaravelan added the comment:
Thanks for the report. I believe this was done as part asyncio docs overhaul
and I am adding Yury here. The current docs link to #coroutine from
asyncio.iscoroutine whereas the previous docs had the definition inline. I
think this is clarified in
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue9334>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34803>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34806>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34805>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Test case failure regarding test_find_executable was fixed with issue34530 on
master and backported.
Thanks
--
___
Python tracker
<https://bugs.python.org/issue34
Karthikeyan Singaravelan added the comment:
The warnings were introduced with issue13125 and this was fixed with issue30117
. I verified it as below :
➜ cpython git:(master) git checkout 14e976e00e65bf343ba0fca016c3c9132a843daf~1
➜ cpython git:(ce0f33d045) git clean -xdf && ./c
Karthikeyan Singaravelan added the comment:
The dependency issue31837 dealing with test_lib2to3 failure was resolved by
Victor in issue30117 and hence I marked it as a duplicate. The other issue
regarding test_import is not reproducible on master as of
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34807>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34262>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34811>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks Serhiy. Thanks Victor for the fix. I can confirm this on 3.6.
Interestingly `--fail-env-changed` flag didn't catch this but running in
verbose mode failed.
`--fail-env-changed` passes
➜ cpython git:(3707bcf02b) ./python.exe -I
Change by Karthikeyan Singaravelan :
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue34262>
___
___
Python-bugs-list mailing list
Unsub
Karthikeyan Singaravelan added the comment:
ProactorEventLoop is the default event loop with issue34687. There doesn't seem
to be any warnings in buildbots as I have checked and as @panesen has mentioned
this is not consistent. I am adding Victor as a notification if he has any
tho
Karthikeyan Singaravelan added the comment:
Verified the fix in the PR and there are no warnings
➜ cpython git:(pr_9589) ./python.exe
Python 3.6.6+ (heads/pr_9589:844abda318, Sep 26 2018, 20:59:26)
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)] on darwin
Type "help",
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34812>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue31405>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue31551>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
I am adding windows as a component during triaging since PATHEXT seems to be
windows specific. Unfortunately, I couldn't verify this since I don't have
windows system to check this against master so leaving it to 3.6.
Thanks
--
Karthikeyan Singaravelan added the comment:
There is a similar issue with whitespace in filenames causing failure in
bdist_rpm tracked at issue809163. It has test cases but unfortunately the issue
didn't move forward and has only patches. I tried the patches but none of them
seem to fi
Karthikeyan Singaravelan added the comment:
@doko As an update 3.7.1rc1 is available . The fixes should be there. I think
they are worth checking out to see if the cases still fail or if you can add
the links for the branches 20180925 and 20180911 snapshot. I can do a clean
rebuild of these
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34815>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the PR but this seems to be backwards incompatible though I don't
know if anyone depends on this and I am curious about the reason to change.
Since this was added in e449af7da94 (1996) and I am not sure if this needs to
be ch
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34512>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Karthikeyan Singaravelan :
I looked up the Ellipsis documentation at
https://docs.python.org/dev/library/constants.html#Ellipsis which has the below
text :
> The same as Special value used mostly in conjunction with extended
> slicing syntax for user-d
Karthikeyan Singaravelan added the comment:
Thanks for the report and patience. This behavior is still reproducible on
master as of f55c64c632 . I am adding Raymond as part of triaging who might
have a better explanation about this. Raymond, feel free to remove yourself if
this is not
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34818>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34819>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the report and PR. I can find a very similar issue where time.time
was changed to time.monotonic across multiprocessing module by Victor for the
same reason : issue34054. I don't know why it wasn't changed in
concurrent.futur
Karthikeyan Singaravelan added the comment:
Sorry, please ignore the comment reference to
https://bugs.python.org/issue29733#msg289116 . I misunderstood that it was
about concurrent.futures using time.time but it turns out it was about the
program using time.time as verifying the PR against
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34821>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the report and steps. Can you try this on Python 3.5 ? I think this
is the related issue issue22834 that was not fixed in Python 3.4 and has the
same line numbers. I can't reproduce this on my Ubuntu machine with Python
3.6.5
New submission from Karthikeyan Singaravelan :
I found issue33194 where unlink from pathlib can be used to delete a file or
symlink similar to os.unlink or os.remove but the visibility for the function
was low. I found there is a reference table with os module functions and their
equivalent
Change by Karthikeyan Singaravelan :
--
keywords: +patch
pull_requests: +9006
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Karthikeyan Singaravelan added the comment:
Just installed Python 3.4 and can confirm this is fixed in 3.5 but exists on
Python 3.4.9 though I don't receive any segfaults though as in the picture with
3.4.
karthi@ubuntu-s-1vcpu-1gb-blr1-01:~$ mkdir /tmp/foo
karthi@ubuntu-s-1vcpu-1gb-bl
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34820>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the report.
* Can you please add the OS, GCC details, full traceback and command that
triggers the error?
* Is it consistent?
* Are you adding a flag to treat all the warnings as errors?
I assume you are running PGO. As I can see on
Karthikeyan Singaravelan added the comment:
Thanks for the details. Each server behaves differently for these headers which
depends on the server configuration and using other client like curl will also
return the same result as Python does. So I would propose closing it as not a
bug since
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue27195>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34826>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34830>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Sure, thanks for the confirmation. Closing it as not a bug.
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Karthikeyan Singaravelan :
--
nosy: +christian.heimes
___
Python tracker
<https://bugs.python.org/issue34834>
___
___
Python-bugs-list mailin
Change by Karthikeyan Singaravelan :
--
nosy: +christian.heimes
___
Python tracker
<https://bugs.python.org/issue34836>
___
___
Python-bugs-list mailin
Karthikeyan Singaravelan added the comment:
Thanks Victor for the details. Can this be classified as an easy issue? I guess
the fix will be as below :
1. Add an entry for '-I' at
https://github.com/python/cpython/blob/4b430e5f6954ef4b248e95bfb4087635dcdefc6d/Lib/subprocess.py#L2
Karthikeyan Singaravelan added the comment:
I guess this can be safely closed as fixed since 3.6 changes were merged and I
verified the PR changes locally at msg326477. The issue regarding using -I
along with -j0 is tracked at issue34812 .
Thanks Serhiy and Victor for the fixes
Karthikeyan Singaravelan added the comment:
Thanks Victor for the details.
> In the C code, sys.flags.isolated clearly documented as linked to the -I
> option:
With respect to documentation I was talking about '-I' not being documented in
the table at https://docs.python
Karthikeyan Singaravelan added the comment:
Thanks for the report. Can you please add the full stack trace as text in the
comment so that it's more accessible? Searching along similar lines there is an
open issue about corrupted .pyc causing import related failure in issue28007
with a
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue28604>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34866>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34870>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
> Thanks for bringing this up Karthikeyan, however, could there be another
> reason why -I would be left out. Also, have you filed an issue for this?
I couldn't see any related issue for this though the table was changed in 3.7.0
>
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34871>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
The failing test was added with d4c76d960b8b286b75c933780416ace9cda682fd
commit d4c76d960b8b286b75c933780416ace9cda682fd
Author: INADA Naoki
Date: Mon Oct 1 21:10:37 2018 +0900
bpo-30167: Add test for module.__cached__ is None (GH-7617
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34877>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34874>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34883>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue27165>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the report. Are you referring to the below warning?
> Functionality within this package requires that the __main__ module be
> importable by the children. This is covered in Programming guidelines however
> it is worth pointing
Karthikeyan Singaravelan added the comment:
Thanks for the report. In my opinion it's difficult to handle this scenario and
as far as I know 2to3 can only do syntax level changes with modular fixers for
each case. Since Python is dynamic and there is no static type system available
Karthikeyan Singaravelan added the comment:
codecs.getreader('utf-8')(open('test.txt', 'rb')) during iteration
str.splitlines on the decoded data that takes '\x0b' as a valid newline as
specified in [0] being a superset of universal newlines. Thus
Karthikeyan Singaravelan added the comment:
Ah, sorry I totally forgot about dict fixer. Thanks for the details. I would
wait for Benjamin's call on this.
Thanks
--
___
Python tracker
<https://bugs.python.org/is
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34900>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue18291>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Karthikeyan Singaravelan :
Azure pipelines PR seems to fail with the error "Unexpected vmImage
'vs2017-win2017'" .
First build failure with this message :
https://dev.azure.com/Python/cpython/_build/results?buildId=31800&view=results
Last s
New submission from Karthikeyan Singaravelan :
Thanks for the PR @danishprakash . `-I` was added as part of 3.4 with commit
ad73a9cf977 and not backported to 2.7 . Also 3.4 and 3.5 branches are in
security fixes mode. So I am removing 2.7, 3.4 and 3.5 .
--
nosy: +xtreak
versions
Karthikeyan Singaravelan added the comment:
Every release has a PEP associated with it from 3.6 and above that says about
the lifespan of the release with bug fix releases and the time where it enters
security fixes only mode. Now 3.4 and 3.5 are in security fixes mode where only
security
Karthikeyan Singaravelan added the comment:
Is this specific to Linux? I can reproduce this on master branch on Ubuntu but
there is no error on Mac OS with the master branch.
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34
Karthikeyan Singaravelan added the comment:
Thanks Erik for the details. On Mac with master also it works like Cygwin.
./python.exe
Python 3.8.0a0 (heads/master:6f85b826b5, Oct 4 2018, 22:44:36)
[Clang 7.0.2 (clang-700.1.81)] on darwin
Type "help", "copyright", "
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34898>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the report but I think is a known limitation with floating points
and this page explains it well :
https://docs.python.org/3.7/tutorial/floatingpoint.html . Using round will be
helpful in your situation to round the output to 2 decimal
Karthikeyan Singaravelan added the comment:
I have added unlink along with other similar methods in Pathlib as part of
issue34825 to the reference table which I hope helps. I propose closing this.
Thanks
--
___
Python tracker
<ht
Karthikeyan Singaravelan added the comment:
Similar error reported on Pandas and Numba repositories that was fixed a couple
of days back : https://github.com/pandas-dev/pandas/pull/22948
--
___
Python tracker
<https://bugs.python.org/issue34
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34908>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the fix Steve. I am just wondering if there is a public announcement
regarding this image being removed since Google couldn't get me anything.
--
___
Python tracker
<https://bugs.py
Karthikeyan Singaravelan added the comment:
Sure, thanks for the details and fix.
--
___
Python tracker
<https://bugs.python.org/issue34902>
___
___
Python-bug
Karthikeyan Singaravelan added the comment:
Thanks for the report. There is no spec for .netrc files and the closest I can
find is [0]. The error is present in master also. Could this be considered as
an enhancement?
[0]
https://www.gnu.org/software/inetutils/manual/html_node/The
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34856>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
In addition to %d there are also other items that support single digit though
zero padding is mentioned with strptime as below in the context of strftime :
>>> import datetime
>>> datetime.datetime.strptime("1/1/2018 1:1
New submission from Karthikeyan Singaravelan :
gzip supports command line interface with `python -m gzip` like zipfile and
tarfile but there is no help available from the command line which can be
covered when issue23596 is merged that uses argparse along with tests for which
are also
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34905>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34848>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Karthikeyan Singaravelan :
--
nosy: +xtreak
___
Python tracker
<https://bugs.python.org/issue34922>
___
___
Python-bugs-list mailing list
Unsubscribe:
Karthikeyan Singaravelan added the comment:
Thanks for the report. Interesting, this is not reproducible on master and
latest 3.7 branches though both have different errors but reproducible in
latest 3.6 and v3.7.0 . As Ned noted this seems to have been fixed with
issue33729 but still there
Karthikeyan Singaravelan added the comment:
Sorry Ned, my comment seems to have changed the priority while submitting the
comment. I would also propose adding the attached report as a unit test.
--
___
Python tracker
<https://bugs.python.
Karthikeyan Singaravelan added the comment:
> From what I understand, this can be done in one of two ways. First, we could
> edit
> https://github.com/python/cpython/blob/ad73a9cf97770023665a1bb1c6390a3c99478139/Modules/main.c#L430
> and not incrementing -s and -E. But I believ
Karthikeyan Singaravelan added the comment:
Thanks for the report. Can you please try this with 3.7.0 RC1 to see if it's
reproducible? I think this similar to issue34087 that was present only in 3.7
and master which also has a Django project. There was a similar report with
issue34241
Karthikeyan Singaravelan added the comment:
Thanks for the report. I think this a known limitation and not a bug. Please
read more about floating point limitation at
https://docs.python.org/3/tutorial/floatingpoint.html . I would propose closing
this. Similar issue reported few days back
Karthikeyan Singaravelan added the comment:
Thanks for the report. I am adding Ivan who might have a better explanation
since this is related to typing and type(NoReturn) has with __future__ import and without
__future__. Ivan, feel free to remove yourself if this irrelevant
Karthikeyan Singaravelan added the comment:
>> Also there will be no binary releases and only source releases for security
>> only branches.
> Is there any particular reason as to why this happens? IS it just to make it
> easier for the team to focus on the development o
Karthikeyan Singaravelan added the comment:
>> The only thing here is that '-I' returns '-s -E -I' unlike other options
>> where args can be used for comparison logic in check_options.
> Karthikeyan, do you happen to have a use case where this might come
Karthikeyan Singaravelan added the comment:
Since @tanbro-liu hasn't responded I am proposing this to be an easy issue. The
issue is that %default in optparse doesn't handle unicode values. The fix would
be to make the patch in msg244244 as a PR attributing to the original author
Change by Karthikeyan Singaravelan :
--
keywords: +patch
pull_requests: +9140
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
2801 - 2900 of 3092 matches
Mail list logo