[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-03-23 Thread Łukasz Langa
Łukasz Langa added the comment: Re-opening as it causes refleaks all across the stable buildbots. I can reproduce on macOS Catalina as well. Run this to see for yourself: - ./python.exe -E -Wd -m test -uall,-gui -l -L -R: test_importlib Reverting GH-18627 fixes the issue. --

[issue39148] DatagramProtocol + IPv6 does not work with ProactorEventLoop

2020-03-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Would somebody be a champion for the issue? -- ___ Python tracker ___ ___ Python-bugs-list

[issue39148] DatagramProtocol + IPv6 does not work with ProactorEventLoop

2020-03-23 Thread Kjell Braden
Kjell Braden added the comment: ./configure is not run on Windows, but I believe the define should go here: https://github.com/python/cpython/blob/8510f430781118d9b603c3a2f06945d6ebc5fe42/PC/pyconfig.h#L678 -- ___ Python tracker

[issue40046] Increase test coverage of the random module

2020-03-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +18475 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19114 ___ Python tracker

[issue40046] Increase test coverage of the random module

2020-03-23 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The propose test adds several tests for random module. Mainly tests for integer, sequence and iterable arguments. It also documents that randrange() accepts non-integers. -- assignee: docs@python components: Documentation, Tests messages: 364840

[issue37319] Deprecate using random.randrange() with non-integers

2020-03-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If you are against deprecating this "feature", it should be at least documented and covered by tests. -- ___ Python tracker ___

[issue39672] SIGSEGV crash on shutdown with shelve & c pickle

2020-03-23 Thread zd nex
zd nex added the comment: So I want to properly debug this? How I can debug that call dump() for pickle? It does not seem to be possible. I guess I need to make some custom build? -- ___ Python tracker

[issue39148] DatagramProtocol + IPv6 does not work with ProactorEventLoop

2020-03-23 Thread Alex Grönholm
Alex Grönholm added the comment: Well, I found this: https://github.com/python/cpython/blob/3c97e1e457033bbb8bbe0b7198bd13fc794a12b0/configure.ac#L3278-L3279 Could it be that the official binaries were compiled without --enable-ipv6? -- ___ Python

<    1   2