On Fri, Jul 3, 2020 at 6:23 PM Victor Stinner <[email protected]> wrote:
>
>
> So it seems possible to fix JEP and pydevd-pycharm. IMHO it's fine to
> remove PyEval_ReleaseLock() in Python 3.10. The deprecation warning is
> there since Python 3.2.
>

While PyEval_AcquireLock is deprecated, PyEval_ReleaseLock is not
deprecated yet in C.
https://github.com/python/cpython/blob/master/Include/ceval.h#L132

Maybe, we can uncomment Py_DEPRECATE in 3.10, and remove it from
header file in 3.12.

Regards,
-- 
Inada Naoki  <[email protected]>
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/J7GZBVNTBGCFQPWGN5MRNPE2SE5NNXXE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to