[issue22737] Provide a rejected execution model and implementations for futures.

2015-07-24 Thread Mehdi ABAAKOUK
Changes by Mehdi ABAAKOUK : -- nosy: +sileht ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue22737] Provide a rejected execution model and implementations for futures.

2014-10-31 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> needs patch versions: +Python 3.5 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list ma

[issue22737] Provide a rejected execution model and implementations for futures.

2014-10-27 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue22737] Provide a rejected execution model and implementations for futures.

2014-10-26 Thread Ned Deily
Changes by Ned Deily : -- nosy: +bquinlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue22737] Provide a rejected execution model and implementations for futures.

2014-10-26 Thread Joshua Harlow
New submission from Joshua Harlow: When a future can't be accepted by an executor that it is has been submitted to it would be really nice to throw have a type of 'RejectedExecutionException' (this is the name the java folks have used) to denote that the executors policy does not allow for fur