[issue46831] Outdated comment for __build_class__ in compile.c

2022-03-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +29772 pull_request: https://github.com/python/cpython/pull/31653 ___ Python tracker ___ __

[issue46831] Outdated comment for __build_class__ in compile.c

2022-03-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29771 pull_request: https://github.com/python/cpython/pull/31652 ___ Python tracker _

[issue46831] Outdated comment for __build_class__ in compile.c

2022-03-02 Thread Jelle Zijlstra
Change by Jelle Zijlstra : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue46823] Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode

2022-03-02 Thread Dennis Sweeney
Change by Dennis Sweeney : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue46831] Outdated comment for __build_class__ in compile.c

2022-03-02 Thread miss-islington
miss-islington added the comment: New changeset 1d428bb8c93120d449212e2a815988f28e33b868 by Miss Islington (bot) in branch '3.9': bpo-46831: Update __build_class__ comment (GH-31522) https://github.com/python/cpython/commit/1d428bb8c93120d449212e2a815988f28e33b868 -- __

[issue46831] Outdated comment for __build_class__ in compile.c

2022-03-02 Thread miss-islington
miss-islington added the comment: New changeset fa8c5ed9c80507670c756aa83ea872b8a92bcd1c by Miss Islington (bot) in branch '3.10': bpo-46831: Update __build_class__ comment (GH-31522) https://github.com/python/cpython/commit/fa8c5ed9c80507670c756aa83ea872b8a92bcd1c -- _

[issue46905] winsound.PlaySound should accept pathlib.Path instances

2022-03-02 Thread Eryk Sun
Eryk Sun added the comment: PlaySound() is implemented by the C function winsound_PlaySound_impl() in "PC/winsound.c". To support pathlike objects, it could use `soundname = PyOS_FSPath(sound)`, and require soundname to be a Unicode string via PyUnicode_Check(soundname). Or it could more gen

[issue46905] winsound.PlaySound should accept pathlib.Path instances

2022-03-02 Thread Eryk Sun
Change by Eryk Sun : -- components: +Windows keywords: +easy (C) nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ __

[issue46886] ARM64 Windows Non-Debug 3.x: random build error: failure during conversion to COFF: file invalid or corrupt

2022-03-02 Thread Niyas Sait
Niyas Sait added the comment: After the OS and toolchain update, I don't see the failures anymore. https://buildbot.python.org/all/#/workers/45 I guess we can close the ticket and can reopen if it happens again. -- ___ Python tracker

<    1   2