[issue5001] Remove assertion-based checking in multiprocessing

2017-08-17 Thread drallensmith
drallensmith added the comment: No discussion yet on pull request (5 days); just submitted fixes for util.py. -- ___ Python tracker ___ ___

[issue31231] Travis CI mac test broken:

2017-08-17 Thread Han Lee
New submission from Han Lee: CPython: master branch In mac and window create python.exe not python https://github.com/python/cpython/blob/master/Makefile.pre.in#L154 But Travis CI and docs use ./python command for test https://docs.python.org/devguide/ https://travis-ci.org/python/cpython/job

[issue31231] Travis CI mac test broken: ./python: is a directory

2017-08-17 Thread Han Lee
Changes by Han Lee : -- title: Travis CI mac test broken: -> Travis CI mac test broken: ./python: is a directory ___ Python tracker ___ _

[issue31230] Add __code__ attributes to generator and coroutine objects

2017-08-17 Thread Nick Coghlan
Nick Coghlan added the comment: I think there's a strong case for a generic __frame__ attribute, since there are plenty of useful things you can do given "object with a linked frame" as a protocol (like extract the current locals namespace). We may even want to include traceback objects in tha

<    1   2