- Sep 25, 2023
-
-
Matt Davis authored
-
- Sep 14, 2023
-
-
Armin Rigo authored
-
- Sep 13, 2023
-
-
Armin Rigo authored
Oops. Used by mistake PyUnicode_GetSize() directly instead of our own PyText_GetSize(), which is correctly #defined to the right function depending on the version of Python.
-
- Jun 14, 2023
-
- Jun 08, 2023
-
-
Armin Rigo authored
and the license_files key in setup.cfg, then I guess it should work both on old and post-Oct-2023 versions of wheel? We're still getting the warning from setup.py, but that's only a minor annoyance.
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
-
- May 28, 2023
-
-
Armin Rigo authored
The distutils module is no longer included by default in Python 3.12.
-
- Feb 23, 2023
-
-
Manuel Jacob authored
-
Manuel Jacob authored
When using license_file, setuptools prints a warning: “setuptools._deprecation_warning.SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.”. The license_files key was introduced in “wheel” package Git commit 59976ab294e1b118f42cab404d95df66ed55f7e4 from 2018-07-16. The disadvantage of this change is that when using wheel < 0.32.0, the resulting wheel will not contain the license file in its .dist-info directory.
-
- Jan 09, 2023
-
-
Armin Rigo authored
Trying to make this test a little bit less fragile
-
- Dec 24, 2022
-
-
Armin Rigo authored
Fix the test failures on hppa. Thanks Stefano Rivera
-
Armin Rigo authored
-
- Dec 18, 2022
-
-
John David Anglin authored
A couple of years ago the libffi port for hppa-linux was changed from using a trampoline executed on the stack to the function descriptor technique used by ia64. This doesn't require an executable stack and is simpler. However, function pointers need to have the PLABEL bit set in the pointer. As a result, a simple cast can't be used to convert closure pointers to function pointers. python-cffi uses its own closure allocation so the problem can't be fixed in libffi. I added a macro CFFI_FN to do the conversion. It shouldn't affect other architectures. There is a similar define in libffi. Fixes: https://bugs.debian.org/1024271
-
- Dec 04, 2022
-
-
Armin Rigo authored
Incorrect brew installation setup
-
Armin Rigo authored
Two missing calls to PyObject_GC_UnTrack()
-
- Nov 15, 2022
-
-
Armin Rigo authored
Drop py.code usage from tests, no longer depend on the deprecated py package See merge request !116
-
- Nov 14, 2022
-
-
Miro Hrončok authored
-
Miro Hrončok authored
-
- Nov 13, 2022
-
-
Armin Rigo authored
Replace py.test usage with pytest, explicitly require py for tests See merge request !115
-
- Nov 11, 2022
-
-
Miro Hrončok authored
pytest 7.2+ no longer depends on py. It ships py.path and py.error only. See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations The tests use py.code as well, hence we declare and document a test dependency on py.
-
- Sep 12, 2022
-
-
Armin Rigo authored
Clarify typing requirements of `struct: { ...;}` in cdef() Closes #547 See merge request !114
-
- Sep 03, 2022
-
-
Alex Willmer authored
I took the liberty of switching from a bullet list to a definition list, which I think improves the readability.
-
- Jul 18, 2022
-
-
Armin Rigo authored
-
Armin Rigo authored
-
Armin Rigo authored
Adjust tests for a last minute Python 3.11 change in the traceback format See merge request !113
-
- Jul 15, 2022
-
- Jul 11, 2022
-
-
Armin Rigo authored
Add project URLs to metadata and README See merge request !112
-
- Jun 30, 2022
-
-
Matt Davis authored
-
Matt Davis authored
-
Matt Davis authored
-
Anderson Bravalheri authored
-
- Jun 29, 2022
-
-
Matt Davis authored
-
Matt Davis authored
-
- Jun 08, 2022
-
-
Armin Rigo authored
-
Armin Rigo authored
-