| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
I'm away from Python. You will have to find a different reviewer 😁 |
Sorry, something went wrong.
|
I removed NEWS entry because current CI workflow doesn't accept path including space. |
Sorry, something went wrong.
_PyObject_CallFunction_SizeT was dropped in Python 3.13: python/cpython#105051 Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
…hon 3.13
Problem: if_py: _PyObject_CallFunction_SizeT is dropped in Python 3.13
Solution: define PyObject_CallFunction for Python >= 3.13
(Yaakov Selkowitz)
references: python/cpython#105051
closes: #15088
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
…hon 3.13
Problem: if_py: _PyObject_CallFunction_SizeT is dropped in Python 3.13
Solution: define PyObject_CallFunction for Python >= 3.13
(Yaakov Selkowitz)
references: python/cpython#105051
closes: vim#15088
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
| Back | FazBrowse Home | New Git URL |
This PR makes APIs like PyArg_Parse() accepts # format specifier with ssize_t.
_SizeT variants APIs are now ABI-only if they are part of stable ABI.