Hi,
I'm planning on use contextvars [1] within a Cython code and I would like to have access to the CPython implementation instead of accessing through the generic Python module.
Does it make sense?
In such case, I could try to work on a PR that would define the methods as a new include file behind the generic Include/cpython directory.
[1] https://docs.python.org/dev/library/contextvars.html#module-contextvars
Hi,
I'm planning on use contextvars [1] within a Cython code and I would like to have access to the CPython implementation instead of accessing through the generic Python module.
Does it make sense?
In such case, I could try to work on a PR that would define the methods as a new include file behind the generic
Include/cpythondirectory.[1] https://docs.python.org/dev/library/contextvars.html#module-contextvars