[issue10544] yield expression inside generator expression does nothing

2017-11-22 Thread Nick Coghlan
Nick Coghlan added the comment: "Just fix the issue" is easier said than done for the same reason that comprehensions were implemented the way they are now: lambda expressions still have to work. That is, we need to maintain the invariant that: [x for x in iterable] {x for x in itera

[issue30230] Move quick test in PyObject_IsSubClass outside of PyType_CheckExact guard

2017-11-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, please move this to Python-Dev. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue30811] A venv created and activated from within a virtualenv uses the outer virtualenv's site-packages rather than its own.

2017-11-22 Thread Vinay Sajip
Vinay Sajip added the comment: > I guess it's reasonable, I'll see whether we can use the workaround you > proposed. OK, please post your findings here. > (Could a fix on virtualenv's side help?) Probably not, as it's not behaving unexpectedly. It might be worth asking the Travis devs for a

<    1   2