[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Serhiy! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread miss-islington
miss-islington added the comment: New changeset 6ff7fefc914541ec5afdd3c8193da80818cb0817 by Miss Islington (bot) in branch '3.10': bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) https://github.com/python/cpython/commit/6ff7fefc914541ec5afdd3c8193da80818cb0817 -- _

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset b0df288c946143352237f28c78481d935ba1502c by Łukasz Langa in branch '3.9': [3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910) https://github.com/python/cpython/commit/b0df288c946143352237f28c78481d935ba1502c --

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +26366 pull_request: https://github.com/python/cpython/pull/27910 ___ Python tracker ___ _

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4d689173861257c69adc6dc1dca4171946ddb57f by Serhiy Storchaka in branch 'main': bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) https://github.com/python/cpython/commit/4d689173861257c69adc6dc1dca4171946ddb57f -- nosy: +lukasz

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26364 pull_request: https://github.com/python/cpython/pull/27908 ___ Python tracker _

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +26362 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27904 ___ Python tracker ___

[issue44984] Rewrite test_null_strings in _testcapi

2021-08-23 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : test_null_strings in Modules/_testcapimodule.c was initially added in 7580146b5c7025976f0907a9893e01dc3d3d3457 for testing PyObject_Str(NULL) and PyObject_Unicode(NULL). PyObject_Unicode() was removed in 3.0, so now the test calls PyObject_Str(NULL) twic