On Sep 19, 2018, at 13:30, Yury Selivanov <[email protected]> wrote: > Ned, Nick, Victor, > > There's an issue with the new PEP 567 (contextvars) C API. > > Currently it's designed to expose "PyContext*" and "PyContextVar*" > pointers. I want to change that to "PyObject*" as using non-PyObject > pointers turned out to be a very bad idea (interfacing with Cython is > particularly challenging). > > Is it a good idea to change this in Python 3.7.1?
It's hard to make an informed decision without a concrete PR to review. What would be the impact on any user code that has already adopted it in 3.7.0? -- Ned Deily [email protected] -- [] _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
