[issue22490] Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs fragile

2018-09-23 Thread Ronald Oussoren
Ronald Oussoren added the comment: I had the some problem when using mypy. What does reproduce the issue is the following: * Create *two* venv environments * Install mypy in one of them * Activate the other * Run the subprocess call in the activated venv I then get a message about not being

[issue34753] Use coroutine object or coroutine function instead of coroutine

2018-09-23 Thread Windson Yang
Change by Windson Yang : -- keywords: +patch pull_requests: +8928 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue34751] Hash collisions for tuples

2018-09-23 Thread Tim Peters
Tim Peters added the comment: BTW, those tests were all done under a 64-bit build. Some differences in a 32-bit build: 1. The test_tuple hash test started with 6 collisions. With the change, it went down to 4. Also changing to the FNV-1a 32-bit multiplier boosted it to 8. The test passe

<    1   2