[issue46401] Using setuptools version 59.8.0 or below before upgrade Python 3.10.2 from source on Debian 11

2022-01-16 Thread Ching
New submission from Ching : 1. Before upgrade to Python version 3.10.2 from source on Debian Linux, I must downgrade setuptools to version 59.8.0 or below. 2. At the stage of "make -j 4", setuptools version 60.0.0 or above raise an error of: ModuleNotFoundError: No module named

[issue46401] Setuptools 60.0 breaks building from source on Debian 11: No module named 'binascii'

2022-01-16 Thread Ching
Ching added the comment: Thank you for your solution: setting the env var SETUPTOOLS_USE_DISTUTILS=stdlib. 1. At my previous Python 3.10.1, I always upgrade to the latest setuptools (60.5.0), then I get an error of "No module named 'binascii'" during upgrading t

[issue39110] UserList-subclass Tree slicing changes the original list unexpectedly

2019-12-20 Thread Tarn Yeong Ching
Tarn Yeong Ching added the comment: and more... It doesn't happen when Tree directly subclasses list. -- ___ Python tracker <https://bugs.python.org/is

[issue39110] UserList-subclass Tree slicing changes the original list unexpectedly

2019-12-21 Thread Tarn Yeong Ching
Tarn Yeong Ching added the comment: GOD... I see. Thank you very much! -- ___ Python tracker <https://bugs.python.org/issue39110> ___ ___ Python-bugs-list mailin