Commit Graph

3 Commits

Author SHA1 Message Date
William S Fulton 5ead577916 Restore missing testing of python_pybuffer testcase
Previous commit stopped testing this testcase when Py_LIMITED_API < 3.11.

Add changes file entry for Py_LIMITED_API bug fix in previous few commits.
2025-12-04 06:42:02 +00:00
Zackery Spytz a0b84f5180 Fix some MSVC compiler warnings in the test suite
nested_in_template_wrap.cxx(247): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data
python_pybuffer_wrap.cxx(2788): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
Modules\python.cxx(2227) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2019-03-07 09:44:01 -07:00
William S Fulton fdd2bcf0e6 Remove asserts from Python testcase
Also rename testcase python_pybuf to python_pybuffer.
2018-08-12 15:16:03 +01:00