[issue42153] doc: library imaplib a url not available

2020-11-02 Thread Chris Xiao
Chris Xiao added the comment: maybe,you can try to contact the webmaster of the University of Washington to get the correct url -- ___ Python tracker ___ _

[issue42225] Tkinter hangs or crashes when displaying astral chars

2020-11-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Victor, does my test run to completion (without exception) on your Fedora? If it does, I definitely would not disable astral char display on Fedora. This version catches exceptions and reports them separately and runs directly with tkinter, in about a seco

[issue40077] Convert static types to heap types: use PyType_FromSpec()

2020-11-02 Thread hai shi
Change by hai shi : -- versions: +Python 3.10 -Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue42236] os.device_encoding() doesn't respect the UTF-8 Mode

2020-11-02 Thread Inada Naoki
Inada Naoki added the comment: I don't think UTF-8 mode should override os.device_encoding() on Windows. UTF-8 mode can be used to ignore legacy locale encoding, and os.device_encoding() uses the locale encoding on Unix. So overriding it make sense. But locale encoding and console cp are di

[issue42196] Python Windows Installation Error 0x800705aa

2020-11-02 Thread shakir_juolay
shakir_juolay added the comment: I updated my Windows using Windows Update. Attempted one more time and failed with different errors(images attached). Tried with Python3.8.1 and failed with initial error 0x800705aa. Rebooted my machine and tried again with Python3.9 and it worked. Thanks al

[issue42196] Python Windows Installation Error 0x800705aa

2020-11-02 Thread shakir_juolay
Change by shakir_juolay : Added file: https://bugs.python.org/file49565/Installation Screen Shots - 2.log ___ Python tracker ___ ___ Python-

[issue42196] Python Windows Installation Error 0x800705aa

2020-11-02 Thread shakir_juolay
Change by shakir_juolay : -- stage: -> resolved status: open -> closed Added file: https://bugs.python.org/file49566/Installation Screen Shots.docx ___ Python tracker ___

[issue42249] Plistlib cannot create binary Plist file larger than 4GiB

2020-11-02 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Due to a typo plistlib uses at most 32 bits for references and offsets. It will fail if try to create a file larger than 4GiB or containing more than 2**32 unique objects (the latter of course implies the former). -- components: Library (Lib), ma

[issue42249] Plistlib cannot create binary Plist file larger than 4GiB

2020-11-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +22037 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23121 ___ Python tracker ___

[issue35455] Solaris: thread_time doesn't work with current implementation

2020-11-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Perhaps we should also use gethrtime() and gethrvtime() on HP-UX, but this is a different issue. -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue42103] [security] DoS (MemError via CPU and RAM exhaustion) when processing malformed Apple Property List files in binary format

2020-11-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 547d2bcc55e348043b2f338027c1acd9549ada76 by Serhiy Storchaka in branch '3.8': [3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116) https://github.com/python/cpython/commit/547d2bcc55e348043b2f338027c1acd9549ada76 ---

[issue42103] [security] DoS (MemError via CPU and RAM exhaustion) when processing malformed Apple Property List files in binary format

2020-11-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +lukasz.langa priority: normal -> release blocker ___ Python tracker ___ ___ Python-bugs-list

[issue42225] Tkinter hangs or crashes when displaying astral chars

2020-11-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It works on Ubuntu if uninstall the color Emoji font (package fonts-noto-color-emoji). -- ___ Python tracker ___ _

<    1   2