New submission from Thomas Trummer :
3.7 and later are all working fine.
First good commit: 55fe1ae9708d81b902b6fe8f6590e2a24b1bd4b0
First bad commit: fdbd01151dbd5feea3e4c0316d102db3d2a2a412
git checkout v3.6.15
#0 0x76cc52a0 in PyCFuncPtr_new (type=0x559157f8,
args
New submission from Thomas Trummer :
DeprecationWarning: Using ioctl() method on sockets returned from
get_extra_info('socket') will be prohibited in asyncio 3.9. Please report your
use case to bugs.python.org.
Use case:
def connection_made(self, transport: asyncio.BaseTranspor
Change by Thomas Trummer :
--
nosy: +Thomas Trummer
___
Python tracker
<https://bugs.python.org/issue44743>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Thomas Trummer :
According to the documentation[1] loop.create_datagram_endpoint() returns an
asyncio.DatagramTransport. However on Windows this is not the case when the
ProactorEventLoop is used (which seems to be the default since Python 3.8).
This is a problem because
Change by Thomas Trummer :
Added file: https://bugs.python.org/file48099/Python 3.8.0a1
(64-bit)_20190205131106.log
___
Python tracker
<https://bugs.python.org/issue35
Change by Thomas Trummer :
Added file: https://bugs.python.org/file48098/Python 3.8.0a1
(64-bit)_20190205130936_000_core_JustForMe.log
___
Python tracker
<https://bugs.python.org/issue35
Change by Thomas Trummer :
Added file: https://bugs.python.org/file48100/Python 3.8.0a1
(64-bit)_20190205131106_000_core_JustForMe.log
___
Python tracker
<https://bugs.python.org/issue35
New submission from Thomas Trummer :
The installer for Python 3.8.0a1 doesn't work under Windows 7. It shows the
aforementioned error message.
--
components: Installation
files: Python 3.8.0a1 (64-bit)_20190205130936.log
messages: 334865
nosy: Thomas Trummer
priority: normal
sev