[issue44681] time.sleep(0.001) not working properly

2021-07-19 Thread Thereisfood
Change by Thereisfood : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue44682] Pdb commands allows to add commands to invalid breakpoint

2021-07-19 Thread Andrei Kulakov
New submission from Andrei Kulakov : breakpoint 5 does not exist: (Pdb) commands 5 (com) p x (com) (com) end -- components: Library (Lib) messages: 397852 nosy: andrei.avk priority: normal severity: normal status: open title: Pdb commands allows to add commands to invalid breakpoint ve

[issue44682] Pdb commands allows to add commands to invalid breakpoint

2021-07-19 Thread Andrei Kulakov
Change by Andrei Kulakov : -- keywords: +patch pull_requests: +25799 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27252 ___ Python tracker ___ _

[issue44549] BZip 1.0.6 Critical Vulnerability

2021-07-19 Thread Ned Deily
Ned Deily added the comment: > Is it possible to update bz2 to 1.0.8 on macOS distribution? Thanks for looking into this. As I commented on PR 27241, this change is not needed because current macOS python.org installers dynamically link to the system-provided copies of Bzip2; the code to bui

[issue44549] BZip 1.0.6 Critical Vulnerability

2021-07-19 Thread Dong-hee Na
Dong-hee Na added the comment: > current macOS python.org installers dynamically link to the system-provided > copies of Bzip2 Okay, so this issue looks out of scope to the CPython team if the Windows distribution follows the same policy. @steve.dowe Can you check about this issue? --

[issue44340] Add support for building cpython with clang thin lto

2021-07-19 Thread Dong-hee Na
Dong-hee Na added the comment: @ned.deily Can we use the thin-lto option for next macOS Python distribution? In my local environment, it passes all tests :) https://github.com/python/cpython/blob/366fcbac18e3adc41e3901580dbedb6a91e41a10/Mac/BuildScript/build-installer.py#L1199 FYI, Gentoo al

[issue44681] time.sleep(0.001) not working properly

2021-07-19 Thread Steven D'Aprano
Steven D'Aprano added the comment: Jack, Thereisfood is using Windows, which I understand has a clock with millisecond accuracy. So a sleep of a millisecond should, I think, work on Windows even if it doesn't work on Linux. Could a Windows expert clarify please? -- nosy: +steven.da

<    1   2