[issue46925] Document dict behavior when setting equal but not identical key

2022-03-07 Thread Jarek Potiuk
Jarek Potiuk added the comment: Yeah. Sounds like adding docs is indeed needed :) -- ___ Python tracker <https://bugs.python.org/issue46925> ___ ___ Python-bug

[issue46925] Replace key if not identical to old key in dict

2022-03-05 Thread Jarek Potiuk
Jarek Potiuk added the comment: How about if we make PR instead to the documentation about this behaviour? I think this behaviour is a little surprising (you need to know the internals of how WeakKeyDict keys are constructed and checked) and while I understand you do not want breaking

[issue37544] Test hang causes --enable-optimizations build to hang

2019-08-08 Thread Jarek Zgoda
Jarek Zgoda added the comment: Not really. I tried with limited test list and I keep getting the exact same failure in test_logging, moreover build passes all tests on all other machines we have. I guess this is some weird isolated issue not related to Python at all so I'm closing

[issue37544] Test hang causes --enable-optimizations build to hang

2019-07-30 Thread Jarek Zgoda
Change by Jarek Zgoda : Added file: https://bugs.python.org/file48519/test.pythoninfo.libressl-2.9.2.txt ___ Python tracker <https://bugs.python.org/issue37544> ___ ___

[issue37544] Test hang causes --enable-optimizations build to hang

2019-07-23 Thread Jarek Zgoda
Jarek Zgoda added the comment: Thank you for the information. The build system is standard Ubuntu 18.04.2 and openssl is system provided. I will try to build Python against other openssl versions, as well against libressl. -- ___ Python tracker

[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda
Jarek Zgoda added the comment: make test output from unoptimized build with --disable-shared --prefix=/opt/python-3.7.4 -- Added file: https://bugs.python.org/file48468/3.7.4-test_output.txt ___ Python tracker <https://bugs.python.org/issue37

[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda
Jarek Zgoda added the comment: test.pythoninfo output -- Added file: https://bugs.python.org/file48467/test.pythoninfo.txt ___ Python tracker <https://bugs.python.org/issue37

[issue37544] Multiple test failures during build

2019-07-10 Thread Jarek Zgoda
New submission from Jarek Zgoda : I'm trying to build Python-3.7.4 from release tarball. Configure line: ./configure --prefix=/opt/python-3.7.4 --disable-shared --enable-optimizations System: Ubuntu 18.04.2 amd64, 4.15.0-54-generic #58-Ubuntu SMP Build fails. -- components:

[issue20140] UnicodeDecodeError in ntpath.py when home dir contains non-ascii signs

2014-01-07 Thread Jarek Śmiejczak
Jarek Śmiejczak added the comment: @Vinay.Sajip After adding change you suggested i'm getting different error: --- C:\Users\Jarosław>pip install virtualenv Downloading/unpacking virtualenv Running setup.py (path:c:\users\jarosa~1\appdata\local\temp\pip_build_Jaros│a \virtualenv\

[issue20140] UnicodeDecodeError in ntpath.py when home dir contains non-ascii signs

2014-01-06 Thread Jarek Śmiejczak
New submission from Jarek Śmiejczak: Full traceback: https://gist.github.com/jarekps/2729ee1917ea372e6642 Error's starts in pip but after investigation of traceback it looks like it is python's issue (version 2.7.5). Windows version: 8.1 Enterprise x64 with Polish language pack. Fe

[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails

2009-07-06 Thread Jarek
Jarek added the comment: +1 for mercurial inoperability from behind proxy -- nosy: +jarek.jpa ___ Python tracker <http://bugs.python.org/issue1424152> ___ ___

[issue5828] Invalid behavior of unicode.lower

2009-04-24 Thread Jarek Sobieszek
New submission from Jarek Sobieszek : u'\u1d79'.lower() returns u'\x00' I think it should return u'\u1d79', at least according to my understanding of UnicodeData.txt (the lowercase field is empty). -- components: Unicode messages: 86400 nosy: jarek sever