Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 23, 2025

add a set of asserts to test.test_capi.test_bytearray

  1. Assert empty bytearray object for PyByteArray_Check.
  2. Assert empty bytearray object for PyByteArray_CheckExact.
  3. Assert 0-size bytearray object for PyByteArray_Size.
  4. Assert empty bytearray object for PyByteArray_AsString.
  5. Assert concatenation of the bytearray object with itself for PyByteArray_Concat.
    (cherry picked from commit f3bf304)

Co-authored-by: Nybblista 170842536+nybblista@users.noreply.github.com

pythonGH-131554)

add a set of asserts to test.test_capi.test_bytearray

1. Assert empty bytearray object for PyByteArray_Check.
2. Assert empty bytearray object for PyByteArray_CheckExact.
3. Assert 0-size bytearray object for PyByteArray_Size.
4. Assert empty bytearray object for PyByteArray_AsString.
5. Assert concatenation of the bytearray object with itself for PyByteArray_Concat.
(cherry picked from commit f3bf304)

Co-authored-by: Nybblista <170842536+nybblista@users.noreply.github.com>
@sobolevn sobolevn merged commit 856bb54 into python:3.13 Mar 23, 2025
39 checks passed
@miss-islington miss-islington deleted the backport-f3bf304-3.13 branch January 2, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants