Message392128
The documentation of the PyContextVar C-API is unclear in a couple of places.
- It's not clear whether PyContextVar_Get() always returns an owned reference also for default values or only if a value was found.
- It's not explicit that "optional" actually means "pass an object reference or NULL".
- The return value of PyContextVar_Set() is not explained. |
|
Date |
User |
Action |
Args |
2021-04-27 20:13:25 | scoder | set | recipients:
+ scoder, docs@python |
2021-04-27 20:13:25 | scoder | set | messageid: <1619554405.65.0.363572398331.issue43959@roundup.psfhosted.org> |
2021-04-27 20:13:25 | scoder | link | issue43959 messages |
2021-04-27 20:13:25 | scoder | create | |
|