Change by Ido Michael :
--
keywords: +patch
pull_requests: +17899
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/18522
___
Python tracker
<https://bugs.python.org/issu
Ido Michael added the comment:
Created PR GH-18522
--
___
Python tracker
<https://bugs.python.org/issue35885>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ido Michael :
--
pull_requests: +17900
pull_request: https://github.com/python/cpython/pull/18523
___
Python tracker
<https://bugs.python.org/issue39
Ido Michael added the comment:
Created 2nd PR with the Algorithm documentation:
GH-18523
--
___
Python tracker
<https://bugs.python.org/issue39128>
___
___
Pytho
Change by Ido Michael :
--
pull_requests: +17901
pull_request: https://github.com/python/cpython/pull/18524
___
Python tracker
<https://bugs.python.org/issue10
Ido Michael added the comment:
Moved all 6 modules tests under Lib/test/MODULE_NAME_test
Created this PR: GH-18524
--
___
Python tracker
<https://bugs.python.org/issue10
Ido Michael added the comment:
Tal, I can also fix that so we can close this issue.
Are you talking about the Doc/library/urllib.parse.rst file?
--
___
Python tracker
<https://bugs.python.org/issue37
Change by Ido Michael :
--
keywords: +patch
pull_requests: +17905
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/18529
___
Python tracker
<https://bugs.python.org/issu
Ido Michael added the comment:
Fixed the bug to default any macos into 'spawn'
PR: GH-18529
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.o
Change by Michael Hall :
--
nosy: +mikeshardmind
___
Python tracker
<https://bugs.python.org/issue39651>
___
___
Python-bugs-list mailing list
Unsubscribe:
Michael Hall added the comment:
Linking out to a real-world example where this still manages to happen after
running the event loop for an entire 2 seconds waiting for transports to close
themselves after finishing everything else:
https://github.com/Cog-Creators/Red-DiscordBot/issues/3560
Change by Michael Hall :
--
nosy: +mikeshardmind
___
Python tracker
<https://bugs.python.org/issue37373>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ido Michael added the comment:
Yes I saw those in the morning, thanks for patching it up. I will debug this
over the weekend and will update.
--
___
Python tracker
<https://bugs.python.org/issue38
Ido Michael added the comment:
@taleinat what do you think?
--
nosy: +taleinat
___
Python tracker
<https://bugs.python.org/issue38035>
___
___
Python-bugs-list m
Change by Ido Michael :
--
pull_requests: +17977
pull_request: https://github.com/python/cpython/pull/18612
___
Python tracker
<https://bugs.python.org/issue38
Change by Ido Michael :
--
pull_requests: +17985
pull_request: https://github.com/python/cpython/pull/18620
___
Python tracker
<https://bugs.python.org/issue35
Change by Ido Michael :
--
pull_requests: +17986
pull_request: https://github.com/python/cpython/pull/18621
___
Python tracker
<https://bugs.python.org/issue35
Change by Ido Michael :
--
pull_requests: +17988
pull_request: https://github.com/python/cpython/pull/18623
___
Python tracker
<https://bugs.python.org/issue35
Ido Michael added the comment:
New PR: GH-18623
--
___
Python tracker
<https://bugs.python.org/issue35885>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ido Michael :
--
pull_requests: +17989
pull_request: https://github.com/python/cpython/pull/18624
___
Python tracker
<https://bugs.python.org/issue39
Ido Michael added the comment:
Created new PR and removed the old one GH-18624
--
___
Python tracker
<https://bugs.python.org/issue39128>
___
___
Python-bug
Change by Ido Michael :
--
pull_requests: +17990
pull_request: https://github.com/python/cpython/pull/18625
___
Python tracker
<https://bugs.python.org/issue39
Ido Michael added the comment:
Created a new clean PR GH-18625
--
___
Python tracker
<https://bugs.python.org/issue39244>
___
___
Python-bugs-list mailin
Change by Ido Michael :
--
pull_requests: +17991
pull_request: https://github.com/python/cpython/pull/18627
___
Python tracker
<https://bugs.python.org/issue38
Ido Michael added the comment:
Added a new clean PR with the code changes, will let you know once the tests
are fixed: GH-18627
--
___
Python tracker
<https://bugs.python.org/issue38
Change by Ido Michael :
--
pull_requests: +17997
pull_request: https://github.com/python/cpython/pull/18631
___
Python tracker
<https://bugs.python.org/issue37
Ido Michael added the comment:
Created PR, most of the documentation besides the func signature looked
alright: GH-18631
--
___
Python tracker
<https://bugs.python.org/issue37
Michael Felt added the comment:
PR18517 has, likely, a utf-8 dependency. AIX, default latin-1 does not accept
the new test.
Starting with this merge AIX bot fails with:
==
ERROR: test_name_resolution
Michael Felt added the comment:
I am very busy with normal work this week. However I’ll attempt to add a pr
with your (Victor”s) suggestion.
Sent from my iPhone
> On 29 Feb 2020, at 23:36, STINNER Victor wrote:
>
>
> STINNER Victor added the comment:
>
>> Fil
Change by Michael Felt :
--
pull_requests: +18078
stage: resolved -> patch review
pull_request: https://github.com/python/cpython/pull/18720
___
Python tracker
<https://bugs.python.org/issu
Ido Michael added the comment:
Looks like a bug in the dev repo? What's the class responsible for rendering
the notes?
I can take this
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.org/is
Ido Michael added the comment:
Is it a bug? I can add the signature and set a PR
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.org/issue39
Ido Michael added the comment:
@vstinner ready for review.
--
___
Python tracker
<https://bugs.python.org/issue38691>
___
___
Python-bugs-list mailing list
Unsub
Change by Ido Michael :
--
pull_requests: +18084
pull_request: https://github.com/python/cpython/pull/18727
___
Python tracker
<https://bugs.python.org/issue10
Ido Michael added the comment:
I've created a clean PR - will do it in 2 rounds:
This PR GH-18727, contains the modified test of ctypes, sqlite3 and tkinter
modules. Once that's approved I'll deal with the other remaining 3.
--
___
Michael Felt added the comment:
This issue was resolved by issue39802. Marking as fixed, and closed.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Michael Felt added the comment:
The PR for 3.9 breaks AIX build (since
https://buildbot.python.org/all/#/builders/119/builds/384) reporting the
following:
Traceback (most recent call last):
File "/data/prj/python/python3-3.9/../git/python3-3.9/setup.py", line 69, in
Change by Michael Felt :
--
pull_requests: +18204
pull_request: https://github.com/python/cpython/pull/18847
___
Python tracker
<https://bugs.python.org/issue39
Michael Felt added the comment:
Thanks for asking!
Last December I was thinking about this - and what would be the best way to
proceed.
The reply I liked best suggested working on this - outside of CPython
"bugfixes" - perhaps later moving bits into the core.
So, motivat
Michael Felt added the comment:
Almost. The command is run, but not enough of the bootstrap is finished - it
seems.
File "/data/prj/python/git/python3-3.9/Lib/_aix_support.py", line 54, in
_aix_bosmp64
out = out.decode("utf-8").strip().split(":") # typ
Michael Felt added the comment:
Comes further. The build finishes, but socket and asyncio are missing...
At least a build will proceed, and I can look into this new, perhaps unrelated
issue re: socket later.
*** WARNING: renaming "_asyncio" since importing it failed: No mo
Michael Felt added the comment:
re: _socket - I'll start researching now, but it may still be related to this.
a) if it looks like related to this issue I'll add a some report here
b) in any case, as requested, I'll start a new issue - and leave it to you to
decide to close th
Michael Felt added the comment:
OK. BEFORE I open a new issue, I am going to guess that something is wrong with
finding _socket.so - because it exists, but "something" is not finding it.
Following modules built successfully but were removed because they could not be
imported:^
Michael Felt added the comment:
I am confused.
The bot complains nearly immediately about missing _socket
Following modules built successfully but were removed because they could not be
imported:
_asyncio
running build_scripts
copying
Michael Felt added the comment:
This was already confirmed by both bots...
The last bot build that worked (and for both AIX bots) is:
dffe4c07095e0c693e094d3c140e85a68bd8128e
The first build that failed (for both) is:
1ec63b62035e73111e204a0e03b83503e1c58f2e
See (pass) https
Michael Felt added the comment:
After a checkout the build finishes (successfully) with:
Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm _lzma _sqlite3
_tkinter _uuid
Michael Felt added the comment:
While looking through the history of bot builds - I consistently see 420 tests
being done on one bot - but test_socket does not always show up in the list.
I'll look at this as I can, but "free-time" is limited. Delay is not a la
Michael Felt added the comment:
I'll take a look at what you are suggesting.
The starting point (before the rm command) is the make command that I run again.
What I notice - read am thinking - is that _socket.so is being created by the
"setup.py build" - so, if you can help m
Michael Felt added the comment:
So, with the patch - the process stops at:
aixtools@x064:[/home/aixtools/python-3.9]make
CC='xlc_r' LDSHARED='Modules/ld_so_aix xlc_r -bI:Modules/python.exp'
OPT='-DNDEBUG -O' _TCLTK_INCLUDES='' _TCLTK_LIBS=
Michael Felt added the comment:
So, this is what I have on screen. Will add the log in a moment.
[1] + Donemake 2>&1|tee make.log &
aixtools@x064:[/home/aixtools/python-3.9]find . | grep socket
./Doc/howto/sockets.rst
./Doc/library/socket.rst
./
Change by Michael Felt :
Added file: https://bugs.python.org/file48971/make.log
___
Python tracker
<https://bugs.python.org/issue39936>
___
___
Python-bugs-list mailin
Michael Felt added the comment:
OK. I removed the _aix_support.py from the formula.
After make see the new (rather) old build paths for "socket"
aixtools@x064:[/home/aixtools/python-3.9]find . | grep socket
./Doc/howto/sockets.rst
./Doc/library/socket.rst
./Doc/library/socketserver
Michael Felt added the comment:
Actually, I had already done that:
diff --git a/Lib/_aix_support.py b/Lib/_aix_support.py
index 2c5cd3297d..c7f4491633 100644
--- a/Lib/_aix_support.py
+++ b/Lib/_aix_support.py
@@ -12,7 +12,8 @@ try:
_tmp_bd = get_config_var("AIX_BUILDDATE")
Michael Felt added the comment:
re: Michael: this issue is about bootstraping Python. If you want to test a
patch or test something else, you must restart from a clean copy of the source
code. Either use "make distclean", "git clean -fdx", or recreate the source
Michael Felt added the comment:
The good news! Your patch, better rewrite, of _aix_platform.py is working!
Many thanks!
--
___
Python tracker
<https://bugs.python.org/issue39
Michael Felt added the comment:
Fantastic! Many thanks!
--
___
Python tracker
<https://bugs.python.org/issue39936>
___
___
Python-bugs-list mailing list
Unsub
Ido Michael added the comment:
Before I put more time into that, here's the strategy here:
1. Module by module migration.
2. By this order
tkinter/test
distutils/tests
ctypes/tests
lib2to3/tests
unittest/test
* sqlite3/test - excluded because needs more work.
Please let me kn
Ido Michael added the comment:
+ Distutils is last priority
--
___
Python tracker
<https://bugs.python.org/issue10572>
___
___
Python-bugs-list mailin
Ido Michael added the comment:
I can take this and have a PR
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.org/issue33689>
___
___
Python-bug
Ido Michael added the comment:
I can take this for Mac V 10.14.6 if there was a decision?
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.org/issue39
Ido Michael added the comment:
Looks like both the original and this are still issues.
Can I take this?
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.org/issue39
Ido Michael added the comment:
Can I take this change into a PR?
Or is it still in the process?
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.org/issue39
Ido Michael added the comment:
Is this open for a PR?
--
nosy: +Ido Michael
___
Python tracker
<https://bugs.python.org/issue38856>
___
___
Python-bugs-list m
Ido Michael added the comment:
Hey Eric,
I'm not sure what you mean, you don't recommend the change in general?
Or you just don't recommend Git for this and saying I should use Mercurial
instead?
--
___
Python tracker
<https
New submission from Michael S :
I just read
https://docs.python.org/3/reference/compound_stmts.html#function-definitions
The item parameter_list is defined as:
parameter_list::= defparameter ("," defparameter)* "," "/" [&
Michael S added the comment:
Thanks Pablo,
sorry, I was just stupid.
> Do you think that adding these explicit parentheses would help with help
> making this more clear?
Maybe. I read the BNF documentation the first time today, but since it's not
intended for beginners, I
Michael Felt added the comment:
I'll take a look as well.
On 17/03/2020 16:14, STINNER Victor wrote:
> STINNER Victor added the comment:
>
>> New changeset 0bcbfa43d55d9558cdcb256d8998366281322080 by Tal Einat (Michael
>> Felt) in branch 'master':
&
Michael Felt added the comment:
I may be mistaken, but I do not think the change introduced a regression.
While it is true that this case would not have appeared if there was
still a count of the field-separators an IPv6 address with 5 ':' and 17
characters would have failed as
Michael Felt added the comment:
On 18/03/2020 13:55, STINNER Victor wrote:
> STINNER Victor added the comment:
>
>> I may be mistaken, but I do not think the change introduced a regression.
I meant - I had never considered IPv6 in the Address column, just as I
suspect, whoev
Change by Ido Michael :
--
nosy: -Ido Michael
___
Python tracker
<https://bugs.python.org/issue39107>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ido Michael :
--
nosy: -Ido Michael
___
Python tracker
<https://bugs.python.org/issue38856>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ido Michael :
--
nosy: -Ido Michael
___
Python tracker
<https://bugs.python.org/issue15436>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ido Michael added the comment:
@SilentGhost Added documentation to the module and a test for a give space
indent in the module test.
--
___
Python tracker
<https://bugs.python.org/issue35
Ido Michael added the comment:
GH-18727
Only tkinter module for start.
--
___
Python tracker
<https://bugs.python.org/issue10572>
___
___
Python-bugs-list m
Michael Felt added the comment:
@BTaskaya - can you elaborate on what issues you ran into? Perhaps open an
issue on the repository I started to work on getting this improved.
Thanks!
--
___
Python tracker
<https://bugs.python.org/issue39
Michael Felt added the comment:
the XLC compiler has an option to create "listing" files. The content depends
on the arguments passed to the xlc compilers.
>From memory (as I always need to look them up) these include -qinfo and
>-qsource (plus arguments)
FYI: besides show
Michael Felt added the comment:
My apologies for the late reply -
Here is 3.6.10:
Python 3.6.10 (default, Mar 24 2020, 14:12:31) [C] on aix5
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> tim
New submission from Michael Felt :
This is a regression in v3.6.10 and v3.7.6
`make install` creates a symbolic link `python3` that points to the executable
python3.X
In versions v3.6.10 and v3.7.6 the executable is created as python3.Xm while
the symbolic link still points to python3.X
Michael Felt added the comment:
I tried looking at the blurbs to get an idea of what might have been the change
- but nothing to indicate a change to the install process in any of "next" NEWS
blurbs that are currently in branch 3.7
NEWS.d/next/Build/README.rst
NEWS.d/next/C API/
Change by Michael Felt :
--
versions: +Python 3.5
___
Python tracker
<https://bugs.python.org/issue40073>
___
___
Python-bugs-list mailing list
Unsubscribe:
Michael Felt added the comment:
I see that it is also incorrect for v3.5.9
What is surprising - is that the logic is okay for python-config ->
python-config3.X -> python-config-3.Xm
root@x065:[/data/prj/python/python3-3.5.9/X32]ls -l opt/bin
total 8728
lrwxrwxrwx 1 root
Michael Felt added the comment:
Back again - I understood a lot less then, maybe more now..
iirc, get_platform() asin sysconfig.get_platform() and
distutils.util.get_platform() are suppposed to return a suitable PEP425 tag
that identifies the ABI of the running interpreter - eg.g, 32-bit
Change by Michael Lee :
--
nosy: +michael.lee
nosy_count: 5.0 -> 6.0
pull_requests: +18569
pull_request: https://github.com/python/cpython/pull/19206
___
Python tracker
<https://bugs.python.org/issu
Michael Lee added the comment:
Hello! I've submitted a PR based on this issue, since it seemed the most
relevant from my searching of the backlog.
Here's a link: https://github.com/python/cpython/pull/19206
--
___
Python track
Michael Felt added the comment:
FYI: IMHO it is artifact of the way an xlc compiler is setup. Maybe this is a
new default (I see they changed the names of config files).
On my server (with xlc v11) I do not get them, but on a different server (with
xlc v13) I do get .lst files.
So, seems
New submission from Michael Felt :
The is a check if compiler is xlc, and skips a test if it is.
XLC no longer installs in /usr/vac, and the test_search_cpp fails (again)
--
components: Distutils
messages: 365302
nosy: Michael.Felt, dstufft, eric.araujo
priority: normal
severity
Change by Michael Felt :
--
keywords: +patch
pull_requests: +18587
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19225
___
Python tracker
<https://bugs.python.org/issu
Ido Michael added the comment:
ping
--
___
Python tracker
<https://bugs.python.org/issue35885>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ido Michael :
--
nosy: -Ido Michael
___
Python tracker
<https://bugs.python.org/issue39725>
___
___
Python-bugs-list mailing list
Unsubscribe:
Michael Felt added the comment:
With PR19263 The AIX bots are now red.
==
ERROR: test_input_no_stdout_fileno (test.test_builtin.PtyTests)
--
Traceback (most
Michael Felt added the comment:
Ah - great. Sorry for the noise then.
--
___
Python tracker
<https://bugs.python.org/issue31160>
___
___
Python-bugs-list mailin
Michael Felt added the comment:
I think something is not yet what it needs to be:
the bots both finish test with:
test_zip_pickle (test.test_builtin.BuiltinTest) ... ok
Timeout (0:15:00)!
Thread 0x0001 (most recent call first):
File
"/home/buildbot/buildarea/3.x.aixtools-aix-p
New submission from Michael Felt :
related to
Two AIX bots - different environments - continue to fail the test:
`test_builtin` since
During the first run - the test fails with something such as:
0:31:47 [215/420] test_abc passed -- running: test_builtin (14 min 10 sec)
0:32:17 running
Michael Felt added the comment:
did not get issue numbers in above: issue31160 and issue40094.
I waited a day, before posting - in the hope it would go away.
Also, I have been testing manually (no -j arguments) - and test_builtin passes
when run manually. So, becoming hard to dissect and
Michael Felt added the comment:
Now consistently - stalled.
aixtools@x064:[/home/aixtools/py39-3.9]git diff
diff --git a/Lib/test/test_builtin.py b/Lib/test/test_builtin.py
index eaada1b504..89c4ebc2bd 100644
--- a/Lib/test/test_builtin.py
+++ b/Lib/test/test_builtin.py
@@ -1849,26 +1849,40
Michael Felt added the comment:
If I move the close to before the support.waitprocess() call I get:
aixtools@x064:[/home/aixtools/py39-3.9]./python -m test test_builtin
0:00:00 Run tests sequentially
0:00:00 [1/1] test_builtin
I am child - this is my PID:2254
I am parent:21954666 with
Michael Felt added the comment:
I tried moving the child/parent logic blocks and get this as debug output:
aixtools@x064:[/home/aixtools/py39-3.9]./python -m test test_builtin
0:00:00 Run tests sequentially
0:00:00 [1/1] test_builtin
I am child - this is my PID:8519822
I am parent:6422696
Michael Felt added the comment:
Next debug info:
I am child - this is my PID:8519830
I am parent:18284612 with child:8519830fd:6 input:b'quux\r'
I am parent:18284612 with lines:[]
I am child - exiting PID:8519830
I am parent:18284612 with lines:['stdin.isatty(): True']
Michael Felt added the comment:
FYI: in child block:
calling os.exit(0), rather than os._exit() gives same result.
--
___
Python tracker
<https://bugs.python.org/issue40
Michael Felt added the comment:
To get it to move forward: as it is not solely and AIX thing (see bpo-40-140)
This works: but is it what is wanted?
Tests result: SUCCESS
aixtools@x064:[/home/aixtools/py39-3.9]git diff
diff --git a/Lib/test/test_builtin.py b/Lib/test/test_builtin.py
index
901 - 1000 of 3015 matches
Mail list logo