This commit is contained in:
Łukasz Langa 2019-03-25 20:36:40 +01:00
parent a6fbc4e25e
commit 9a448855b5
No known key found for this signature in database
GPG key ID: B26995E310250568
91 changed files with 875 additions and 184 deletions

View file

@ -1,2 +0,0 @@
The whole coreconfig.h header is now excluded from Py_LIMITED_API. Move
functions definitions into a new internal pycore_coreconfig.h header.

View file

@ -1,2 +0,0 @@
Raise ``DeprecationWarning`` when '#' formats are used for building or
parsing values without ``PY_SSIZE_T_CLEAN``.