[Python-Dev] Clarification for concurrent.futures.Future (original) (raw)
Guido van Rossum guido at python.org
Fri Oct 28 13:20:13 EDT 2016
- Previous message (by thread): [Python-Dev] Clarification for concurrent.futures.Future
- Next message (by thread): [Python-Dev] Reminder: 3.6.0b3 snapshot 2016-10-31 12:00 UTC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): [Python-Dev] Clarification for concurrent.futures.Future
- Next message (by thread): [Python-Dev] Reminder: 3.6.0b3 snapshot 2016-10-31 12:00 UTC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]