[Python-Dev] Clarification for concurrent.futures.Future (original) (raw)

Guido van Rossum guido at python.org
Fri Oct 28 13:20:13 EDT 2016


It means that the API for setting results/exceptions is essentially private and may change. So if you use this you risk that your code will break randomly at some point in the future when you upgrade Python.



More information about the Python-Dev mailing list