[issue36839] Support the buffer protocol in code objects

2020-07-01 Thread Stefan Krah
Stefan Krah added the comment: After seeing people from a certain company defend a bizarre and broken stack with falsehoods, I apologize to Inada-san and now assume that he had a similar experience. -- nosy: +skrah ___ Python tracker

[issue41179] find_library on macOS Big Sur

2020-07-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: We're tracking macOS 11 changes in Issue41100. That issue has a PRs from Apple for, amongst others, this issue. -- components: +macOS nosy: +ned.deily, ronaldoussoren superseder: -> Build failure on macOS 11 (beta) versions: +Python 3.10, Python

[issue40782] AbstactEventLoop.run_in_executor is listed as an async method, but should actually return a Futrue

2020-07-01 Thread James Barrett
James Barrett added the comment: Is there any further movement on this? -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41158] IDLE: rewrite the code for handling file encoding

2020-07-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: No, it can be backported to 3.8 and 3.9 if you wish. -- ___ Python tracker ___ ___

[issue36839] Support the buffer protocol in code objects

2020-07-01 Thread Stefan Krah
Stefan Krah added the comment: Though code objects do not concern me directly, as the author of memoryview I now concur with Inada-san that we should not support hacks in the Python code base that benefit a single company. -- ___ Python tracker

[issue36839] Support the buffer protocol in code objects

2020-07-01 Thread Inada Naoki
Inada Naoki added the comment: FWI, I wrote my idea in python-ideas mailing list. https://mail.python.org/archives/list/python-id...@python.org/message/VKBXY7KDI2OGESB7IPAMAIIHKR4TC7TQ/ -- ___ Python tracker

[issue36839] Support the buffer protocol in code objects

2020-07-01 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2