This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ZackerySpytz
Recipients ZackerySpytz
Date 2021-01-23.14:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611412086.36.0.506119389141.issue43011@roundup.psfhosted.org>
In-reply-to
Content
./python -m test test_ctypes
0:00:00 load avg: 1.65 Run tests sequentially
0:00:00 load avg: 1.65 [1/1] test_ctypes
/home/lubuntu2/cpython/Lib/ctypes/test/test_parameters.py:243: DeprecationWarning: invalid escape sequence \(
  self.assertRegex(repr(c_char_p.from_param(b'hihi')), "^<cparam 'z' \(0x[A-Fa-f0-9]+\)>$")
/home/lubuntu2/cpython/Lib/ctypes/test/test_parameters.py:244: DeprecationWarning: invalid escape sequence \(
  self.assertRegex(repr(c_wchar_p.from_param('hihi')), "^<cparam 'Z' \(0x[A-Fa-f0-9]+\)>$")

== Tests result: SUCCESS ==

1 test OK.

Total duration: 2.4 sec
Tests result: SUCCESS


These warnings were introduced in bpo-42938 / 916610ef90a0d0761f08747f7b0905541f0977c7.
History
Date User Action Args
2021-01-23 14:28:06ZackerySpytzsetrecipients: + ZackerySpytz
2021-01-23 14:28:06ZackerySpytzsetmessageid: <1611412086.36.0.506119389141.issue43011@roundup.psfhosted.org>
2021-01-23 14:28:06ZackerySpytzlinkissue43011 messages
2021-01-23 14:28:05ZackerySpytzcreate