Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue40059>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue29240>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue32642>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue35967>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue17004>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue28747>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue36876>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
Lib/collections/__init__.py on branch 3.7 still states:
> Using or importing the ABCs from 'collections' instead of from
> 'collections.abc' is deprecated, and in 3.8 it will stop working
I think it should also be updated (hopef
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue38014>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue36876>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
I got a failure in newly added test_pidfd_open:
==
FAIL: test_pidfd_open (test.test_posix.PosixTester)
--
Traceback (most
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue38820>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue37596>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue38692>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
Closing in favor of a simpler fix merged from issue43144. Thanks for the fix!
--
resolution: -> duplicate
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bug
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue34602>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chih-Hsuan Yen :
With Python 3.9.7, "DeprecationWarning: The loop argument is deprecated" may be
reported when user code does not use it. Here is an example:
import asyncio
import warnings
warnings.filterwarnings('error')
def crash():
raise Keyb
Chih-Hsuan Yen added the comment:
A regression in 3.9.7 (issue45097) seems related to this issue. Could you have
a look?
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue44
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue34093>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
issue37596 merged a fix to enable deterministic frozensets. I think this issue
can be closed?
Regarding my last comment msg347820 - it seems similar to one of
https://bugs.python.org/issue34033 or https://bugs.python.org/issue34093. I
followed those
Chih-Hsuan Yen added the comment:
Many thanks for the fast and great fix!
--
___
Python tracker
<https://bugs.python.org/issue45097>
___
___
Python-bugs-list m
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue40059>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue37095>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue45097>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
Benjamin Peterson, Kyle Stanley: Thank you both very much for intensive testing
and helpful information! Yes on my Arch Linux box tests are also fine without
systemd-nspawn. However, as I have to use systemd-nspawn for some reasons, and
investigating how it
Chih-Hsuan Yen added the comment:
Thank you very much for the commit "Skip test_posix.test_pidfd_open() on
EPERM"! I can confirm it makes test_posix pass inside a systemd-nspawn
container on Arch Linux. On the other hand, I found that tests were broken as
both systemd libsecco
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue37095>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
issue34722 also talks about frozenset, nondeterministic order and sorting.
Maybe this ticket and that one are for the same issue?
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue37
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue34033>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
nosy_count: 5.0 -> 6.0
pull_requests: +18824
pull_request: https://github.com/python/cpython/pull/19469
___
Python tracker
<https://bugs.python.org/issu
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
nosy_count: 4.0 -> 5.0
pull_requests: +18917
pull_request: https://github.com/python/cpython/pull/19577
___
Python tracker
<https://bugs.python.org/issu
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue38820>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue41282>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue33990>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue41282>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chih-Hsuan Yen :
I setup a buildbot worker to test Python 3.x on Android monthly. This month
network in the Android emulator is broken and I got an additional test failure:
0:05:28 load avg: 1.21 [376/423/11] test_unicodedata failed
test test_unicodedata failed
Change by Chih-Hsuan Yen :
--
keywords: +patch
pull_requests: +20757
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/21615
___
Python tracker
<https://bugs.python.org/issu
Chih-Hsuan Yen added the comment:
I noticed that a new PEP draft [1] about deprecating distutils is uploaded. The
current version [2] proposes to deprecate distutils in 3.10 and 3.11 and remove
distutils in 3.12.
[1] https://www.python.org/dev/peps/pep-0632/
[2]
https://github.com/python
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue39481>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue41971>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
Looks like those failures in test_tools happen only when test_check_c_globals
is imported and a test in test_imp is run.
```
$ cat matchfile
test.test_tools.*
test.test_imp.ImportTests.test_load_from_source
$ ./python -m test --matchfile matchfile
Chih-Hsuan Yen added the comment:
I can also confirm the issue on our Arch Linux server [1]. The problematic file
is also /usr/include/OMX_Other.h.
Looks like it is a regression from https://github.com/python/cpython/pull/22855
(https://bugs.python.org/issue41100). Ronald Oussoren, mind to
Chih-Hsuan Yen added the comment:
I got a similar issue on Arch Linux - see issue42351.
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue42
Chih-Hsuan Yen added the comment:
Hi Michael Felt,
> And, what it looks like you are trying to do with an updated 'signing" .pem
> is to remove the 'self-signed' charasteric.
If I understand it correctly, the new certificate is indeed still self-signed.
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue36982>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
pull_requests: +13474
stage: resolved -> patch review
pull_request: https://github.com/python/cpython/pull/13563
___
Python tracker
<https://bugs.python.org/issu
Chih-Hsuan Yen added the comment:
I got the same ModuleNotFoundError on Arch Linux and
https://github.com/python/cpython/pull/13563 fixes it. I believe it can fix the
issue on Fedora buildbots, too.
--
nosy: +yan12125
___
Python tracker
<ht
Chih-Hsuan Yen added the comment:
Oops apparently my fix is incomplete. From the builder "AMD64 Fedora Rawhide
Clang Installed 3.x" [1]:
ModuleNotFoundError: No module named 'test.test_importlib.data'
[1] https://buildbot.python.org/all/ap
Chih-Hsuan Yen added the comment:
By the way, I think Python.framework is not needed?
https://github.com/python/cpython/commit/1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9#diff-206dc381e448d5121da9a6040a2b13c1
--
___
Python tracker
<ht
Change by Chih-Hsuan Yen :
--
pull_requests: +13475
stage: resolved -> patch review
pull_request: https://github.com/python/cpython/pull/13565
___
Python tracker
<https://bugs.python.org/issu
Chih-Hsuan Yen added the comment:
I managed to create a setup similar to the buildbot builder "AMD64 Fedora
Rawhide Clang Installed 3.x" [1] on Arch Linux. Running test_importlib on an
installed CPython copy is fine now:
$ /usr/bin/python3.8 -m test.regrtest test_importlib
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue37049>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chih-Hsuan Yen :
Currently (135c6a56e55d2f4f8718b3b9f03ce3c692b15f0f) the following test fails:
./python -m test.regrtest -v test_tools.test_unparse -u cpu
(Note that -u cpu is needed to force test_unparse.DirectoryTestCase to check
all files under Lib/ and Lib/test
Chih-Hsuan Yen added the comment:
Regarding the round-trip issue in Lib/test/test_typing.py mentioned by
SilentGhost:
Apparently the following line added in b891c465bb7d38a597c5c2ad547d7b19194f4dad
triggers an issue in Tools/parser/unparse.py
Literal[b"foo", u"bar&quo
Change by Chih-Hsuan Yen :
--
keywords: +patch
pull_requests: +13490
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/13583
___
Python tracker
<https://bugs.python.org/issu
Chih-Hsuan Yen added the comment:
After reading Python/ast.c, I think my patch is correct, so I submitted it to
GitHub as https://github.com/python/cpython/pull/13583 :)
--
___
Python tracker
<https://bugs.python.org/issue37
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue34722>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
I encounter another case that leads to non-deterministic bytecode. For example,
with commit e6b46aafad3427463d6264a68824df4797e682f1 + PR 9472, I got:
$ cat foobar.py
_m = None
$ PYTHONHASHSEED=0 ./python -m compileall --invalidation-mode=unchecked-hash
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue33944>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
In CPython commit 5380def8269b24a8a3bc46396373a1dc91b1dd1a, bundled pip is
updated to 19.2.1, and since pip 19.2 an html5lib patch is backported [1] to
"prefer importing from collections.abc instead of collections" [2]. I believe
https://github.
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue36953>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
As https://github.com/python/cpython/pull/10327 has been merged, I think this
issue can be closed?
--
___
Python tracker
<https://bugs.python.org/issue34
Chih-Hsuan Yen added the comment:
Looks like in https://github.com/python/cpython/pull/10327, Serhiy Storchaka
considers fixing these issues for 3.8 only - "It is easier to skip the test on
3.7." and then remove the "needs backport to 3.7" label. How about changing the
t
Chih-Hsuan Yen added the comment:
Got it. Thanks for the pointer.
--
___
Python tracker
<https://bugs.python.org/issue34022>
___
___
Python-bugs-list mailin
New submission from Chih-Hsuan Yen :
The following script runs fine on Python 3.7.1 but not on master (f5107dfd42).
import logging
class Foo(logging.Formatter):
def __init__(self):
super().__init__(self)
Foo()
The output is:
Traceback (most recent call last):
File "
Chih-Hsuan Yen added the comment:
Hi Vinay Sajip, thanks for notifying the patch author. Just a question: is
there a reason to remove 3.8 from affected versions? My sample program is
indeed broken on Python 3.8.
--
___
Python tracker
<ht
Chih-Hsuan Yen added the comment:
Oh so that's a simple Python question. Yep it works if `self` is removed. Thank
you very much for the comment and sorry for bothering. I'll fix the code I'm
using.
--
resolution: -> not a bug
stage: -> resolved
s
New submission from Chih-Hsuan Yen :
On git-master (32ebd8508d4807a7c85d2ed8e9c3b44ecd6de591) of CPython, 3 tests of
test_builtin fails:
==
ERROR: test_envar_unimportable (test.test_builtin.TestBreakpoint) (envar
Chih-Hsuan Yen added the comment:
Wow that's super fast! I can confirm the patch fixes the issue on my machine.
Thanks!
--
___
Python tracker
<https://bugs.python.org/is
Chih-Hsuan Yen added the comment:
Found a test_builtin failure in the job for the relevant commit on Travis CI -
https://travis-ci.org/python/cpython/jobs/479642964#L1491. I guess it's not
noticed as it's listed in allow_failures in .travis.yml. However, I'm not sure
if it
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue29541>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue31710>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue16353>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue32947>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue33618>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue29397>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue23794>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue34095>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue27640>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
I gave up building gdbm as a static library. It brings more headache than
benefits.
--
resolution: -> wont fix
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Chih-Hsuan Yen added the comment:
CPython requires several changes to build for Android < 21. There was an
attempt in issue32654 but it's abandoned.
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org
Chih-Hsuan Yen added the comment:
After this patch, test_distutils failed if $CPPFLAGS is not empty when building
CPython. For example:
$ export CPPFLAGS=-DFOO=BAR
$ ./configure
$ make
$ ./python -m test test_distutils
Run tests sequentially
0:00:00 load avg: 0.45 [1/1] test_distutils
Change by Chih-Hsuan Yen :
--
pull_requests: +12338
___
Python tracker
<https://bugs.python.org/issue36235>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
STINNER Victor: Thank you very much for that much better fix! I've tested it on
Arch Linux. With that patch, test_distutils passes as usual. The pull request
looks good, too. Just a question: I think it should be backported to 3.7 and
2.7 branches
Chih-Hsuan Yen added the comment:
Oh, I didn't know the bot is not working for now. Thank you for making the test
more robust!
--
___
Python tracker
<https://bugs.python.org/is
Chih-Hsuan Yen added the comment:
As ncurses-related modules in Python alreadu build fine for Android, I consider
the issue resolved.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracke
Change by Chih-Hsuan Yen :
--
pull_requests: +12529
___
Python tracker
<https://bugs.python.org/issue31341>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
I guess Inada Naoki was to say https://bugs.python.org/issue36432 in the last
comment.
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue34
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue36432>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
I created https://github.com/python/cpython/pull/12587 as a preparation pull
request to fix the __sgi issue mentioned in msg282782.
--
___
Python tracker
<https://bugs.python.org/issue28
Chih-Hsuan Yen added the comment:
I asked on bug-ncurses mailing list and Thomas Dickey suggests "improving the
python curses binding to handle the newer terminal descriptions". Looks like
that requires non-trivial efforts. On the other hand, I've also found a
workaround
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue35925>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: +yan12125
___
Python tracker
<https://bugs.python.org/issue36816>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
Lib/test/selfsigned_pythontestdotnet.pem in the cpython repository needs to be
updated to match
https://github.com/python/pythontestdotnet/blob/master/tls/self-signed-cert.pem,
or the test fails
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue35925>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chih-Hsuan Yen :
--
nosy: -yan12125
___
Python tracker
<https://bugs.python.org/issue29708>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chih-Hsuan Yen added the comment:
Here's another argument for supporting android < 21: according to Google [1],
12.8% devices on the world run android-19. Furthermore, upgrading Android OS
for a device is almost impossible for non-hackers unless the manufacturer
provides an image f
Chih-Hsuan Yen added the comment:
Agree with Ned Deily here. If CPython is going to be support android-19, it's
better to fully support it. I'm optimistic here - I believe there won't be many
android-19-specific patches beyond locale-related ones. Once android-24 is
done, we c
Chih-Hsuan Yen added the comment:
Here are some ideas after testing:
* Testing environment:
- My building scripts at https://github.com/yan12125/python3-android/
- Android NDK r16b
- Google's emulator image 'system-images;android-19;default;x86'
* Ideas/findings:
- Local
New submission from Chih-Hsuan Yen :
Currently Android does not have posix_spawn, thus posixmodule.c does not build.
Build log attached. I'll create a patch for this.
Testing environment: my building scripts [1] + Android NDK r16b
Building target: ARM64, android-21
/cc Primary review
1 - 100 of 138 matches
Mail list logo