-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-44984: Rewrite test_null_strings in _testcapi #27904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test also PyObject_Repr(NULL) and PyObject_Bytes(NULL).
Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
GH-27908 is a backport of this pull request to the 3.10 branch. |
Test also PyObject_Repr(NULL) and PyObject_Bytes(NULL). (cherry picked from commit 4d68917) Co-authored-by: Serhiy Storchaka <[email protected]>
Test also PyObject_Repr(NULL) and PyObject_Bytes(NULL).. (cherry picked from commit 4d68917) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-27910 is a backport of this pull request to the 3.9 branch. |
…H-27910) Test also PyObject_Repr(NULL) and PyObject_Bytes(NULL).. (cherry picked from commit 4d68917) Co-authored-by: Serhiy Storchaka <[email protected]>
Test also PyObject_Repr(NULL) and PyObject_Bytes(NULL). (cherry picked from commit 4d68917) Co-authored-by: Serhiy Storchaka <[email protected]>
Test also
PyObject_Repr(NULL)
andPyObject_Bytes(NULL)
.https://bugs.python.org/issue44984